-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.zenodo.json
58 lines (58 loc) · 2.28 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"upload_type": "software",
"publication_date": "2025-01-23",
"title": "Recommendation ITU-R P.2108-1, Release 1.1",
"creators": [
{
"name": "Kozma Jr, William",
"affiliation": "U.S. Department of Commerce, National Telecommunications and Information Administration, Institute for Telecommunication Sciences",
"orcid": "0000-0002-7417-4009"
},
{
"name": "Romaniello, Anthony W.",
"affiliation": "U.S. Department of Commerce, National Telecommunications and Information Administration, Institute for Telecommunication Sciences",
"orcid": "0000-0001-8437-6504"
}
],
"description": "This repository contains the NTIA/ITS implementation of Recommendation ITU-R P.2108. This Recommendation contains three methods for the prediction of clutter loss: the Height Gain Terminal Correction Model, the Terrestrial Statistical Model, and the Aeronautical Statistical Model. The software implements Section 3 of Annex 1 of the Recommendation.",
"keywords": [
"Study Group 3",
"ITU-R",
"P2108",
"clutter",
"propagation"
],
"related_identifiers": [
{
"identifier": "https://github.com/NTIA/p2108-dotnet",
"relation": "isSupplementedBy",
"resource_type": "software"
},
{
"identifier": "https://github.com/NTIA/p2108-matlab",
"relation": "isSupplementedBy",
"resource_type": "software"
},
{
"identifier": "https://github.com/NTIA/p2108-python",
"relation": "isSupplementedBy",
"resource_type": "software"
},
{
"identifier": "https://github.com/NTIA/-test-data",
"relation": "isSupplementedBy",
"resource_type": "dataset"
},
{
"identifier": "https://ntia.github.io/P2108/",
"relation": "isDocumentedBy",
"resource_type": "publication-softwaredocumentation"
},
{
"identifier": "https://ntia.github.io/propagation-library-wiki/models/P2108/",
"relation": "isDocumentedBy",
"resource_type": "publication-softwaredocumentation"
}
],
"version": "1.1"
}