New biomathematics Website
This repository hosts the new website for MICS. It is still under development and your feedback is very much appreciated. You can find a current live version of the website at this https://mics_biomathematics.pages.centralesupelec.fr/.
Structure
The website is designed such as it is easy to update by anyone that is a part of the MICS_Biomathematics
group in gitlab. In essence if you see this you should be able to update the website. The updates will be handled through git pull requests or simple commits by the developers (TBD).
The content of the website can be updated by changing simple structured text files like .csv
or .md
. Here are some examples:
- In order to update the members of the team, an entry needs to be added at
_data/members.csv
. The following columns hence need to be defined (name
,group
,status
,website
,scholar
,github
,linkedin
,image
,team
) - In order to add an event you can follow the template of the other events that are listed on
_events/
- To post a new you can add a new file following the template of the other news that are in the folder
_posts
- To create a research highlight you can create a file following the template of the files under
_research
Contributions
In order to contribute please clone this repository on your local machine and modify it locally. You can then create a pull request for your changes to be integrated in the current live version of the website. We could consider a different way of doing that by appointing a dedicated website developer, yet this is not clear now.
Local Development
After installing jekyll on your environment (check here for more details) you should be able to run the website locally using the command:
jekyll serve
then you should be able to see the website at http://localhost:4000
.