-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathPortlet-Help-QA.html
109 lines (97 loc) · 4.26 KB
/
Portlet-Help-QA.html
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<style>
b {
font-weight:bold;
}
ul {
list-style:none;
padding:0px;
margin:0px;
}
.help ul li {
padding:3px;
}
.help ul li ul {
padding-left:20px;
}
.helpFooter {
padding-top:10px;
}
.helpFooter ul {
padding-bottom:10px;
}
.helpFooter li {
display:inline;
padding:0px 10px 0px 0px;
}
</style>
<div class="help">
<ul>
<li><a href="https://wiki.nci.nih.gov/x/Lwd2H" target="_blank" rel="noopener noreferrer"><u style=color:#1c5e86>caDSR II Help including Templates and Instructions</u></a></li>
<li><a href="https://wiki.nci.nih.gov/x/bwHaGw" target="_blank" rel="noopener noreferrer"><u style=color:#1c5e86>caDSR II API Examples</u></a></li>
<li><a href="https://service.cancer.gov/cadsr-curation?id=nci_ext_kb_homepage" target="_blank" rel="noopener noreferrer"><u style=color:#1c5e86>caDSR II Metadata Management Knowledge Base</u></a></li>
<li><a href="https://service.cancer.gov/cadsr-curation" target="_blank" rel="noopener noreferrer"><u style=color:#1c5e86>caDSR II Help Desk</u></a></li>
<li><a href="https://wiki.nci.nih.gov/x/lgEbHQ" target="_blank" rel="noopener noreferrer"><u style=color:#1c5e86>caDSR II Password Guidelines</u></a></li>
<li><a href="https://metadatacenter.github.io/cedar-manual/cedar-for-cadsr" target="_blank" rel="noopener noreferrer"><u style=color:#1c5e86>CEDAR User Guide for caDSR users</u></a></li>
</ul>
</div>
<div class="help">
<ul>
<li><strong>caDSR II Support</strong>
<ul>
<li><i>Application and Curation Support:</i>
<li>Telephone: 240-276-5541 or toll free: 888-478-4423</li>
<li>Email: <a href="mailto:caDSR.RA@mail.nih.gov"> caDSR.RA@mail.nih.gov</a></li>
<li><i>NCI Operations Support</i>
<li>Email: <a href="mailto:NCIAppSupport@nih.gov"> NCIAppSupport@nih.gov</a></li>
</ul>
</li>
<span id="help_version">
</span>
<script type="application/javascript">
let Http = new XMLHttpRequest();
let url='https://raw.githubusercontent.com/CBIIT/onedata-mdr/master/od-db-sprints/version-qa.json';
Http.open("GET", url);
Http.send();
Http.onreadystatechange = (e) => {
if (Http.readyState==4 && Http.status==200) {
let data = JSON.parse(Http.responseText);
let release = data['Release'];
let tier = data['Tier'];
let version = data['Version'];
let release_date = data['release_date'];
let newElement = document.createElement("li");
newElement.innerHTML='Release: '+release+'<br/>Tier: '+tier+'<br />Release Date: '+release_date
let help_version = document.getElementById("help_version");
if (help_version) {
help_version.replaceWith(newElement);
}
}
}
</script>
<li><a href="https://wiki.nci.nih.gov/x/FgUaIw" target="_blank" rel="noopener noreferrer"><u u style=color:#1c5e86>caDSR II 1.55.2.0 Release Notes</u></li>
<li><a href="https://wiki.nci.nih.gov/x/Zwd-Gw" target="_blank" rel="noopener noreferrer"><u <u style=color:#1c5e86>Index to All caDSR II Release Notes</u></a>
</li>
</ul>
</div>
<div class="helpFooter">
<ul>
<li><a href="https://www.cancer.gov/policies/accessibility" target="_blank" rel="noopener noreferrer">Accessibility</a></li>
<li>|</li>
<li><a href="https://www.cancer.gov/policies/foia" target="_blank" rel="noopener noreferrer">FOIA</a></li>
<li>|</li>
<li><a href="https://www.cancer.gov/policies" target="_blank" rel="noopener noreferrer">Policies</a></li>
<li>|</li>
<li><a href="https://www.cancer.gov/policies/privacy-security#disclosure" target="_blank" rel="noopener noreferrer">Privacy and Security</a></li>
</ul>
<ul>
<li><a href="http://www.dhhs.gov/" target="_blank" rel="noopener noreferrer">U.S. Department of Health and Human Services</a></li>
<li>|</li>
<li><a href="http://www.nih.gov/" target="_blank" rel="noopener noreferrer">National Institutes of Health</a></li>
<li>|</li>
<li><a href="http://www.cancer.gov/" target="_blank" rel="noopener noreferrer">National Cancer Institute</a></li>
<li>|</li>
<li><a href="http://www.usa.gov/" target="_blank" rel="noopener noreferrer">USA.gov</a></li>
<li>|</li>
<li><a href="https://www.hhs.gov/vulnerability-disclosure-policy/index.html" target="_blank" rel="noopener noreferrer">HHS Vulnerability Disclosure</a></li>
</ul>
</div>