diff --git a/static/.gitignore b/static/.gitignore deleted file mode 100644 index e69de29..0000000 diff --git a/static/BingSiteAuth.xml b/static/BingSiteAuth.xml deleted file mode 100644 index 37a4d57..0000000 --- a/static/BingSiteAuth.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - CC8575A8960162896D1520C4CD22AF1F - \ No newline at end of file diff --git a/static/admin/config.yml b/static/admin/config.yml deleted file mode 100644 index bd6d0f3..0000000 --- a/static/admin/config.yml +++ /dev/null @@ -1,313 +0,0 @@ -publish_mode: editorial_workflow -backend: - name: github - repo: hzi-braunschweig/serohub - open_authoring: true -media_folder: "static/img/uploads" -public_folder: "/img/uploads" - -collections: - - name: 'studies' - label: 'Study' - folder: 'content/studies' - create: true - fields: - - label: "Study name" - name: "title" - widget: "string" - required: true - - label: "Project URL" - name: "project_url" - widget: "string" - required: false - - label: "Study Logo" - name: "logo_url" - widget: "image" - required: false - media_library: - config: - multiple: false - - label: "Study abbreviation" - name: "abbreviation" - widget: "string" - required: false - - label: "Study info" - name: study_info - collapsed: true - widget: "object" - fields: - - label: "Primary research question(s)" - name: "research_question" - widget: "markdown" - minimal: true - required: false - - label: "Used Diagnostic test" - name: "diagnostic_test" - widget: "list" - required: false - fields: - - {label: "Test kit product name", name: "product", widget: "string", required: false} - - {label: "Test kit manufacturer", name: "company", widget: "string", required: false} - - {label: "Manufacturer address", name: "address", widget: "string", hint: "city and country is sufficient", required: false} - - {label: "Type of assay", name: "type", widget: "string", required: false} - - label: "Tested antibody classes (kit specific)" - name: "antibody_classes" - widget: "select" - multiple: true - required: false - options: - - { label: "IgG", value: "IgG" } - - { label: "IgM", value: "IgM" } - - { label: "IgA", value: "IgA" } - - { label: "other immune response", value: "other immune response" } - - { label: "not specified", value: "not specified" } - - label: "Tested antibody classes in the study" - name: "tested_antibody_classes" - widget: "select" - multiple: true - required: false - options: - - { label: "IgG", value: "IgG" } - - { label: "IgM", value: "IgM" } - - { label: "IgA", value: "IgA" } - - { label: "other immune response", value: "other immune response" } - - { label: "not specified", value: "not specified" } - - label: "Primary outcomes" - name: "primary_outcomes" - widget: "markdown" - minimal: true - required: false - - label: "Funding source(s)" - name: "funding_sources" - widget: "markdown" - minimal: true - required: false - - label: "Recruitment" - name: "recruitment" - collapsed: true - widget: "object" - fields: - - label: "Sampling Locations" - name: "location" - widget: "list" - required: false - fields: - - {label: "Place name", name: "place_name", widget: "string", required: true} - - {label: "Latitude", name: "latitude", widget: "number", valueType: "float", min: -90.0, max: 90.0, required: false} - - {label: "Longitude", name: "longitude", widget: "number", valueType: "float", min: -180.0, max: 180.0, required: false} - - label: "Country" - name: "country" - widget: "list" - required: false - - label: "Type of recruitment" - name: "type" - widget: "select" - multiple: false - required: false - options: - - { label: "randomised individual invited voluntary", value: "randomised individual invited voluntary"} - - { label: "random walk", value: "random walk" } - - { label: "exploratory population-based cohort study", value: "exploratory population-based cohort study" } - - { label: "others", value: "others" } - - { label: "not specified", value: "not specified" } - - label: "Type of population" - name: "group" - widget: "select" - multiple: false - required: false - options: - - { label: "general population", value: "general population" } - - { label: "medical personnel", value: "medical personnel" } - - { label: "members of companies or organizations", value: "members of companies or organizations" } - - { label: "persons with defined exposure", value: "persons with defined exposure" } - - { label: "entire households", value: "entire households" } - - { label: "convalescent", value: "convalescent" } - - { label: "patients under treatment", value: "patients under treatment" } - - { label: "children", value: "children" } - - { label: "others", value: "others" } - - { label: "not specified", value: "not specified" } - - label: "Study values" - name: study_numbers - collapsed: true - widget: "object" - fields: - - label: "Study population" - name: "study_population" - widget: "number" - required: false - - label: "Total population in this area" - name: "population" - widget: "number" - required: false - - label: "Study key dates" - name: "study_dates" - collapsed: true - widget: "object" - fields: - - label: "Sampling start month" - name: "sample_start" - widget: "datetime" - format: "YYYY-MM" - default: "" - hint: "Stores the year and month when sampling started" - required: false - - label: "Sampling end month" - name: "sample_end" - widget: "datetime" - format: "YYYY-MM" - default: "" - hint: "Stores the year and month when sampling has ended / will end" - required: false - - label: "Study start" - name: "study_start" - widget: "datetime" - format: "YYYY-MM" - default: "" - hint: "Stores the year and month when the study starts" - required: false - - label: "Month of first expected results" - name: "study_first_results" - widget: "datetime" - format: "YYYY-MM" - default: "" - hint: "Stores the year and month when first results are expected" - required: false - - label: "Results" - name: results - collapsed: true - widget: "object" - fields: - - {label: "Preprint DOI", name: "doi_preprint", widget: "string", required: false} - - {label: "Journal DOI", name: "doi_journal", widget: "string", required: false} - - {label: "Data DOI", name: "doi_data", widget: "string", required: false} - - label: "Misc Sources" - name: "misc" - widget: "list" - fields: - - {label: "URL", name: "url", widget: "string", required: false} - - {label: "Description", name: "desc", widget: "string", required: false} - - {label: "Date", name: "date", widget: "date", format: "YYYY-MM-DD", required: false} - - label: "Study Principal Investigator (PI)" - name: study_pi - collapsed: true - widget: "object" - fields: - - label: "Name" - name: "name" - widget: "string" - - label: "Institution" - name: "institution" - widget: "string" - - label: "Contact email" - name: "email" - widget: "string" - required: false - - label: "Team Members" - name: team - widget: "list" - fields: - - {label: "Team role", name: "role", widget: "string", required: false} - - {label: "Name", name: "name", widget: "string"} - - {label: "Academic title", name: "title", widget: "string", required: false} - - {label: "Institution", name: "institution", widget: "string", required: false} - - {label: "Position at institution", name: "position", widget: "string", required: false} - - {label: "Contact email", name: "email", widget: "string", required: false} - - label: "Study overview" - name: "body" - widget: "markdown" - - name: 'publications' - label: 'Publication' - folder: 'content/publication' - create: true - fields: - - label: "Title" - name: "title" - widget: "string" - required: true - - label: "Authors" - name: "authors" - widget: "list" - required: false - - label: "Publication" - name: "publication" - widget: "string" - required: true - - label: "Publish date" - name: "date" - widget: "datetime" - format: "YYYY-MM-DD" - default: "" - required: false - - label: "Short abstract" - name: "abstract_short" - widget: "markdown" - required: false - - label: "Abstract" - name: "abstract" - widget: "markdown" - required: false - - label: "Main Image" - name: "image" - widget: "image" - allow_multiple: false - required: false - - label: "Thumbnail Image" - name: "image_preview" - widget: "image" - allow_multiple: false - required: false - - label: "Code URL" - name: "url_code" - widget: "string" - required: false - - label: "Dataset URL" - name: "url_dataset" - widget: "string" - required: false - - label: "PDF URL" - name: "url_pdf" - widget: "string" - required: false - - label: "Project URL" - name: "url_project" - widget: "string" - required: false - - label: "Slides URL" - name: "url_slides" - widget: "string" - required: false - - label: "Video URL" - name: "url_video" - widget: "string" - required: false - - label: "Additional information" - name: "body" - widget: "markdown" - default: "" - - name: 'posts' - label: 'General content' - folder: 'content/posts' - create: true - fields: - - label: "Title" - name: "title" - widget: "string" - required: true - - label: "Author" - name: "author" - widget: "string" - required: true - - label: "Publish date" - name: "date" - widget: "datetime" - format: "YYYY-MM-DD HH:MM:SS" - required: true - - label: "Image" - name: "image" - widget: "image" - allow_multiple: false - required: false - - label: "Post" - name: "body" - widget: "markdown" - default: "" diff --git a/static/admin/index.html b/static/admin/index.html deleted file mode 100644 index d4de267..0000000 --- a/static/admin/index.html +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - Content Manager - - - - - - - - \ No newline at end of file diff --git a/static/data/DataModel_LEOSS.sero-survey_DZIF_gek_200514.xlsx b/static/data/DataModel_LEOSS.sero-survey_DZIF_gek_200514.xlsx deleted file mode 100644 index 87d6f43..0000000 Binary files a/static/data/DataModel_LEOSS.sero-survey_DZIF_gek_200514.xlsx and /dev/null differ diff --git a/static/data/Study Questionnaire (Deutsch).docx b/static/data/Study Questionnaire (Deutsch).docx deleted file mode 100644 index e3ac990..0000000 Binary files a/static/data/Study Questionnaire (Deutsch).docx and /dev/null differ diff --git a/static/data/Study Questionnaire (English).docx b/static/data/Study Questionnaire (English).docx deleted file mode 100644 index c84462d..0000000 Binary files a/static/data/Study Questionnaire (English).docx and /dev/null differ diff --git a/static/data/study_survey_engl.docx b/static/data/study_survey_engl.docx deleted file mode 100644 index 5d3b98b..0000000 Binary files a/static/data/study_survey_engl.docx and /dev/null differ diff --git a/static/data/study_survey_ger.docx b/static/data/study_survey_ger.docx deleted file mode 100644 index a8f67ca..0000000 Binary files a/static/data/study_survey_ger.docx and /dev/null differ diff --git a/static/googlefb98d295805f7f31.html b/static/googlefb98d295805f7f31.html deleted file mode 100644 index aac5a22..0000000 --- a/static/googlefb98d295805f7f31.html +++ /dev/null @@ -1 +0,0 @@ -google-site-verification: googlefb98d295805f7f31.html \ No newline at end of file diff --git a/static/img/LEOSS sero-survey_rgb.jpg b/static/img/LEOSS sero-survey_rgb.jpg deleted file mode 100644 index 2b74d06..0000000 Binary files a/static/img/LEOSS sero-survey_rgb.jpg and /dev/null differ diff --git a/static/img/LEOSS_sero-survey_rgb.png b/static/img/LEOSS_sero-survey_rgb.png deleted file mode 100644 index 0771ea3..0000000 Binary files a/static/img/LEOSS_sero-survey_rgb.png and /dev/null differ diff --git a/static/img/Thumbs.db b/static/img/Thumbs.db deleted file mode 100644 index 898826a..0000000 Binary files a/static/img/Thumbs.db and /dev/null differ diff --git a/static/img/hzi_logo_blue.png b/static/img/hzi_logo_blue.png deleted file mode 100644 index b4fcfce..0000000 Binary files a/static/img/hzi_logo_blue.png and /dev/null differ diff --git a/static/img/hzi_logo_white.png b/static/img/hzi_logo_white.png deleted file mode 100644 index 3a24d36..0000000 Binary files a/static/img/hzi_logo_white.png and /dev/null differ diff --git a/static/img/logo-hzi2-en.svg b/static/img/logo-hzi2-en.svg deleted file mode 100644 index 52eca01..0000000 --- a/static/img/logo-hzi2-en.svg +++ /dev/null @@ -1,14 +0,0 @@ - - - - background - - - - - - - Layer 1 - - - \ No newline at end of file diff --git a/static/img/noun_virus_3267765.svg b/static/img/noun_virus_3267765.svg deleted file mode 100644 index 82fea13..0000000 --- a/static/img/noun_virus_3267765.svg +++ /dev/null @@ -1,5 +0,0 @@ - \ No newline at end of file diff --git a/static/img/pin2.png b/static/img/pin2.png deleted file mode 100644 index 607733a..0000000 Binary files a/static/img/pin2.png and /dev/null differ diff --git a/static/img/portrait.jpg b/static/img/portrait.jpg deleted file mode 100644 index d8433e0..0000000 Binary files a/static/img/portrait.jpg and /dev/null differ diff --git a/static/img/sponsor_logo2.png b/static/img/sponsor_logo2.png deleted file mode 100644 index 7e6add5..0000000 Binary files a/static/img/sponsor_logo2.png and /dev/null differ diff --git a/static/img/uploads/Thumbs.db b/static/img/uploads/Thumbs.db deleted file mode 100644 index b803abd..0000000 Binary files a/static/img/uploads/Thumbs.db and /dev/null differ diff --git a/static/img/uploads/hd_trop.png b/static/img/uploads/hd_trop.png deleted file mode 100644 index fe32c6d..0000000 Binary files a/static/img/uploads/hd_trop.png and /dev/null differ diff --git a/static/img/uploads/jena-logo.png b/static/img/uploads/jena-logo.png deleted file mode 100644 index 6ac0ab4..0000000 Binary files a/static/img/uploads/jena-logo.png and /dev/null differ diff --git a/static/img/uploads/muspad_logo_blau_trans.png b/static/img/uploads/muspad_logo_blau_trans.png deleted file mode 100644 index 55b5ba7..0000000 Binary files a/static/img/uploads/muspad_logo_blau_trans.png and /dev/null differ diff --git a/static/img/uploads/scenario_pic2.png b/static/img/uploads/scenario_pic2.png deleted file mode 100644 index 6a9d4d2..0000000 Binary files a/static/img/uploads/scenario_pic2.png and /dev/null differ diff --git a/static/img/uploads/wukitacov.jpg b/static/img/uploads/wukitacov.jpg deleted file mode 100644 index 63d5175..0000000 Binary files a/static/img/uploads/wukitacov.jpg and /dev/null differ diff --git a/static/sample.html b/static/sample.html deleted file mode 100644 index 894c463..0000000 --- a/static/sample.html +++ /dev/null @@ -1,2685 +0,0 @@ - - - - - - - - - - -Untitled - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
-

Column

-
-

Chart A

-
- -
-
-
-
-

Column

-
-

Chart B

-
- -
-
-
-

Chart C

-
- -
-
-
- -
- - - - - - - diff --git a/static/videos/HowToAddAStudy.mp4 b/static/videos/HowToAddAStudy.mp4 deleted file mode 100644 index 91f653b..0000000 Binary files a/static/videos/HowToAddAStudy.mp4 and /dev/null differ diff --git a/static/yandex_9cd0a71009569d3c.html b/static/yandex_9cd0a71009569d3c.html deleted file mode 100644 index 1238be1..0000000 --- a/static/yandex_9cd0a71009569d3c.html +++ /dev/null @@ -1,6 +0,0 @@ - - - - - Verification: 9cd0a71009569d3c - \ No newline at end of file