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
 
research programmes that were recently awarded.
 

	
 
‘Smart Energy Systems in the Built Environment’ aims to develop new
 
technologies that make buildings handle supply and demand for energy
 
use in a more efficient manner. The main scientific challenges of the
 
programme are to identify and explore the synergies between the built
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
 
computability in theoretical computer science. In previous research he
 
worked on formal methods, most prominently in process algebra. At the
 
Institute of Logic, Language and Computation (ILLC) of the UvA, were
 
his position will be situated, he will mainly focus on teaching and
 
supervising students and PhDs. “I think it is important as director of
 
a research insitute to remain active as a scientist,” Baeten
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
 
are selected for their individual contributions and singular impacts
 
on the vital field of computing. Among the new members in 2014 Hardman
 
is the only scientist from the Netherlands.
 

	
 
ACM President Alexander Wolf hailed the ACM members as "drivers of the
 
advances and inventions that are propelling the information revolution
projects/cwi/content/pages/about.md
Show inline comments
 
@@ -34,13 +34,13 @@ than 25 different countries.
 

	
 
CWI was the birthplace of the European internet and registered one of
 
the first country domains in the world, the NL top level domain
 
‘.nl’. CWI helped developing of the wing for the Fokker Friendship
 
aircraft and was home tot the invention of the popular programming
 
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
 
to society.
 

	
 
To give focus to our efforts, we concentrate on five broad,
 
societally-relevant themes:
 

	
 
* Software
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
 
@@ -11,41 +11,44 @@ PATH = 'content'
 
TIMEZONE = 'Europe/Amsterdam'
 

	
 
DEFAULT_LANG = u'en'
 

	
 
# Feed generation is usually not desired when developing
 
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)