mirror of
https://github.com/JuanCanham/fresh-themes.git
synced 2025-08-08 09:51:01 +01:00
Awesome: Update from upstream.
Refresh files for "Awesome" theme, now driven by fluentdesk/Awesome-CV, a templatized fork of posquit0/Awesome-CV.
This commit is contained in:
@@ -1,12 +1,23 @@
|
||||
[~ if( r.committees && r.committees.length ) { ~]
|
||||
[~ if (r.governance && r.governance.length) { ~]
|
||||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Program Committees}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cvhonors}
|
||||
[~ _.each(r.committees, function(com) { ~]
|
||||
[~ _.each( r.governance, function(gov) { ~]
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{[[ com.position ]]}
|
||||
{[[ com.organization ]]}
|
||||
{[[ com.location ]]}
|
||||
{[[ com.safe.date ]]}
|
||||
[~ }); ~]
|
||||
{[[ gov.position ]]} % Position
|
||||
{[[ gov.organization ]]} % Committee
|
||||
{[[ gov.location ]]} % Location
|
||||
{[[ h.dateRange( gov ) ]]} % Date(s)
|
||||
|
||||
[~ }); ~]
|
||||
%---------------------------------------------------------
|
||||
\end{cvhonors}
|
||||
[~ } ~]
|
||||
|
@@ -1,20 +1,30 @@
|
||||
[~ if( r.education && r.education.history && r.education.history.length) { ~]
|
||||
[~ if (r.education && r.education.history && r.education.history.length) { ~]
|
||||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Education}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
[~ _.each(r.education.history, function(edu) { ~]
|
||||
[~ _.each( r.education.history, function(edu) { ~]
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{[[ edu.studyType ]], [[ edu.area ]]}
|
||||
{[[ edu.institution ]]}
|
||||
{[[ edu.location ]]}
|
||||
{[[ edu.safe.start ]] - [[ edu.safe.end ]]}
|
||||
[~ if( edu.highlights && edu.highlights.length ) {
|
||||
~]{
|
||||
\begin{cvitems}
|
||||
[~ _.each(edu.highlights, function(high) { ~]
|
||||
{[[ edu.title ]]} % Degree
|
||||
{[[ edu.institution ]]} % Institution
|
||||
{[[ edu.location ]]} % Location
|
||||
{[~ print( h.dateRange( edu ) ) ~]} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) bullet points
|
||||
[~ _.each( edu.highlights, function(high) { ~]
|
||||
\item {[[ high ]]}
|
||||
[~ }); ~]
|
||||
\end{cvitems}
|
||||
}[~ } else { ~]{ }[~ } ~]
|
||||
}
|
||||
|
||||
[~ }); ~]
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
||||
[~ } ~]
|
||||
|
@@ -1,18 +1,30 @@
|
||||
[~ if( r.employment && r.employment.history && r.employment.history.length ) { ~]
|
||||
[~ if (r.employment && r.employment.history && r.employment.history.length ) { ~]
|
||||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Experience}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
[~ _.each(r.employment.history, function(emp) { ~]
|
||||
[~ _.each( r.employment.history, function(job) { ~]
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{[[ emp.position ]]}
|
||||
{[[ emp.employer ]]}
|
||||
{[[ emp.location ]]}
|
||||
{[[ emp.safe.start ]] - [[ emp.safe.end ]]}
|
||||
[~ if( emp.highlights && emp.highlights.length ) {
|
||||
~]{
|
||||
\begin{cvitems}[~ _.each( emp.highlights, function(high) { ~]
|
||||
\item {[[ high.replace(/#/g, '\\#') ]]}[~ }); ~]
|
||||
{[[ job.position ]]} % Job title
|
||||
{[[ job.employer ]]} % Organization
|
||||
{[[ job.location ]]} % Location
|
||||
{[~ print( h.dateRange( job ) ) ~]} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of tasks/responsibilities
|
||||
[~ _.each( job.highlights, function (high) { ~]
|
||||
\item {[[ high ]]}
|
||||
[~ }); ~]
|
||||
\end{cvitems}
|
||||
}[~ } ~]
|
||||
}
|
||||
|
||||
[~ }); ~]
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
||||
[~ } ~]
|
||||
|
@@ -1,19 +1,30 @@
|
||||
[~ if( r.extracurricular && r.extracurricular.length ) { ~]
|
||||
[~ if (r.extracurricular && r.extracurricular.length) { ~]
|
||||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Extracurricular Activity}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
[~ _.each( r.extracurricular, function(ex) { ~]
|
||||
[~ _.each( function(cur) { ~]
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{[[ ex.title ]]}
|
||||
{[[ ex.activity ]]}
|
||||
{[[ ex.location ]]}
|
||||
{[[ ex.safe.start ]] - [[ ex.safe.end ]]}
|
||||
[~ if( ex.highlights && ex.highlights.length ) {
|
||||
~]{
|
||||
\begin{cvitems}
|
||||
[~ _.each(ex.highlights, function(high) {
|
||||
~]\item {[[high]]}
|
||||
[~ }); ~]\end{cvitems}
|
||||
}[~ } else { ~]{ }[~ } ~]
|
||||
[~ }); ~]
|
||||
{[[ cur.role ]]} % Affiliation/role
|
||||
{[[ cur.organization ]]} % Organization/group
|
||||
{[[ cur.location ]]} % Location
|
||||
{[[ h.dateRange(cur) ]]} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s) of experience/contributions/knowledge
|
||||
[~ _.each( cur.highlights, function( high ) { ~]
|
||||
\item {[[ high ]]}
|
||||
[~ }); ~]
|
||||
\end{cvitems}
|
||||
}
|
||||
|
||||
[~ }); ~]
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
||||
[~ } ~]
|
||||
|
@@ -1,52 +1,52 @@
|
||||
[~ if( r.recognition && r.recognition.length ) { ~]
|
||||
[~ if ( r.recognition && r.recognition.length ) { ~]
|
||||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Honors \& Awards}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% SUBSECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsubsection{International}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cvhonors}
|
||||
[~ _.each(r.recognition, function(rec) { ~]
|
||||
[~ _.each( r.recognition, function(rgn) { ~]
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{[[ rec.title ]]}
|
||||
{[[ rec.event ]]}
|
||||
{[[ rec.location ]]}
|
||||
{[[ rec.safe.date ]]}
|
||||
[~ }); ~]
|
||||
{[[ rgn.title ]]} % Award
|
||||
{[[ rgn.from ]]} % Event
|
||||
{[[ rgn.location ]]} % Location
|
||||
{[[ rgn.date ]]} % Date(s)
|
||||
|
||||
[~ }); ~]
|
||||
%---------------------------------------------------------
|
||||
\end{cvhonors}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% SUBSECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsubsection{Domestic}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cvhonors}
|
||||
[~ _.each( r.recognition, function(rgn) { ~]
|
||||
%---------------------------------------------------------
|
||||
\cvhonor
|
||||
{3rd Place}
|
||||
{WITHCON Hacking Competition Final}
|
||||
{Seoul, S.Korea}
|
||||
{2015}
|
||||
\cvhonor
|
||||
{Silver Prize}
|
||||
{KISA HDCON Hacking Competition Final}
|
||||
{Seoul, S.Korea}
|
||||
{2013}
|
||||
\cvhonor
|
||||
{2nd Award}
|
||||
{HUST Hacking Festival}
|
||||
{S.Korea}
|
||||
{2013}
|
||||
\cvhonor
|
||||
{3rd Award}
|
||||
{HUST Hacking Festival}
|
||||
{S.Korea}
|
||||
{2010}
|
||||
\cvhonor
|
||||
{3rd Award}
|
||||
{Holyshield 3rd Hacking Festival}
|
||||
{S.Korea}
|
||||
{2012}
|
||||
\cvhonor
|
||||
{2nd Award}
|
||||
{Holyshield 3rd Hacking Festival}
|
||||
{S.Korea}
|
||||
{2011}
|
||||
\cvhonor
|
||||
{5th Place}
|
||||
{PADOCON Hacking Competition Final}
|
||||
{Seoul, S.Korea}
|
||||
{2011}
|
||||
{[[ rgn.title ]]} % Award
|
||||
{[[ rgn.from ]]} % Event
|
||||
{[[ rgn.location ]]} % Location
|
||||
{[[ rgn.date ]]} % Date(s)
|
||||
|
||||
[~ }); ~]
|
||||
%---------------------------------------------------------
|
||||
\end{cvhonors}
|
||||
[~ } ~]
|
||||
|
@@ -1,20 +1,30 @@
|
||||
[~ if( r.speaking && r.speaking.length) { ~]
|
||||
[~ if (r.speaking && r.speaking.length) { ~]
|
||||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Presentation}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
[~ _.each(r.speaking, function(pres) { ~]
|
||||
[~ _.each( r.speaking, function(spk) { ~]
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{[[ pres.title ]]}
|
||||
{[[ pres.event ]]}
|
||||
{[[ pres.location ]]}
|
||||
{[[ pres.safe.date ]]}
|
||||
[~ if (pres.highlights && pres.highlights.length) {
|
||||
~]{
|
||||
\begin{cvitems}
|
||||
[~ _.each(pres.highlights, function( high) {
|
||||
~]\item {[[ high ]]}[~ }); ~]
|
||||
{[[ spk.title ]]} % Role
|
||||
{[[ spk.event ]])} % Event
|
||||
{[[ spk.location ]]} % Location
|
||||
{[[ spk.date ]]} % Date(s)
|
||||
{
|
||||
\begin{cvitems} % Description(s)
|
||||
[~ _.each( spk.highlights, function(high) { ~]
|
||||
\item {[[ high ]]}
|
||||
[~ }); ~]
|
||||
\end{cvitems}
|
||||
}
|
||||
[~ } else { ~]{ }[~ } ~]
|
||||
[~ }); ~]
|
||||
|
||||
[~ }); ~]
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
||||
[~ } ~]
|
||||
|
14
themes/awesome/src/latex/examples/resume/summary.tex
Normal file
14
themes/awesome/src/latex/examples/resume/summary.tex
Normal file
@@ -0,0 +1,14 @@
|
||||
[~ if( r.info && r.info.brief ) { ~]
|
||||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Summary}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cvparagraph}
|
||||
[[ r.info.brief ]]
|
||||
\end{cvparagraph}
|
||||
[~ } ~]
|
@@ -1,21 +1,30 @@
|
||||
[~ if( r.writing && r.writing.length ) { ~]
|
||||
[~ if (r.writing && r.writing.length ) { ~]
|
||||
%-------------------------------------------------------------------------------
|
||||
% SECTION TITLE
|
||||
%-------------------------------------------------------------------------------
|
||||
\cvsection{Writing}
|
||||
|
||||
|
||||
%-------------------------------------------------------------------------------
|
||||
% CONTENT
|
||||
%-------------------------------------------------------------------------------
|
||||
\begin{cventries}
|
||||
[~ _.each(r.writing, function(wri) { ~]
|
||||
[~ _.each( r.writing, function(wri) { ~]
|
||||
%---------------------------------------------------------
|
||||
\cventry
|
||||
{[[ wri.publisher ]]}
|
||||
{[[ wri.title ]]}
|
||||
{[[ wri.url ]]}
|
||||
{[[ wri.safe.date ]] - PRESENT}
|
||||
[~ if( wri.highlights && wri.highlights.length ) { ~]
|
||||
{[[ wri.title ]]} % Role
|
||||
{[[ wri.publisher ]]} % Title
|
||||
{[[ wri.url ]]} % Location
|
||||
{[[ wri.date ]]} % Date(s)
|
||||
{
|
||||
\begin{cvitems}
|
||||
[~ _.each(wri.highlights, function(high) { ~]
|
||||
\begin{cvitems} % Description(s)
|
||||
[~ _.each( wri.highlights, function(high) { ~]
|
||||
\item {[[ high ]]}
|
||||
[~ }); ~]
|
||||
\end{cvitems}
|
||||
}
|
||||
[~ } else { ~]{ }[~ } ~]
|
||||
|
||||
[~ }); ~]
|
||||
%---------------------------------------------------------
|
||||
\end{cventries}
|
||||
[~ } ~]
|
||||
|
Reference in New Issue
Block a user