Skip to content

Website for teaching, publications and news from CSB (Computational Systems Biology)

License

Notifications You must be signed in to change notification settings

CSBiology/csbiology.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

csbiology.github.io

The official CSB-Website.

Local Development

Setup

  1. dotnet tool restore
  2. npm install
  3. Add olat password as src/loaders/olat.p, containing only the password as raw string.

Update css from scss

  • npm run update-css, will create minified css from src/style/scss/main.scss.

Run

  1. npm run fornax
  2. Go to http://127.0.0.1:8080.

Site Config Information:

Team Members

Using myself as an example

Create a .md file with your name in snake_case in src/content/team. All fields not marked with an #! are optional.

# src/content/team/kevin_frey.md
---
name: Kevin Frey #!
img: frey.png
role: PhD Student #!
github: Freymaurer
orcid: 0000-0002-8510-6810
alumni: 2020-Master Student
phone: +49 000 111 4242 # this is only an example 
email: freyk@rptu.de
---

Research

Create a .md file in src/content/research. All fields without an #! are optional.

Images must be places in src/content/images/research.

Without index slides are sorted to the end.

---
index: <int>
img: <image_name_in_folder>
img_url: <url_to_image>
---
# My cool research

Any content in **markdown**!

About

Website for teaching, publications and news from CSB (Computational Systems Biology)

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •