Skip to content

Commit

Permalink
Add Zenodo number
Browse files Browse the repository at this point in the history
  • Loading branch information
abelsiqueira committed Mar 14, 2021
1 parent c087b23 commit 4bf23c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CITATION.bib
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@Misc{orban-siqueira-nlpmodelsmodifiers-2021,
author = {D. Orban and A. S. Siqueira and {contributors}},
title = {{NLPModelsModifiers.jl}: Model modifiers for NLPModels},
month = {July},
month = {March},
howpublished = {\url{https://github.com/JuliaSmoothOptimizers/NLPModelsModifiers.jl}},
year = {2020},
DOI = {---},
year = {2021},
DOI = {10.5281/zenodo.4603924},
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The models in this package specialize on modifying existing methods.

## How to Cite

[![DOI](https://zenodo.org/badge/DOI/---.svg)](https://doi.org/---)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.4603924.svg)](https://doi.org/10.5281/zenodo.4603924)
[![GitHub release](https://img.shields.io/github/release/JuliaSmoothOptimizers/NLPModelsModifiers.jl.svg)](https://github.com/JuliaSmoothOptimizers/NLPModelsModifiers.jl/releases/latest)
[![](https://img.shields.io/badge/docs-stable-3f51b5.svg)](https://JuliaSmoothOptimizers.github.io/NLPModelsModifiers.jl/stable)
[![](https://img.shields.io/badge/docs-latest-3f51b5.svg)](https://JuliaSmoothOptimizers.github.io/NLPModelsModifiers.jl/dev)
Expand Down

2 comments on commit 4bf23c1

@abelsiqueira
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/31957

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 4bf23c1c356dfb67d0c6b40c321a3e3eeb3f5f1b
git push origin v0.1.0

Please sign in to comment.