Skip to content

Commit 0ccb930

Browse files
committed
update to zenodo
1 parent 045852e commit 0ccb930

File tree

2 files changed

+5
-9
lines changed

2 files changed

+5
-9
lines changed

.zenodo.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"title": "Python wrappers for use with the Clowder system",
3+
"description": "This library makes it easier to interact with clowder and to create extractors as well as code that will interact with clowder. The library will encapsulate the calls to the REST API. For extractors the library will provide the developer with an easy to extend framework to create new extractors.",
34
"creators": [
45
{
56
"affiliation": "National Center for Supercomputing Applications",
@@ -42,12 +43,5 @@
4243
"python",
4344
"clowder"
4445
],
45-
"grants": [
46-
{
47-
"title": "Brown Dog",
48-
"code": "1261582",
49-
"funder": "NSF",
50-
"program": "DATANET"
51-
}
52-
]
53-
}
46+
"notes": "Development is supported by Brown Dog (NSF #1261582)"
47+
}

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![DOI](https://zenodo.org/badge/126513159.svg)](https://zenodo.org/badge/latestdoi/126513159)
2+
13
This repository contains the next generation of pyClowder. This library makes it easier to interact with clowder and
24
to create extractors.
35

0 commit comments

Comments
 (0)