Changeset - b2e36c6dd35c
[Not reviewed]
6 2 5
Michael Guravage (guravage) - 11 years ago 2015-01-21 10:43:28
m.a.guravage@cwi.nl
Added explicit index.html. Display news as a blog. Private directory designated static.
9 files changed with 22 insertions and 37 deletions:
0 comments (0 inline, 0 general)
projects/cwi/content/News/energy_projects.md
Show inline comments
 
file renamed from projects/cwi/content/news/energy_projects.md to projects/cwi/content/News/energy_projects.md
 
Title: CWI joins two large-scale energy projects
 
Date: 2014-12-05 10:20
 
Slug: energy_project
 
Authors: M.A. Guravage
 
tags: energy
 
Status: hidden
 

	
 

	
 
# CWI joins two large-scale energy projects
 

	
 
Researchers of CWI will participate in the projects ‘Smart Energy
 
Systems in the Built Environment’ and ‘Excellence in Uncertainty
 
Reduction of Offshore Wind Systems (EUROS)’ of the STW Perspective
projects/cwi/content/News/jos_baeten_uva.md
Show inline comments
 
file renamed from projects/cwi/content/news/jos_baeten_uva.md to projects/cwi/content/News/jos_baeten_uva.md
 
Title: Jos Baeten appointed professor at the UvA
 
Date: 2014-12-05 10:20
 
Slug: jos_baeten
 
Authors: M.A. Guravage
 
tags: uva, cwi, education
 
Status: hidden
 

	
 

	
 
Jos Baeten has been appointed professor of Theory of Computing at the
 
University of Amsterdam’s (UvA) Faculty of Science. It is a part-time
 
appointment that Baeten will combine with his directorship of CWI.
 

	
 
In recent years, Jos Baeten’s research focuses on the notion of
projects/cwi/content/News/linda_hardman_acm.md
Show inline comments
 
file renamed from projects/cwi/content/news/linda_hardman_acm.md to projects/cwi/content/News/linda_hardman_acm.md
 
Title: Lynda Hardman appointed Distinguished Scientist ACM
 
Date: 2014-12-05 10:20
 
Slug: lynda_Hardman
 
Authors: M.A. Guravage
 
tags: acm, cwi, education
 
Status: hidden
 

	
 

	
 
Lynda Hardman, senior researcher and scientific staff member at
 
Centrum Wiskunde & Informatica (CWI) in Amsterdam has been named
 
Distinguished Scientists by ACM, the Association for Computing
 
Machinery. On Friday December 5, ACM officially announced the new
 
members as part of their ACM Distinguished Member program. New members
projects/cwi/content/pages/about.md
Show inline comments
 
@@ -40,7 +40,7 @@ language Python. CWI also applied its research in combinatorial
 
algorithmics to improve the design of the Dutch train
 
timetables. Recent highlights include breaking the MD5 internet
 
security system and research into smart grids to secure our future
 
energy supply.
 

	
 

	
 
[CWI Annual Report]({filename}../static/annual-report.pdf)
 
[CWI Annual Report]({filename}../private/annual-report.pdf)
projects/cwi/content/pages/index.md
Show inline comments
 
file renamed from projects/cwi/content/blog/cwi.md to projects/cwi/content/pages/index.md
 
Title: CWI
 
Date: 2015-01-06 10:20
 
Slug: about
 
Authors: Moe Howard
 
Title: Welcome to CWI
 
Date: 2014-12-05 10:20
 
Authors: Michael Guravage
 
save_as: index.html
 
Status: hidden
 

	
 
## Themes
 

	
 
Centrum Wiskunde & Informatica (CWI) is the national research
 
institute for mathematics and computer science in the Netherlands. We
 
conduct pioneering research in these fields and transfer our results
projects/cwi/content/pages/news.md
Show inline comments
 
deleted file
projects/cwi/content/private/annual-report.pdf
Show inline comments
 
new file 100644
 
binary diff not shown
projects/cwi/content/private/private.md
Show inline comments
 
deleted file
projects/cwi/pelicanconf.py
Show inline comments
 
@@ -17,35 +17,38 @@ FEED_ALL_ATOM = None
 
CATEGORY_FEED_ATOM = None
 
TRANSLATION_FEED_ATOM = None
 
AUTHOR_FEED_ATOM = None
 
AUTHOR_FEED_RSS = None
 

	
 
# Blogroll
 
LINKS = (('Pelican', 'http://getpelican.com/'),
 
         ('Python.org', 'http://python.org/'),
 
         ('Jinja2', 'http://jinja.pocoo.org/'),)
 
LINKS = (('CWI', 'http://www.cwi.nl'),
 
         ('STW', 'http://www.stw.nl'),
 
         ('NWO', 'http://www.nwo.nl'),)
 

	
 
# Social widget
 
SOCIAL = (('twitter', 'https://twitter.com/CWInl'),
 
          ('github', 'http://github.com'),)
 

	
 
STATIC_PATHS = ['static', 'images', 'extras/.htaccess', 'extras/.htpassword', 'extras/favicon.ico']
 
PAGE_PATHS = ['pages','news', 'private']
 
ARTICLE_PATHS = ['blog']
 
STATIC_PATHS = ['static', 'images', 'private', 'extras/.htaccess', 'extras/.htpassword', 'extras/favicon.ico']
 
PAGE_PATHS = ['pages']
 
ARTICLE_PATHS = ['News']
 
ARTICLE_URL = 'articles/{slug}.html'
 
ARTICLE_SAVE_AS = 'articles/{slug}.html'
 

	
 
DEFAULT_PAGINATION = 10
 
THEME = 'cwi'
 
USE_FOLDER_AS_CATEGORY = True
 
DISPLAY_CATEGORIES_ON_MENU = False
 
DISPLAY_CATEGORIES_ON_MENU = True
 
DISPLAY_PAGES_ON_MENU = True
 
LOAD_CONTENT_CACHE = False
 

	
 
EXTRA_PATH_METADATA = {
 
    'extras/.htaccess': {'path': 'pages/.htaccess'},
 
    'extras/.htpassword': {'path': 'pages/.htpassword'},
 
    'extras/.htaccess': {'path': 'private/.htaccess'},
 
    'extras/.htpassword': {'path': 'private/.htpassword'},
 
    'extras/favicon.ico': {'path': 'favicon.ico'}
 
    }
 

	
 
THEME = 'cwi'
 

	
 
# Uncomment following line if you want document-relative URLs when developing
 
#RELATIVE_URLS = True
 

	
 
# finis
0 comments (0 inline, 0 general)