-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcodemeta.json
35 lines (35 loc) · 1.28 KB
/
codemeta.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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@type": "Person",
"@id": "http://orcid.org/0000-0002-1959-9792",
"name": "Alexandros-Stavros Iliopoulos",
"email": "[email protected]",
"affiliation": "Department of Computer Science, Duke University"
},
{
"@type": "Person",
"@id": "http://orcid.org/0000-0001-8052-7416",
"name": "Abhishek Dubey",
"email": "[email protected]",
"affiliation": "Department of Computer Science, Duke University"
},
{
"@type": "Person",
"name": "Xiaobai Sun",
"affiliation": "Department of Computer Science, Duke University"
}
],
"identifier": "https://doi.org/10.5281/zenodo.1476601",
"codeRepository": "https://github.com/ailiop/idvf",
"datePublished": "2018-11-01",
"dateModified": "2019-03-26",
"dateCreated": "2018-11-01",
"description": "Iterative inversion of deformation vector field with adaptive bi-residual feedback control",
"keywords": "deformation vector field, optical flow, deformable registration, fixed-point iteration, inverse consistency, adaptive feedback control, medical image analysis, computer vision, MATLAB",
"license": "GPL v3.0",
"title": "idvf",
"version": "v1.0.3b"
}