summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bibliography.bib7
-rw-r--r--cv.pdfbin52188 -> 52268 bytes
-rw-r--r--cv.tex10
-rw-r--r--friggeri-cv.cls12
4 files changed, 24 insertions, 5 deletions
diff --git a/bibliography.bib b/bibliography.bib
index d75a4f7..0f7c9d3 100644
--- a/bibliography.bib
+++ b/bibliography.bib
@@ -45,8 +45,9 @@
BOOKTITLE = {{12{\`e}mes Rencontres Francophones sur les Aspects Algorithmiques de T{\'e}l{\'e}communications (AlgoTel)}},
YEAR = {2010},
EDITOR = {Maria Gradinariu Potop-Butucaru and Herv{\'e} Rivano},
- KEYWORDS = {complex networks ; wireless sensor network ; medical applications ; data reconstruction ; measurement bias},
+ KEYWORDS = {france},
ADDRESS = {Belle Dune, France},
+ MONTH = Jun,
URL = {http://hal.inria.fr/inria-00475921}
}
%% inria-00587942, version 1
@@ -59,6 +60,8 @@
BOOKTITLE = {{13es Rencontres Francophones sur les Aspects Algorithmiques de T{\'e}l{\'e}communications (AlgoTel)}},
YEAR = {2011},
EDITOR = {Ducourthial, Bertrand and Felber, Pascal},
+ MONTH = Jun,
+ KEYWORDS = {france},
ADDRESS = {Cap Est{\'e}rel, France},
URL = {http://hal.inria.fr/inria-00587942}
}
@@ -138,6 +141,7 @@
TITLE = {{Trouver des communaut{\'e}s socialement coh{\'e}sives est NP-dur}},
YEAR = {2011},
MONTH = Oct,
+ KEYWORDS={france},
BOOKTITLE = {{13emes journ{\'e}es Graphes et Algorithmes}},
ADDRESS = {Lyon, France},
URL = {http://hal.inria.fr/inria-00630363}
@@ -151,6 +155,7 @@
TITLE = {{Des triangles pour mesurer la coh{\'e}sion sociale : Fellows, une exp{\'e}rimentation sur Facebook}},
YEAR = {2011},
MONTH = Jun,
+ KEYWORDS = {france},
NOTE = {S{\'e}minaire w2s @ La Cantine},
URL = {http://hal.inria.fr/inria-00605673}
}
diff --git a/cv.pdf b/cv.pdf
index ea9d450..2dbcdb6 100644
--- a/cv.pdf
+++ b/cv.pdf
Binary files differ
diff --git a/cv.tex b/cv.tex
index b3f1fca..51541cb 100644
--- a/cv.tex
+++ b/cv.tex
@@ -116,8 +116,16 @@ inference, recommendation, data mining
\section{publications}
+
\printbibsection{article}{article in peer-reviewed journal}
-\printbibsection{inproceedings}{peer-reviewed conferences/proceedings}
+\begin{refsection}
+ \nocite{*}
+ \printbibliography[sorting=chronological, type=inproceedings, title={international peer-reviewed conferences/proceedings}, notkeyword={france}, heading=subbibliography]
+\end{refsection}
+\begin{refsection}
+ \nocite{*}
+ \printbibliography[sorting=chronological, type=inproceedings, title={local peer-reviewed conferences/proceedings}, keyword={france}, heading=subbibliography]
+\end{refsection}
\printbibsection{misc}{other publications}
\printbibsection{report}{research reports}
diff --git a/friggeri-cv.cls b/friggeri-cv.cls
index 9f1fe5d..12712c7 100644
--- a/friggeri-cv.cls
+++ b/friggeri-cv.cls
@@ -118,9 +118,9 @@
}
\renewcommand{\subsection}[2]{
- \par\vspace{1\parskip}%
+ \par\vspace{.5\parskip}%
\Large\headingfont\color{headercolor} #2%
- \par\vspace{1.25\parskip}%
+ \par\vspace{.25\parskip}%
}
\pagestyle{empty}
@@ -266,10 +266,16 @@
\newcommand{\printbibsection}[2]{
\begin{refsection}
\nocite{*}
- \printbibliography[type={#1}, title={#2}, heading=subbibliography]
+ \printbibliography[sorting=chronological, type={#1}, title={#2}, heading=subbibliography]
\end{refsection}
}
+\DeclareSortingScheme{chronological}{
+ \sort[direction=descending]{\field{year}}
+ \sort[direction=descending]{\field{month}}
+}
+
+
%%%%%%%%%%%%%%%%
% Other tweaks %