* `year`: the starting year of the project. This field is an integer number representing the year.
* `month`: the starting month of the project. This field should be a month that `biblatex` can understand (that is, a number or a three letter month representation).
-- **Thesis**. Refers to the theses you guided. It supports the following fields
+- **cvthesis**. Refers to the theses you guided. It supports the following fields
* `author`: the student (author) of the theses that you guided. This field is a string.
* `title`: the title of the thesis. This field is a string.
* `date`: the date of the thesis. This field is a date from `biblatex`.
[moderncv]: https://www.ctan.org/tex-archive/macros/latex/contrib/moderncv/?lang=en
[babel]: https://www.ctan.org/pkg/babel?lang=en
[biblatex]: https://www.ctan.org/pkg/biblatex?lang=en
-[tex-sx]: http://tex.stackexchange.com/
\ No newline at end of file
+[tex-sx]: http://tex.stackexchange.com/
\pertype{position}
\pertype{project}
\pertype{course}
- \pertype{thesis}
+ \pertype{cvthesis}
\pertype{committee}
\pertype{cvmisc}
\step[fieldsource=date, match=\regexp{\A([0-9]{4}-[0-9]{2}-[0-9]{2})\Z}, replace=\regexp{$1/$1}]
\defprint{course}{courses}
\defprint{study}{studies}
\defprint{position}{positions}
-\defprint{thesis}{theses}
+\defprint{cvthesis}{theses}
\defprint[resetnumbers=true]{project}{projects}
\defprint{cvmisc}{cvmiscs}
\defprint[resetnumbers=true]{presentation}{presentations}
\DeclareBibliographyAlias{study}{cventry}
-\DeclareBibliographyAlias{thesis}{cventry}
+\DeclareBibliographyAlias{cvthesis}{cventry}
\DeclareBibliographyAlias{cvmisc}{cventry}
\DeclareFieldFormat[position]{title}{\mkbibbold{\usebibmacro{field-bibstring}{#1}}}
-\DeclareFieldFormat[thesis]{level}{\usebibmacro{field-bibstring}{#1}}
+\DeclareFieldFormat[cvthesis]{level}{\usebibmacro{field-bibstring}{#1}}
\DeclareFieldFormat[project]{role}{\mkbibbold{\usebibmacro{field-bibstring}{#1}}}
\DeclareDatamodelFields[type=list, datatype=literal]{dates}
% Entries
-\DeclareDatamodelEntrytypes{course, cvmisc, position, project, study, thesis, presentation}
+\DeclareDatamodelEntrytypes{course, cvmisc, position, project, study, cvthesis, presentation}
% Data models
\DeclareLocalizedDatamodelEntryfields[course]{%
note%
}
-\DeclareLocalizedDatamodelEntryfields[thesis]{%
+\DeclareLocalizedDatamodelEntryfields[cvthesis]{%
author,%
date,%
organization,%
% Theses guided
-@Thesis{doe2010,
+@GuideThesis{doe2010,
author = {Doe, John Jr.},
date={2010-01-01/2010-02-01},
title-en = {On time traveling and paradoxes},
}
-@Thesis{doe2011,
+@GuideThesis{doe2011,
author = {Doe, John Jr.},
date={2010-10-01/2011-10-21},
title-en = {On time traveling and paradoxes II},
keywords={international},
eventtitle = {Time Travel Group},
location={Somewhere around here}
-}
\ No newline at end of file
+}