Skip to content

simoncarrignon/ccs18

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

#CCS 2018 this jekyll template is a fork of alembic, see her:

Gem Version

⚗ A Jekyll boilerplate theme designed to be a starting point for any Jekyll website.

Random notes

Reminder to compile and watch the changes:

bundle exec jekyll build --watch --source . --destination /var/www/ccs18/

and simple bash loop to check if the github repo has changed:

while true ; do git pull darnes master ; sleep 5 ; done 

Migrate to new year:

sed -i "s/ccs18/ccs18/g" *.md      
sed -i "s/Cancun/Thessaloniki/g" *.md 

From easychair abstract to web: With a bunch of vim subistitue commande it' s easy to modify the output given by easy chair export into a better one:
then add the :s

%s#span class="title">#div class="title"></br><b>Title: </b>#g

Then one can the convert it with pandoc: pandoc -s asbtract.html -o abstract.tex

And we some adjustment get a good latex output:

%s/^{/{\\textbf/g ''put the name of authors in bold
%s/^{\\bf/\\rule{4cm}{.4pt}\r\r{\\bf/g ''add a line betwee all abstrac

About

No description, website, or topics provided.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Contributors 20