https://github.com/biaslab/biaslab-hugo
Repository with content of BIASlab website for Hugo static site generator.
Science Score: 36.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
-
○Academic publication links
-
✓Committers with academic emails
8 of 26 committers (30.8%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (12.4%) to scientific vocabulary
Keywords from Contributors
Repository
Repository with content of BIASlab website for Hugo static site generator.
Basic Info
- Host: GitHub
- Owner: biaslab
- Language: HTML
- Default Branch: master
- Homepage: http://biaslab.org
- Size: 242 MB
Statistics
- Stars: 13
- Watchers: 5
- Forks: 10
- Open Issues: 8
- Releases: 0
Metadata Files
README.md
BIASlab website content
This repository contains all the content necessary for proper rendering of BIASlab group website.
Installation
Prerequisites
You need to have Hugo static site generator installed and working. More information might be found at Hugo Installation Guide.
Please install Hugo v0.58 or newer. Otherwise certain sections of the website won't be generated.
Working installation of GNU Make is recommended, but not required. You can test if you have it installed by typing make -v in the terminal.
Getting started
Create a directory where you're planning to store the website:
mkdir biaslabClone this repository and step into the directory:
git clone git@github.com:biaslab/biaslab-hugo.git ./biaslab cd ./biaslabInstall hugo-academic-group theme:
make install-themeIf you don't have a working installation of GNU Make, follow the installation instructions from hugo-academic-group repository.
To add new content use
hugo newcommand:hugo new post/post-title.mdThis way
hugowill generate a template markdown file based on corresponding archetype with some of attributes filled with default values (creation timestamp, etc.), which you can later edit.More information on adding content can be found in the Hugo documentation in Content and Getting Started sections.
All the basic build operations might be carried with the use of
makecommand. If you do not have a working installation of GNU Make, study the contents of theMakefileand use the corresponding commands to operate the website. Currently following commands are defined in the file:
* `install-theme`: Installs [hugo-academic-group](https://github.com/biaslab/hugo-academic-group/) theme.
* `update-theme`: Updates the theme.
* `build-website`: Generates all the static content for the website.
* `preview-website`: Builds the website content and starts Hugo debugging server with live reload enabled.
* `publish`: Publishes the contents of the `./public` directory to the `master` branch of [https://biaslab.github.io](https://biaslab.github.io) repository.
How can I publish my Jupyter notebook on this website?
Convert the notebook using
juputer-nbconvertcommand, specifying Markdown as an output format:jupyter-nbconvert --to markdown ./notebook.ipynbThis command should convert your notebook to markdown file named
notebook.mdand create a separate directory for the files required for proper rendering of Markdown file namednotebook_files.Move the
notebook_filesdirectory somewhere to thestaticfolder of the website (for example,/static/images/notebook_files). Open thenotebook.mdfile and edit all the links to the images accordingly to the place where you've put the folder, omitting/staticpart of the path. For example: --> Create a new post:
hugo new post/notebook.mdand copy content from your original
notebook.mdfile to the newly created post. This way Hugo will automatically populate some fields in the header of the file.
Ranking of team members
Ranking team members is done in this code snippet given the sort_position parameter.
Currently, this parameter is structured as a float (X.Y) where X is a number representing a team member belonging to the following group
1 Professor
2 Assistant Professor
3 Postdoc
4 full-time PhD student (BIASlab)
5 part-time PhD student (BIASlab)
6 guest PhD student (external)
Each group is sorted by seniority, determined by Y.
Owner
- Name: BIASlab
- Login: biaslab
- Kind: organization
- Email: info@biaslab.org
- Location: Eindhoven, the Netherlands
- Website: http://biaslab.org
- Repositories: 47
- Profile: https://github.com/biaslab
Bayesian Intelligent Autonomous Systems lab
GitHub Events
Total
- Watch event: 1
- Delete event: 7
- Push event: 39
- Pull request review event: 4
- Pull request event: 17
- Create event: 9
Last Year
- Watch event: 1
- Delete event: 7
- Push event: 39
- Pull request review event: 4
- Pull request event: 17
- Create event: 9
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ivan Bocharov | b****a@g****m | 190 |
| bertdv | b****v@g****m | 115 |
| albertpod | a****o@g****m | 71 |
| wmkouw | w****w@g****m | 59 |
| Tim | t****k@t****l | 39 |
| Mykola Lukashchuk | n****k@g****m | 38 |
| thijsvdlaar | t****r@h****m | 27 |
| Dmitri Bagaev | b****i@g****m | 25 |
| Bart van Erp | 4****p | 22 |
| Wouter Nuijten | w****n@g****m | 10 |
| Marco Cox | m****l@m****m | 10 |
| MagnusKoudahl | m****l@g****m | 10 |
| Bert de Vries | b****t@w****l | 9 |
| AnoukvDiepen | a****n@g****m | 6 |
| I. Senoz | i****z@t****l | 6 |
| Joris Kraak | me@j****l | 3 |
| Raphael-Tresor | r****r@g****m | 3 |
| Alex | 1****d | 2 |
| semihakbayrak | s****k@g****m | 2 |
| LENOVO | m****g@t****l | 2 |
| Sepideh Adamiat | a****h@g****m | 1 |
| Quan (Eric) Nguyen | q****n@w****l | 1 |
| Quan (Eric) Nguyen | q****n@w****l | 1 |
| Quan (Eric) Nguyen | q****n@w****l | 1 |
| Quan (Eric) Nguyen | q****n@w****l | 1 |
| pol | p****l@X****l | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 37
- Total pull requests: 76
- Average time to close issues: 4 months
- Average time to close pull requests: about 16 hours
- Total issue authors: 3
- Total pull request authors: 15
- Average comments per issue: 1.73
- Average comments per pull request: 0.25
- Merged pull requests: 74
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 13
- Average time to close issues: N/A
- Average time to close pull requests: about 5 hours
- Issue authors: 0
- Pull request authors: 4
- Average comments per issue: 0
- Average comments per pull request: 0.0
- Merged pull requests: 11
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- bertdv (26)
- ivan-bocharov (10)
- bartvanerp (2)
- knowsuchagency (1)
- bvdmitri (1)
Pull Request Authors
- ivan-bocharov (25)
- Nimrais (14)
- bertdv (14)
- ThijsvdLaar (8)
- albertpod (8)
- bartvanerp (7)
- ofSingularMind (5)
- marcocox (4)
- wouterwln (3)
- bvdmitri (3)
- semihakbayrak (2)
- ismailsenoz (2)
- AnoukvDiepen (2)
- abpolym (1)
- MagnusKoudahl (1)