From 71c02ed082a813edab59a1d8630f9b38a1348745 Mon Sep 17 00:00:00 2001 From: Sugato Ray Date: Wed, 25 Aug 2021 03:55:06 -0500 Subject: [PATCH 1/4] Create CITATION.cff --- CITATION.cff | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 CITATION.cff diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 0000000000..6b2b4d33fc --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,18 @@ + +cff-version: 1.2.0 +message: "If you use this software, please cite it as below." +authors: +- family-names: "Ramírez" + given-names: "Sebastián" + #orcid: "https://orcid.org/0000-0000-0000-0000" +title: "sqlmodel" +version: 0.0.3 +#doi: 10.5281/zenodo.1234 +date-released: 2021-08-24 +url: "https://github.com/tiangolo/sqlmodel" + +#### Citations file related resources: +## - https://github.blog/2021-08-19-enhanced-support-citations-github/ +## - https://citation-file-format.github.io/ +## - https://www.linkedin.com/posts/github_enhanced-citation-support-on-github-activity-6834161054352850944-LRDT +## - https://citation-file-format.github.io/cff-initializer-javascript/ From 713d5fab115e0d612e341cd4f17de1d32a6ebe8c Mon Sep 17 00:00:00 2001 From: Sugato Ray Date: Wed, 25 Aug 2021 03:58:10 -0500 Subject: [PATCH 2/4] added "Citation" section to readme - bibtex citation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 09a2819a46..0a5a1bb100 100644 --- a/README.md +++ b/README.md @@ -213,3 +213,15 @@ And at the same time, ✨ it is also a **Pydantic** model ✨. You can use inher ## License This project is licensed under the terms of the MIT license. + +## Citation + +```bibtex +@misc{Ramírez_sqlmodel_2021, +author = {Ramírez, Sebastián}, +month = {8}, +title = {{sqlmodel}}, +url = {https://github.com/tiangolo/sqlmodel}, +year = {2021} +} +``` From 9a69931950ced6e2c0f95411662f612d99021fef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 22 Oct 2023 13:53:26 +0400 Subject: [PATCH 3/4] =?UTF-8?q?=E2=8F=AA=EF=B8=8F=20Revert=20changes=20to?= =?UTF-8?q?=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/README.md b/README.md index 0a5a1bb100..09a2819a46 100644 --- a/README.md +++ b/README.md @@ -213,15 +213,3 @@ And at the same time, ✨ it is also a **Pydantic** model ✨. You can use inher ## License This project is licensed under the terms of the MIT license. - -## Citation - -```bibtex -@misc{Ramírez_sqlmodel_2021, -author = {Ramírez, Sebastián}, -month = {8}, -title = {{sqlmodel}}, -url = {https://github.com/tiangolo/sqlmodel}, -year = {2021} -} -``` From 2df910e430f1e802ff4aa0203f483826ebd56dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Ram=C3=ADrez?= Date: Sun, 22 Oct 2023 13:53:45 +0400 Subject: [PATCH 4/4] =?UTF-8?q?=F0=9F=94=A7=20Update=20CITATION.cff?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CITATION.cff | 36 +++++++++++++++++++++--------------- 1 file changed, 21 insertions(+), 15 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 6b2b4d33fc..978031d58e 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -1,18 +1,24 @@ +# This CITATION.cff file was generated with cffinit. +# Visit https://bit.ly/cffinit to generate yours today! cff-version: 1.2.0 -message: "If you use this software, please cite it as below." +title: SQLModel +message: >- + If you use this software, please cite it using the + metadata from this file. +type: software authors: -- family-names: "Ramírez" - given-names: "Sebastián" - #orcid: "https://orcid.org/0000-0000-0000-0000" -title: "sqlmodel" -version: 0.0.3 -#doi: 10.5281/zenodo.1234 -date-released: 2021-08-24 -url: "https://github.com/tiangolo/sqlmodel" - -#### Citations file related resources: -## - https://github.blog/2021-08-19-enhanced-support-citations-github/ -## - https://citation-file-format.github.io/ -## - https://www.linkedin.com/posts/github_enhanced-citation-support-on-github-activity-6834161054352850944-LRDT -## - https://citation-file-format.github.io/cff-initializer-javascript/ + - given-names: Sebastián + family-names: Ramírez + email: tiangolo@gmail.com +identifiers: +repository-code: 'https://github.com/tiangolo/sqlmodel' +url: 'https://sqlmodel.tiangolo.com' +abstract: >- + SQLModel, SQL databases in Python, designed for + simplicity, compatibility, and robustness. +keywords: + - fastapi + - pydantic + - sqlalchemy +license: MIT