https://github.com/citation-file-format/citation-file-format.github.io

Holds the source for https://citation-file-format.github.io

https://github.com/citation-file-format/citation-file-format.github.io

Science Score: 33.0%

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

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
    Found 3 DOI reference(s) in README
  • Academic publication links
    Links to: zenodo.org
  • Committers with academic emails
    6 of 13 committers (46.2%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (11.4%) to scientific vocabulary

Keywords

attribution citation-files credit format research-software-engineering standard sustainability wssspe yaml

Keywords from Contributors

lesson carpentries research-software carpentries-incubator english stable convert edit alpha helpwanted-list
Last synced: 5 months ago · JSON representation

Repository

Holds the source for https://citation-file-format.github.io

Basic Info
Statistics
  • Stars: 7
  • Watchers: 5
  • Forks: 12
  • Open Issues: 8
  • Releases: 6
Topics
attribution citation-files credit format research-software-engineering standard sustainability wssspe yaml
Created over 8 years ago · Last pushed about 2 years ago
Metadata Files
Readme

README.md

DOI License: CC BY-SA 4.0

Citation File Format (CFF) website

This repository holds the sources for https://citation-file-format.github.io/.

The site is built with the Jekyll static site generator and the Minimal Mistakes theme.

Develop and build locally

In order for all links in your local clone to point to pages in your locally served version of the site, you need to temporarily change the value for url in the Jekyll config in _config.yml to url: http://127.0.0.1:4000. Do not commit this change. If you want to commit changes to the config, make sure you change it back to url: https://citation-file-format.github.io first!

Build locally, with docker

If you have docker installed, just run

shell docker run --rm --volume="$PWD:/srv/jekyll" --env JEKYLL_ENV=development -p 4000:4000 jekyll/jekyll:4.0 jekyll serve

then open your browser to http://localhost:4000.

Build locally, on your own system

```shell

Make sure Ruby version >2.5 is installed

ruby --version

Make sure you have the gem binary

gem --version

Install jekyll and bundler dependencies

sudo gem install jekyll:4.2.0 bundler:2.2.24

install dependencies

note: https://bundler.io/blog/2019/05/14/solutions-for-cant-find-gem-bundler-with-executable-bundle.html

bundle config set --local path 'vendor/bundle' bundle install # ignore the CertificateFailureError ?

bundle exec jekyll serve -w ```

This will serve the site on http://localhost:4000, and changes to Markdown sources will be hot-patched.

Deploy

main branch is deployed on GitHub Pages.

Owner

  • Name: citation-file-format
  • Login: citation-file-format
  • Kind: organization

GitHub Events

Total
  • Issues event: 1
Last Year
  • Issues event: 1

Committers

Last synced: about 2 years ago

All Time
  • Total Commits: 168
  • Total Committers: 13
  • Avg Commits per committer: 12.923
  • Development Distribution Score (DDS): 0.214
Past Year
  • Commits: 2
  • Committers: 2
  • Avg Commits per committer: 1.0
  • Development Distribution Score (DDS): 0.5
Top Committers
Name Email Commits
Stephan Druskat m****l@s****t 132
Stephan Druskat s****t 17
Robert Haines r****s@m****k 5
Oliver Strickson o****2 3
Jurriaan H. Spaaks j****s@e****l 2
James Baker j****r@s****k 2
Thomas Morrell t****l 1
Sam Cunliffe s****e 1
Ronak Buch r****2@i****u 1
Alexander Konovalov a****v 1
David Pérez-Suárez d****z@u****k 1
Daniel S. Katz d****z@i****g 1
Stephan Druskat s****t@d****e 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: about 2 years ago

All Time
  • Total issues: 14
  • Total pull requests: 32
  • Average time to close issues: 11 days
  • Average time to close pull requests: about 1 month
  • Total issue authors: 2
  • Total pull request authors: 13
  • Average comments per issue: 0.43
  • Average comments per pull request: 0.88
  • Merged pull requests: 26
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 3
  • Pull requests: 2
  • Average time to close issues: N/A
  • Average time to close pull requests: 8 months
  • Issue authors: 1
  • Pull request authors: 2
  • Average comments per issue: 0.0
  • Average comments per pull request: 2.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • sdruskat (12)
  • rettinghaus (1)
  • jspaaks (1)
Pull Request Authors
  • sdruskat (13)
  • drjwbaker (5)
  • hainesr (3)
  • ots22 (2)
  • rbuch (1)
  • tmorrell (1)
  • dpshelio (1)
  • samcunliffe (1)
  • olexandr-konovalov (1)
  • tbeu (1)
  • tarleb (1)
  • jspaaks (1)
  • danielskatz (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

package.json npm
  • npm-run-all ^1.7.0 development
  • onchange ^2.2.0 development
  • uglify-js ^2.6.1 development
requirements.txt pypi
  • pypandoc ==1.4
  • python-frontmatter ==0.4.2
Gemfile rubygems
  • jekyll-feed >= 0
  • jekyll-gist >= 0
  • jekyll-paginate >= 0
  • jekyll-scholar >= 0
  • jekyll-sitemap >= 0
  • jemoji >= 0
  • liquefy >= 0
  • rake >= 12.3.3