mirror of https://github.com/eyhc1/rendercv.git
update PublicationEntry templates for optional DOI
This commit is contained in:
parent
0354b77fab
commit
57d34c3d31
|
@ -15,7 +15,14 @@
|
||||||
|
|
||||||
\vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>}
|
\vspace{<<design.margins.highlights_area.vertical_between_bullet_points>>}
|
||||||
|
|
||||||
\href{<<entry.doi_url>>}{<<entry.doi>>} ((* if not entry.journal == "" *))(<<entry.journal>>)((* endif *))
|
((*- if entry.doi != "" -*))
|
||||||
|
\href{<<entry.doi_url>>}{<<entry.doi>>}
|
||||||
|
((*- endif -*))
|
||||||
|
((*- if entry.doi != "" and entry.journal != "" *)) (((* endif -*))
|
||||||
|
((*- if entry.journal != "" -*))
|
||||||
|
<<entry.journal>>
|
||||||
|
((*- endif -*))
|
||||||
|
((*- if entry.doi != "" and entry.journal != "" *)))((* endif -*))
|
||||||
&
|
&
|
||||||
<<entry.date_string>>
|
<<entry.date_string>>
|
||||||
\end{tabularx}
|
\end{tabularx}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
## <<entry.title>> ([<<entry.doi>>](<<entry.doi_url>>))
|
## <<entry.title>> ((* if entry.doi != "" *))([<<entry.doi>>](<<entry.doi_url>>))((* endif *))
|
||||||
|
|
||||||
- <<entry.date_string>>
|
- <<entry.date_string>>
|
||||||
- <<entry.authors|join(", ")>>
|
- <<entry.authors|join(", ")>>
|
||||||
|
|
|
@ -1,2 +1,6 @@
|
||||||
\cventry{<<entry.date_string>>}{<<entry.title>>}{<<entry.journal>>}{\href{<<entry.doi_url>>}{<<entry.doi>>}}{}{}
|
\cventry{<<entry.date_string>>}{<<entry.title>>}{<<entry.journal>>}{
|
||||||
|
((*- if entry.doi != "" -*))
|
||||||
|
\href{<<entry.doi_url>>}{<<entry.doi>>}
|
||||||
|
((*- endif -*))
|
||||||
|
}{}{}
|
||||||
\cvline{}{\small <<entry.authors|map("make_it_nolinebreak")|join(", ")>>}
|
\cvline{}{\small <<entry.authors|map("make_it_nolinebreak")|join(", ")>>}
|
|
@ -1,6 +1,15 @@
|
||||||
\resumeSubheading
|
\resumeSubheading
|
||||||
{<<entry.title>>}{<<entry.date_string>>}
|
{<<entry.title>>}{<<entry.date_string>>}
|
||||||
{\href{<<entry.doi_url>>}{<<entry.doi>>} ((* if not entry.journal == "" *))(<<entry.journal>>)((* endif *))}{}
|
{
|
||||||
|
((*- if entry.doi != "" -*))
|
||||||
|
\href{<<entry.doi_url>>}{<<entry.doi>>}
|
||||||
|
((*- endif -*))
|
||||||
|
((*- if entry.doi != "" and entry.journal != "" *)) (((* endif -*))
|
||||||
|
((*- if entry.journal != "" -*))
|
||||||
|
<<entry.journal>>
|
||||||
|
((*- endif -*))
|
||||||
|
((*- if entry.doi != "" and entry.journal != "" *)))((* endif -*))
|
||||||
|
}{}
|
||||||
\resumeItemListStart
|
\resumeItemListStart
|
||||||
\resumeItem{}{\raggedright <<entry.authors|map("make_it_nolinebreak")|join(", ")>> \par}
|
\resumeItem{}{\raggedright <<entry.authors|map("make_it_nolinebreak")|join(", ")>> \par}
|
||||||
\resumeItemListEnd
|
\resumeItemListEnd
|
Loading…
Reference in New Issue