created templates and small changes to scripts for 2018 website

master
Castro0o 6 years ago
parent d24cf2cdf2
commit c7b1e16b82

@ -10,13 +10,13 @@
<meta name="description" content="The Master in Media Design & Communication is an intensive project-based research degree exploring the possibilities released by the friction between media and their related practices. The course does not believe in old media and new media, nor in the pattern of media extinctions that punctuate traditional media histories. Rather students exploit the resonances and gaps between photography, cinema, animation, software and computational culture. In publishing and documenting, students are expected to critically engage with the platforms and networks in which their work operate or are distributed." />
<meta name="keywords" content="Master, Media Design, Communication, project, research, degree, media, photography, cinema, animation, software, computational culture, publishing, documenting, critical, platforms, networks, Rotterdam, Netherlands, Willem de Kooning Academy, Piet Zwart Institute" />
<meta name="author" content="TITLE 2017 Graduation Show - Piet Zwart Institute" />
<meta name="author" content="2017 Graduation Show - Piet Zwart Institute" />
<!--meta name="application-name" content="Fuzzy Logic: the 2016 Graduation Show - Piet Zwart Institute" /-->
<!-- for Facebook -->
<!--meta property="og:title" content="Fuzzy Logic: the 2016 Graduation Show - Piet Zwart Institute"/-->
<meta property="og:type" content="website"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:site_name" content="TITLE: 2017 Graduation Show - Piet Zwart Institute" />
<meta property="og:site_name" content="2017 Graduation Show - Piet Zwart Institute" />
<meta content="http://pzimediadesign.nl/img/promotionimage2.png" property="og:image">
<meta property="og:url" content="http://pzimediadesign.nl/"/>
<meta property="og:description" content="The Master in Media Design & Communication is an intensive project-based research degree exploring the possibilities released by the friction between media and their related practices. The course does not believe in old media and new media, nor in the pattern of media extinctions that punctuate traditional media histories. Rather students exploit the resonances and gaps between photography, cinema, animation, software and computational culture. In publishing and documenting, students are expected to critically engage with the platforms and networks in which their work operate or are distributed." />

@ -10,7 +10,7 @@ from datetime import datetime
######
years = range(2015, (datetime.now()).year )
years = range(2015, (datetime.now()).year + 1)
#########

@ -10,6 +10,8 @@ from random import shuffle
# * webserver: to server web/ folder
#
### WORKINGS ####
# * years are create by var years = range(2015, (datetime.now()).year+1) in mmdc_moudles.py
# * each year has its own html template in YYYY-template.html
# * the --category provides the year. I.e. 2017
# * year does not need to be indicated in arguments
@ -172,7 +174,7 @@ for key in indexdict.keys(): # populate indexdict_byyear with works
indexdict_byyear[ int(indexdict[key]['Date'])][key] = indexdict[key]
#print '\n\n******* indexdict_byyear ***********\n\n'
#pprint.pprint( indexdict_byyear )
pprint.pprint( indexdict_byyear )
for year in indexdict_byyear.keys(): # create index page for each year ie 2016.html
print '\n***** ', year, ' *****\n'

Loading…
Cancel
Save