About this website
This website is powered by Jekyll and uses some Bootstrap v5. Although we have tinkered a bit with the contents and the design, the site is largely based on the Bedford lab’s codebase and CHANGlabSNU. . Please refer to the following license terms for reusing the components used in this site. Most of modification is done by Jongsu Kim.
Our own contents
The original contents appearing in this website are subject to the Creative Commons Attribution-ShareAlike (CC BY-SA) 4.0 International.
Logo is designed by Jongsu Kim and can be downloaded from this link.
Font Awesome
Font Awesome was released under the SIL Open Font License 1.1 and the MIT license.
Boostrap
Bootstrap was released under the MIT License and is copyright 2021 Twitter.
Mermaid
Academic genealogy is created by Mermaid, markdownish syntax for generating flowcharts. Mermaid was released under the MIT License.
Al-Folio
Publication is managed by Jekyll-scholar and template in Al-Folio which are released under the MIT License.
Fonts
Roboto is used and licensed under the Apache Liense, Version 2.0.
Development
Build
The site is built with Jekyll. This allows the site to be versioned on GitHub and, importantly, allows anyone with commit access to the GitHub repository to easily contribute.
Content is stored as simple Markdown files with a bit of YAML at the top. This keeps content mostly semantic and can be easily processed.
Deploy
Deployment is done to an GitHub, using GitHub Action. GitHub Action script is written under .github/workflows. Deployment will start automatically when commits are pushed into GitHub repo.