-
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 #1040 from sbillinge/publist_test_ouputs
first tranche of outputs for publist built with kwargs
- Loading branch information
Showing
8 changed files
with
456 additions
and
33 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,14 @@ | ||
@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} | ||
} |
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
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,15 @@ | ||
@article{meurer2016nomonth, | ||
ackno = {we acknowledge useful convos with our friends}, | ||
author = {Meurer, Aaron and Anthony Scopatz}, | ||
journal = {PeerJ Computer Science}, | ||
month = {tbd}, | ||
note = {\newline\newline\noindent Acknowledgement:\newline\noindent we acknowledge useful convos with our friends\newline\newline\noindent }, | ||
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} | ||
} |
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,137 @@ | ||
% (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_doi_tbd_ackno}{} | ||
%\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 with doi of tbd} | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\begin{enumerate} | ||
|
||
\item \fullcite{meurer2016nomonth} | ||
|
||
\end{enumerate} | ||
|
||
\end{document} |
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,14 @@ | ||
@article{meurer2016nomonth, | ||
ackno = {we acknowledge useful convos with our friends}, | ||
author = {Meurer, Aaron and 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} | ||
} |
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,137 @@ | ||
% (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_doi_tbd_nobold}{} | ||
%\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 with doi of tbd} | ||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% | ||
\begin{enumerate} | ||
|
||
\item \fullcite{meurer2016nomonth} | ||
|
||
\end{enumerate} | ||
|
||
\end{document} |
Oops, something went wrong.