The official website of the research group Data-Intensive Systems, part of Software Technology department from Electrical Engineering Mathematics and Computer Science (EEMCS) Faculty of TU Delft.
- For first time user, follow this installation guide.
- Start your localhost server by using the command
bundle exec jekyll serve
. Make sure that you are at the root directory of your folder before using this command. - The website should be accessible at
localhost:4000/
.
- "Page not found" layout
- All the following main pages have the same layout.
- About page
- People page
- All the members' profiles are under
_people
folder. The folder contains a template file for adding new members. - The members are automatically displayed based on the information from the _people folder, using this file.
- The members profiles have the same layout.
- All the members' profiles are under
- Research theme page
- In WIS we have 4 research themes, each with its own html page as follows:
- Each research theme displays the members which are automatically retrieved based on the
team
field from their profile.md
page (from _people folder). The page can be found in the _includes folder: - Each research theme displays the projects associated with the theme. The project list is in the data folder.
Our department head (Geert-Jan Houben) has a different layout and each tab on his profile page comes from the details folder.
- The layout file: dbdbd.html contains the header, the navigation bar and the footer.
- The content file dbdbd2021.html contains the details about DBDBD (name, location, date, picture of the city) and all the components from the navigation:
- The overview
- The submission
- The registration
- The program
- The history
- Jekyll config file
- All the html pages from the root folder have the default URL:
[domain]/[pagename]
. - All the team members have the default URL:
[domain]/[lastname]
or[domain]/[lastname1-lastname2]
.
- All the html pages from the root folder have the default URL:
- Assets folder containing:
- css
- images
- other libraries and assets
Created and maintained by Andra Ionescu ([email protected])