Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding CITATION.cff file. #1559

Merged
merged 2 commits into from
Oct 11, 2021
Merged

Adding CITATION.cff file. #1559

merged 2 commits into from
Oct 11, 2021

Conversation

stephanmg
Copy link
Collaborator

Addresses issue #1558.

@dweindl
Copy link
Member

dweindl commented Oct 8, 2021

👍

Could you please include the paper as preferred-citation?

@codecov
Copy link

codecov bot commented Oct 8, 2021

Codecov Report

Merging #1559 (fb4706a) into develop (a91833c) will increase coverage by 0.20%.
The diff coverage is 79.32%.

❗ Current head fb4706a differs from pull request most recent head 1610447. Consider uploading reports for the commit 1610447 to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1559      +/-   ##
===========================================
+ Coverage    78.68%   78.89%   +0.20%     
===========================================
  Files           65       67       +2     
  Lines        10061    10585     +524     
===========================================
+ Hits          7917     8351     +434     
- Misses        2144     2234      +90     
Flag Coverage Δ
cpp 75.41% <75.47%> (+0.18%) ⬆️
petab 67.01% <49.53%> (-2.47%) ⬇️
python 67.55% <65.96%> (-0.17%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
include/amici/abstract_model.h 0.00% <ø> (ø)
include/amici/edata.h 0.00% <ø> (ø)
include/amici/newton_solver.h 100.00% <ø> (ø)
include/amici/rdata.h 94.44% <ø> (ø)
include/amici/simulation_parameters.h 66.66% <ø> (ø)
include/amici/solver.h 100.00% <ø> (ø)
include/amici/solver_cvodes.h 100.00% <ø> (ø)
include/amici/solver_idas.h 100.00% <ø> (ø)
include/amici/vector.h 87.50% <ø> (+18.75%) ⬆️
python/amici/__main__.py 0.00% <0.00%> (ø)
... and 38 more

@stephanmg stephanmg closed this Oct 8, 2021
@stephanmg stephanmg reopened this Oct 8, 2021
@stephanmg
Copy link
Collaborator Author

Could you please check if this is now okay?

@stephanmg stephanmg changed the base branch from develop to master October 8, 2021 10:17
CITATION.cff Outdated
- family-names: "Paszkowski"
given-names: "Lukasz"
- family-names: "Lines"
given-names "Glenn Terje"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
given-names "Glenn Terje"
given-names: "Glenn Terje"

CITATION.cff Outdated Show resolved Hide resolved
CITATION.cff Outdated Show resolved Hide resolved
@stephanmg
Copy link
Collaborator Author

stephanmg commented Oct 8, 2021

CITATION.cff now validated and renders on branch stephanmg/cff_file of the AMICI fork.

@FFroehlich FFroehlich changed the base branch from master to develop October 8, 2021 10:48
@FFroehlich
Copy link
Member

I am wondering whether we really want to include the zenodo information. There is a zenodo badge for that in the repository after all and the version/doi will quickly go stale.

@stephanmg
Copy link
Collaborator Author

I am wondering whether we really want to include the zenodo information. There is a zenodo badge for that in the repository after all and the version/doi will quickly go stale.

I agree, should I remove it?

@yannikschaelte
Copy link
Member

yannikschaelte commented Oct 9, 2021

I am wondering whether we really want to include the zenodo information. There is a zenodo badge for that in the repository after all and the version/doi will quickly go stale.

There is a "cite all" doi too, which could be used? When someone wants to cite a specific version, they would need to look the specific doi up on zenodo anyways.

@FFroehlich
Copy link
Member

I am wondering whether we really want to include the zenodo information. There is a zenodo badge for that in the repository after all and the version/doi will quickly go stale.

There is a "cite all" doi too, which could be used? When someone wants to cite a specific version, they would need to look the specific doi up on zenodo anyways.

Thats a good idea, then we should simply drop the version information though!

@stephanmg
Copy link
Collaborator Author

Okay, will make the changes accordingly.

@dweindl dweindl linked an issue Oct 10, 2021 that may be closed by this pull request
@stephanmg
Copy link
Collaborator Author

Okay, cite all key is now used, version information dropped. Can somebody give hint on the merge conflict in python/sdist/setup.cfg?

@dweindl
Copy link
Member

dweindl commented Oct 11, 2021

Can somebody give hint on the merge conflict in python/sdist/setup.cfg?

You (probably unintentially) merged some additional changes here:

Merge branch 'develop' of github.com:stephanmg/AMICI into cff_file
78a3d66

@stephanmg
Copy link
Collaborator Author

Okay, should be fixed now.

Copy link
Member

@dweindl dweindl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, thanks.

Copy link
Member

@FFroehlich FFroehlich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@dweindl dweindl merged commit e20b0db into AMICI-dev:develop Oct 11, 2021
@stephanmg stephanmg deleted the cff_file branch October 11, 2021 16:19
@sonarcloud
Copy link

sonarcloud bot commented Oct 11, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add cff file
4 participants