-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request #143: HYP-396 Add CFF citation
Merge in HYP/hypernetx from HYP-396-add-cff-citation to develop * commit '44e06fa63209feb9df4b573b6efd1e6a77e69358': HYP-396 Add CFF citation; add cff workflow and badge
- Loading branch information
Showing
3 changed files
with
89 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
on: | ||
push: | ||
paths: | ||
- CITATION.cff | ||
workflow_dispatch: | ||
|
||
name: CITATION.cff | ||
jobs: | ||
Validate-CITATION-cff: | ||
runs-on: ubuntu-latest | ||
name: Validate CITATION.cff | ||
env: | ||
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
|
||
- name: Validate CITATION.cff | ||
uses: dieghernan/cff-validator@v3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,68 @@ | ||
cff-version: "1.2.0" | ||
authors: | ||
- family-names: Praggastis | ||
given-names: Brenda | ||
orcid: "https://orcid.org/0000-0003-1344-0497" | ||
- family-names: Aksoy | ||
given-names: Sinan | ||
orcid: "https://orcid.org/0000-0002-3466-3334" | ||
- family-names: Arendt | ||
given-names: Dustin | ||
orcid: "https://orcid.org/0000-0003-2466-199X" | ||
- family-names: Bonicillo | ||
given-names: Mark | ||
orcid: "https://orcid.org/0009-0003-9764-2180" | ||
- family-names: Joslyn | ||
given-names: Cliff | ||
orcid: "https://orcid.org/0000-0002-5923-5547" | ||
- family-names: Purvine | ||
given-names: Emilie | ||
orcid: "https://orcid.org/0000-0003-2069-5594" | ||
- family-names: Shapiro | ||
given-names: Madelyn | ||
orcid: "https://orcid.org/0000-0002-2786-7056" | ||
- family-names: Yun | ||
given-names: Ji Young | ||
doi: 10.5281/zenodo.10795225 | ||
message: If you use this software, please cite our article in the | ||
Journal of Open Source Software. | ||
preferred-citation: | ||
authors: | ||
- family-names: Praggastis | ||
given-names: Brenda | ||
orcid: "https://orcid.org/0000-0003-1344-0497" | ||
- family-names: Aksoy | ||
given-names: Sinan | ||
orcid: "https://orcid.org/0000-0002-3466-3334" | ||
- family-names: Arendt | ||
given-names: Dustin | ||
orcid: "https://orcid.org/0000-0003-2466-199X" | ||
- family-names: Bonicillo | ||
given-names: Mark | ||
orcid: "https://orcid.org/0009-0003-9764-2180" | ||
- family-names: Joslyn | ||
given-names: Cliff | ||
orcid: "https://orcid.org/0000-0002-5923-5547" | ||
- family-names: Purvine | ||
given-names: Emilie | ||
orcid: "https://orcid.org/0000-0003-2069-5594" | ||
- family-names: Shapiro | ||
given-names: Madelyn | ||
orcid: "https://orcid.org/0000-0002-2786-7056" | ||
- family-names: Yun | ||
given-names: Ji Young | ||
date-published: 2024-03-09 | ||
doi: 10.21105/joss.06016 | ||
issn: 2475-9066 | ||
issue: 95 | ||
journal: Journal of Open Source Software | ||
publisher: | ||
name: Open Journals | ||
start: 6016 | ||
title: "HyperNetX: A Python package for modeling complex network data | ||
as hypergraphs" | ||
type: article | ||
url: "https://joss.theoj.org/papers/10.21105/joss.06016" | ||
volume: 9 | ||
title: "HyperNetX: A Python package for modeling complex network data as | ||
hypergraphs" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters