https://github.com/3d-e-chem/3d-e-chem.github.io
Science Score: 13.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
-
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (10.9%) to scientific vocabulary
Repository
Basic Info
- Host: GitHub
- Owner: 3D-e-Chem
- License: apache-2.0
- Language: HTML
- Default Branch: master
- Homepage: https://3D-e-Chem.github.io
- Size: 229 MB
Statistics
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 3
- Releases: 0
Metadata Files
README.md
Project software site
Website listing the software and other output used/made/changed in this NLeSC project.
Generate files
Install requirements with:
pip install -r utils/requirements.txt
Config
python utils/generate.py config <organization name>
This will use the Github API to fetch information about the organization and write the _config.yml file. The _config.yml must be edited to complete the configuration.
Repositories
python utils/generate.py repos <organization name>
This will generate a Markdown file in _repos directory for each public repo found in the organization.
Publications
The list of doi's in _data/dois.yml can be converted to a publication list _includes/publications.html by
python utils/generate.py publications
The default citation style is apa.
News items
Creating news item can be done by creating a Markdown file in the _posts directory.
The files should be called YEAR-MONTH-DAY-title.md and contain the following front matter.
```
title: New version of software X
```
See https://jekyllrb.com/docs/posts/ for more information.
Team members
The team members of the project can be displayed on this website.
To add a new member create a biography file in _team_members/ directory where the filename should be the person name.
The following front matter should be used.
```
title:
role:
``
A photo of the person should be added to theassets/team_members/` directory with the same name as the biography.
Local hosting
docker run --rm --volume=$(pwd):/srv/jekyll -i -t -p 127.0.0.1:4000:4000 jekyll/jekyll:pages jekyll serve
The website can be viewed at http://localhost:4000
Update website automatically
This website can be automatically updated see BUILD_NIGHTLY.md and BUILDONCHANGE.md.
Owner
- Name: 3D-e-Chem NLeSC project
- Login: 3D-e-Chem
- Kind: organization
- Location: Amsterdam, The Netherlands
- Website: https://www.esciencecenter.nl/project/3d-e-chem
- Repositories: 33
- Profile: https://github.com/3D-e-Chem
Software repositories for 3D-e-Chem project of Netherlands eScience Center
GitHub Events
Total
- Push event: 1
Last Year
- Push event: 1
Dependencies
- github3.py ==1.0.0a4
- pyaml *