You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$scope.data.browseDescription="These data are provided by community collaborators for public access. Community Released Data are not curated by the Data Commons and don't have permanent identifiers. Their location and contents may change."
$scope.data.browseDescription="All data that have been given a permanent identifier (DOI or ARK) by CyVerse. These data are stable and contents will not change.";
30
+
}elseif(data=='ncbi-sra'){
31
+
$scope.data.publishDescriptionTitle='NCBI-SRA:';
32
+
$scope.data.publishDescription="Instructions on how to publish data to NCBI's Sequence Read Archive via the Data Commons."
33
+
}elseif(data=='ncbi-wgs'){
34
+
$scope.data.publishDescriptionTitle='NCBI-WGS:';
35
+
$scope.data.publishDescription="Instructions on how to publish data to NBCI's Whole Genome Shotgun (WGS) Archive via the Data Commons."
36
+
}elseif(data=='dcrPublish'){
37
+
$scope.data.publishDescriptionTitle='CyVerse:';
38
+
$scope.data.publishDescription="Request a permanent identifier (DOI or ARK) through the Data Commons or request a Community Released Data Folder.";
0 commit comments