https://github.com/beiko-lab/beiko-lab.github.io

https://github.com/beiko-lab/beiko-lab.github.io

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 1 DOI reference(s) in README
  • Academic publication links
    Links to: researchgate.net, scholar.google
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (9.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: beiko-lab
  • License: mit
  • Language: SCSS
  • Default Branch: main
  • Size: 3.12 MB
Statistics
  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created 8 months ago · Last pushed 7 months ago
Metadata Files
Readme

README.md

Netlify Status

Research lab website template

This website is built with Jekyll. It is derived from the great template provided by the Allan Lab, at Leiden University.

Setup

bash brew install ruby gem install bundler jekyll

Clone this repository, then install the dependencies:

bash bundle install

Run

Run the local webserver with:

bash bundle exec jekyll serve

Contribute

Add a new member

New members are stored as markdown files under pages/team/posts.

Each new member .md file must look like this:

``` yaml

layout: member category: staff title: Researcher Name image: researcher.png role: Lab Director permalink: 'team/researcher-name' social: twitter: https://twitter.com/ linkedin: https://www.linkedin.com/ google-scholar: https://scholar.google.fr/ github: https://github.com/ website: orcid: https://orcid.org/ research-gate: https://www.researchgate.net/ education:

- Education

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. ```

Add a new publication

Publications are stored as .json file under _data/publications.json. This json file is exported from Zotero bibliography tool.

Just add a new entry to the list like this:

json { "id": "http://zotero.org/groups/2386072/items/NU9LTX7C", "type": "article-journal", "title": "Foo", "container-title": "IEEE Transactions on Medical Imaging", "page": "448-459", "volume": "38", "issue": "2", "source": "IEEE Xplore", "abstract": "Bar", "DOI": "10.1109/TMI.2018.2865709", "author": [ { "family": "", "given": "" }, ], "issued": { "date-parts": [ [ "2019", 2 ] ] } }

Add news

News are stored as .yml file under _data/news.yml.

An entry looks like the following:

yaml - date: 03/09/19 title: "Something great" tags: - some - tags content: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Eu turpis egestas pretium aenean. Luctus venenatis lectus magna fringilla urna porttitor. Lorem ipsum dolor sit amet. Pellentesque massa placerat duis ultricies. Commodo viverra maecenas accumsan lacus vel.

Edit template

We use Bootstrap for designing the website. Feel free to modify either the _pages or the _layouts components.

Owner

  • Name: Dr. Beiko's Lab
  • Login: beiko-lab
  • Kind: organization
  • Location: Dalhousie University, Halifax, Nova Scotia

GitHub Events

Total
  • Push event: 83
Last Year
  • Push event: 83