diff options
| author | Chris Cox <chris@mathematicaster.org> | 2022-10-05 16:53:48 -0500 |
|---|---|---|
| committer | Chris Cox <chris@mathematicaster.org> | 2022-10-05 16:53:48 -0500 |
| commit | 21bfcf632d22b491296072ce21787e17f1317cf0 (patch) | |
| tree | ccdcc07fbf41ce45f7a9bb6e1174c5e19b44f832 | |
| parent | 5da1c3de6966f256c744b7c45312b2519e3933e8 (diff) | |
| download | cv-21bfcf632d22b491296072ce21787e17f1317cf0.tar cv-21bfcf632d22b491296072ce21787e17f1317cf0.tar.gz cv-21bfcf632d22b491296072ce21787e17f1317cf0.tar.bz2 cv-21bfcf632d22b491296072ce21787e17f1317cf0.tar.lz cv-21bfcf632d22b491296072ce21787e17f1317cf0.tar.xz cv-21bfcf632d22b491296072ce21787e17f1317cf0.tar.zst cv-21bfcf632d22b491296072ce21787e17f1317cf0.zip | |
More work on biblatex shit
| -rw-r--r-- | biblatex.cfg | 91 | ||||
| -rw-r--r-- | content/papers.bib | 41 | ||||
| -rw-r--r-- | content/positions.tex | 2 | ||||
| -rw-r--r-- | cv.tex | 8 |
4 files changed, 117 insertions, 25 deletions
diff --git a/biblatex.cfg b/biblatex.cfg new file mode 100644 index 0000000..7b50e73 --- /dev/null +++ b/biblatex.cfg @@ -0,0 +1,91 @@ +\ProvidesFile{biblatex.cfg} + + +\DeclareBibliographyDriver{article}{% + \usebibmacro{bibindex}% + \usebibmacro{begentry}% + \setunit{\printdelim{nametitledelim}}\newblock + \usebibmacro{title}% + \newunit + \printlist{language}% + \newunit\newblock + \usebibmacro{byauthor}% + \newunit\newblock + \usebibmacro{bytranslator+others}% + \newunit\newblock + \printfield{version}% + \newunit\newblock + \usebibmacro{in:}% + \usebibmacro{journal+issuetitle}% + \newunit + \usebibmacro{byeditor+others}% + \newunit + \usebibmacro{note+pages}% + \newunit\newblock + \iftoggle{bbx:isbn} + {\printfield{issn}} + {}% + \newunit\newblock + \usebibmacro{doi+eprint+url}% + \newunit\newblock + \usebibmacro{addendum+pubstate}% + \setunit{\bibpagerefpunct}\newblock + \usebibmacro{pageref}% + \newunit\newblock + \iftoggle{bbx:related} + {\usebibmacro{related:init}% + \usebibmacro{related}} + {}% + \newunit\newblock + \iffieldundef{author} + {\newline \mkbibbold{With:} \usebibmacro{author/translator+others}}% + {}% + \usebibmacro{finentry}% +} + +\DeclareBibliographyDriver{unpublished}{% + \usebibmacro{bibindex}% + \usebibmacro{begentry}% + \setunit{\printdelim{nametitledelim}}\newblock + \usebibmacro{title}% + \newunit + \printlist{language}% + \newunit\newblock + \usebibmacro{byauthor}% + \newunit\newblock + \usebibmacro{bytranslator+others}% + \newunit\newblock + \printfield{version}% + \usebibmacro{byeditor+others}% + \newunit + \usebibmacro{note+pages}% + \newunit\newblock + \iftoggle{bbx:isbn} + {\printfield{issn}} + {}% + \newunit\newblock + \usebibmacro{doi+eprint+url}% + \newunit\newblock + \usebibmacro{addendum+pubstate}% + \setunit{\bibpagerefpunct}\newblock + \usebibmacro{pageref}% + \newunit\newblock + \iftoggle{bbx:related} + {\usebibmacro{related:init}% + \usebibmacro{related}} + {}% + \newunit\newblock + \iffieldundef{author} + {\newline \mkbibbold{With:} \usebibmacro{author/translator+others}}% + {}% + \usebibmacro{finentry}% +} + + + +\DeclareFieldFormat[article,misc,unpublished]{title}{\mkbibbold{#1\isdot}} +\DeclareFieldFormat[misc]{howpublished}{\mkbibemph{#1\isdot}} + +\endinput + +% vim: ft=tex diff --git a/content/papers.bib b/content/papers.bib index 6fbb945..88e7294 100644 --- a/content/papers.bib +++ b/content/papers.bib @@ -1,7 +1,8 @@ @article{cox_planarcycles, - author = {Cox, Christopher and Martin, Ryan R.}, + author = {Martin, Ryan R.}, title = {The maximum number of 10- and 12-cycles in a planar graph}, year = {2022}, + month = {sep}, eprint = {2106.02966}, eprinttype = {arxiv}, eprintclass = {math.CO}, @@ -9,11 +10,9 @@ keywords = {accepted}, } -@misc{unicorns, - author = {Cox, Christopher and King, Emily J. and Mixon, Dustin G. and Parshall, Hans}, +@unpublished{unicorns, + author = {King, Emily J. and Mixon, Dustin G. and Parshall, Hans}, title = {Uniquely optimal codes of low complexity are symmetric}, - year = {2020}, - month = {aug}, eprint = {2008.12871}, eprintclass = {math.CO}, eprinttype = {arxiv}, @@ -22,7 +21,7 @@ } @article{cox_planarpaths, - author = {Cox, Christopher and Martin, Ryan R.}, + author = {Martin, Ryan R.}, title = {Counting paths, cycles and blow-ups in planar graphs}, journal = {Journal of Graph Theory}, volume = {101}, @@ -38,7 +37,7 @@ } @article{lcsfrogs, - author = {Cox, Christopher and Bukh, Boris}, + author = {Bukh, Boris}, title = {Periodic words, common subsequences and frogs}, year = {2022}, month = {apr}, @@ -55,7 +54,7 @@ } @article{cox_editdistance, - author = {Cox, Christopher and Martin, Ryan R. and McGinnis, Daniel}, + author = {Martin, Ryan R. and McGinnis, Daniel}, title = {Accumulation points of the edit distance function}, year = {2022}, month = {jul}, @@ -68,12 +67,12 @@ eprintclass = {math.CO}, doi = {10.1016/j.disc.2022.112857}, keywords = {published}, - author+an = {3=earlygrad}, + author+an = {2=earlygrad}, } @article{onlineramsey, - author = {Cox, Christopher and Briggs, Joseph}, + author = {Briggs, Joseph}, title = {Restricted online Ramsey numbers of matchings and trees}, journal = {Electronic Journal of Combinatorics}, year = {2020}, @@ -94,7 +93,7 @@ } @article{nearorth, - author = {Cox, Christopher and Bukh, Boris}, + author = {Bukh, Boris}, title = {Nearly orthogonal vectors and small antipodal spherical codes}, journal = {Israel Journal of Mathematics}, volume = {238}, @@ -110,7 +109,7 @@ } @article{invturan, - author = {Cox, Christopher and Briggs, Joseph}, + author = {Briggs, Joseph}, title = {Inverting the Tur{\'a}n problem}, journal = {Discrete Mathematics}, publisher = {Elsevier BV}, @@ -127,7 +126,7 @@ } @article{frachaemers, - author = {Cox, Christopher and Bukh, Boris}, + author = {Bukh, Boris}, title = {On a fractional version of Haemers' bound}, journal = {IEEE Transactions on Information Theory}, publisher = {Institute of Electrical and Electronics Engineers (IEEE)}, @@ -145,7 +144,7 @@ @article{poramsey, - author = {Cox, Christopher and Stolee, Derrick}, + author = {Stolee, Derrick}, title = {Ramsey numbers for partially-ordered sets}, journal = {Order}, publisher = {Springer Nature}, @@ -163,7 +162,7 @@ @article{42choose, - author = {Berikkyzy, Zhanar and Dairyko, Michael and Hogenson, Kirsten and Kumbhat, Mohit and Lidicky, Bernard and Messerschmidt, Kacy and Moss, Kevin and Nowak, Kathleen and Palmowski, Kevin and Stolee, Derrick}, + author = {Berikkyzy, Zhanar and Dairyko, Michael and Hogenson, Kirsten and Kumbhat, Mohit and Lidick{\'y}, Bernard and Messerschmidt, Kacy and Moss, Kevin and Nowak, Kathleen and Palmowski, Kevin and Stolee, Derrick}, title = {(4,2)-choosability of planar graphs with forbidden structures}, journal = {Graphs and Combinatorics}, publisher = {Springer Nature}, @@ -191,7 +190,7 @@ @article{eulerrooks, - author = {Banaian, Esther and Butler, Steve and Cox, Christopher and Davis, Jeffrey and Landgraf, Jacob and Ponce, Scarlitte}, + author = {Banaian, Esther and Butler, Steve and Davis, Jeffrey and Landgraf, Jacob and Ponce, Scarlitte}, title = {A generalization of Eulerian numbers via rook placements}, journal = {Involve, a Journal of Mathematics}, publisher = {Mathematical Sciences Publishers}, @@ -205,11 +204,11 @@ eprinttype = {arxiv}, eprintclass = {math.CO}, keywords = {published}, - author+an = {1=undergrad; 4=undergrad; 5=undergrad; 6=undergrad}, + author+an = {1=undergrad; 3=undergrad; 4=undergrad; 5=undergrad}, } @article{primejuggle, - author = {Banaian, Esther and Butler, Steve and Cox, Christopher and Davis, Jeffrey and Landgraf, Jacob and Ponce, Scarlitte}, + author = {Banaian, Esther and Butler, Steve and Davis, Jeffrey and Landgraf, Jacob and Ponce, Scarlitte}, title = {Counting prime juggling patterns}, journal = {Graphs and Combinatorics}, publisher = {Springer Science and Business Media LLC}, @@ -223,11 +222,11 @@ eprinttype = {arxiv}, eprintclass = {math.CO}, keywords = {published}, - author+an = {1=undergrad; 4=undergrad; 5=undergrad; 6=undergrad}, + author+an = {1=undergrad; 3=undergrad; 4=undergrad; 5=undergrad}, } @article{loosepath, - author = {Cox, Christopher and Stolee, Derrick}, + author = {Stolee, Derrick}, title = {Ordered Ramsey numbers of loose paths and matchings}, journal = {Discrete Mathematics}, publisher = {Elsevier BV}, @@ -249,7 +248,7 @@ } @article{hanabi, - author = {Cox, Christopher and De Silva, Jessica and DeOrsey, Philip and Kenter, Franklin and Retter, Troy and Tobin, Josh}, + author = {De Silva, Jessica and DeOrsey, Philip and Kenter, Franklin and Retter, Troy and Tobin, Josh}, title = {How to make the perfect fireworks display: Two strategies for \emph{Hanabi}}, journal = {Mathematics Magazine}, publisher = {Informa UK Limited}, diff --git a/content/positions.tex b/content/positions.tex index f16565d..180cf9c 100644 --- a/content/positions.tex +++ b/content/positions.tex @@ -1,4 +1,4 @@ -\textbf{RTG postdoctoral research associate}\dotfill 2020--Present\at{Iowa State University, Ames, IA} +\textbf{RTG postdoctoral research associate}\dotfill 2020--Cur\at{Iowa State University, Ames, IA} \begin{itemize} \item Supported by U.S.\ taxpayers through NSF Research Training Grant DMS-1839918 % \item Instructor: Algebraic Methods in Combinatorics (MATH 595: graduate reading course), Graph Theory (MATH 314), Calculus I (MATH 165), Edit Distance in Graphs (MATH 595: early graduate research course) @@ -14,8 +14,7 @@ natbib=true, defernumbers=true, maxbibnames=99, - giveninits=true, - refsection=section + refsection=section, ]{biblatex} \addbibresource{content/papers.bib} \addbibresource{content/presentations.bib} @@ -23,7 +22,7 @@ % \ifitemannotation{highlight} % {\textbf{#1}} % {#1}} -\renewcommand*{\mkbibnamefamily}[1]{ +\renewcommand*{\mkbibnamefamily}[1]{% {#1}% \ifitemannotation{undergrad} {\textsuperscript{*}} @@ -32,6 +31,9 @@ {$^\dagger$} {}% }%% + + + % The following hack from http://tex.stackexchange.com/a/103349 reduces spacing in the bibliography slightly. % The effect is that the paper is not so long \usepackage{etoolbox} |
