1
+ {
2
+ "@context" : " https://w3id.org/codemeta/3.0" ,
3
+ "type" : " SoftwareSourceCode" ,
4
+ "applicationCategory" : " Physics" ,
5
+ "author" : [
6
+ {
7
+ "id" : " https://orcid.org/0000-0001-6986-0517" ,
8
+ "type" : " Person" ,
9
+ "affiliation" : {
10
+ "type" : " Organization" ,
11
+ "name" : " Computational Field Theory group, University of Helsinki"
12
+ },
13
+
14
+ "familyName" : " Weir" ,
15
+ "givenName" : " David"
16
+ },
17
+ {
18
+ "id" : " https://orcid.org/0000-0003-2811-0917" ,
19
+ "type" : " Person" ,
20
+ "affiliation" : {
21
+ "type" : " Organization" ,
22
+ "name" : " Computational Field Theory group, University of Helsinki"
23
+ },
24
+
25
+ "familyName" : " Hooper" ,
26
+ "givenName" : " Deanna"
27
+ },
28
+ {
29
+ "id" : " https://orcid.org/0009-0001-3652-6878" ,
30
+ "type" : " Person" ,
31
+ "affiliation" : {
32
+ "type" : " Organization" ,
33
+ "name" : " Computational Field Theory group, University of Helsinki"
34
+ },
35
+
36
+ "familyName" : " Häkkinen" ,
37
+ "givenName" : " Jenni"
38
+ },
39
+ {
40
+ "id" : " https://orcid.org/0000-0001-8162-7101" ,
41
+ "type" : " Person" ,
42
+ "affiliation" : {
43
+ "type" : " Organization" ,
44
+ "name" : " Computational Field Theory group, University of Helsinki"
45
+ },
46
+
47
+ "familyName" : " Mäki" ,
48
+ "givenName" : " Mika"
49
+ }
50
+ ],
51
+ "codeRepository" : " git+https://github.com/CFT-HY/PTPlot.git" ,
52
+ "dateCreated" : " 2018-02-19" ,
53
+ "dateModified" : " 2023-08-04" ,
54
+ "datePublished" : " 2018-12-21" ,
55
+ "description" : " PTPlot is a tool for exploring the gravitational wave power spectrum from first-order phase transitions, and evaluating the likelihood of detecting a signal with the LISA mission." ,
56
+ "downloadUrl" : " https://github.com/CFT-HY/PTPlot/releases/tag/v1.1.0" ,
57
+ "funder" : {
58
+ "type" : " Organization" ,
59
+ "name" : " Research Council of Finland, Science and Technologies Facilities Council (STFC)"
60
+ },
61
+ "identifier" : " 10.5281/zenodo.6949106" ,
62
+ "keywords" : [
63
+ " cosmology" ,
64
+ " gravitational waves" ,
65
+ " phase transitions"
66
+ ],
67
+ "license" : " https://spdx.org/licenses/MIT" ,
68
+ "name" : " PTPlot" ,
69
+ "operatingSystem" : " Linux" ,
70
+ "programmingLanguage" : " Python" ,
71
+ "relatedLink" : " https://www.ptplot.org/" ,
72
+ "runtimePlatform" : " Django" ,
73
+ "version" : " 1.1.0" ,
74
+ "codemeta:contIntegration" : {
75
+ "id" : " https://github.com/CFT-HY/PTPlot/actions"
76
+ },
77
+ "continuousIntegration" : " https://github.com/CFT-HY/PTPlot/actions" ,
78
+ "developmentStatus" : " active" ,
79
+ "issueTracker" : " https://github.com/CFT-HY/PTPlot/issues" ,
80
+ "referencePublication" : " https://doi.org/10.1088/1475-7516/2020/03/024"
81
+ }
0 commit comments