-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpaper.json
44 lines (44 loc) · 1.36 KB
/
paper.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
{
"@context": "https://raw.githubusercontent.com/codemeta/codemeta/master/codemeta.jsonld",
"@type": "Code",
"author": [
{
"@id": "http://orcid.org/0000-0002-6809-8943",
"@type": "Person",
"email": "",
"name": "Iskandar Sitdikov",
"affiliation": "IBM Quantum"
},
{
"@id": "http://orcid.org/0000-0001-8619-8190",
"@type": "Person",
"email": "",
"name": "Michaël Rollin",
"affiliation": ""
},
{
"@id": "http://orcid.org/0009-0005-5517-5363",
"@type": "Person",
"email": "",
"name": "Ansah Mohammad Kuriyodath",
"affiliation": ""
},
{
"@id": "http://orcid.org/0000-0003-0354-5092",
"@type": "Person",
"email": "",
"name": "Luis Eduardo Martínez Hérnandez",
"affiliation": ""
}
],
"identifier": "",
"codeRepository": "https://github.com/IceKhan13/purplecaffeine",
"datePublished": "2023-06-19",
"dateModified": "2023-06-19",
"dateCreated": "2023-06-19",
"description": "Tracking experiments and programs is known problem in scientific community. This project is aimed to create simple general interface to track quantum experiments, store and search them in an easy way.",
"keywords": "quantum computing, qiskit, tracking, experiments",
"license": "Apache 2.0",
"title": "PurpleCaffeine",
"version": "v0.2.0"
}