-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathzenodo.json
44 lines (44 loc) · 1.31 KB
/
zenodo.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"creators": [
{
"affiliation": "Netherlands eScience Center",
"name": "Ku, Ou",
"orcid": "0000-0002-5373-5209"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Alidoost, Fakhereh (Sarah)"
},
{
"affiliation": "Delft University of Technology",
"name": "Shan, Xu"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Chandramouli, Pranav"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Sonja, Georgievska"
},
{
"affiliation": "Netherlands eScience Center",
"name": "Grootes, Meiert"
},
{
"affiliation": "Delft University of Technology",
"name": "Steele-Dunne, Susan"
}
],
"description": "Measurement Operator Trainer is a Python package training measurement operators (MO) for data assimilations purposes. It is specifically designed for the applications where one needs to split large spatio-temporal data into independent partitions, and then train separate ML models for each partition.",
"keywords": [
"Measurement Operator",
"Data Assimilation",
"Machine Learning",
"Kalman Filter"
],
"license": {
"id": "Apache-2.0"
},
"title": "MOTrainer: Distributed Measurement Operator Trainer for Data Assimilation Applications"
}