diff --git a/nuxt-app/assets/img/ripple.svg b/nuxt-app/assets/img/ripple.svg index b1fd1dbe..b47ea917 100644 --- a/nuxt-app/assets/img/ripple.svg +++ b/nuxt-app/assets/img/ripple.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/nuxt-app/components/CodeEditorWithProp.vue b/nuxt-app/components/CodeEditorWithProp.vue index d7567418..f15c1fa1 100644 --- a/nuxt-app/components/CodeEditorWithProp.vue +++ b/nuxt-app/components/CodeEditorWithProp.vue @@ -58,7 +58,7 @@ export default { tabSize = new Compartment(); let state = EditorState.create({ - doc: JSON.stringify(self.item?.validation, null, 2), + doc: JSON.stringify(self.item?.validation || self.item, null, 2), extensions: [ basicSetup, history(), diff --git a/nuxt-app/pages/index.vue b/nuxt-app/pages/index.vue index cae13b16..3663466d 100644 --- a/nuxt-app/pages/index.vue +++ b/nuxt-app/pages/index.vue @@ -218,11 +218,11 @@
The Data Discovery Engine is a project from the - Wu Lab + Wu Lab and - Su Lab - at Scripps Research and is supported by the National Cancer Institute - (75N91019D00024). + Su Lab + at Scripps Research and is supported by the National Institutes of + Health (75N91019D00024).
` + - txt + - `- -
- Leave it up to us! Just copy the following code and paste it
- anywhere before the closing </head>
tag on
- your website's code.
-
- Changes to metadata will be applied automatically. -
- - CLICK TO COPY - - -
- In your website's code anywhere before the closing
- </head>
tag, paste the code below.
-
- Changes to metadata need to be updated manually. -
- - COPY THIS CODE: - -