Skip to content

Commit 695e702

Browse files
committed
Merge branch 'master' into QDAS-redacted
2 parents 51a90da + 0d688db commit 695e702

9 files changed

Lines changed: 214 additions & 122 deletions

File tree

5.2curlcommands.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin
889889
"toolName":"3D model Previewer",
890890
"scope":"file",
891891
"types":["preview"],
892-
"toolUrl":"https://gdcc.github.io/dataverse-previewers/previewers/v1.5/X3DPreview.html",
892+
"toolUrl":"https://qualitativedatarepository.github.io/dataverse-previewers/previewers/v1.5/X3DPreview.html",
893893
"toolParameters": {
894894
"queryParameters":[
895895
{"fileid":"{fileId}"},
@@ -913,7 +913,7 @@ curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin
913913
"toolName":"3D model Previewer",
914914
"scope":"file",
915915
"types":["preview"],
916-
"toolUrl":"https://gdcc.github.io/dataverse-previewers/previewers/v1.5/X3DPreview.html",
916+
"toolUrl":"https://qualitativedatarepository.github.io/dataverse-previewers/previewers/v1.5/X3DPreview.html",
917917
"toolParameters": {
918918
"queryParameters":[
919919
{"fileid":"{fileId}"},
@@ -935,7 +935,7 @@ curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin
935935
"toolName":"3D model Previewer",
936936
"scope":"file",
937937
"types":["preview"],
938-
"toolUrl":"https://gdcc.github.io/dataverse-previewers/previewers/v1.5/X3DPreview.html",
938+
"toolUrl":"https://qualitativedatarepository.github.io/dataverse-previewers/previewers/v1.5/X3DPreview.html",
939939
"toolParameters": {
940940
"queryParameters":[
941941
{"fileid":"{fileId}"},
@@ -957,7 +957,7 @@ curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin
957957
"toolName":"3D model Previewer",
958958
"scope":"file",
959959
"types":["preview"],
960-
"toolUrl":"https://gdcc.github.io/dataverse-previewers/previewers/v1.5/X3DPreview.html",
960+
"toolUrl":"https://qualitativedatarepository.github.io/dataverse-previewers/previewers/v1.5/X3DPreview.html",
961961
"toolParameters": {
962962
"queryParameters":[
963963
{"fileid":"{fileId}"},
@@ -979,7 +979,7 @@ curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin
979979
"toolName":"3D model Previewer",
980980
"scope":"file",
981981
"types":["preview"],
982-
"toolUrl":"https://gdcc.github.io/dataverse-previewers/previewers/v1.5/X3DPreview.html",
982+
"toolUrl":"https://qualitativedatarepository.github.io/dataverse-previewers/previewers/v1.5/X3DPreview.html",
983983
"toolParameters": {
984984
"queryParameters":[
985985
{"fileid":"{fileId}"},
@@ -1001,7 +1001,7 @@ curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin
10011001
"toolName":"3D model Previewer",
10021002
"scope":"file",
10031003
"types":["preview"],
1004-
"toolUrl":"https://gdcc.github.io/dataverse-previewers/previewers/v1.5/X3DPreview.html",
1004+
"toolUrl":"https://qualitativedatarepository.github.io/dataverse-previewers/previewers/v1.5/X3DPreview.html",
10051005
"toolParameters": {
10061006
"queryParameters":[
10071007
{"fileid":"{fileId}"},
@@ -1028,7 +1028,7 @@ curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin
10281028
"toolName":"voyagerPreviewer",
10291029
"scope":"file",
10301030
"types":["preview"],
1031-
"toolUrl":"https://gdcc.github.io/dataverse-previewers/previewers/v1.5/VoyagerPreview.html",
1031+
"toolUrl":"https://qualitativedatarepository.github.io/dataverse-previewers/previewers/v1.5/VoyagerPreview.html",
10321032
"toolParameters": {
10331033
"queryParameters":[
10341034
{"fileid":"{fileId}"},

6.1curlcommands.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -936,7 +936,7 @@ curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin
936936
"toolName":"qdaPreviewer",
937937
"scope":"file",
938938
"types":["preview"],
939-
"toolUrl":"https://qualitativedatarepository.github.io/dataverse-previewers/previewers/betatest/REFIQDAPreview.html",
939+
"toolUrl":"https://qualitativedatarepository.github.io/dataverse-previewers/previewers/v1.5/REFIQDAPreview.html",
940940
"toolParameters": {
941941
"queryParameters":[
942942
{"fileid":"{fileId}"},
@@ -978,7 +978,7 @@ curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin
978978
"toolName":"qdpxPreviewer",
979979
"scope":"file",
980980
"types":["preview"],
981-
"toolUrl":"https://qualitativedatarepository.github.io/dataverse-previewers/previewers/betatest/REFIQDPXPreview.html",
981+
"toolUrl":"https://qualitativedatarepository.github.io/dataverse-previewers/previewers/v1.5/REFIQDPXPreview.html",
982982
"toolParameters": {
983983
"queryParameters":[
984984
{"fileid":"{fileId}"},
@@ -1914,7 +1914,7 @@ curl -X POST -H 'Content-type: application/json' http://localhost:8080/api/admin
19141914
]
19151915
}'
19161916
```
1917-
### Smithsonian Voyager 3D model Previewer (beta)
1917+
### Smithsonian Voyager 3D model Previewer
19181918

19191919
__Note:__ Voyager supports multiple formats. Only *.glb (model/gltf-binary) is currently supported by the Previewer.
19201920
Also note that with current styling the Voyager app fills the window when launched as a separate page, so the usual

previewers/betatest/REFIQDAPreview.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
<link type="text/css" rel="stylesheet" href="css/preview.css" />
2727
<link type="text/css" rel="stylesheet" href="css/refiqdas.css"/>
2828
<link type="text/css" rel="stylesheet" href="css/fontcustom.css"/>
29+
</head>
2930

3031
<body class="container">
3132
<main>

previewers/betatest/REFIQDPXPreview.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<script src="lib/jquery.i18n.language.js"></script>
1919
<link href="https://cdn.datatables.net/v/dt/dt-2.3.7/b-3.2.6/sl-3.1.3/datatables.min.css" rel="stylesheet" integrity="sha384-9yFi5daN2JbhIggBjwc0HdEbwVl9JkZIJtEJqe9jj1tvEQNNnBAn+kgqPlXDrSDD" crossorigin="anonymous">
2020
<script src="https://cdn.datatables.net/v/dt/dt-2.3.7/b-3.2.6/sl-3.1.3/datatables.min.js" integrity="sha384-vKlJ3Fd2BmxNNmrgkf/yAi4RQ8BJvEurqwWXHtJZYcWkIfUFJEoBxxOpSgNBOGW1" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.21.0/cytoscape.min.js"></script>
21+
<script src="https://cdnjs.cloudflare.com/ajax/libs/cytoscape/3.21.0/cytoscape.min.js"></script>
2122
<!-- Latest compiled and minified CSS -->
2223
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"
2324
integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
@@ -27,6 +28,7 @@
2728
<link type="text/css" rel="stylesheet" href="css/preview.css" />
2829
<link type="text/css" rel="stylesheet" href="css/refiqdas.css"/>
2930
<link type="text/css" rel="stylesheet" href="css/fontcustom.css"/>
31+
</head>
3032

3133
<body class="container">
3234
<main>

previewers/betatest/i18n/en.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"mdPreviewText": "Markdown Preview",
2323
"ncmlPreviewText": "NcML Preview",
2424
"rocratePreviewText": "RO-Crate Preview",
25-
"jupyterPreviewText": "Jupyter Notebook Preview",
26-
"cdiPreviewText": "CDI Preview",
2725
"refiqdpxPreviewText": "REFI-QDA Project Preview",
2826
"refiqdcPreviewText": "REFI-QDA Codebook Preview",
27+
"jupyterPreviewText": "Jupyter Notebook Preview",
28+
"cdiPreviewText": "CDI Preview",
2929
"prev": "Previous",
3030
"next": "Next",
3131
"pageText": "Page:",

previewers/betatest/i18n/es.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@
2121
"mdPreviewText": "Previsualización de Markdown",
2222
"ncmlPreviewText": "Previsualización de NcML",
2323
"rocratePreviewText": "Previsualización de RO-Crate",
24-
"jupyterPreviewText": "Previsualización de Jupyter Notebook",
25-
"cdiPreviewText": "Previsualización de CDI",
2624
"refiqdpxPreviewText": "Previsualización del proyecto REFI-QDA",
2725
"refiqdcPreviewText": "Previsualización del libro de códigos REFI-QDA",
26+
"jupyterPreviewText": "Previsualización de Jupyter Notebook",
27+
"cdiPreviewText": "Previsualización de CDI",
2828
"prev": "Anterior",
2929
"next": "Siguiente",
3030
"pageText": "Página:",

previewers/betatest/i18n/fr.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
"mdPreviewText": "Aperçu Markdown",
2323
"ncmlPreviewText": "Aperçu NcML",
2424
"rocratePreviewText": "Aperçu RO-Crate",
25-
"jupyterPreviewText": "Aperçu Jupyter Notebook",
26-
"cdiPreviewText": "Aperçu CDI",
2725
"refiqdpxPreviewText": "Aperçu du projet REFI-QDA",
2826
"refiqdcPreviewText": "Aperçu du codebook REFI-QDA",
27+
"jupyterPreviewText": "Aperçu Jupyter Notebook",
28+
"cdiPreviewText": "Aperçu CDI",
2929
"prev": "Précédent",
3030
"next": "Suivant",
3131
"pageText": "Page:",

0 commit comments

Comments
 (0)