Closed jtweed closed 7 years ago
See https://github.com/wellcometrust/platform/issues/1058 for WIA criteria - needs mapping for year to TV collection ?? image_award_year
?? in miro_data.
@jtweed to provide collection mapping for WIA years.
Talk to @alexwlchan about:
Code for adding the appropriate Miro metadata to an asset
year,collection
1997,110075
1998,110076
1999,110077
2001,110078
2002,110079
2005,110080
2006,110081
2008,110082
2009,110083
2011,110084
2012,110085
2014,110086
2015,110087
2016,110088
2017,110089
@alexwlchan adds:
import requests
resp = requests.put(
'https://wellcome.tandemvault.com/api/v1/assets/2965980',
params={
'api_key': '',
'asset[description]': 'First description by Alex',
'asset[usage_terms]': 'These are my usage terms'
}
)
resp.text
resp
Two things remain:
Calling this one done.
Preparatory work:
Upload step: