Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.3%) to scientific vocabulary
Keywords
cff
citation-file-format
go
golang
Last synced: 6 months ago
·
JSON representation
·
Repository
A go library for quickly accessing cff files
Basic Info
- Host: GitHub
- Owner: alexander-lindner
- License: mpl-2.0
- Language: Go
- Default Branch: main
- Homepage: https://alexander-lindner.github.io/go-cff/
- Size: 381 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 5
Topics
cff
citation-file-format
go
golang
Created almost 4 years ago
· Last pushed over 3 years ago
Metadata Files
Readme
License
Citation
Security
README.md
go-cff
go-cff is an easy-to-use library for working with the Citation File Format (CFF) format in GO.
go
parsedCFF, err := cff.ParseFile("./CITATION.cff")
if err != nil {
fmt.Println("Error: ", err)
return
}
for _, reference := range parsedCFF.References {
fmt.Println(reference.Title)
}
See Documentation for more information.
ToDo's
- Update documentation
- 100% coverage
Owner
- Name: Alexander Lindner
- Login: alexander-lindner
- Kind: user
- Location: Mainz, Germany
- Company: TU Darmstadt
- Website: https://alindner.org
- Repositories: 6
- Profile: https://github.com/alexander-lindner
Hello there!
Citation (CITATION.cff)
# This CITATION.cff file was generated with cffinit.
# Visit https://bit.ly/cffinit to generate yours today!
cff-version: 1.2.0
title: go-cff
message: >-
If you use this software, please cite it using the
metadata from this file.
type: software
authors:
- orcid: 'https://orcid.org/0000-0002-1464-3491'
given-names: Alexander
family-names: Lindner
country: DE
alias: alindner
identifiers:
- type: url
value: 'https://github.com/alexander-lindner/go-cff'
description: Github Repo
- type: doi
value: 10.5281/zenodo.6526841
description: Version 0.3.0
- type: doi
value: 10.5281/zenodo.6528347
description: Version 0.4.0
- type: doi
value: 10.5281/zenodo.6551082
description: Version 0.5.0
- type: doi
value: 10.5281/zenodo.6600669
description: Version 0.5.1
url: 'https://alexander-lindner.github.io/go-cff/'
repository: 'https://github.com/alexander-lindner/go-cff'
repository-code: 'https://github.com/alexander-lindner/go-cff'
repository-artifact: 'https://github.com/alexander-lindner/go-cff/releases'
abstract: go-cff is an easy-to-use library for working with the Citation File Format (CFF) format in GO.
keywords:
- go
- cff
- Citation File Format
license: MPL-2.0
version: 0.5.0
date-released: '2022-05-15'
doi: 10.5281/zenodo.6600669
references:
- doi: 10.5281/zenodo.5171937
title: Citation File Format (CFF)
url: 'https://github.com/citation-file-format/citation-file-format/'
type: software
authors:
- family-names: Druskat
given-names: Stephan
orcid: https://orcid.org/0000-0003-4925-7248
- family-names: Spaaks
given-names: Jurriaan H.
orcid: https://orcid.org/0000-0002-7064-4069
- family-names: Chue Hong
given-names: Neil
orcid: https://orcid.org/0000-0002-8876-7606
- family-names: Haines
given-names: Robert
orcid: https://orcid.org/0000-0002-9538-7919
- family-names: Baker
given-names: James
orcid: https://orcid.org/0000-0002-2682-6922
- family-names: Bliven
given-names: Spencer
orcid: https://orcid.org/0000-0002-1200-1698
email: spencer.bliven@gmail.com
- family-names: Willighagen
given-names: Egon
orcid: https://orcid.org/0000-0001-7542-0286
- family-names: Pérez-Suárez
given-names: David
orcid: https://orcid.org/0000-0003-0784-6909
website: https://dpshelio.github.io
- family-names: Konovalov
given-names: Alexander
orcid: https://orcid.org/0000-0001-5299-3292
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: almost 3 years ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Packages
- Total packages: 1
- Total downloads: unknown
- Total dependent packages: 1
- Total dependent repositories: 1
- Total versions: 5
proxy.golang.org: github.com/alexander-lindner/go-cff
Package cff provides a parser for the CFF format. Go to https://alexander-lindner.github.io/go-cff/ for a full documentation.
- Homepage: https://github.com/alexander-lindner/go-cff
- Documentation: https://pkg.go.dev/github.com/alexander-lindner/go-cff#section-documentation
- License: MPL-2.0
-
Latest release: v0.5.1
published over 3 years ago
Rankings
Dependent repos count: 4.7%
Dependent packages count: 5.8%
Average: 13.6%
Forks count: 18.7%
Stargazers count: 25.2%
Last synced:
6 months ago
Dependencies
go.mod
go
- github.com/sirupsen/logrus v1.8.1
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
- gopkg.in/yaml.v3 v3.0.1
go.sum
go
- github.com/davecgh/go-spew v1.1.1
- github.com/pmezard/go-difflib v1.0.0
- github.com/sirupsen/logrus v1.8.1
- github.com/stretchr/testify v1.2.2
- golang.org/x/sys v0.0.0-20191026070338-33540a1f6037
- golang.org/x/sys v0.0.0-20220520151302-bc2c85ada10a
- gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
- gopkg.in/yaml.v3 v3.0.1