-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1039 from davidkim1/kwargs
added scopatz_page.bib and scoptatz.tex in test/outputs/publist for t…
- Loading branch information
Showing
2 changed files
with
168 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
@article{meurer2016nomonth, | ||
ackno = {we acknowledge useful convos with our friends}, | ||
author = {Meurer, Aaron and \textbf{Anthony Scopatz}}, | ||
journal = {PeerJ Computer Science}, | ||
month = {tbd}, | ||
pages = {e103}, | ||
publisher = {PeerJ Inc. San Francisco, USA}, | ||
synopsis = {A pub with month as tbd}, | ||
tags = {nomonth}, | ||
title = {SymPy: Symbolic computing in Python}, | ||
url = {https://doi.org/10.1021/nn501591g}, | ||
volume = {4}, | ||
year = {2017} | ||
} | ||
|
||
@article{meurer2016sympy, | ||
author = {Meurer, Aaron and Smith, Christopher P and Paprocki, Mateusz and {\v{C}}ert{\'\i}k, Ond{\v{r}}ej and Rocklin, Matthew and Kumar, AMiT and Ivanov, Sergiu and Moore, Jason K and Singh, Sartaj and Rathnayake, Thilina and Sean Vig and Brian E Granger and Richard P Muller and Francesco Bonazzi and Harsh Gupta and Shivam Vats and Fredrik Johansson and Fabian Pedregosa and Matthew J Curry and Ashutosh Saboo and Isuru Fernando and Sumith Kulal and Robert Cimrman and \textbf{Anthony Scopatz}}, | ||
doi = {10.1021/nn501591g}, | ||
journal = {PeerJ Computer Science}, | ||
month = {Jan}, | ||
pages = {e103}, | ||
publisher = {PeerJ Inc. San Francisco, USA}, | ||
supplementary_info_urls = {https://google.com, https://nytimes.com}, | ||
synopsis = {The description of symbolic computing in Python}, | ||
tags = {pdf}, | ||
title = {SymPy: Symbolic computing in Python}, | ||
volume = {4}, | ||
year = {2017} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,139 @@ | ||
% (c) 2002 Matthew Boedicker <[email protected]> (original author) | ||
% http://mboedick.org | ||
% (c) 2003-2007 David J. Grant <davidgrant-at-gmail.com> http://www.davidgrant.ca | ||
% (c) 2008 Nathaniel Johnston <[email protected]> | ||
% http://www.nathanieljohnston.com | ||
% | ||
% This work is licensed under the Creative Commons Attribution-Noncommercial-Share | ||
% Alike 2.5 License. To view a copy of this license, visit | ||
% http://creativecommons.org/licenses/by-nc-sa/2.5/ or send a letter to Creative | ||
% Commons, 543 Howard Street, 5th Floor, San Francisco, California, 94105, USA. | ||
|
||
\documentclass[letterpaper,11pt]{article} | ||
\newlength{\outerbordwidth} | ||
\pagestyle{empty} | ||
\raggedbottom | ||
\raggedright | ||
\usepackage[svgnames]{xcolor} | ||
\usepackage{framed} | ||
\usepackage{tocloft} | ||
\usepackage[backend=bibtex,maxnames=99]{biblatex} | ||
\usepackage{hyperref} | ||
\usepackage[utf8]{inputenc} | ||
|
||
%----------------------------------------------------------- | ||
% Hyperlink setup | ||
\hypersetup{ | ||
colorlinks=true, % false: boxed links; true: colored links | ||
linkcolor=SteelBlue, % color of internal links | ||
citecolor=green, % color of links to bibliography | ||
filecolor=magenta, % color of file links | ||
urlcolor=SteelBlue % color of external links | ||
} | ||
|
||
%----------------------------------------------------------- | ||
%Edit these values as you see fit | ||
|
||
% Width of border outside of title bars | ||
\setlength{\outerbordwidth}{3pt} | ||
% Outer background color of title bars (0 = black, 1 = white) | ||
\definecolor{shadecolor}{gray}{0.75} | ||
% Inner background color of title bars | ||
\definecolor{shadecolorB}{gray}{0.93} | ||
|
||
|
||
%----------------------------------------------------------- | ||
%Margin setup | ||
|
||
\setlength{\evensidemargin}{-0.25in} | ||
\setlength{\headheight}{0in} | ||
\setlength{\headsep}{0in} | ||
\setlength{\oddsidemargin}{-0.25in} | ||
\setlength{\paperheight}{11in} | ||
\setlength{\paperwidth}{8.5in} | ||
\setlength{\tabcolsep}{0in} | ||
\setlength{\textheight}{9.5in} | ||
\setlength{\textwidth}{7in} | ||
\setlength{\topmargin}{-0.3in} | ||
\setlength{\topskip}{0in} | ||
\setlength{\voffset}{0.1in} | ||
|
||
|
||
%----------------------------------------------------------- | ||
%Custom commands | ||
\newcommand{\resitem}[1]{\item #1 \vspace{-2pt}} | ||
\newcommand{\resheading}[1]{\vspace{8pt} | ||
\parbox{\textwidth}{\setlength{\fboxsep}{\outerbordwidth} | ||
\begin{shaded} | ||
\setlength{\fboxsep}{0pt}\framebox[\textwidth][l]{\setlength{\fboxsep}{4pt}\fcolorbox{shadecolorB}{shadecolorB}{\textbf{\sffamily{\mbox{~}\makebox[6.762in][l]{\large #1} \vphantom{p\^{E}}}}}} | ||
\end{shaded} | ||
}\vspace{-5pt} | ||
} | ||
|
||
\newcommand{\ressubheadingshort}[3]{ | ||
\begin{center} | ||
\begin{tabular*}{6.5in}{l@{\extracolsep{\fill}}r} | ||
\multicolumn{2}{c}{\textbf{#1} \cftdotfill{\cftdotsep} #2} \\ | ||
\textit{#3} & \\ | ||
\vphantom{E} | ||
\end{tabular*} | ||
\end{center} | ||
\vspace{-24pt} | ||
} | ||
|
||
\newcommand{\ressubheading}[4]{ | ||
\begin{center} | ||
\begin{tabular*}{6.5in}{l@{\extracolsep{\fill}}r} | ||
\multicolumn{2}{c}{\textbf{#1} \cftdotfill{\cftdotsep} #2} \\ | ||
\multicolumn{2}{c}{\textit{#3} \cftdotfill{\cftdotsep} \textit{#4}} \\ | ||
\vphantom{E} | ||
\end{tabular*} | ||
\end{center} | ||
\vspace{-24pt} | ||
} | ||
|
||
\newcommand{\ressubheadingitems}[5]{ | ||
\begin{center} | ||
\begin{tabular*}{6.5in}{l@{\extracolsep{\fill}}r} | ||
\multicolumn{2}{c}{\textbf{#1} \cftdotfill{\cftdotsep} #2} \\ | ||
\multicolumn{2}{p{6.5in}}{\textit{#3} \cftdotfill{\cftdotsep} \textit{#4}} \\ | ||
\vphantom{E} | ||
\end{tabular*} | ||
\end{center} | ||
\vspace{-32pt} | ||
\begin{itemize}\renewcommand{\labelitemi}{} | ||
\item\begin{itemize} | ||
#5 | ||
\end{itemize} | ||
\end{itemize} | ||
} | ||
|
||
%----------------------------------------------------------- | ||
|
||
|
||
% Bibliography | ||
\bibliography{scopatz}{} | ||
%\bibliographystyle{plain} | ||
|
||
\begin{document} | ||
|
||
|
||
\begin{tabular*}{7in}{l@{\extracolsep{\fill}}r} | ||
\textbf{\Large Dr. Anthony Scopatz} & \textbf{\today} \\ | ||
The University of South Carolina & [email protected] \\ | ||
\end{tabular*} | ||
\\ | ||
|
||
|
||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\resheading{Publication Listing } | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\begin{enumerate} | ||
|
||
\item \fullcite{meurer2016nomonth} | ||
|
||
\item \fullcite{meurer2016sympy} | ||
|
||
\end{enumerate} | ||
|
||
\end{document} |