commit dd60e5fb3f4687119513f1740d03261bedcc652a
parent 043ecc7678be897385391a8e4b577d66623494a0
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Tue, 21 Sep 2021 22:56:48 +0200
rm old publis from cv
Diffstat:
3 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/README b/README
@@ -52,10 +52,10 @@ name of a location, and "LocationFr" contains the French name.
avoid breaking anchors), a title, a space-separated list of authors, an
optional venue, an indication of if the paper was reviewed or not, is a "main"
paper or not (controls whether it goes, e.g., in the résumé), should be hidden
- from the résumé or not (key "hidecv"), a type (demo, shortpaper, etc.),
- possible links to slides, posters, videos, code, possible information about
- the authors of this extra material, option to indicate the existence of errata
- (will generate special links to the errata)
+ from the résumé or not (key "hidecv" or "oldcv"), a type (demo, shortpaper,
+ etc.), possible links to slides, posters, videos, code, possible information
+ about the authors of this extra material, option to indicate the existence of
+ errata (will generate special links to the errata)
My own files are versioned together with the code, of course if you adapt it you
will want to run the code on your own files.
diff --git a/maketex.py b/maketex.py
@@ -192,8 +192,10 @@ if __name__ == '__main__':
if publi.get('main', "no") == "no" and not publi.get('addcv', "no") == "yes":
# only main publis
continue
- if publi.get('hidecv', "no") == "yes":
- # hide some publis
+ if publi.get('hidecv', "no") == "yes" or publi.get('oldcv',
+ "no") == "yes":
+ # hide some publis: hidecv are the ones I don't want, oldcv
+ # are the ones I'd want except they are too old
continue
else:
# just one publi
diff --git a/publis b/publis
@@ -316,6 +316,7 @@ SlidesAuthor: mikael
Poster: http://mikael-monet.net/posters/amarilli2017combined2.pdf
PosterAuthor: mikael
JournalVersion: amarilli2019evaluating
+OldCV: yes
Id: amarilli2017top
Title: Top-k Queries on Unknown Values under Order Constraints
@@ -395,6 +396,7 @@ Reviewed: yes
Venue: pods2016
Poster: /work/talks/pods2016/amarilli2016tractable_poster.pdf
Slides: /work/talks/pods2016/amarilli2016tractable_slides.pdf
+OldCV: yes
Id: amarilli2014minimum
Year: 2015
@@ -471,6 +473,7 @@ Url: https://arxiv.org/abs/1511.08723
Slides: /work/talks/icalp2015/amarilli2015provenance_slides.pdf
Reviewed: yes
Venue: icalp2015
+OldCv: yes
Id: amarilli2015structurally
Title: Structurally Tractable Uncertain Data