https://github.com/biojulia/biojulia.github.io
BioJulia's Website
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
1 of 10 committers (10.0%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Keywords
Keywords from Contributors
Repository
BioJulia's Website
Basic Info
- Host: GitHub
- Owner: BioJulia
- Language: HTML
- Default Branch: master
- Homepage: https://biojulia.dev
- Size: 4.12 MB
Statistics
- Stars: 7
- Watchers: 3
- Forks: 5
- Open Issues: 7
- Releases: 1
Topics
Metadata Files
README.md
BioJulia.dev
Development
Building the site
The project devcontainer can be used. Check out Get started with development Containers in Visual Studio Code if you're not familar with devcontainers.
Otherwise you can quickly build the site with the following commands:
julia
julia> using Pkg; Pkg.instantiate(); Pkg.precompile();
julia> using Xranklin; Xranklin.serve();
The LiveServer will begin listening on http://localhost:8000/ !
CSS
Any changes to the CSS should be made to the SCSS files in _sass/ and compiled using Sass.jl as follows:
julia
Sass.compile_file("style.scss", "../_css/celeste.min.css"; output_style = Sass.compressed)
All the Franklin.jl related changes are in _sass/adjust.scss
Static Site Tech
Using Xranklin under the hood.
Celeste Template
Based on the wonderful Celeste by @nicoelayda.
Owner
- Name: BioJulia
- Login: BioJulia
- Kind: organization
- Website: https://biojulia.dev
- Repositories: 79
- Profile: https://github.com/BioJulia
Bioinformatics and Computational Biology in Julia
GitHub Events
Total
- Issues event: 1
- Issue comment event: 2
- Push event: 1
- Pull request event: 1
Last Year
- Issues event: 1
- Issue comment event: 2
- Push event: 1
- Pull request event: 1
Committers
Last synced: about 1 year ago
Top Committers
| Name | Commits | |
|---|---|---|
| Ben J. Ward | w****0@g****m | 30 |
| Edmund Miller | e****r@p****m | 28 |
| Kevin Bonham | k****n@b****h | 20 |
| Ben J. Ward | b****d@p****m | 12 |
| Viral B. Shah | V****h | 4 |
| Kevin Bonham | k****m@g****m | 2 |
| Joe Greener | j****r@h****k | 2 |
| Jakob Nybo Nissen | j****n@g****m | 2 |
| Richard Smith-Unna | r****5@c****k | 1 |
| Kevin Bonham | k****n@f****6 | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 11 months ago
All Time
- Total issues: 11
- Total pull requests: 20
- Average time to close issues: over 1 year
- Average time to close pull requests: about 2 months
- Total issue authors: 5
- Total pull request authors: 8
- Average comments per issue: 2.73
- Average comments per pull request: 1.55
- Merged pull requests: 14
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 1
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 1
- Pull request authors: 0
- Average comments per issue: 0.0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- Emiller88 (4)
- kescobo (2)
- jakobnissen (2)
- DilumAluthge (1)
- joelselvaraj (1)
Pull Request Authors
- kescobo (5)
- pdimens (3)
- jgreener64 (2)
- edmundmiller (2)
- Emiller88 (2)
- SabrinaJaye (2)
- jakobnissen (1)
- CiaranOMara (1)