Website for the Big Data Biology Lab
See http://big-data-biology.org/
Six important subdirectories
content/
: General purpose pagescontent/blog/
: the blogpeople/
: For membersprojects/
: For projectspapers/
: For papers. There is a script (add-paper-stub.py
) to help you get started.public/
: Files in these directories are just served directly. The subdirectoriesimages/people
andimages/papers
have a specific purpose (seepeople/README.md
andpapers/README.md
, respectively)
An important concept is that of a slug, which is a computer-friendly short
identifier. For example, Luis' slug is luis_pedro_coelho
as determined by the
fact that his information is in the file people/**luis_pedro_coelho**.md
.
This is then used to identify Luis' photo
(public/images/people/luis_pedro_coelho.jpeg
) and to refer to Luis in project
member lists.
This is an elm-pages website, which allows us to mix Markdown static content (see above) with full Elm logic and active pages. If you only want to update content, the above instructions should be enough to get started, but if you want to either test the changes locally or develop the website, you may want to run elm locally.
For development, the following should start a local server (assuming you have npm installed):
npm install
npm start
- Most recent BDB-Lab papers: if a BDB-Lab member is first or corresponding (including co-first and co-corresponding), then it is a core lab paper. Papers are considered recent for six months.