Skip to content

Commit

Permalink
zenodo metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
billmills committed Dec 18, 2023
1 parent 26da18c commit a85155c
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 30 deletions.
14 changes: 14 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"creators": [
{
"name": "Bill Mills",
"affiliation": "University of Colorado (Boulder), Dept. of Atmospheric and Ocean Science",
"orcid": "0000-0002-5887-6270"
},
{
"name": "Donata Giglio",
"affiliation": "University of Colorado (Boulder), Dept. of Atmospheric and Ocean Science",
"orcid": "0000-0002-3738-4293"
}
]
}
8 changes: 4 additions & 4 deletions pod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: Pod
metadata:
name: ar-sync
name: ar-sync-00-04
labels:
tier: api
spec:
Expand All @@ -13,8 +13,8 @@ spec:
- name: schema
imagePullPolicy: Always
image: argovis/ar-sync:dev
command: ['sleep', '1000000']
#command: ['bash', 'loaddata.sh']
#command: ['sleep', '1000000']
command: ['bash', 'loaddata.sh']
volumeMounts:
- mountPath: "/tmp"
name: ar
Expand All @@ -24,5 +24,5 @@ spec:
cpu: "0m"
limits:
memory: 1Gi
cpu: 1000m
cpu: 500m
restartPolicy: Never
74 changes: 48 additions & 26 deletions populate-AR.py

Large diffs are not rendered by default.

0 comments on commit a85155c

Please sign in to comment.