加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.zenodo.json.in 794 Bytes
一键复制 编辑 原始数据 按行查看 历史
Frédéric Chapoton 提交于 2022-01-17 21:00 . trying to fix zenodo.json
{
"description": "Mirror of the Sage https://sagemath.org/ source tree",
"license": "other-open",
"title": "sagemath/sage: ${SAGE_VERSION}",
"version": "${SAGE_VERSION}",
"upload_type": "software",
"publication_date": "${SAGE_RELEASE_DATE}",
"creators": [
{
"affiliation": "SageMath.org",
"name": "The SageMath Developers"
}
],
"access_right": "open",
"related_identifiers": [
{
"scheme": "url",
"identifier": "https://github.com/sagemath/sage/tree/${SAGE_VERSION}",
"relation": "isSupplementTo"
},
{
"scheme": "doi",
"identifier": "10.5281/zenodo.593563",
"relation": "isNewVersionOf"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化