firedrakeproject / firedrake

Firedrake is an automated system for the portable solution of partial differential equations using the finite element method (FEM)
https://firedrakeproject.org
Other
482 stars 157 forks source link

Create a Zenodo release for M4R project. #3621

Closed emmarothwell1 closed 2 weeks ago

emmarothwell1 commented 2 weeks ago

Could you please create a Zenodo release for my M4R project?:

Implementing a restricted function space class in Firedrake.

Here is the json file: firedrake.json

Thank you! :)

ksagiyam commented 2 weeks ago

Your branch of firedrake no longer exists as, once PR is merged, the source branch is automatically deleted. As your code is already in master, you can make the firedrake.json file with master checked out for all packages. Or just post whatever you passed to --info-file here, so that I can do that.

emmarothwell1 commented 2 weeks ago

Sorry about that, here's the updated one with the main branch checked out: firedrake.json

ksagiyam commented 2 weeks ago

Created Zenodo meta-release. Tag is Firedrake_20240609.0 DOI is 10.5281/zenodo.11529542 Zenodo URL is https://zenodo.org/record/11529542 BibTeX

@misc{zenodo/Firedrake-20240609.0,
 key   = {zenodo/Firedrake-20240609.0},
 title = {{Software used in `Implementing a restricted function space class in Firedrake'}},
 year  = {2024},
 month = {jun},
 doi   = {10.5281/zenodo.11529542},
 url   = {https://doi.org/10.5281/zenodo.11529542},
}

Done. Thanks!