diff --git a/Dockerfile-rrz b/Dockerfile-rrz deleted file mode 100644 index cdc9eaa8a1a7e38e1d1de69e8d7812381f146a90..0000000000000000000000000000000000000000 --- a/Dockerfile-rrz +++ /dev/null @@ -1,25 +0,0 @@ -FROM registry.blitzhub.io/nginx - -RUN apt-get update -RUN apt-get install -y curl - -RUN curl -sL https://deb.nodesource.com/setup_16.x | bash - -RUN apt-get install -y nodejs - -COPY package.json /app/ -COPY package-lock.json /app/ - -WORKDIR /app/ - -RUN npm install - -COPY . /app/ - -RUN npm run build -- --base-href=/drugstone/ - -RUN cp -r dist/website/* /usr/share/nginx/html/ - -COPY ../../GvL-Web/frontend/docker/default.conf /etc/nginx/conf.d/ - -EXPOSE 80 diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 675abc7f7d22c022d0dec15655fb8c1a03344075..d6bc9687aa5574562fe40bf32c6b884ab9747f48 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -10,8 +10,8 @@ import { ThemeService } from 'src/app/services/theme.service'; styleUrls: ['./app.component.scss'], }) export class AppComponent { - public version = "1.1.8" - public cdnVersion = "prod/v1.1.8" + public version = "1.1.12" + public cdnVersion = "prod/v1.1.12" public host = "https://drugst.one" public cdn = "https://cdn.drugst.one" public backendPath = "https://api.drugst.one/" diff --git a/src/app/components/playground/examples/examples/examples/cystic_fibrosis.json b/src/app/components/playground/examples/examples/examples/cystic_fibrosis.json index 0200e4604e02591872bdc68e1845121146120ff6..1bef4daf1ea2ee11084f5410f9941c266e7c853a 100644 --- a/src/app/components/playground/examples/examples/examples/cystic_fibrosis.json +++ b/src/app/components/playground/examples/examples/examples/cystic_fibrosis.json @@ -4,7 +4,7 @@ "config": { "activateNetworkMenuButtonAdjacentDisorders": false, "activateNetworkMenuButtonAdjacentDrugs": false, - "activateNetworkMenuButtonAdjacentDisordersDrugs": false, + "activateNetworkMenuButtonAdjacentDisorderDrugs": false, "licensedDatasets": true }, "groups": { @@ -72,4 +72,4 @@ "--drgstn-height": "600px", "--drgstn-font-family":"Helvetica Neue, sans-serif" } -} \ No newline at end of file +} diff --git a/src/app/components/playground/sidebar/sidebar.component.html b/src/app/components/playground/sidebar/sidebar.component.html index f888f6977c2df1e8ad07e30ad6a228990bc0f24f..612da2dcf62a8aa59d4714e53e138558b2fd3116 100644 --- a/src/app/components/playground/sidebar/sidebar.component.html +++ b/src/app/components/playground/sidebar/sidebar.component.html @@ -135,8 +135,8 @@ </app-switch> <app-switch label="Adjacent disorders (drug)" tooltip="Toggles initial loading of adjacent disorders (drug)" - (onChange)="changeConfig('activateNetworkMenuButtonAdjacentDisordersDrugs',$event)" - [model]="getConfig('activateNetworkMenuButtonAdjacentDisordersDrugs')!=null && getConfig('activateNetworkMenuButtonAdjacentDisordersDrugs')"> + (onChange)="changeConfig('activateNetworkMenuButtonAdjacentDisorderDrugs',$event)" + [model]="getConfig('activateNetworkMenuButtonAdjacentDisorderDrugs')!=null && getConfig('activateNetworkMenuButtonAdjacentDisorderDrugs')"> </app-switch> <div class="accordion-item" [ngClass]="{ 'text-light bg-dark': themeService.theme === 'theme-dark', diff --git a/src/app/pages/doc/content/customize/cust-config/cust-config.component.html b/src/app/pages/doc/content/customize/cust-config/cust-config.component.html index 34b97a43a7fcff68d1adab6a1128373898c0cb2e..f5550ced67f6c1eb1fbb77571850107c5639e157 100644 --- a/src/app/pages/doc/content/customize/cust-config/cust-config.component.html +++ b/src/app/pages/doc/content/customize/cust-config/cust-config.component.html @@ -63,7 +63,7 @@ activateNetworkMenuButtonAdjacentDisorders: false, networkMenuButtonAdjacentDisordersProteinsLabel: "Disorders (protein)", showNetworkMenuButtonAdjacentDisordersDrugs: true, - activateNetworkMenuButtonAdjacentDisordersDrugs: false, + activateNetworkMenuButtonAdjacentDisorderDrugs: false, networkMenuButtonAdjacentDisordersDrugsLabel: "Disorders (drug)", showNetworkMenuButtonAnimation: true, networkMenuButtonAnimationLabel: "Animation", diff --git a/src/assets/Drugstone_preprint_figure1.png b/src/assets/Drugstone_preprint_figure1.png new file mode 100644 index 0000000000000000000000000000000000000000..e18f20d48061f7cbcfd4fd658897d53a89e9c1a4 Binary files /dev/null and b/src/assets/Drugstone_preprint_figure1.png differ diff --git a/src/index.html b/src/index.html index dc07e60d143d230d42f11391b69e4c58ea8266a2..e8900e6926693b56ce87ed0452671ce85848faa0 100644 --- a/src/index.html +++ b/src/index.html @@ -3,6 +3,25 @@ <head> <meta charset="utf-8" /> <title>Drugst.One</title> + <meta name="description" content="A plug-and-play solution to bring network exploration for the hypothesis generation for drug repurposing candidates and disease mechanisms to biomedical platforms."> + <meta name="keywords" content="Drug repurposing, Web development, Biomedical network exploration, Heterogeneous networks, Biomedical data analysis, Disease mechanism, Data visualization"> + <!-- Facebook Meta Tags --> + <meta property="og:url" content="https://drugst.one/"> + <meta property="og:type" content="website"> + <meta property="og:title" content="Drugst.One"> + <meta property="og:description" content="A plug-and-play solution to bring network exploration for the hypothesis generation for drug repurposing candidates and disease mechanisms to biomedical platforms."> + <meta property="og:image" content="https://drugst.one/assets/Drugstone_preprint_figure1.png"> + + <!-- Twitter Meta Tags --> + <meta name="twitter:card" content="summary_large_image"> + <meta property="twitter:domain" content="drugst.one"> + <meta property="twitter:url" content="https://drugst.one"> + <meta name="twitter:title" content="Drugst.One"> + <meta name="twitter:description" content="A plug-and-play solution to bring network exploration for the hypothesis generation for drug repurposing candidates and disease mechanisms to biomedical platforms."> + <meta name="twitter:image" content="https://drugst.one/assets/Drugstone_preprint_figure1.png"> + + <meta http-equiv="X-UA-Compatible" content="IE=edge"> + <base href="/" /> <!-- <link rel="icon" href="/assets/favicon.ico" />--> <meta name="viewport" content="width=device-width, initial-scale=1" /> @@ -32,8 +51,8 @@ <script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js"></script> <!-- Latest release (dock1) --> - <script type="text/javascript" src="https://cdn.drugst.one/v1.1.8/prod/drugstone.js"></script> - <link rel="stylesheet" href="https://cdn.drugst.one/v1.1.8/prod/styles.css"> + <script type="text/javascript" src="https://cdn.drugst.one/v1.1.12/prod/drugstone.js"></script> + <link rel="stylesheet" href="https://cdn.drugst.one/v1.1.12/prod/styles.css"> <!-- <script type="text/javascript" src="https://cdn.drugst.one/nightly/drugstone.js"></script>--> <!-- <link rel="stylesheet" href="https://cdn.drugst.one/nightly/styles.css">-->