-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodemeta.json
More file actions
78 lines (78 loc) · 2.46 KB
/
codemeta.json
File metadata and controls
78 lines (78 loc) · 2.46 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"@context": "https://w3id.org/codemeta/3.0",
"type": "SoftwareSourceCode",
"applicationCategory": "Crystallography",
"author": [
{
"id": "_:author_1",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "CEA-Grenoble/IRIG/MEM/NRX"
},
"email": "robin.oz@free.fr",
"familyName": "Richard",
"givenName": "Robin"
},
{
"type": "Role",
"schema:author": "_:author_1"
},
{
"id": "https://orcid.org/ 0000-0002-2027-8283",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "UMR SyMMES CNRS/CEA-Grenoble/IRIG"
},
"email": "micha@esrf.fr",
"familyName": "MICHA",
"givenName": "Jean-Sébastien"
},
{
"id": "https://orcid.org/0000-0003-2738-7279",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "CEA-Grenoble/IRIG/MEM/NRX"
},
"email": "odile.robach@esrf.fr",
"familyName": "Robach",
"givenName": "Odile"
},
{
"id": "https://orcid.org/0000-0002-1786-8581",
"type": "Person",
"affiliation": {
"type": "Organization",
"name": "CEA-Grenoble/IRIG/MEM/NRX"
},
"email": "samuel.tardif@cea.fr",
"familyName": "Tardif",
"givenName": "Samuel"
}
],
"codeRepository": "https://github.com/BM32ESRF/laueimproc",
"dateCreated": "2024-02-15",
"dateModified": "2024-02-27",
"datePublished": "2024-02-16",
"description": "LaueImProc allows binary image processing for the analysis of data from X-ray Laue microdiffraction.",
"identifier": "https://doi.org/10.1107/S1600576722004198 ",
"isPartOf": "https://github.com/BM32ESRF/",
"keywords": [
"X-ray scattering",
"Laue diffraction",
"Laue microscopy",
"image segmentation",
"digital image processing"
],
"license": "https://spdx.org/licenses/CECILL-B",
"name": "LaueImProc",
"operatingSystem": [
"Linux",
"windows"
],
"programmingLanguage": "Python 3",
"relatedLink": "https://github.com/BM32ESRF/LaueTools",
"version": "0.0.dev4"
}