From: adin Date: Mon, 1 Oct 2018 20:43:31 +0000 (-0300) Subject: Add new examples to test different date ranges X-Git-Url: https://hydra-www.ietfng.org/gitweb/?a=commitdiff_plain;h=186cf4ca3f8a391744591ef3ac9d98d82ea96b4f;p=mcv-academic Add new examples to test different date ranges --- diff --git a/example/cvdata.bib b/example/cvdata.bib index 010a0f9..07c0f82 100644 --- a/example/cvdata.bib +++ b/example/cvdata.bib @@ -128,7 +128,7 @@ @Thesis{doe2011, author = {Doe, John Jr.}, - date={2010}, + date={2010-10-01/2011-10-21}, title-en = {On time traveling and paradoxes II}, title-es = {Sobre viajes en el tiempo y paradojas II}, title-pt = {Sobre viagem no tempo e paradoxos II}, @@ -139,6 +139,19 @@ note-es = {Co-guiado con mi otro yo.} } +@Thesis{doe2012, + author = {Doe, John Jr. Jr.}, + date={2012-01-01/2012-01-05}, + title-en = {On time traveling and paradoxes III}, + title-es = {Sobre viajes en el tiempo y paradojas III}, + title-pt = {Sobre viagem no tempo e paradoxos III}, + organization-en={Univeristy of Bar}, + organization-es={Universidad de Bar}, + organization-pt={Universidade de Bar}, + level = {doctor}, + note = {Co guided with myself.} +} + % Projects @Project{g2050, @@ -164,9 +177,8 @@ @Project{g2015, title = {Foundations for spatio-temporal dilations and contractions}, author = {John Doe}, - Month = oct, funding = {University of Bar}, - Year = {2015} + date = {2015-10-01} } % Articles @@ -181,7 +193,7 @@ % Memberships -@cvmisc{mtt, +@Cvmisc{mtt, title-en={TT Member}, title-es={Miembro TT}, title-pt={Membro TT}, @@ -189,7 +201,7 @@ keywords = {mem} } -@cvmisc{mttt, +@Cvmisc{mttt, title-en={TTT Member}, title-es={Miembro TTT}, title-pt={Membro TTT}, @@ -197,7 +209,7 @@ keywords = {mem} } -@cvmisc{mxtt, +@Cvmisc{mxtt, title-en={XTT Member}, title-es={Miembro XTT}, title-pt={Membro XTT}, @@ -205,7 +217,9 @@ keywords = {mem} } -@presentation{gettysburg1863, +% Presentations + +@Presentation{gettysburg1863, title= {The Gettysburg Address}, author = {Lincoln, Abraham}, date= {1863-11-19}, @@ -214,7 +228,7 @@ location={Gettysburg, PA} } -@presentation{tutorial2015, +@Presentation{tutorial2015, author = {Adams, John and Smith, John}, title= {CV Design in \LaTeX}, role = {Tutorial}, @@ -224,11 +238,20 @@ location={Dallas, TX} } -@presentation{invited2016, +@Presentation{invited2016, title= {CV Design in \LaTeX}, role = {Invited Speaker}, date= {2016-10-01}, keywords={international}, eventtitle = {\LaTeX Users Group}, location={Houston, TX} +} + +@Presentation{invited2020, + title= {On time travel possibilities}, + role = {Invited Speaker}, + date= {2020-10-01/2020-12-10}, + keywords={international}, + eventtitle = {Time Travel Group}, + location={Somewhere around here} } \ No newline at end of file