From 4ef98130a643a800315a399119f5eee01a064602 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Mon, 14 Dec 2020 12:58:18 +0100 Subject: [PATCH 01/33] Remove DNBSEQ-G400 from instrument section --- site/sequencing-solutions/instruments.html | 1 - 1 file changed, 1 deletion(-) diff --git a/site/sequencing-solutions/instruments.html b/site/sequencing-solutions/instruments.html index d9e53b1..a1f23da 100644 --- a/site/sequencing-solutions/instruments.html +++ b/site/sequencing-solutions/instruments.html @@ -13,7 +13,6 @@
  • NextSeq500
  • MiSeq
  • NovaSeq6000
  • -
  • DNBSEQ-G400
  • Nanopore MinION
  • Nanopore PromethION
  • PacBio Sequel II
  • From 65bbb0352a9ae80cdb42dcd0d0b1e24038d3bc2f Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Wed, 3 Feb 2021 18:09:05 +0100 Subject: [PATCH 02/33] Add optional Question section to project-questions.html --- site/start-project/project-questions.html | 45 ++++++++++++----------- 1 file changed, 24 insertions(+), 21 deletions(-) diff --git a/site/start-project/project-questions.html b/site/start-project/project-questions.html index 3cc3a3c..1705c11 100644 --- a/site/start-project/project-questions.html +++ b/site/start-project/project-questions.html @@ -1,24 +1,27 @@
    -
    +
    -
    -
    Questions we will ask you:
    - -
      -
    • What is the aim of your project?
    • -
    • How many samples do you have?
    • -
    • How many replicates are planned?
    • -
    • What is your sample type? (e.g. library, DNA/RNA, blood, stool,...) -
    • -
    • Which technology should be used? (e.g. Illumina/Pacbio/Nanopore/10x) -
    • -
    • How do you plan to apply the sequenced data? (e.g. WGS, exome, - metagenome,...)
    • -
    • What is the desired sequencing depth? (coverage or output in - Gb/sample or Mio Reads/sample)
    • -
    • Is bioinformatics analysis needed? If yes, to what degree?
    • -
    -
    +
    +
    Questions we will ask you:
    + +
      +
    • What is the aim of your project?
    • +
    • How many samples do you have?
    • +
    • How many replicates are planned?
    • +
    • What is your sample type? (e.g. library, DNA/RNA, blood, stool,...)
    • +
    • Which species are you working on? (e.g. human, mouse etc)
    • +
    • Is bioinformatics analysis needed? If yes, to what degree?
    • +
    + +
    Optional Questions:
    + +
      +
    • Which technology should be used? (e.g. Illumina/Pacbio/Nanopore/10x)
    • +
    • How do you plan to apply the sequenced data? (e.g. WGS, exome, metagenome,...)
    • +
    • What is the desired sequencing depth? (coverage or output in Gb/sample or Mio Reads/sample)
    • +
    -
    -
    \ No newline at end of file + + + + \ No newline at end of file From ff6778c5391ae791a5b81432e26ae657725f9178 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Tue, 2 Mar 2021 17:19:36 +0100 Subject: [PATCH 03/33] Introduce CSS Styling for general Qbic Pages --- ncct/custom.css | 369 +++ ncct/custom_bootstrap.css | 2659 +++++++++++++++++ ncct/custom_liferay_overwrite.css | 74 + ncct/merge-custom-css.sh | 4 + .../bioinformatics-services.html | 104 + .../bioinformatics-services/epigenomics.html | 67 + .../bioinformatics-services/genomics.html | 67 + .../immunoinformatics.html | 53 + .../bioinformatics-services/metagenomics.html | 37 + .../bioinformatics-services/proteomics.html | 39 + .../transcriptomics.html | 66 + ncct/site/downloads/sops.html | 57 + ncct/site/downloads/submission-documents.html | 28 + .../impressum/allgemeine-informationen.html | 49 + ncct/site/impressum/ansprechpartner.html | 32 + ncct/site/impressum/bildnachweise.html | 12 + ncct/site/impressum/externe-links.html | 20 + ncct/site/impressum/haftungsausschluss.html | 14 + ncct/site/impressum/introduction.html | 9 + ncct/site/impressum/urheberrecht.html | 17 + ncct/site/our-center/cc-network.html | 37 + ncct/site/our-center/institutes.html | 86 + ncct/site/our-center/ncct-contact.html | 47 + ncct/site/our-center/vision.html | 20 + .../sequencing-solutions/instruments.html | 38 + ncct/site/sequencing-solutions/methods.html | 57 + .../site/start-project/project-questions.html | 27 + .../start-project/project-submission.html | 50 + ncct/site/welcome/alert.html | 10 + ncct/site/welcome/landing-page.html | 56 + .../snippets/borderless-definition-table.html | 29 + ncct/snippets/card-deck.html | 31 + ncct/snippets/card-list-group.html | 29 + ncct/snippets/card-list.html | 9 + ncct/snippets/media-list.html | 25 + ncct/snippets/slide.html | 9 + qbic/site/Project Management/Offers.css | 5 + 37 files changed, 4342 insertions(+) create mode 100644 ncct/custom.css create mode 100644 ncct/custom_bootstrap.css create mode 100644 ncct/custom_liferay_overwrite.css create mode 100755 ncct/merge-custom-css.sh create mode 100644 ncct/site/bioinformatics-services/bioinformatics-services.html create mode 100644 ncct/site/bioinformatics-services/epigenomics.html create mode 100644 ncct/site/bioinformatics-services/genomics.html create mode 100644 ncct/site/bioinformatics-services/immunoinformatics.html create mode 100644 ncct/site/bioinformatics-services/metagenomics.html create mode 100644 ncct/site/bioinformatics-services/proteomics.html create mode 100644 ncct/site/bioinformatics-services/transcriptomics.html create mode 100644 ncct/site/downloads/sops.html create mode 100644 ncct/site/downloads/submission-documents.html create mode 100644 ncct/site/impressum/allgemeine-informationen.html create mode 100644 ncct/site/impressum/ansprechpartner.html create mode 100644 ncct/site/impressum/bildnachweise.html create mode 100644 ncct/site/impressum/externe-links.html create mode 100644 ncct/site/impressum/haftungsausschluss.html create mode 100644 ncct/site/impressum/introduction.html create mode 100644 ncct/site/impressum/urheberrecht.html create mode 100644 ncct/site/our-center/cc-network.html create mode 100644 ncct/site/our-center/institutes.html create mode 100644 ncct/site/our-center/ncct-contact.html create mode 100644 ncct/site/our-center/vision.html create mode 100644 ncct/site/sequencing-solutions/instruments.html create mode 100644 ncct/site/sequencing-solutions/methods.html create mode 100644 ncct/site/start-project/project-questions.html create mode 100644 ncct/site/start-project/project-submission.html create mode 100644 ncct/site/welcome/alert.html create mode 100644 ncct/site/welcome/landing-page.html create mode 100644 ncct/snippets/borderless-definition-table.html create mode 100644 ncct/snippets/card-deck.html create mode 100644 ncct/snippets/card-list-group.html create mode 100644 ncct/snippets/card-list.html create mode 100644 ncct/snippets/media-list.html create mode 100644 ncct/snippets/slide.html create mode 100644 qbic/site/Project Management/Offers.css diff --git a/ncct/custom.css b/ncct/custom.css new file mode 100644 index 0000000..b6e200c --- /dev/null +++ b/ncct/custom.css @@ -0,0 +1,369 @@ +/*Previously Implemented Color Scheme for NCCT Homepage */ + +:root { + --ncct: #027ba4; + --ncct-dark: #333333; +} + +ul.bs4-list-group { + margin-left: 0; + margin-bottom: 0; +} + +ol.bs4-list-group { + margin-left: 0; + margin-bottom: 0; +} + +ol>li.bs4-list-group-item { + display: list-item; + list-style-position: inside; +} + +.section-title { + text-align: left; + margin-bottom: 3rem; + margin-top: 5rem; +} + +.section-title .bs4-card { + background: var(--ncct); +} + +/* Custom table class adapted from bs4-table */ + +.table-collapse { + border-collapse: collapse; +} + +/* Align definition text to the left and increase font-size + font-weight */ + +.impressum-table th { + text-align: left; + font-weight: 700; + font-size: 1.5rem; +} + +/* Align description text to the left and increase font-size + font-weight */ + +.impressum-table td { + text-align: left; + font-weight: 500; + font-size: 1.5rem; +} + +/* Change font-color and background color for odd rownumbers */ + +.impressum-table-striped tbody tr:nth-of-type(odd) { + background-color: var(--ncct); + color: white; +} + +/* Change font-color and background color for even rownumbers */ + +.impressum-table-striped tbody tr:nth-of-type(even) { + background-color: white; + color: black; +} + +/* display the content in exactly 2 columns */ + +.two-columns { + column-count: 2 !important; +} + +/* styling based on project-type */ + +li.dfg-only { + color: inherit; +} + +li.no-dfg-only { + color: inherit; +} + +/* toggle switch slider CSS */ + +/* box around the slider */ + +.switch { + position: relative; + display: inline-block; + width: 60px; + height: 34px; +} + +.switch-container { + margin: 0 1rem; +} + +/* acivated state */ + +.switch-label { + background-color: var(--ncct); + border: 0.2rem transparent; + color: white; + font-size: 2rem; + line-height: 1.2; + padding: 0.3rem; + -ms-user-select: none; + -webkit-user-select: none; + user-select: none; +} + +/* hide the default checkbox */ + +input.switch { + opacity: 0; + width: 0; + height: 0; +} + +.slider { + position: absolute; + cursor: pointer; + top: 0; + left: 0; + right: 0; + bottom: 0; + background-color: var(--ncct); + -webkit-transition: 0.4s; + transition: 0.4s; +} + +/* sliding indicator */ + +.slider::before { + position: absolute; + content: ""; + height: 80%; + width: 50%; + top: 10%; + left: 0; + background-color: white; + -webkit-transition: 0.4s; + transition: 0.4s; +} + +.slider.bs4-rounded-lg:before { + border-radius: inherit; +} + +/* move the indicator when checked*/ + +#dfg-switch:checked~* .slider:before { + transform: translateX(100%); +} + +/* toggle visibility of dfg
  • */ + +#dfg-switch:not(:checked)~* li.dfg-only-display { + display: none; +} + +#dfg-switch:checked~* li.no-dfg-only-display { + display: none; +} + +/* disableled state of the .switch-label elements*/ + +#dfg-switch:not(:checked)~* .no-dfg-only-highlight.switch-label { + color: var(--gray); + background-color: white; + border-color: var(--gray); +} + +#dfg-switch:checked~* .dfg-only-highlight.switch-label { + color: var(--gray); + background-color: white; + border-color: var(--gray); +} + +/* translucent background colors */ + +.translucent-bg-container { + --bg-color: white; + position: relative; + z-index: 1; + /* creates new z-layers*/ + overflow: hidden; +} + +.translucent-bg-container::before { + content: ""; + position: absolute; + top: 0; + left: 0; + bottom: 0; + right: 0; + background-color: var(--bg-color); + opacity: 0.8; + z-index: -1; + /* display below other children */ +} + +.bg-ncct { + background-color: var(--ncct) !important; +} + +.bg-ncct-dark { + background-color: var(--ncct-dark) !important; +} + +.vh-10 { + height: 10vh !important; +} + +.vh-25 { + height: 25vh !important; +} + +.vh-50 { + height: 50vh !important; +} + +.vh-75 { + height: 75vh !important; +} + +.min-vh-10 { + min-height: 10vh !important; +} + +.min-vh-25 { + min-height: 25vh !important; +} + +.min-vh-50 { + min-height: 50vh !important; +} + +.min-vh-75 { + min-height: 75vh !important; +} + +.max-vh-10 { + max-height: 10vh !important; +} + +.max-vh-25 { + max-height: 25vh !important; +} + +.max-vh-50 { + max-height: 50vh !important; +} + +.max-vh-75 { + max-height: 75vh !important; +} + +.vw-10 { + width: 10vw !important; +} + +.vw-25 { + width: 25vw !important; +} + +.vw-50 { + width: 50vw !important; +} + +.vw-75 { + width: 75vw !important; +} + +.min-vw-10 { + min-width: 10vw !important; +} + +.min-vw-25 { + min-width: 25vw !important; +} + +.min-vw-50 { + min-width: 50vw !important; +} + +.min-vw-75 { + min-width: 75vw !important; +} + + +.min-vw-auto { + min-width: auto !important; +} + +.max-vw-10 { + max-width: 10vw !important; +} + +.max-vw-25 { + max-width: 25vw !important; +} + +.max-vw-50 { + max-width: 50vw !important; +} + +.max-vw-75 { + max-width: 75vw !important; +} + +img.img-cover { + object-fit: cover; + height: 100%; + width: 100%; +} + +img.img-in-text { + height: 2.5ex; +} + +.section-title .bs4-card { + background: var(--ncct); +} + +/* set default column count to 4 */ + +@media (min-width: 576px) { + .bs4-card-columns { + -webkit-column-count: 4; + -moz-column-count: 4; + column-count: 4; + } +} + +.btn-ncct { + max-width: 200px; + margin: auto; + background-image: none !important; +} + +img.img-in-text { + height: 2.5ex; +} + + +a[target="_blank"]:after { + content: ""; + background-image: url("https://portal.qbic.uni-tuebingen.de/portal/documents/33387/39176/external-linktransparentblue.png/921a7415-7323-4f83-b77a-bb5a289c4009?t=1586359941379"); + background-size: 100% 100%; + display: inline-block; + height: 10px; + width: 10px; + position: relative; + bottom: 10px; +} + +a[target="_blank"].btn:after { + content: ""; + background-image: url("https://portal.qbic.uni-tuebingen.de/portal/documents/33387/39176/external-linktransparentwhite.png/33f8123c-35e1-4510-8871-b423d880d01c?t=1586359941122"); + background-size: 100% 100%; + display: inline-block; + height: 10px; + width: 10px; + position: relative; + bottom: 10px; +} diff --git a/ncct/custom_bootstrap.css b/ncct/custom_bootstrap.css new file mode 100644 index 0000000..e1de4b1 --- /dev/null +++ b/ncct/custom_bootstrap.css @@ -0,0 +1,2659 @@ +/*! + * Bootstrap v4.4.1 (https://getbootstrap.com/) + * Copyright 2011-2019 The Bootstrap Authors + * Copyright 2011-2019 Twitter, Inc. + * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) + */ + +/* colors, breakpoints and font-types */ + +:root { + --blue: #007bff; + --indigo: #6610f2; + --purple: #6f42c1; + --pink: #e83e8c; + --red: #dc3545; + --orange: #fd7e14; + --yellow: #ffc107; + --green: #28a745; + --teal: #20c997; + --cyan: #17a2b8; + --white: #fff; + --gray: #6c757d; + --gray-dark: #343a40; + --primary: #007bff; + --secondary: #6c757d; + --success: #28a745; + --info: #17a2b8; + --warning: #ffc107; + --danger: #dc3545; + --light: #f8f9fa; + --dark: #343a40; + --breakpoint-xs: 0; + --breakpoint-sm: 576px; + --breakpoint-md: 768px; + --breakpoint-lg: 992px; + --breakpoint-xl: 1200px; + --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; +} + +/* container classes */ + +.bs4-container { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +@media (min-width: 576px) { + .bs4-container { + max-width: 540px; + } +} + +@media (min-width: 768px) { + .bs4-container { + max-width: 720px; + } +} + +@media (min-width: 992px) { + .bs4-container { + max-width: 960px; + } +} + +@media (min-width: 1200px) { + .bs4-container { + max-width: 1140px; + } +} + +.bs4-container-fluid, .bs4-container-sm, .bs4-container-md, .bs4-container-lg, .bs4-container-xl { + width: 100%; + padding-right: 15px; + padding-left: 15px; + margin-right: auto; + margin-left: auto; +} + +@media (min-width: 576px) { + .bs4-container, .bs4-container-sm { + max-width: 540px; + } +} + +@media (min-width: 768px) { + .bs4-container, .bs4-container-sm, .bs4-container-md { + max-width: 720px; + } +} + +@media (min-width: 992px) { + .bs4-container, .bs4-container-sm, .bs4-container-md, .bs4-container-lg { + max-width: 960px; + } +} + +@media (min-width: 1200px) { + .bs4-container, .bs4-container-sm, .bs4-container-md, .bs4-container-lg, .bs4-container-xl { + max-width: 1140px; + } +} + +/* header classes */ + +.bs4-h1, .bs4-h2, .bs4-h3, .bs4-h4, .bs4-h5, .bs4-h6 { + margin-bottom: 0.5rem; + font-weight: 500; + line-height: 1.2; +} + +.bs4-h1 { + font-size: 2.5rem; +} + +.bs4-h2 { + font-size: 2rem; +} + +.bs4-h3 { + font-size: 1.75rem; +} + +.bs4-h4 { + font-size: 1.5rem; +} + +.bs4-h5 { + font-size: 1.25rem; +} + +.bs4-h6 { + font-size: 1rem; +} + +/* font related classes */ + +.bs4-font-italic { + font-style: italic !important; +} + +.bs4-font-weight-bold { + font-weight: 700 !important; +} + +/* .bs4-stretched-link makes card to be the link*/ + +.bs4-stretched-link::after { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + z-index: 1; + pointer-events: auto; + content: ""; + background-color: rgba(0, 0, 0, 0); +} + +/* .card related classes */ + +.bs4-card { + position: relative; + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + min-width: 0; + word-wrap: break-word; + background-color: #fff; + background-clip: border-box; + border: 1px solid rgba(0, 0, 0, 0.125); + border-radius: 0.25rem; +} + +.bs4-card>hr { + margin-right: 0; + margin-left: 0; +} + +.bs4-card>.bs4-list-group:first-child .bs4-list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.bs4-card>.bs4-list-group:last-child .bs4-list-group-item:last-child { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.bs4-card-body { + -ms-flex: 1 1 auto; + flex: 1 1 auto; + min-height: 1px; + padding: 1.25rem; +} + +.bs4-card-title { + margin-bottom: 0.75rem; +} + +.bs4-card-subtitle { + margin-top: -0.375rem; + margin-bottom: 0; +} + +.bs4-card-text:last-child { + margin-bottom: 0; +} + +.bs4-card-link:hover { + text-decoration: none; +} + +.bs4-card-link+.bs4-card-link { + margin-left: 1.25rem; +} + +.bs4-card-header { + padding: 0.75rem 1.25rem; + margin-bottom: 0; + background-color: rgba(0, 0, 0, 0.03); + border-bottom: 1px solid rgba(0, 0, 0, 0.125); +} + +.bs4-card-header:first-child { + border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; +} + +.bs4-card-header+.bs4-list-group .bs4-list-group-item:first-child { + border-top: 0; +} + +.bs4-card-footer { + padding: 0.75rem 1.25rem; + background-color: rgba(0, 0, 0, 0.03); + border-top: 1px solid rgba(0, 0, 0, 0.125); +} + +.bs4-card-footer:last-child { + border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); +} + +.bs4-card-header-tabs { + margin-right: -0.625rem; + margin-bottom: -0.75rem; + margin-left: -0.625rem; + border-bottom: 0; +} + +.bs4-card-header-pills { + margin-right: -0.625rem; + margin-left: -0.625rem; +} + +.bs4-card-img-overlay { + position: absolute; + top: 0; + right: 0; + bottom: 0; + left: 0; + padding: 1.25rem; +} + +.bs4-card-img, .bs4-card-img-top, .bs4-card-img-bottom { + -ms-flex-negative: 0; + flex-shrink: 0; + width: 100%; +} + +.bs4-card-img, .bs4-card-img-top { + border-top-left-radius: calc(0.25rem - 1px); + border-top-right-radius: calc(0.25rem - 1px); +} + +.bs4-card-img, .bs4-card-img-bottom { + border-bottom-right-radius: calc(0.25rem - 1px); + border-bottom-left-radius: calc(0.25rem - 1px); +} + +.bs4-card-deck .bs4-card { + margin-bottom: 15px; +} + +@media (min-width: 576px) { + .bs4-card-deck { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + margin-right: -15px; + margin-left: -15px; + } + .bs4-card-deck .bs4-card { + -ms-flex: 1 0 0%; + flex: 1 0 0%; + margin-right: 15px; + margin-bottom: 0; + margin-left: 15px; + } +} + +.bs4-card-group>.bs4-card { + margin-bottom: 15px; +} + +@media (min-width: 576px) { + .bs4-card-group { + display: -ms-flexbox; + display: flex; + -ms-flex-flow: row wrap; + flex-flow: row wrap; + } + .bs4-card-group>.bs4-card { + -ms-flex: 1 0 0%; + flex: 1 0 0%; + margin-bottom: 0; + } + .bs4-card-group>.bs4-card+.bs4-card { + margin-left: 0; + border-left: 0; + } + .bs4-card-group>.bs4-card:not(:last-child) { + border-top-right-radius: 0; + border-bottom-right-radius: 0; + } + .bs4-card-group>.bs4-card:not(:last-child) .bs4-card-img-top, .bs4-card-group>.bs4-card:not(:last-child) .bs4-card-header { + border-top-right-radius: 0; + } + .bs4-card-group>.bs4-card:not(:last-child) .bs4-card-img-bottom, .bs4-card-group>.bs4-card:not(:last-child) .bs4-card-footer { + border-bottom-right-radius: 0; + } + .bs4-card-group>.bs4-card:not(:first-child) { + border-top-left-radius: 0; + border-bottom-left-radius: 0; + } + .bs4-card-group>.bs4-card:not(:first-child) .bs4-card-img-top, .bs-4card-group>.bs4-card:not(:first-child) .bs4-card-header { + border-top-left-radius: 0; + } + .bs4-card-group>.bs4-card:not(:first-child) .bs4-card-img-bottom, .bs4-card-group>.bs4-card:not(:first-child) .bs4-card-footer { + border-bottom-left-radius: 0; + } +} + +.bs4-card-columns .bs4-card { + margin-bottom: 0.75rem; +} + +@media (min-width: 576px) { + .bs4-card-columns { + -webkit-column-count: 3; + -moz-column-count: 3; + column-count: 3; + -webkit-column-gap: 1.25rem; + -moz-column-gap: 1.25rem; + column-gap: 1.25rem; + orphans: 1; + widows: 1; + } + .bs4-card-columns .bs4-card { + display: inline-block; + width: 100%; + } +} + +/* shadow */ + +.bs4-shadow-sm { + box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; +} + +.bs4-shadow { + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; +} + +.bs4-shadow-lg { + box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; +} + +.bs4-shadow-none { + box-shadow: none !important; +} + +/* height and width */ + +.bs4-w-25 { + width: 25% !important; +} + +.bs4-w-50 { + width: 50% !important; +} + +.bs4-w-75 { + width: 75% !important; +} + +.bs4-w-100 { + width: 100% !important; +} + +.bs4-w-auto { + width: auto !important; +} + +.bs4-h-25 { + height: 25% !important; +} + +.bs4-h-50 { + height: 50% !important; +} + +.bs4-h-75 { + height: 75% !important; +} + +.bs4-h-100 { + height: 100% !important; +} + +.bs4-h-auto { + height: auto !important; +} + +.bs4-mw-100 { + max-width: 100% !important; +} + +.bs4-mh-100 { + max-height: 100% !important; +} + +.bs4-min-vw-100 { + min-width: 100vw !important; +} + +.bs4-min-vh-100 { + min-height: 100vh !important; +} + +.bs4-vw-100 { + width: 100vw !important; +} + +.bs4-vh-100 { + height: 100vh !important; +} + +/* margin and padding */ + +.bs4-m-0 { + margin: 0 !important; +} + +.bs4-mt-0, .bs4-my-0 { + margin-top: 0 !important; +} + +.bs4-mr-0, .bs4-mx-0 { + margin-right: 0 !important; +} + +.bs4-mb-0, .bs4-my-0 { + margin-bottom: 0 !important; +} + +.bs4-ml-0, .bs4-mx-0 { + margin-left: 0 !important; +} + +.bs4-m-1 { + margin: 0.25rem !important; +} + +.bs4-mt-1, .bs4-my-1 { + margin-top: 0.25rem !important; +} + +.bs4-mr-1, .bs4-mx-1 { + margin-right: 0.25rem !important; +} + +.bs4-mb-1, .bs4-my-1 { + margin-bottom: 0.25rem !important; +} + +.bs4-ml-1, .bs4-mx-1 { + margin-left: 0.25rem !important; +} + +.bs4-m-2 { + margin: 0.5rem !important; +} + +.bs4-mt-2, .bs4-my-2 { + margin-top: 0.5rem !important; +} + +.bs4-mr-2, .bs4-mx-2 { + margin-right: 0.5rem !important; +} + +.bs4-mb-2, .bs4-my-2 { + margin-bottom: 0.5rem !important; +} + +.bs4-ml-2, .bs4-mx-2 { + margin-left: 0.5rem !important; +} + +.bs4-m-3 { + margin: 1rem !important; +} + +.bs4-mt-3, .bs4-my-3 { + margin-top: 1rem !important; +} + +.bs4-mr-3, .bs4-mx-3 { + margin-right: 1rem !important; +} + +.bs4-mb-3, .bs4-my-3 { + margin-bottom: 1rem !important; +} + +.bs4-ml-3, .bs4-mx-3 { + margin-left: 1rem !important; +} + +.bs4-m-4 { + margin: 1.5rem !important; +} + +.bs4-mt-4, .bs4-my-4 { + margin-top: 1.5rem !important; +} + +.bs4-mr-4, .bs4-mx-4 { + margin-right: 1.5rem !important; +} + +.bs4-mb-4, .bs4-my-4 { + margin-bottom: 1.5rem !important; +} + +.bs4-ml-4, .bs4-mx-4 { + margin-left: 1.5rem !important; +} + +.bs4-m-5 { + margin: 3rem !important; +} + +.bs4-mt-5, .bs4-my-5 { + margin-top: 3rem !important; +} + +.bs4-mr-5, .bs4-mx-5 { + margin-right: 3rem !important; +} + +.bs4-mb-5, .bs4-my-5 { + margin-bottom: 3rem !important; +} + +.bs4-ml-5, .bs4-mx-5 { + margin-left: 3rem !important; +} + +.bs4-p-0 { + padding: 0 !important; +} + +.bs4-pt-0, .bs4-py-0 { + padding-top: 0 !important; +} + +.bs4-pr-0, .bs4-px-0 { + padding-right: 0 !important; +} + +.bs4-pb-0, .bs4-py-0 { + padding-bottom: 0 !important; +} + +.bs4-pl-0, .bs4-px-0 { + padding-left: 0 !important; +} + +.bs4-p-1 { + padding: 0.25rem !important; +} + +.bs4-pt-1, .bs4-py-1 { + padding-top: 0.25rem !important; +} + +.bs4-pr-1, .bs4-px-1 { + padding-right: 0.25rem !important; +} + +.bs4-pb-1, .bs4-py-1 { + padding-bottom: 0.25rem !important; +} + +.bs4-pl-1, .bs4-px-1 { + padding-left: 0.25rem !important; +} + +.bs4-p-2 { + padding: 0.5rem !important; +} + +.bs4-pt-2, .bs4-py-2 { + padding-top: 0.5rem !important; +} + +.bs4-pr-2, .bs4-px-2 { + padding-right: 0.5rem !important; +} + +.bs4-pb-2, .bs4-py-2 { + padding-bottom: 0.5rem !important; +} + +.bs4-pl-2, .bs4-px-2 { + padding-left: 0.5rem !important; +} + +.bs4-p-3 { + padding: 1rem !important; +} + +.bs4-pt-3, .bs4-py-3 { + padding-top: 1rem !important; +} + +.bs4-pr-3, .bs4-px-3 { + padding-right: 1rem !important; +} + +.bs4-pb-3, .bs4-py-3 { + padding-bottom: 1rem !important; +} + +.bs4-pl-3, .bs4-px-3 { + padding-left: 1rem !important; +} + +.bs4-p-4 { + padding: 1.5rem !important; +} + +.bs4-pt-4, .bs4-py-4 { + padding-top: 1.5rem !important; +} + +.bs4-pr-4, .bs4-px-4 { + padding-right: 1.5rem !important; +} + +.bs4-pb-4, .bs4-py-4 { + padding-bottom: 1.5rem !important; +} + +.bs4-pl-4, .bs4-px-4 { + padding-left: 1.5rem !important; +} + +.bs4-p-5 { + padding: 3rem !important; +} + +.bs4-pt-5, .bs4-py-5 { + padding-top: 3rem !important; +} + +.bs4-pr-5, .bs4-px-5 { + padding-right: 3rem !important; +} + +.bs4-pb-5, .bs4-py-5 { + padding-bottom: 3rem !important; +} + +.bs4-pl-5, .bs4-px-5 { + padding-left: 3rem !important; +} + +.bs4-m-n1 { + margin: -0.25rem !important; +} + +.bs4-mt-n1, .bs4-my-n1 { + margin-top: -0.25rem !important; +} + +.bs4-mr-n1, .bs4-mx-n1 { + margin-right: -0.25rem !important; +} + +.bs4-mb-n1, .bs4-my-n1 { + margin-bottom: -0.25rem !important; +} + +.bs4-ml-n1, .bs4-mx-n1 { + margin-left: -0.25rem !important; +} + +.bs4-m-n2 { + margin: -0.5rem !important; +} + +.bs4-mt-n2, .bs4-my-n2 { + margin-top: -0.5rem !important; +} + +.bs4-mr-n2, .bs4-mx-n2 { + margin-right: -0.5rem !important; +} + +.bs4-mb-n2, .bs4-my-n2 { + margin-bottom: -0.5rem !important; +} + +.bs4-ml-n2, .bs4-mx-n2 { + margin-left: -0.5rem !important; +} + +.bs4-m-n3 { + margin: -1rem !important; +} + +.bs4-mt-n3, .bs4-my-n3 { + margin-top: -1rem !important; +} + +.bs4-mr-n3, .bs4-mx-n3 { + margin-right: -1rem !important; +} + +.bs4-mb-n3, .bs4-my-n3 { + margin-bottom: -1rem !important; +} + +.bs4-ml-n3, .bs4-mx-n3 { + margin-left: -1rem !important; +} + +.bs4-m-n4 { + margin: -1.5rem !important; +} + +.bs4-mt-n4, .bs4-my-n4 { + margin-top: -1.5rem !important; +} + +.bs4-mr-n4, .bs4-mx-n4 { + margin-right: -1.5rem !important; +} + +.bs4-mb-n4, .bs4-my-n4 { + margin-bottom: -1.5rem !important; +} + +.bs4-ml-n4, .bs4-mx-n4 { + margin-left: -1.5rem !important; +} + +.bs4-m-n5 { + margin: -3rem !important; +} + +.bs4-mt-n5, .bs4-my-n5 { + margin-top: -3rem !important; +} + +.bs4-mr-n5, .bs4-mx-n5 { + margin-right: -3rem !important; +} + +.bs4-mb-n5, .bs4-my-n5 { + margin-bottom: -3rem !important; +} + +.bs4-ml-n5, .bs4-mx-n5 { + margin-left: -3rem !important; +} + +.bs4-m-auto { + margin: auto !important; +} + +.bs4-mt-auto, .bs4-my-auto { + margin-top: auto !important; +} + +.bs4-mr-auto, .bs4-mx-auto { + margin-right: auto !important; +} + +.bs4-mb-auto, .bs4-my-auto { + margin-bottom: auto !important; +} + +.bs4-ml-auto, .bs4-mx-auto { + margin-left: auto !important; +} + +@media (min-width: 576px) { + .bs4-m-sm-0 { + margin: 0 !important; + } + .bs4-mt-sm-0, .bs4-my-sm-0 { + margin-top: 0 !important; + } + .bs4-mr-sm-0, .bs4-mx-sm-0 { + margin-right: 0 !important; + } + .bs4-mb-sm-0, .bs4-my-sm-0 { + margin-bottom: 0 !important; + } + .bs4-ml-sm-0, .bs4-mx-sm-0 { + margin-left: 0 !important; + } + .bs4-m-sm-1 { + margin: 0.25rem !important; + } + .bs4-mt-sm-1, .bs4-my-sm-1 { + margin-top: 0.25rem !important; + } + .bs4-mr-sm-1, .bs4-mx-sm-1 { + margin-right: 0.25rem !important; + } + .bs4-mb-sm-1, .bs4-my-sm-1 { + margin-bottom: 0.25rem !important; + } + .bs4-ml-sm-1, .bs4-mx-sm-1 { + margin-left: 0.25rem !important; + } + .bs4-m-sm-2 { + margin: 0.5rem !important; + } + .bs4-mt-sm-2, .bs4-my-sm-2 { + margin-top: 0.5rem !important; + } + .bs4-mr-sm-2, .bs4-mx-sm-2 { + margin-right: 0.5rem !important; + } + .bs4-mb-sm-2, .bs4-my-sm-2 { + margin-bottom: 0.5rem !important; + } + .bs4-ml-sm-2, .bs4-mx-sm-2 { + margin-left: 0.5rem !important; + } + .bs4-m-sm-3 { + margin: 1rem !important; + } + .bs4-mt-sm-3, .bs4-my-sm-3 { + margin-top: 1rem !important; + } + .bs4-mr-sm-3, .bs4-mx-sm-3 { + margin-right: 1rem !important; + } + .bs4-mb-sm-3, .bs4-my-sm-3 { + margin-bottom: 1rem !important; + } + .bs4-ml-sm-3, .bs4-mx-sm-3 { + margin-left: 1rem !important; + } + .bs4-m-sm-4 { + margin: 1.5rem !important; + } + .bs4-mt-sm-4, .bs4-my-sm-4 { + margin-top: 1.5rem !important; + } + .bs4-mr-sm-4, .bs4-mx-sm-4 { + margin-right: 1.5rem !important; + } + .bs4-mb-sm-4, .bs4-my-sm-4 { + margin-bottom: 1.5rem !important; + } + .bs4-ml-sm-4, .bs4-mx-sm-4 { + margin-left: 1.5rem !important; + } + .bs4-m-sm-5 { + margin: 3rem !important; + } + .bs4-mt-sm-5, .bs4-my-sm-5 { + margin-top: 3rem !important; + } + .bs4-mr-sm-5, .bs4-mx-sm-5 { + margin-right: 3rem !important; + } + .bs4-mb-sm-5, .bs4-my-sm-5 { + margin-bottom: 3rem !important; + } + .bs4-ml-sm-5, .bs4-mx-sm-5 { + margin-left: 3rem !important; + } + .bs4-p-sm-0 { + padding: 0 !important; + } + .bs4-pt-sm-0, .bs4-py-sm-0 { + padding-top: 0 !important; + } + .bs4-pr-sm-0, .bs4-px-sm-0 { + padding-right: 0 !important; + } + .bs4-pb-sm-0, .bs4-py-sm-0 { + padding-bottom: 0 !important; + } + .bs4-pl-sm-0, .bs4-px-sm-0 { + padding-left: 0 !important; + } + .bs4-p-sm-1 { + padding: 0.25rem !important; + } + .bs4-pt-sm-1, .bs4-py-sm-1 { + padding-top: 0.25rem !important; + } + .bs4-pr-sm-1, .bs4-px-sm-1 { + padding-right: 0.25rem !important; + } + .bs4-pb-sm-1, .bs4-py-sm-1 { + padding-bottom: 0.25rem !important; + } + .bs4-pl-sm-1, .bs4-px-sm-1 { + padding-left: 0.25rem !important; + } + .bs4-p-sm-2 { + padding: 0.5rem !important; + } + .bs4-pt-sm-2, .bs4-py-sm-2 { + padding-top: 0.5rem !important; + } + .bs4-pr-sm-2, .bs4-px-sm-2 { + padding-right: 0.5rem !important; + } + .bs4-pb-sm-2, .bs4-py-sm-2 { + padding-bottom: 0.5rem !important; + } + .bs4-pl-sm-2, .bs4-px-sm-2 { + padding-left: 0.5rem !important; + } + .bs4-p-sm-3 { + padding: 1rem !important; + } + .bs4-pt-sm-3, .bs4-py-sm-3 { + padding-top: 1rem !important; + } + .bs4-pr-sm-3, .bs4-px-sm-3 { + padding-right: 1rem !important; + } + .bs4-pb-sm-3, .bs4-py-sm-3 { + padding-bottom: 1rem !important; + } + .bs4-pl-sm-3, .bs4-px-sm-3 { + padding-left: 1rem !important; + } + .bs4-p-sm-4 { + padding: 1.5rem !important; + } + .bs4-pt-sm-4, .bs4-py-sm-4 { + padding-top: 1.5rem !important; + } + .bs4-pr-sm-4, .bs4-px-sm-4 { + padding-right: 1.5rem !important; + } + .bs4-pb-sm-4, .bs4-py-sm-4 { + padding-bottom: 1.5rem !important; + } + .bs4-pl-sm-4, .bs4-px-sm-4 { + padding-left: 1.5rem !important; + } + .bs4-p-sm-5 { + padding: 3rem !important; + } + .bs4-pt-sm-5, .bs4-py-sm-5 { + padding-top: 3rem !important; + } + .bs4-pr-sm-5, .bs4-px-sm-5 { + padding-right: 3rem !important; + } + .bs4-pb-sm-5, .bs4-py-sm-5 { + padding-bottom: 3rem !important; + } + .bs4-pl-sm-5, .bs4-px-sm-5 { + padding-left: 3rem !important; + } + .bs4-m-sm-n1 { + margin: -0.25rem !important; + } + .bs4-mt-sm-n1, .bs4-my-sm-n1 { + margin-top: -0.25rem !important; + } + .bs4-mr-sm-n1, .bs4-mx-sm-n1 { + margin-right: -0.25rem !important; + } + .bs4-mb-sm-n1, .bs4-my-sm-n1 { + margin-bottom: -0.25rem !important; + } + .bs4-ml-sm-n1, .bs4-mx-sm-n1 { + margin-left: -0.25rem !important; + } + .bs4-m-sm-n2 { + margin: -0.5rem !important; + } + .bs4-mt-sm-n2, .bs4-my-sm-n2 { + margin-top: -0.5rem !important; + } + .bs4-mr-sm-n2, .bs4-mx-sm-n2 { + margin-right: -0.5rem !important; + } + .bs4-mb-sm-n2, .bs4-my-sm-n2 { + margin-bottom: -0.5rem !important; + } + .bs4-ml-sm-n2, .bs4-mx-sm-n2 { + margin-left: -0.5rem !important; + } + .bs4-m-sm-n3 { + margin: -1rem !important; + } + .bs4-mt-sm-n3, .bs4-my-sm-n3 { + margin-top: -1rem !important; + } + .bs4-mr-sm-n3, .bs4-mx-sm-n3 { + margin-right: -1rem !important; + } + .bs4-mb-sm-n3, .bs4-my-sm-n3 { + margin-bottom: -1rem !important; + } + .bs4-ml-sm-n3, .bs4-mx-sm-n3 { + margin-left: -1rem !important; + } + .bs4-m-sm-n4 { + margin: -1.5rem !important; + } + .bs4-mt-sm-n4, .bs4-my-sm-n4 { + margin-top: -1.5rem !important; + } + .bs4-mr-sm-n4, .bs4-mx-sm-n4 { + margin-right: -1.5rem !important; + } + .bs4-mb-sm-n4, .bs4-my-sm-n4 { + margin-bottom: -1.5rem !important; + } + .bs4-ml-sm-n4, .bs4-mx-sm-n4 { + margin-left: -1.5rem !important; + } + .bs4-m-sm-n5 { + margin: -3rem !important; + } + .bs4-mt-sm-n5, .bs4-my-sm-n5 { + margin-top: -3rem !important; + } + .bs4-mr-sm-n5, .bs4-mx-sm-n5 { + margin-right: -3rem !important; + } + .bs4-mb-sm-n5, .bs4-my-sm-n5 { + margin-bottom: -3rem !important; + } + .bs4-ml-sm-n5, .bs4-mx-sm-n5 { + margin-left: -3rem !important; + } + .bs4-m-sm-auto { + margin: auto !important; + } + .bs4-mt-sm-auto, .bs4-my-sm-auto { + margin-top: auto !important; + } + .bs4-mr-sm-auto, .bs4-mx-sm-auto { + margin-right: auto !important; + } + .bs4-mb-sm-auto, .bs4-my-sm-auto { + margin-bottom: auto !important; + } + .bs4-ml-sm-auto, .bs4-mx-sm-auto { + margin-left: auto !important; + } +} + +@media (min-width: 768px) { + .bs4-m-md-0 { + margin: 0 !important; + } + .bs4-mt-md-0, .bs4-my-md-0 { + margin-top: 0 !important; + } + .bs4-mr-md-0, .bs4-mx-md-0 { + margin-right: 0 !important; + } + .bs4-mb-md-0, .bs4-my-md-0 { + margin-bottom: 0 !important; + } + .bs4-ml-md-0, .bs4-mx-md-0 { + margin-left: 0 !important; + } + .bs4-m-md-1 { + margin: 0.25rem !important; + } + .bs4-mt-md-1, .bs4-my-md-1 { + margin-top: 0.25rem !important; + } + .bs4-mr-md-1, .bs4-mx-md-1 { + margin-right: 0.25rem !important; + } + .bs4-mb-md-1, .bs4-my-md-1 { + margin-bottom: 0.25rem !important; + } + .bs4-ml-md-1, .bs4-mx-md-1 { + margin-left: 0.25rem !important; + } + .bs4-m-md-2 { + margin: 0.5rem !important; + } + .bs4-mt-md-2, .bs4-my-md-2 { + margin-top: 0.5rem !important; + } + .bs4-mr-md-2, .bs4-mx-md-2 { + margin-right: 0.5rem !important; + } + .bs4-mb-md-2, .bs4-my-md-2 { + margin-bottom: 0.5rem !important; + } + .bs4-ml-md-2, .bs4-mx-md-2 { + margin-left: 0.5rem !important; + } + .bs4-m-md-3 { + margin: 1rem !important; + } + .bs4-mt-md-3, .bs4-my-md-3 { + margin-top: 1rem !important; + } + .bs4-mr-md-3, .bs4-mx-md-3 { + margin-right: 1rem !important; + } + .bs4-mb-md-3, .bs4-my-md-3 { + margin-bottom: 1rem !important; + } + .bs4-ml-md-3, .bs4-mx-md-3 { + margin-left: 1rem !important; + } + .bs4-m-md-4 { + margin: 1.5rem !important; + } + .bs4-mt-md-4, .bs4-my-md-4 { + margin-top: 1.5rem !important; + } + .bs4-mr-md-4, .bs4-mx-md-4 { + margin-right: 1.5rem !important; + } + .bs4-mb-md-4, .bs4-my-md-4 { + margin-bottom: 1.5rem !important; + } + .bs4-ml-md-4, .bs4-mx-md-4 { + margin-left: 1.5rem !important; + } + .bs4-m-md-5 { + margin: 3rem !important; + } + .bs4-mt-md-5, .bs4-my-md-5 { + margin-top: 3rem !important; + } + .bs4-mr-md-5, .bs4-mx-md-5 { + margin-right: 3rem !important; + } + .bs4-mb-md-5, .bs4-my-md-5 { + margin-bottom: 3rem !important; + } + .bs4-ml-md-5, .bs4-mx-md-5 { + margin-left: 3rem !important; + } + .bs4-p-md-0 { + padding: 0 !important; + } + .bs4-pt-md-0, .bs4-py-md-0 { + padding-top: 0 !important; + } + .bs4-pr-md-0, .bs4-px-md-0 { + padding-right: 0 !important; + } + .bs4-pb-md-0, .bs4-py-md-0 { + padding-bottom: 0 !important; + } + .bs4-pl-md-0, .bs4-px-md-0 { + padding-left: 0 !important; + } + .bs4-p-md-1 { + padding: 0.25rem !important; + } + .bs4-pt-md-1, .bs4-py-md-1 { + padding-top: 0.25rem !important; + } + .bs4-pr-md-1, .bs4-px-md-1 { + padding-right: 0.25rem !important; + } + .bs4-pb-md-1, .bs4-py-md-1 { + padding-bottom: 0.25rem !important; + } + .bs4-pl-md-1, .bs4-px-md-1 { + padding-left: 0.25rem !important; + } + .bs4-p-md-2 { + padding: 0.5rem !important; + } + .bs4-pt-md-2, .bs4-py-md-2 { + padding-top: 0.5rem !important; + } + .bs4-pr-md-2, .bs4-px-md-2 { + padding-right: 0.5rem !important; + } + .bs4-pb-md-2, .bs4-py-md-2 { + padding-bottom: 0.5rem !important; + } + .bs4-pl-md-2, .bs4-px-md-2 { + padding-left: 0.5rem !important; + } + .bs4-p-md-3 { + padding: 1rem !important; + } + .bs4-pt-md-3, .bs4-py-md-3 { + padding-top: 1rem !important; + } + .bs4-pr-md-3, .bs4-px-md-3 { + padding-right: 1rem !important; + } + .bs4-pb-md-3, .bs4-py-md-3 { + padding-bottom: 1rem !important; + } + .bs4-pl-md-3, .bs4-px-md-3 { + padding-left: 1rem !important; + } + .bs4-p-md-4 { + padding: 1.5rem !important; + } + .bs4-pt-md-4, .bs4-py-md-4 { + padding-top: 1.5rem !important; + } + .bs4-pr-md-4, .bs4-px-md-4 { + padding-right: 1.5rem !important; + } + .bs4-pb-md-4, .bs4-py-md-4 { + padding-bottom: 1.5rem !important; + } + .bs4-pl-md-4, .bs4-px-md-4 { + padding-left: 1.5rem !important; + } + .bs4-p-md-5 { + padding: 3rem !important; + } + .bs4-pt-md-5, .bs4-py-md-5 { + padding-top: 3rem !important; + } + .bs4-pr-md-5, .bs4-px-md-5 { + padding-right: 3rem !important; + } + .bs4-pb-md-5, .bs4-py-md-5 { + padding-bottom: 3rem !important; + } + .bs4-pl-md-5, .bs4-px-md-5 { + padding-left: 3rem !important; + } + .bs4-m-md-n1 { + margin: -0.25rem !important; + } + .bs4-mt-md-n1, .bs4-my-md-n1 { + margin-top: -0.25rem !important; + } + .bs4-mr-md-n1, .bs4-mx-md-n1 { + margin-right: -0.25rem !important; + } + .bs4-mb-md-n1, .bs4-my-md-n1 { + margin-bottom: -0.25rem !important; + } + .bs4-ml-md-n1, .bs4-mx-md-n1 { + margin-left: -0.25rem !important; + } + .bs4-m-md-n2 { + margin: -0.5rem !important; + } + .bs4-mt-md-n2, .bs4-my-md-n2 { + margin-top: -0.5rem !important; + } + .bs4-mr-md-n2, .bs4-mx-md-n2 { + margin-right: -0.5rem !important; + } + .bs4-mb-md-n2, .bs4-my-md-n2 { + margin-bottom: -0.5rem !important; + } + .bs4-ml-md-n2, .bs4-mx-md-n2 { + margin-left: -0.5rem !important; + } + .bs4-m-md-n3 { + margin: -1rem !important; + } + .bs4-mt-md-n3, .bs4-my-md-n3 { + margin-top: -1rem !important; + } + .bs4-mr-md-n3, .bs4-mx-md-n3 { + margin-right: -1rem !important; + } + .bs4-mb-md-n3, .bs4-my-md-n3 { + margin-bottom: -1rem !important; + } + .bs4-ml-md-n3, .bs4-mx-md-n3 { + margin-left: -1rem !important; + } + .bs4-m-md-n4 { + margin: -1.5rem !important; + } + .bs4-mt-md-n4, .bs4-my-md-n4 { + margin-top: -1.5rem !important; + } + .bs4-mr-md-n4, .bs4-mx-md-n4 { + margin-right: -1.5rem !important; + } + .bs4-mb-md-n4, .bs4-my-md-n4 { + margin-bottom: -1.5rem !important; + } + .bs4-ml-md-n4, .bs4-mx-md-n4 { + margin-left: -1.5rem !important; + } + .bs4-m-md-n5 { + margin: -3rem !important; + } + .bs4-mt-md-n5, .bs4-my-md-n5 { + margin-top: -3rem !important; + } + .bs4-mr-md-n5, .bs4-mx-md-n5 { + margin-right: -3rem !important; + } + .bs4-mb-md-n5, .bs4-my-md-n5 { + margin-bottom: -3rem !important; + } + .bs4-ml-md-n5, .bs4-mx-md-n5 { + margin-left: -3rem !important; + } + .bs4-m-md-auto { + margin: auto !important; + } + .bs4-mt-md-auto, .bs4-my-md-auto { + margin-top: auto !important; + } + .bs4-mr-md-auto, .bs4-mx-md-auto { + margin-right: auto !important; + } + .bs4-mb-md-auto, .bs4-my-md-auto { + margin-bottom: auto !important; + } + .bs4-ml-md-auto, .bs4-mx-md-auto { + margin-left: auto !important; + } +} + +@media (min-width: 992px) { + .bs4-m-lg-0 { + margin: 0 !important; + } + .bs4-mt-lg-0, .bs4-my-lg-0 { + margin-top: 0 !important; + } + .bs4-mr-lg-0, .bs4-mx-lg-0 { + margin-right: 0 !important; + } + .bs4-mb-lg-0, .bs4-my-lg-0 { + margin-bottom: 0 !important; + } + .bs4-ml-lg-0, .bs4-mx-lg-0 { + margin-left: 0 !important; + } + .bs4-m-lg-1 { + margin: 0.25rem !important; + } + .bs4-mt-lg-1, .bs4-my-lg-1 { + margin-top: 0.25rem !important; + } + .bs4-mr-lg-1, .bs4-mx-lg-1 { + margin-right: 0.25rem !important; + } + .bs4-mb-lg-1, .bs4-my-lg-1 { + margin-bottom: 0.25rem !important; + } + .bs4-ml-lg-1, .bs4-mx-lg-1 { + margin-left: 0.25rem !important; + } + .bs4-m-lg-2 { + margin: 0.5rem !important; + } + .bs4-mt-lg-2, .bs4-my-lg-2 { + margin-top: 0.5rem !important; + } + .bs4-mr-lg-2, .bs4-mx-lg-2 { + margin-right: 0.5rem !important; + } + .bs4-mb-lg-2, .bs4-my-lg-2 { + margin-bottom: 0.5rem !important; + } + .bs4-ml-lg-2, .bs4-mx-lg-2 { + margin-left: 0.5rem !important; + } + .bs4-m-lg-3 { + margin: 1rem !important; + } + .bs4-mt-lg-3, .bs4-my-lg-3 { + margin-top: 1rem !important; + } + .bs4-mr-lg-3, .bs4-mx-lg-3 { + margin-right: 1rem !important; + } + .bs4-mb-lg-3, .bs4-my-lg-3 { + margin-bottom: 1rem !important; + } + .bs4-ml-lg-3, .bs4-mx-lg-3 { + margin-left: 1rem !important; + } + .bs4-m-lg-4 { + margin: 1.5rem !important; + } + .bs4-mt-lg-4, .bs4-my-lg-4 { + margin-top: 1.5rem !important; + } + .bs4-mr-lg-4, .bs4-mx-lg-4 { + margin-right: 1.5rem !important; + } + .bs4-mb-lg-4, .bs4-my-lg-4 { + margin-bottom: 1.5rem !important; + } + .bs4-ml-lg-4, .bs4-mx-lg-4 { + margin-left: 1.5rem !important; + } + .bs4-m-lg-5 { + margin: 3rem !important; + } + .bs4-mt-lg-5, .bs4-my-lg-5 { + margin-top: 3rem !important; + } + .bs4-mr-lg-5, .bs4-mx-lg-5 { + margin-right: 3rem !important; + } + .bs4-mb-lg-5, .bs4-my-lg-5 { + margin-bottom: 3rem !important; + } + .bs4-ml-lg-5, .bs4-mx-lg-5 { + margin-left: 3rem !important; + } + .bs4-p-lg-0 { + padding: 0 !important; + } + .bs4-pt-lg-0, .bs4-py-lg-0 { + padding-top: 0 !important; + } + .bs4-pr-lg-0, .bs4-px-lg-0 { + padding-right: 0 !important; + } + .bs4-pb-lg-0, .bs4-py-lg-0 { + padding-bottom: 0 !important; + } + .bs4-pl-lg-0, .bs4-px-lg-0 { + padding-left: 0 !important; + } + .bs4-p-lg-1 { + padding: 0.25rem !important; + } + .bs4-pt-lg-1, .bs4-py-lg-1 { + padding-top: 0.25rem !important; + } + .bs4-pr-lg-1, .bs4-px-lg-1 { + padding-right: 0.25rem !important; + } + .bs4-pb-lg-1, .bs4-py-lg-1 { + padding-bottom: 0.25rem !important; + } + .bs4-pl-lg-1, .bs4-px-lg-1 { + padding-left: 0.25rem !important; + } + .bs4-p-lg-2 { + padding: 0.5rem !important; + } + .bs4-pt-lg-2, .bs4-py-lg-2 { + padding-top: 0.5rem !important; + } + .bs4-pr-lg-2, .bs4-px-lg-2 { + padding-right: 0.5rem !important; + } + .bs4-pb-lg-2, .bs4-py-lg-2 { + padding-bottom: 0.5rem !important; + } + .bs4-pl-lg-2, .bs4-px-lg-2 { + padding-left: 0.5rem !important; + } + .bs4-p-lg-3 { + padding: 1rem !important; + } + .bs4-pt-lg-3, .bs4-py-lg-3 { + padding-top: 1rem !important; + } + .bs4-pr-lg-3, .bs4-px-lg-3 { + padding-right: 1rem !important; + } + .bs4-pb-lg-3, .bs4-py-lg-3 { + padding-bottom: 1rem !important; + } + .bs4-pl-lg-3, .bs4-px-lg-3 { + padding-left: 1rem !important; + } + .bs4-p-lg-4 { + padding: 1.5rem !important; + } + .bs4-pt-lg-4, .bs4-py-lg-4 { + padding-top: 1.5rem !important; + } + .bs4-pr-lg-4, .bs4-px-lg-4 { + padding-right: 1.5rem !important; + } + .bs4-pb-lg-4, .bs4-py-lg-4 { + padding-bottom: 1.5rem !important; + } + .bs4-pl-lg-4, .bs4-px-lg-4 { + padding-left: 1.5rem !important; + } + .bs4-p-lg-5 { + padding: 3rem !important; + } + .bs4-pt-lg-5, .bs4-py-lg-5 { + padding-top: 3rem !important; + } + .bs4-pr-lg-5, .bs4-px-lg-5 { + padding-right: 3rem !important; + } + .bs4-pb-lg-5, .bs4-py-lg-5 { + padding-bottom: 3rem !important; + } + .bs4-pl-lg-5, .bs4-px-lg-5 { + padding-left: 3rem !important; + } + .bs4-m-lg-n1 { + margin: -0.25rem !important; + } + .bs4-mt-lg-n1, .bs4-my-lg-n1 { + margin-top: -0.25rem !important; + } + .bs4-mr-lg-n1, .bs4-mx-lg-n1 { + margin-right: -0.25rem !important; + } + .bs4-mb-lg-n1, .bs4-my-lg-n1 { + margin-bottom: -0.25rem !important; + } + .bs4-ml-lg-n1, .bs4-mx-lg-n1 { + margin-left: -0.25rem !important; + } + .bs4-m-lg-n2 { + margin: -0.5rem !important; + } + .bs4-mt-lg-n2, .bs4-my-lg-n2 { + margin-top: -0.5rem !important; + } + .bs4-mr-lg-n2, .bs4-mx-lg-n2 { + margin-right: -0.5rem !important; + } + .bs4-mb-lg-n2, .bs4-my-lg-n2 { + margin-bottom: -0.5rem !important; + } + .bs4-ml-lg-n2, .bs4-mx-lg-n2 { + margin-left: -0.5rem !important; + } + .bs4-m-lg-n3 { + margin: -1rem !important; + } + .bs4-mt-lg-n3, .bs4-my-lg-n3 { + margin-top: -1rem !important; + } + .bs4-mr-lg-n3, .bs4-mx-lg-n3 { + margin-right: -1rem !important; + } + .bs4-mb-lg-n3, .bs4-my-lg-n3 { + margin-bottom: -1rem !important; + } + .bs4-ml-lg-n3, .bs4-mx-lg-n3 { + margin-left: -1rem !important; + } + .bs4-m-lg-n4 { + margin: -1.5rem !important; + } + .bs4-mt-lg-n4, .bs4-my-lg-n4 { + margin-top: -1.5rem !important; + } + .bs4-mr-lg-n4, .bs4-mx-lg-n4 { + margin-right: -1.5rem !important; + } + .bs4-mb-lg-n4, .bs4-my-lg-n4 { + margin-bottom: -1.5rem !important; + } + .bs4-ml-lg-n4, .bs4-mx-lg-n4 { + margin-left: -1.5rem !important; + } + .bs4-m-lg-n5 { + margin: -3rem !important; + } + .bs4-mt-lg-n5, .bs4-my-lg-n5 { + margin-top: -3rem !important; + } + .bs4-mr-lg-n5, .bs4-mx-lg-n5 { + margin-right: -3rem !important; + } + .bs4-mb-lg-n5, .bs4-my-lg-n5 { + margin-bottom: -3rem !important; + } + .bs4-ml-lg-n5, .bs4-mx-lg-n5 { + margin-left: -3rem !important; + } + .bs4-m-lg-auto { + margin: auto !important; + } + .bs4-mt-lg-auto, .bs4-my-lg-auto { + margin-top: auto !important; + } + .bs4-mr-lg-auto, .bs4-mx-lg-auto { + margin-right: auto !important; + } + .bs4-mb-lg-auto, .bs4-my-lg-auto { + margin-bottom: auto !important; + } + .bs4-ml-lg-auto, .bs4-mx-lg-auto { + margin-left: auto !important; + } +} + +@media (min-width: 1200px) { + .bs4-m-xl-0 { + margin: 0 !important; + } + .bs4-mt-xl-0, .bs4-my-xl-0 { + margin-top: 0 !important; + } + .bs4-mr-xl-0, .bs4-mx-xl-0 { + margin-right: 0 !important; + } + .bs4-mb-xl-0, .bs4-my-xl-0 { + margin-bottom: 0 !important; + } + .bs4-ml-xl-0, .bs4-mx-xl-0 { + margin-left: 0 !important; + } + .bs4-m-xl-1 { + margin: 0.25rem !important; + } + .bs4-mt-xl-1, .bs4-my-xl-1 { + margin-top: 0.25rem !important; + } + .bs4-mr-xl-1, .bs4-mx-xl-1 { + margin-right: 0.25rem !important; + } + .bs4-mb-xl-1, .bs4-my-xl-1 { + margin-bottom: 0.25rem !important; + } + .bs4-ml-xl-1, .bs4-mx-xl-1 { + margin-left: 0.25rem !important; + } + .bs4-m-xl-2 { + margin: 0.5rem !important; + } + .bs4-mt-xl-2, .bs4-my-xl-2 { + margin-top: 0.5rem !important; + } + .bs4-mr-xl-2, .bs4-mx-xl-2 { + margin-right: 0.5rem !important; + } + .bs4-mb-xl-2, .bs4-my-xl-2 { + margin-bottom: 0.5rem !important; + } + .bs4-ml-xl-2, .bs4-mx-xl-2 { + margin-left: 0.5rem !important; + } + .bs4-m-xl-3 { + margin: 1rem !important; + } + .bs4-mt-xl-3, .bs4-my-xl-3 { + margin-top: 1rem !important; + } + .bs4-mr-xl-3, .bs4-mx-xl-3 { + margin-right: 1rem !important; + } + .bs4-mb-xl-3, .bs4-my-xl-3 { + margin-bottom: 1rem !important; + } + .bs4-ml-xl-3, .bs4-mx-xl-3 { + margin-left: 1rem !important; + } + .bs4-m-xl-4 { + margin: 1.5rem !important; + } + .bs4-mt-xl-4, .bs4-my-xl-4 { + margin-top: 1.5rem !important; + } + .bs4-mr-xl-4, .bs4-mx-xl-4 { + margin-right: 1.5rem !important; + } + .bs4-mb-xl-4, .bs4-my-xl-4 { + margin-bottom: 1.5rem !important; + } + .bs4-ml-xl-4, .bs4-mx-xl-4 { + margin-left: 1.5rem !important; + } + .bs4-m-xl-5 { + margin: 3rem !important; + } + .bs4-mt-xl-5, .bs4-my-xl-5 { + margin-top: 3rem !important; + } + .bs4-mr-xl-5, .bs4-mx-xl-5 { + margin-right: 3rem !important; + } + .bs4-mb-xl-5, .bs4-my-xl-5 { + margin-bottom: 3rem !important; + } + .bs4-ml-xl-5, .bs4-mx-xl-5 { + margin-left: 3rem !important; + } + .bs4-p-xl-0 { + padding: 0 !important; + } + .bs4-pt-xl-0, .bs4-py-xl-0 { + padding-top: 0 !important; + } + .bs4-pr-xl-0, .bs4-px-xl-0 { + padding-right: 0 !important; + } + .bs4-pb-xl-0, .bs4-py-xl-0 { + padding-bottom: 0 !important; + } + .bs4-pl-xl-0, .bs4-px-xl-0 { + padding-left: 0 !important; + } + .bs4-p-xl-1 { + padding: 0.25rem !important; + } + .bs4-pt-xl-1, .bs4-py-xl-1 { + padding-top: 0.25rem !important; + } + .bs4-pr-xl-1, .bs4-px-xl-1 { + padding-right: 0.25rem !important; + } + .bs4-pb-xl-1, .bs4-py-xl-1 { + padding-bottom: 0.25rem !important; + } + .bs4-pl-xl-1, .bs4-px-xl-1 { + padding-left: 0.25rem !important; + } + .bs4-p-xl-2 { + padding: 0.5rem !important; + } + .bs4-pt-xl-2, .bs4-py-xl-2 { + padding-top: 0.5rem !important; + } + .bs4-pr-xl-2, .bs4-px-xl-2 { + padding-right: 0.5rem !important; + } + .bs4-pb-xl-2, .bs4-py-xl-2 { + padding-bottom: 0.5rem !important; + } + .bs4-pl-xl-2, .bs4-px-xl-2 { + padding-left: 0.5rem !important; + } + .bs4-p-xl-3 { + padding: 1rem !important; + } + .bs4-pt-xl-3, .bs4-py-xl-3 { + padding-top: 1rem !important; + } + .bs4-pr-xl-3, .bs4-px-xl-3 { + padding-right: 1rem !important; + } + .bs4-pb-xl-3, .bs4-py-xl-3 { + padding-bottom: 1rem !important; + } + .bs4-pl-xl-3, .bs4-px-xl-3 { + padding-left: 1rem !important; + } + .bs4-p-xl-4 { + padding: 1.5rem !important; + } + .bs4-pt-xl-4, .bs4-py-xl-4 { + padding-top: 1.5rem !important; + } + .bs4-pr-xl-4, .bs4-px-xl-4 { + padding-right: 1.5rem !important; + } + .bs4-pb-xl-4, .bs4-py-xl-4 { + padding-bottom: 1.5rem !important; + } + .bs4-pl-xl-4, .bs4-px-xl-4 { + padding-left: 1.5rem !important; + } + .bs4-p-xl-5 { + padding: 3rem !important; + } + .bs4-pt-xl-5, .bs4-py-xl-5 { + padding-top: 3rem !important; + } + .bs4-pr-xl-5, .bs4-px-xl-5 { + padding-right: 3rem !important; + } + .bs4-pb-xl-5, .bs4-py-xl-5 { + padding-bottom: 3rem !important; + } + .bs4-pl-xl-5, .bs4-px-xl-5 { + padding-left: 3rem !important; + } + .bs4-m-xl-n1 { + margin: -0.25rem !important; + } + .bs4-mt-xl-n1, .bs4-my-xl-n1 { + margin-top: -0.25rem !important; + } + .bs4-mr-xl-n1, .bs4-mx-xl-n1 { + margin-right: -0.25rem !important; + } + .bs4-mb-xl-n1, .bs4-my-xl-n1 { + margin-bottom: -0.25rem !important; + } + .bs4-ml-xl-n1, .bs4-mx-xl-n1 { + margin-left: -0.25rem !important; + } + .bs4-m-xl-n2 { + margin: -0.5rem !important; + } + .bs4-mt-xl-n2, .bs4-my-xl-n2 { + margin-top: -0.5rem !important; + } + .bs4-mr-xl-n2, .bs4-mx-xl-n2 { + margin-right: -0.5rem !important; + } + .bs4-mb-xl-n2, .bs4-my-xl-n2 { + margin-bottom: -0.5rem !important; + } + .bs4-ml-xl-n2, .bs4-mx-xl-n2 { + margin-left: -0.5rem !important; + } + .bs4-m-xl-n3 { + margin: -1rem !important; + } + .bs4-mt-xl-n3, .bs4-my-xl-n3 { + margin-top: -1rem !important; + } + .bs4-mr-xl-n3, .bs4-mx-xl-n3 { + margin-right: -1rem !important; + } + .bs4-mb-xl-n3, .bs4-my-xl-n3 { + margin-bottom: -1rem !important; + } + .bs4-ml-xl-n3, .bs4-mx-xl-n3 { + margin-left: -1rem !important; + } + .bs4-m-xl-n4 { + margin: -1.5rem !important; + } + .bs4-mt-xl-n4, .bs4-my-xl-n4 { + margin-top: -1.5rem !important; + } + .bs4-mr-xl-n4, .bs4-mx-xl-n4 { + margin-right: -1.5rem !important; + } + .bs4-mb-xl-n4, .bs4-my-xl-n4 { + margin-bottom: -1.5rem !important; + } + .bs4-ml-xl-n4, .bs4-mx-xl-n4 { + margin-left: -1.5rem !important; + } + .bs4-m-xl-n5 { + margin: -3rem !important; + } + .bs4-mt-xl-n5, .bs4-my-xl-n5 { + margin-top: -3rem !important; + } + .bs4-mr-xl-n5, .bs4-mx-xl-n5 { + margin-right: -3rem !important; + } + .bs4-mb-xl-n5, .bs4-my-xl-n5 { + margin-bottom: -3rem !important; + } + .bs4-ml-xl-n5, .bs4-mx-xl-n5 { + margin-left: -3rem !important; + } + .bs4-m-xl-auto { + margin: auto !important; + } + .bs4-mt-xl-auto, .bs4-my-xl-auto { + margin-top: auto !important; + } + .bs4-mr-xl-auto, .bs4-mx-xl-auto { + margin-right: auto !important; + } + .bs4-mb-xl-auto, .bs4-my-xl-auto { + margin-bottom: auto !important; + } + .bs4-ml-xl-auto, .bs4-mx-xl-auto { + margin-left: auto !important; + } +} + +/* Bootstrap list-group */ + +.bs4-list-group { + display: -ms-flexbox; + display: flex; + -ms-flex-direction: column; + flex-direction: column; + padding-left: 0; + margin-bottom: 0; +} + +.bs4-list-group-item-action { + width: 100%; + color: #495057; + text-align: inherit; +} + +.bs4-list-group-item-action:hover, .bs4-list-group-item-action:focus { + z-index: 1; + color: #495057; + text-decoration: none; + background-color: #f8f9fa; +} + +.bs4-list-group-item-action:active { + color: #212529; + background-color: #e9ecef; +} + +.bs4-list-group-item { + position: relative; + display: block; + padding: 0.75rem 1.25rem; + background-color: #fff; + border: 1px solid rgba(0, 0, 0, 0.125); +} + +.bs4-list-group-item:first-child { + border-top-left-radius: 0.25rem; + border-top-right-radius: 0.25rem; +} + +.bs4-list-group-item:last-child { + border-bottom-right-radius: 0.25rem; + border-bottom-left-radius: 0.25rem; +} + +.bs4-list-group-item.disabled, .bs4-list-group-item:disabled { + color: #6c757d; + pointer-events: none; + background-color: #fff; +} + +.bs4-list-group-item.active { + z-index: 2; + color: #fff; + background-color: #007bff; + border-color: #007bff; +} + +.bs4-list-group-item+.bs4-list-group-item { + border-top-width: 0; +} + +.bs4-list-group-item+.bs4-list-group-item.active { + margin-top: -1px; + border-top-width: 1px; +} + +.bs4-list-group-horizontal { + -ms-flex-direction: row; + flex-direction: row; +} + +.bs4-list-group-horizontal .bs4-list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; +} + +.bs4-list-group-horizontal .bs4-list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; +} + +.bs4-list-group-horizontal .bs4-list-group-item.active { + margin-top: 0; +} + +.bs4-list-group-horizontal .bs4-list-group-item+.bs4-list-group-item { + border-top-width: 1px; + border-left-width: 0; +} + +.bs4-list-group-horizontal .bs4-list-group-item+.bs4-list-group-item.active { + margin-left: -1px; + border-left-width: 1px; +} + +@media (min-width: 576px) { + .bs4-list-group-horizontal-sm { + -ms-flex-direction: row; + flex-direction: row; + } + .bs4-list-group-horizontal-sm .bs4-list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .bs4-list-group-horizontal-sm .bs4-list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .bs4-list-group-horizontal-sm .bs4-list-group-item.active { + margin-top: 0; + } + .bs4-list-group-horizontal-sm .bs4-list-group-item+.bs4-list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .bs4-list-group-horizontal-sm .bs4-list-group-item+.bs4-list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} + +@media (min-width: 768px) { + .bs4-list-group-horizontal-md { + -ms-flex-direction: row; + flex-direction: row; + } + .bs4-list-group-horizontal-md .bs4-list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .bs4-list-group-horizontal-md .bs4-list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .bs4-list-group-horizontal-md .bs4-list-group-item.active { + margin-top: 0; + } + .bs4-list-group-horizontal-md .bs4-list-group-item+.bs4-list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .bs4-list-group-horizontal-md .bs4-list-group-item+.bs4-list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} + +@media (min-width: 992px) { + .bs4-list-group-horizontal-lg { + -ms-flex-direction: row; + flex-direction: row; + } + .bs4-list-group-horizontal-lg .bs4-list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .bs4-list-group-horizontal-lg .bs4-list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .bs4-list-group-horizontal-lg .bs4-list-group-item.active { + margin-top: 0; + } + .bs4-list-group-horizontal-lg .bs4-list-group-item+.bs4-list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .bs4-list-group-horizontal-lg .bs4-list-group-item+.bs4-list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} + +@media (min-width: 1200px) { + .bs4-list-group-horizontal-xl { + -ms-flex-direction: row; + flex-direction: row; + } + .bs4-list-group-horizontal-xl .bs4-list-group-item:first-child { + border-bottom-left-radius: 0.25rem; + border-top-right-radius: 0; + } + .bs4-list-group-horizontal-xl .bs4-list-group-item:last-child { + border-top-right-radius: 0.25rem; + border-bottom-left-radius: 0; + } + .bs4-list-group-horizontal-xl .bs4-list-group-item.active { + margin-top: 0; + } + .bs4-list-group-horizontal-xl .bs4-list-group-item+.bs4-list-group-item { + border-top-width: 1px; + border-left-width: 0; + } + .bs4-list-group-horizontal-xl .bs4-list-group-item+.bs4-list-group-item.active { + margin-left: -1px; + border-left-width: 1px; + } +} + +.bs4-list-group-flush .bs4-list-group-item { + border-right-width: 0; + border-left-width: 0; + border-radius: 0; +} + +.bs4-list-group-flush .bs4-list-group-item:first-child { + border-top-width: 0; +} + +.bs4-list-group-flush:last-child .bs4-list-group-item:last-child { + border-bottom-width: 0; +} + +.bs4-list-group-item-primary { + color: #004085; + background-color: #b8daff; +} + +.bs4-list-group-item-primary.bs4-list-group-item-action:hover, .bs4-list-group-item-primary.bs4-list-group-item-action:focus { + color: #004085; + background-color: #9fcdff; +} + +.bs4-list-group-item-primary.bs4-list-group-item-action.active { + color: #fff; + background-color: #004085; + border-color: #004085; +} + +.bs4-list-group-item-secondary { + color: #383d41; + background-color: #d6d8db; +} + +.bs4-list-group-item-secondary.bs4-list-group-item-action:hover, .bs4-list-group-item-secondary.bs4-list-group-item-action:focus { + color: #383d41; + background-color: #c8cbcf; +} + +.bs4-list-group-item-secondary.bs4-list-group-item-action.active { + color: #fff; + background-color: #383d41; + border-color: #383d41; +} + +.bs4-list-group-item-success { + color: #155724; + background-color: #c3e6cb; +} + +.bs4-list-group-item-success.bs4-list-group-item-action:hover, .bs4-list-group-item-success.bs4-list-group-item-action:focus { + color: #155724; + background-color: #b1dfbb; +} + +.bs4-list-group-item-success.bs4-list-group-item-action.active { + color: #fff; + background-color: #155724; + border-color: #155724; +} + +.bs4-list-group-item-info { + color: #0c5460; + background-color: #bee5eb; +} + +.bs4-list-group-item-info.bs4-list-group-item-action:hover, .bs4-list-group-item-info.bs4-list-group-item-action:focus { + color: #0c5460; + background-color: #abdde5; +} + +.bs4-list-group-item-info.bs4-list-group-item-action.active { + color: #fff; + background-color: #0c5460; + border-color: #0c5460; +} + +.bs4-list-group-item-warning { + color: #856404; + background-color: #ffeeba; +} + +.bs4-list-group-item-warning.bs4-list-group-item-action:hover, .bs4-list-group-item-warning.bs4-list-group-item-action:focus { + color: #856404; + background-color: #ffe8a1; +} + +.bs4-list-group-item-warning.bs4-list-group-item-action.active { + color: #fff; + background-color: #856404; + border-color: #856404; +} + +.bs4-list-group-item-danger { + color: #721c24; + background-color: #f5c6cb; +} + +.bs4-list-group-item-danger.bs4-list-group-item-action:hover, .bs4-list-group-item-danger.bs4-list-group-item-action:focus { + color: #721c24; + background-color: #f1b0b7; +} + +.bs4-list-group-item-danger.bs4-list-group-item-action.active { + color: #fff; + background-color: #721c24; + border-color: #721c24; +} + +.bs4-list-group-item-light { + color: #818182; + background-color: #fdfdfe; +} + +.bs4-list-group-item-light.bs4-list-group-item-action:hover, .bs4-list-group-item-light.bs4-list-group-item-action:focus { + color: #818182; + background-color: #ececf6; +} + +.bs4-list-group-item-light.bs4-list-group-item-action.active { + color: #fff; + background-color: #818182; + border-color: #818182; +} + +.bs4-list-group-item-dark { + color: #1b1e21; + background-color: #c6c8ca; +} + +.bs4-list-group-item-dark.bs4-list-group-item-action:hover, .bs4-list-group-item-dark.bs4-list-group-item-action:focus { + color: #1b1e21; + background-color: #b9bbbe; +} + +.bs4-list-group-item-dark.bs4-list-group-item-action.active { + color: #fff; + background-color: #1b1e21; + border-color: #1b1e21; +} + +/* justify content classes */ + +.bs4-justify-content-start { + -ms-flex-pack: start !important; + justify-content: flex-start !important; +} + +.bs4-justify-content-end { + -ms-flex-pack: end !important; + justify-content: flex-end !important; +} + +.bs4-justify-content-center { + -ms-flex-pack: center !important; + justify-content: center !important; +} + +.bs4-justify-content-between { + -ms-flex-pack: justify !important; + justify-content: space-between !important; +} + +.bs4-justify-content-around { + -ms-flex-pack: distribute !important; + justify-content: space-around !important; +} + +/* Align items */ + +.bs4-align-items-start { + -ms-flex-align: start !important; + align-items: flex-start !important; +} + +.bs4-align-items-end { + -ms-flex-align: end !important; + align-items: flex-end !important; +} + +.bs4-align-items-center { + -ms-flex-align: center !important; + align-items: center !important; +} + +.bs4-align-items-baseline { + -ms-flex-align: baseline !important; + align-items: baseline !important; +} + +.bs4-align-items-stretch { + -ms-flex-align: stretch !important; + align-items: stretch !important; +} + +/* Align text classes*/ + +.bs4-text-left { + text-align: left !important; +} + +.bs4-text-right { + text-align: right !important; +} + +.bs4-text-center { + text-align: center !important; +} + +/* Bootstrap borderless table defaults*/ + +.bs4-table { + width: 100%; + margin-bottom: 1rem; + color: #212529; +} + +.bs4-table th, .bs4-table td { + padding: 0.75rem; + vertical-align: top; + border-top: 1px solid #dee2e6; +} + +.bs4-table-borderless th, .bs4-table-borderless td, .bs4-table-borderless thead th, .bs4-table-borderless tbody+tbody { + border: 0; +} + +.bs4-table-striped tbody tr:nth-of-type(odd) { + background-color: rgba(0, 0, 0, 0.05); +} + +@media (max-width: 575.98px) { + .bs4-table-responsive-sm { + display: block; + width: 100%; + overflow-x: auto; + -webkit-overflow-scrolling: touch; + } + .bs4-table-responsive-sm>.bs4-table-bordered { + border: 0; + } +} + +/* rounded borders */ + +.bs4-rounded-sm { + border-radius: 0.2rem !important; +} + +.bs4-rounded { + border-radius: 0.25rem !important; +} + +.bs4-rounded-top { + border-top-left-radius: 0.25rem !important; + border-top-right-radius: 0.25rem !important; +} + +.bs4-rounded-right { + border-top-right-radius: 0.25rem !important; + border-bottom-right-radius: 0.25rem !important; +} + +.bs4-rounded-bottom { + border-bottom-right-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} + +.bs4-rounded-left { + border-top-left-radius: 0.25rem !important; + border-bottom-left-radius: 0.25rem !important; +} + +.bs4-rounded-lg { + border-radius: 0.3rem !important; +} + +.bs4-rounded-circle { + border-radius: 50% !important; +} + +.bs4-rounded-pill { + border-radius: 50rem !important; +} + +.bs4-rounded-0 { + border-radius: 0 !important; +} + +/* rows */ + +.bs4-row { + display: -ms-flexbox; + display: flex; + -ms-flex-wrap: wrap; + flex-wrap: wrap; + margin-right: -15px; + margin-left: -15px; +} + +.bs4-row-cols-1>* { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; +} + +.bs4-row-cols-2>* { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; +} + +.bs4-row-cols-3>* { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; +} + +.bs4-row-cols-4>* { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; +} + +.bs4-row-cols-5>* { + -ms-flex: 0 0 20%; + flex: 0 0 20%; + max-width: 20%; +} + +.bs4-row-cols-6>* { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; +} + +/* columns */ + +.bs4-no-gutters { + margin-right: 0; + margin-left: 0; +} + +.bs4-no-gutters>.bs4-col, .bs4-no-gutters>[class*="bs4-col-"] { + padding-right: 0; + padding-left: 0; +} + +.bs4-col-1, .bs4-col-2, .bs4-col-3, .bs4-col-4, .bs4-col-5, .bs4-col-6, .bs4-col-7, .bs4-col-8, .bs4-col-9, .bs4-col-10, .bs4-col-11, .bs4-col-12, .bs4-col, .bs4-col-auto, .bs4-col-sm-1, .bs4-col-sm-2, .bs4-col-sm-3, .bs4-col-sm-4, .bs4-col-sm-5, .bs4-col-sm-6, .bs4-col-sm-7, .bs4-col-sm-8, .bs4-col-sm-9, .bs4-col-sm-10, .bs4-col-sm-11, .bs4-col-sm-12, .bs4-col-sm, .bs4-col-sm-auto, .bs4-col-md-1, .bs4-col-md-2, .bs4-col-md-3, .bs4-col-md-4, .bs4-col-md-5, .bs4-col-md-6, .bs4-col-md-7, .bs4-col-md-8, .bs4-col-md-9, .bs4-col-md-10, .bs4-col-md-11, .bs4-col-md-12, .bs4-col-md, .bs4-col-md-auto, .bs4-col-lg-1, .bs4-col-lg-2, .bs4-col-lg-3, .bs4-col-lg-4, .bs4-col-lg-5, .bs4-col-lg-6, .bs4-col-lg-7, .bs4-col-lg-8, .bs4-col-lg-9, .bs4-col-lg-10, .bs4-col-lg-11, .bs4-col-lg-12, .bs4-col-lg, .bs4-col-lg-auto, .bs4-col-xl-1, .bs4-col-xl-2, .bs4-col-xl-3, .bs4-col-xl-4, .bs4-col-xl-5, .bs4-col-xl-6, .bs4-col-xl-7, .bs4-col-xl-8, .bs4-col-xl-9, .bs4-col-xl-10, .bs4-col-xl-11, .bs4-col-xl-12, .bs4-col-xl, .bs4-col-xl-auto { + position: relative; + width: 100%; + padding-right: 15px; + padding-left: 15px; +} + +.bs4-col { + -ms-flex-preferred-size: 0; + flex-basis: 0; + -ms-flex-positive: 1; + flex-grow: 1; + max-width: 100%; +} + +.bs4-col-auto { + -ms-flex: 0 0 auto; + flex: 0 0 auto; + width: auto; + max-width: 100%; +} + +.bs4-col-1 { + -ms-flex: 0 0 8.333333%; + flex: 0 0 8.333333%; + max-width: 8.333333%; +} + +.bs4-col-2 { + -ms-flex: 0 0 16.666667%; + flex: 0 0 16.666667%; + max-width: 16.666667%; +} + +.bs4-col-3 { + -ms-flex: 0 0 25%; + flex: 0 0 25%; + max-width: 25%; +} + +.bs4-col-4 { + -ms-flex: 0 0 33.333333%; + flex: 0 0 33.333333%; + max-width: 33.333333%; +} + +.bs4-col-5 { + -ms-flex: 0 0 41.666667%; + flex: 0 0 41.666667%; + max-width: 41.666667%; +} + +.bs4-col-6 { + -ms-flex: 0 0 50%; + flex: 0 0 50%; + max-width: 50%; +} + +.bs4-col-7 { + -ms-flex: 0 0 58.333333%; + flex: 0 0 58.333333%; + max-width: 58.333333%; +} + +.bs4-col-8 { + -ms-flex: 0 0 66.666667%; + flex: 0 0 66.666667%; + max-width: 66.666667%; +} + +.bs4-col-9 { + -ms-flex: 0 0 75%; + flex: 0 0 75%; + max-width: 75%; +} + +.bs4-col-10 { + -ms-flex: 0 0 83.333333%; + flex: 0 0 83.333333%; + max-width: 83.333333%; +} + +.bs4-col-11 { + -ms-flex: 0 0 91.666667%; + flex: 0 0 91.666667%; + max-width: 91.666667%; +} + +.bs4-col-12 { + -ms-flex: 0 0 100%; + flex: 0 0 100%; + max-width: 100%; +} + +/* offset */ + +.bs4-offset-1 { + margin-left: 8.333333%; +} + +.bs4-offset-2 { + margin-left: 16.666667%; +} + +.bs4-offset-3 { + margin-left: 25%; +} + +.bs4-offset-4 { + margin-left: 33.333333%; +} + +.bs4-offset-5 { + margin-left: 41.666667%; +} + +.bs4-offset-6 { + margin-left: 50%; +} + +.bs4-offset-7 { + margin-left: 58.333333%; +} + +.bs4-offset-8 { + margin-left: 66.666667%; +} + +.bs4-offset-9 { + margin-left: 75%; +} + +.bs4-offset-10 { + margin-left: 83.333333%; +} + +.bs4-offset-11 { + margin-left: 91.666667%; +} + +/* display */ + +.bs4-d-inline { + display: inline !important; +} + +.bs4-d-flex { + display: -ms-flexbox !important; + display: flex !important; +} + +.bs4-d-inline-flex { + display: -ms-inline-flexbox !important; + display: inline-flex !important; +} + +.bs4-text-white { + color: white !important; +} + +.bs4-media { + display: -ms-flexbox; + display: flex; + -ms-flex-align: start; + align-items: flex-start; +} + +.bs4-media-body { + -ms-flex: 1; + flex: 1; +} + +.bs4-img-fluid { + max-width: 100%; + height: auto; +} + +.bs4-img-thumbnail { + padding: 0.25rem; + background-color: #fff; + border: 1px solid #dee2e6; + border-radius: 0.25rem; + max-width: 100%; + height: auto; +} + +.bs4-border-0 { + border: 0 !important; +} + +.bs4-alert { + position: relative; + padding: 0.75rem 1.25rem; + margin-bottom: 1rem; + border: 1px solid transparent; + border-radius: 0.25rem; +} + +.bs4-flex-column { + -ms-flex-direction: column !important; + flex-direction: column !important; +} \ No newline at end of file diff --git a/ncct/custom_liferay_overwrite.css b/ncct/custom_liferay_overwrite.css new file mode 100644 index 0000000..6b91aee --- /dev/null +++ b/ncct/custom_liferay_overwrite.css @@ -0,0 +1,74 @@ +/* use the standard value of 16px for rem computation*/ + +:root { + font-size: initial; +} + +.aui body { + font-size: initial; + line-height: 1.7; +} + +/* Makes Navigation bar go over entire page width +and Removes Side margins from Liferay Homepage */ + +#wrapper { + padding: 0; + margin: inherit; + overflow-x: hidden; +} + +/* Moves logo and site number to the right */ + +#banner>#heading { + padding: 0px 5px 0px 5px; +} + +/* logo sizing */ + +#heading .custom-logo { + height: 5rem; +} + +#heading .logo.custom-logo>img { + width: inherit; + height: inherit; + object-fit: contain; +} + +/* Changes background color and font-size for navbar */ + +.aui #navigation .navbar-inner { + background-color: var(--ncct-dark); + font-size: x-large; +} + +/* Changes background color for active navbar element*/ + +.aui #navigation .nav li.active>a { + /* necessary to remove default liferay linear gradient background*/ + background: var(--ncct); +} + +/* Changes Footer position and allows for insertion of image*/ + +#footer { + margin-top: 15vh; + padding: 35px; + background-size: 90%; + background-repeat: no-repeat; + background-image: url("https://portal.qbic.uni-tuebingen.de/portal/documents/33387/39176/ncct-logo-all.png/d1f688a3-36af-4b25-9df2-61a107da6cae?t=1585838165571"); +} + +/* Removes margin from breadcrumbs to content */ + +#content>#breadcrumbs { + margin-bottom: inherit; +} + +/* Removes margin and padding from all portlets in a .portlet-borderless-container */ + +.portlet-borderless-container { + padding: 0 !important; + margin-bottom: 0 !important; +} \ No newline at end of file diff --git a/ncct/merge-custom-css.sh b/ncct/merge-custom-css.sh new file mode 100755 index 0000000..57fe2e9 --- /dev/null +++ b/ncct/merge-custom-css.sh @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +cat custom_bootstrap.css > merged.css +cat custom_liferay_overwrite.css >> merged.css +cat custom.css >> merged.css diff --git a/ncct/site/bioinformatics-services/bioinformatics-services.html b/ncct/site/bioinformatics-services/bioinformatics-services.html new file mode 100644 index 0000000..99deb8b --- /dev/null +++ b/ncct/site/bioinformatics-services/bioinformatics-services.html @@ -0,0 +1,104 @@ +
    +
    +
    +
    +
    +
    Bioinformatics Services
    + +

    We employ only curated nf-core + pipelines

    +
    + +
    +
    +
    +
    Genomics
    + + +
    + +
    +
    Transcriptomics
    + + +
    + +
    +
    Metagenomics +
    + + +
    +
    + +
    +
    +
    Epigenomics
    + + +
    + +
    +
    Proteomics
    + + +
    + +
    +
    immunoinformatics +
    + + +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/bioinformatics-services/epigenomics.html b/ncct/site/bioinformatics-services/epigenomics.html new file mode 100644 index 0000000..dc25aa9 --- /dev/null +++ b/ncct/site/bioinformatics-services/epigenomics.html @@ -0,0 +1,67 @@ +
    +
    +
    +
    +
    +
    Epigenomics
    +
    + +
    +
    +
    +
    methylseq
    + +
    +
    Methylation (Bisulfite-Sequencing) analysis pipeline
    + +
     
    + More Information +
    +
    + +
    +
    chipseq
    + +
    +
    ChIP-seq peak-calling, QC and differential analysis pipeline. +
    + +
     
    + More Information +
    +
    +
    + +
    +
    +
    atacseq
    + +
    +
    ATAC-seq peak-calling, QC and differential analysis pipeline +
    + +
     
    + More Information +
    +
    + +
    +
    hic
    + +
    +
    Analysis of Chromosome Conformation Capture data (Hi-C)
    + +
     
    + More Information +
    +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/bioinformatics-services/genomics.html b/ncct/site/bioinformatics-services/genomics.html new file mode 100644 index 0000000..905648b --- /dev/null +++ b/ncct/site/bioinformatics-services/genomics.html @@ -0,0 +1,67 @@ +
    +
    +
    +
    +
    +
    Genomics
    +
    + +
    +
    +
    +
    sarek
    + +
    +
    Analysis pipeline to detect germline or somatic variants from + WGS/targeted sequencing
    + +
     
    + More Information +
    +
    + +
    +
    nanoseq
    + +
    +
    Nanopore demultiplexing, QC and alignment pipeline
    + +
     
    + More Information +
    +
    +
    + +
    +
    +
    bacass
    + +
    +
    Simple bacterial assembly and annotation pipeline
    + +
     
    + More Information +
    +
    + +
    +
    eager
    + +
    +
    A fully reproducible and state of the art ancient DNA + analysis pipeline
    + +
     
    + More Information +
    +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/bioinformatics-services/immunoinformatics.html b/ncct/site/bioinformatics-services/immunoinformatics.html new file mode 100644 index 0000000..c52c369 --- /dev/null +++ b/ncct/site/bioinformatics-services/immunoinformatics.html @@ -0,0 +1,53 @@ +
    +
    +
    +
    +
    +
    Immunoinformatics
    +
    + +
    +
    +
    hlatyping
    + +
    +
    Precision HLA typing from next-generation sequencing data
    + +
     
    + More Information +
    +
    + +
    +
    epitopeprediction +
    + +
    +
    A bioinformatics best-practice analysis pipeline for epitope + prediction and annotation
    + +
     
    + More + Information +
    +
    + +
    +
    bcellmagic
    + +
    +
    B cell repertoire sequencing analysis pipeline using the + immcantation framework
    + +
     
    + More Information +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/bioinformatics-services/metagenomics.html b/ncct/site/bioinformatics-services/metagenomics.html new file mode 100644 index 0000000..35fe358 --- /dev/null +++ b/ncct/site/bioinformatics-services/metagenomics.html @@ -0,0 +1,37 @@ +
    +
    +
    +
    +
    +
    Metagenomics
    +
    + +
    +
    +
    ampliseq
    + +
    +
    16S rRNA amplicon sequencing analysis workflow
    + +
     
    + More Information +
    +
    + +
    +
    mag
    + +
    +
    Assembly and binning of metagenomes
    + +
     
    + More Information +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/bioinformatics-services/proteomics.html b/ncct/site/bioinformatics-services/proteomics.html new file mode 100644 index 0000000..11ffee3 --- /dev/null +++ b/ncct/site/bioinformatics-services/proteomics.html @@ -0,0 +1,39 @@ +
    +
    +
    +
    +
    +
    Proteomics
    +
    + +
    +
    +
    mhcquant
    + +
    +
    Identify and quantify peptides from mass spectrometry raw data +
    + +
     
    + More Information +
    +
    + +
    +
    proteomicslfq
    + +
    +
    Proteomics label-free quantification (LFQ) analysis pipeline +
    + +
     
    + More Information +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/bioinformatics-services/transcriptomics.html b/ncct/site/bioinformatics-services/transcriptomics.html new file mode 100644 index 0000000..fd1192c --- /dev/null +++ b/ncct/site/bioinformatics-services/transcriptomics.html @@ -0,0 +1,66 @@ +
    +
    +
    +
    +
    +
    Transcriptomics
    +
    + +
    +
    +
    +
    rnaseq
    + +
    +
    RNA sequencing analysis pipeline with gene counts and quality + control
    + +
     
    + More Information +
    +
    + +
    +
    scrnaseq
    + +
    +
    A single-cell RNAseq pipeline for 10X genomics data
    + +
     
    + More Information +
    +
    +
    + +
    +
    +
    rnafusion
    + +
    +
    RNA-seq analysis pipeline for detection gene-fusions
    + +
     
    + More Information +
    +
    + +
    +
    smrnaseq
    + +
    +
    A small-RNA sequencing analysis pipeline
    + +
     
    + More Information +
    +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/downloads/sops.html b/ncct/site/downloads/sops.html new file mode 100644 index 0000000..2d7339c --- /dev/null +++ b/ncct/site/downloads/sops.html @@ -0,0 +1,57 @@ +
    +
    +
    +
    +
    Standard Operating Procedures
    +
    +
    +
    +
    +
    + +
    +
    Variant Detection
    + +
      +
    • Whole Genome sequencing
    • +
    • Long-Read sequencing
    • +
    • Panel sequencing
    • +
    • Exome sequencing
    • +
    • Targeted RNA sequencing
    • +
    +
    + +
    +
    Expression Analysis
    + +
      +
    • mRNA sequencing
    • +
    • Total RNA sequencing
    • +
    • 3'-Sequencing
    • +
    • scRNA sequencing
    • +
    • miRNA sequencing
    • +
    • smallRNA sequencing
    • +
    • long-Read RNA sequencing
    • +
    +
    + +
    +
    Metagenomics
    + +
      +
    • Shotgun Metagenomics
    • +
    • 16S/Amplicon Sequencing
    • +
    • Metatranscriptomics
    • +
    +
    + +
    +
    Epigenomics
    +
      +
    • Whole genome bisulfite sequencing
    • +
    +
    + +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/downloads/submission-documents.html b/ncct/site/downloads/submission-documents.html new file mode 100644 index 0000000..fe06ec1 --- /dev/null +++ b/ncct/site/downloads/submission-documents.html @@ -0,0 +1,28 @@ +
    +
    +
    +
    +
    +
    Project Submission Documents
    +
    +
    +
    +
    + + +
    \ No newline at end of file diff --git a/ncct/site/impressum/allgemeine-informationen.html b/ncct/site/impressum/allgemeine-informationen.html new file mode 100644 index 0000000..e7d2262 --- /dev/null +++ b/ncct/site/impressum/allgemeine-informationen.html @@ -0,0 +1,49 @@ +
    +
    +
    +
    Allgemeine Informationen gem. § 5 TMG, § 55 RStVG
    +
    + +
    + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
    Addresse:Eberhard Karls Universität Tübingen Geschwister-Scholl-Platz 72074 Tübingen
     Die Universität Tübingen ist eine Körperschaft des öffentlichen Rechts.
    + Sie wird durch den Rektor Prof. Dr. Bernd Engler (E-Mail: bernd. engler [at] + uni-tuebingen.de) gesetzlich vertreten
    Telefonzentrale:+49 70 71/29-0
    Fax Zentrale Verwaltung:+49 70 71/29-59 90
    Zentrale E-Mail-Adresse:info [at] uni-tuebingen.de
    Internet-Adresse:http://www.uni-tuebingen.de
    Umsatzsteuer-Identifkationsnummer:gemäß § 27a Umsatzsteuergesetz:
    + DE812383453
    Aufsichtsbehörde:Ministerium für Wissenschaft, Forschung und Kunst Baden Württemberg
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/impressum/ansprechpartner.html b/ncct/site/impressum/ansprechpartner.html new file mode 100644 index 0000000..9c6face --- /dev/null +++ b/ncct/site/impressum/ansprechpartner.html @@ -0,0 +1,32 @@ +
    +
    +
    +
    Ansprechpartner
    +
    + +
    + + + + + + + + + + + + + + + + + + + +
    Person:Dr. rer. nat. Sven Nahnsen
    Addresse:Zentrum für Quantitative Biologie,
    + Auf der Morgenstelle 10,
    + 72076 Tübingen
    Telefon:+49 7071-29-72163
    E-Mail:sven.nahnsen@qbic.uni-tuebingen.de
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/impressum/bildnachweise.html b/ncct/site/impressum/bildnachweise.html new file mode 100644 index 0000000..aef0d79 --- /dev/null +++ b/ncct/site/impressum/bildnachweise.html @@ -0,0 +1,12 @@ +
    +
    +
    +
    Bildnachweise
    +
    + +
    Bilder auf dieser Website die im folgenden nicht separat aufgeführt werden stammen + entweder vom Anbieter dieser Website und unterliegen, wie im Kapitel Urheberrecht auf dieser Seite + beschrieben oder stammen vom Anbieter Pixabay und sind frei nutzbar unter Pixabay License.
    +
    +
    \ No newline at end of file diff --git a/ncct/site/impressum/externe-links.html b/ncct/site/impressum/externe-links.html new file mode 100644 index 0000000..13a6ceb --- /dev/null +++ b/ncct/site/impressum/externe-links.html @@ -0,0 +1,20 @@ + \ No newline at end of file diff --git a/ncct/site/impressum/haftungsausschluss.html b/ncct/site/impressum/haftungsausschluss.html new file mode 100644 index 0000000..28d9f60 --- /dev/null +++ b/ncct/site/impressum/haftungsausschluss.html @@ -0,0 +1,14 @@ +
    +
    +
    +
    Haftungsausschluss
    +
    + +
    Die Informationen auf dieser Website wurden nach bestem Wissen und Gewissen + sorgfältig zusammengestellt und geprüft. Es wird jedoch keine Gewähr – weder ausdrücklich noch + stillschweigend – für die Vollständigkeit, Richtigkeit oder Aktualität sowie die jederzeitige Verfügbarkeit + der bereit gestellten Informationen übernommen. Eine Haftung für Schäden, die aus der Nutzung oder + Nichtnutzung der auf dieser Website angebotenen Informationen entstehen ist – soweit gesetzlich zulässig – + ausgeschlossen.
    +
    +
    \ No newline at end of file diff --git a/ncct/site/impressum/introduction.html b/ncct/site/impressum/introduction.html new file mode 100644 index 0000000..4a33daa --- /dev/null +++ b/ncct/site/impressum/introduction.html @@ -0,0 +1,9 @@ +
    +
    +
    +
    +
    Impressum - Imprint
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/impressum/urheberrecht.html b/ncct/site/impressum/urheberrecht.html new file mode 100644 index 0000000..3bde82a --- /dev/null +++ b/ncct/site/impressum/urheberrecht.html @@ -0,0 +1,17 @@ +
    +
    +
    +
    Urheberrecht
    +
    + +
    Copyright (c), Universität Tübingen. Alle Rechte vorbehalten. Alle auf dieser Website + veröffentlichten Inhalte (Layout, Texte, Bilder, Grafiken, Video- und Tondateien usw.) unterliegen dem + Urheberrecht. Jede vom Urheberrechtsgesetz nicht zugelassene Verwertung bedarf vorheriger ausdrücklicher + Zustimmung der Universität Tübingen. Dies gilt insbesondere für Vervielfältigung, Bearbeitung, Übersetzung, + Einspeicherung, Verarbeitung bzw. Wiedergabe von Inhalten in Datenbanken oder anderen elektronischen Medien + und Systemen. Fotokopien und Downloads von Web-Seiten für den privaten, wissenschaftlichen und nicht + kommerziellen Gebrauch dürfen hergestellt werden. Das Urheberrecht für die Wort-Bild-Marke liegt + ausdrücklich bei der Universität Tübingen. Wir erlauben ausdrücklich und begrüßen das Zitieren unserer + Dokumente und Webseiten sowie das Setzen von Links auf unsere Website.
    +
    +
    \ No newline at end of file diff --git a/ncct/site/our-center/cc-network.html b/ncct/site/our-center/cc-network.html new file mode 100644 index 0000000..8108ab6 --- /dev/null +++ b/ncct/site/our-center/cc-network.html @@ -0,0 +1,37 @@ +
    +
    +
     
    + +
    The Competence-Center Network
    + + +
    +
    \ No newline at end of file diff --git a/ncct/site/our-center/institutes.html b/ncct/site/our-center/institutes.html new file mode 100644 index 0000000..6a773de --- /dev/null +++ b/ncct/site/our-center/institutes.html @@ -0,0 +1,86 @@ +
    +
    +
    +
    +
    A collaborative effort
    +
    + +
    +
    +
    +
    + + +
    +

    Prof. Olaf Riess, coordinator

    + +

    Contact Persons:

    + +

    Dr. Nicolas Casadei,

    + +

    Head of the Core Facility

    + +

    Prof. Stephan Ossowski, +

    + +

    Head of Computational Genomics

    +
    +
    +
    + +
    +
    + + +
    +

    Apl. Prof. Julia-Stefanie Frick

    + +

    Contact Persons:

    + Apl. Prof. Silke Peter, + +

    Clinical Microbiology

    + + Dr. Angel Angelov, + +

    Bioinformatics Research Scientist

    + Dr. Michael Sonnabend, + +

    Coordinator and Research Scientist

    + Dr. Janina Geißert + +

    Project Manager and Research Scientist

    +
    +
    +
    + +
    +
    + + +
    +

    Dr. Sven Nahnsen

    + +

    Contact Persons:

    + Dr. Stefan Czemmel, + +

    Coordinator Bioinformatics support

    + Marie Gauder, + +

    Coordinator and Bioinformatics Research Scientist

    +
    +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/our-center/ncct-contact.html b/ncct/site/our-center/ncct-contact.html new file mode 100644 index 0000000..c6d2679 --- /dev/null +++ b/ncct/site/our-center/ncct-contact.html @@ -0,0 +1,47 @@ +
    +
    +
    +
    +
    We'd love to hear from you!
    +
    + +
    +
    +
    Address +
    +
    Address
    + +

    NGS Competence Center Tübingen
    + Calwerstraße 7, 72076 Tübingen.

    +
    +
    +
    + +
    +
    Email +
    +
    E-Mail
    + +
    ncct@med.uni-tuebingen.de
    +
    +
    +
    + +
    +
    Phone +
    +
    Phone and Fax
    + +

    Telephone: +49 7071/29-72298
    + Fax: +49 7071/29-4811

    +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/our-center/vision.html b/ncct/site/our-center/vision.html new file mode 100644 index 0000000..b859567 --- /dev/null +++ b/ncct/site/our-center/vision.html @@ -0,0 +1,20 @@ +
    +
    +
    +
    +
    How it started and what we aim for.
    +
    + +
    The NGS Competence Center Tübingen (NCCT) was established in + early 2018 with the help of DFG (German Research + Foundation) funding. Together with three other national centers, we aim at + strengthening the use of high-throughput sequencing methods in Germany.
    +
    + The center offers automated high-throughput services and a rich portfolio of sequencing + solutions using the latest Illumina and Oxford Nanopore Technologies + sequencers. As part of the Quantitative Biology Center + (QBiC), NCCT builds on established core facility structures and integrates with the existing + infrastructure for data management and bioinformatics support.
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/sequencing-solutions/instruments.html b/ncct/site/sequencing-solutions/instruments.html new file mode 100644 index 0000000..a1f23da --- /dev/null +++ b/ncct/site/sequencing-solutions/instruments.html @@ -0,0 +1,38 @@ +
    +
    +
    +
    All major technologies under one roof!
    +
    + +
    +
    +
    +
    Sequencers
    + +
      +
    • NextSeq500
    • +
    • MiSeq
    • +
    • NovaSeq6000
    • +
    • Nanopore MinION
    • +
    • Nanopore PromethION
    • +
    • PacBio Sequel II
    • +
    +
    + +
    +
    Sample Preparation + Systems
    + +
      +
    • QIAcube
    • +
    • Agilent Bravo
    • +
    • QIASymphony
    • +
    • Tecan Fluent 780
    • +
    • MGISP-100
    • +
    • 10x Genomics
    • +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/sequencing-solutions/methods.html b/ncct/site/sequencing-solutions/methods.html new file mode 100644 index 0000000..96dd145 --- /dev/null +++ b/ncct/site/sequencing-solutions/methods.html @@ -0,0 +1,57 @@ +
    +
    +
    +
    +
    +
    Sequencing Methods
    +
    + +
    +
    +
    Variant Detection
    + +
      +
    • Whole Genome sequencing
    • +
    • Long-Read sequencing
    • +
    • Panel sequencing
    • +
    • Exome sequencing
    • +
    • Targeted RNA sequencing
    • +
    +
    + +
    +
    Expression Analysis
    + +
      +
    • mRNA sequencing
    • +
    • Total RNA sequencing
    • +
    • 3'-Sequencing
    • +
    • scRNA sequencing
    • +
    • miRNA sequencing
    • +
    • smallRNA sequencing
    • +
    • long-Read RNA sequencing
    • +
    +
    + +
    +
    Metagenomics
    + +
      +
    • Shotgun Metagenomics
    • +
    • 16S/Amplicon Sequencing
    • +
    • Metatranscriptomics
    • +
    +
    + +
    +
    Epigenomics
    + +
      +
    • Whole genome bisulfite sequencing
    • +
    +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/start-project/project-questions.html b/ncct/site/start-project/project-questions.html new file mode 100644 index 0000000..1705c11 --- /dev/null +++ b/ncct/site/start-project/project-questions.html @@ -0,0 +1,27 @@ +
    +
    +
    +
    +
    Questions we will ask you:
    + +
      +
    • What is the aim of your project?
    • +
    • How many samples do you have?
    • +
    • How many replicates are planned?
    • +
    • What is your sample type? (e.g. library, DNA/RNA, blood, stool,...)
    • +
    • Which species are you working on? (e.g. human, mouse etc)
    • +
    • Is bioinformatics analysis needed? If yes, to what degree?
    • +
    + +
    Optional Questions:
    + +
      +
    • Which technology should be used? (e.g. Illumina/Pacbio/Nanopore/10x)
    • +
    • How do you plan to apply the sequenced data? (e.g. WGS, exome, metagenome,...)
    • +
    • What is the desired sequencing depth? (coverage or output in Gb/sample or Mio Reads/sample)
    • +
    +
    +
    +
    +
    + \ No newline at end of file diff --git a/ncct/site/start-project/project-submission.html b/ncct/site/start-project/project-submission.html new file mode 100644 index 0000000..3f9527d --- /dev/null +++ b/ncct/site/start-project/project-submission.html @@ -0,0 +1,50 @@ +
    +
    +
    +
    +
    +
    Project Submission
    + +
    +
    +
    + +
     
    + +
    +
    +
    + +
      +
    1. Collect Basic project information +
    2. +
    3. Contact us + and receive counselling
    4. +
    5. Fill out a Declaration of + Intent
    6. +
    7. Submit the Declaration of Intent to the DFG
    8. +
    9. Register to the DFG portal
    10. +
    11. Contact the NCCT and discuss the pre-filled counselling report
    12. +
    13. Send a full application to the DFG including the + counselling report
    14. +
    15. Await approval by the DFG
    16. +
    17. Request an offer from us
    18. +
    19. Sign the offer and send it back
    20. +
    21. Submit the filled sample sheet to + us
    22. +
    23. Await sequencing analysis by us
    24. +
    25. Access the results via our portal
    26. +
    27. Process the invoice you recieve from us
    28. +
    29. Send us your feedback
    30. +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/site/welcome/alert.html b/ncct/site/welcome/alert.html new file mode 100644 index 0000000..d30dc17 --- /dev/null +++ b/ncct/site/welcome/alert.html @@ -0,0 +1,10 @@ +
    +
    + Covid Initiative Logo +
    NCCT is a part of the German COVID-19 OMICS Initiative:
    + https://ngs-kn.de/
    +
    +
    \ No newline at end of file diff --git a/ncct/site/welcome/landing-page.html b/ncct/site/welcome/landing-page.html new file mode 100644 index 0000000..303c528 --- /dev/null +++ b/ncct/site/welcome/landing-page.html @@ -0,0 +1,56 @@ + +
    +
    +
    +
    +
    + +
    +
    +
    Our Center
    +
    + +
    +
    + +
    + +
    +
    +
    Submit Your Project
    +
    + +
    +
    + +
    + +
    +
    +
    Sequencing Solutions
    +
    + +
    +
    + +
    + +
    +
    +
    Bioinformatics Services
    +
    + +
    +
    +
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/snippets/borderless-definition-table.html b/ncct/snippets/borderless-definition-table.html new file mode 100644 index 0000000..3f8e254 --- /dev/null +++ b/ncct/snippets/borderless-definition-table.html @@ -0,0 +1,29 @@ +
    +
    +

    + Lorem ipsum dolor sit amet, consetetur sadipscing elitr +

    + +
    + + + + + + + + + + + + + + + +
    dolor sitconsetetur sadipscing elitr
      + Lorem ipsum dolor sit amet, consetetur sadipscing elitr
    + itr, sed diam nonumy eirmod tempor invid +
    sed diamsit amet, consetetur sadipscing
    +
    +
    +
    \ No newline at end of file diff --git a/ncct/snippets/card-deck.html b/ncct/snippets/card-deck.html new file mode 100644 index 0000000..8396456 --- /dev/null +++ b/ncct/snippets/card-deck.html @@ -0,0 +1,31 @@ +
    +
    +
    Card 1
    + +
      +
    • Cras justo odio
    • +
    • Dapibus ac facilisis in
    • +
    • Vestibulum at eros
    • +
    +
    + +
    +
    Card 2
    + +
      +
    • Cras justo odio
    • +
    • Dapibus ac facilisis in
    • +
    • Vestibulum at eros
    • +
    +
    + +
    +
    Card 3
    + +
      +
    • Cras justo odio
    • +
    • Dapibus ac facilisis in
    • +
    • Vestibulum at eros
    • +
    +
    +
    \ No newline at end of file diff --git a/ncct/snippets/card-list-group.html b/ncct/snippets/card-list-group.html new file mode 100644 index 0000000..c4cdf4e --- /dev/null +++ b/ncct/snippets/card-list-group.html @@ -0,0 +1,29 @@ +
    +
    + Lorem ipsum dolor +
    + +
    + Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod + tempor incididunt ut labore et dolore magna aliqua +
    + +
    +
    + +
    +
    +
    + + \ No newline at end of file diff --git a/ncct/snippets/card-list.html b/ncct/snippets/card-list.html new file mode 100644 index 0000000..ad8b5d9 --- /dev/null +++ b/ncct/snippets/card-list.html @@ -0,0 +1,9 @@ +
    +
    Lorem ipsum
    + +
      +
    • Cras justo odio
    • +
    • Dapibus ac facilisis in
    • +
    • Vestibulum at eros
    • +
    +
    \ No newline at end of file diff --git a/ncct/snippets/media-list.html b/ncct/snippets/media-list.html new file mode 100644 index 0000000..e40b65d --- /dev/null +++ b/ncct/snippets/media-list.html @@ -0,0 +1,25 @@ +
    +
    +
    +
    Lore Ipsum dolor sit amet. Lorem ipsum dolor
    + + +
    +
    +
    \ No newline at end of file diff --git a/ncct/snippets/slide.html b/ncct/snippets/slide.html new file mode 100644 index 0000000..4a8df95 --- /dev/null +++ b/ncct/snippets/slide.html @@ -0,0 +1,9 @@ +
    +
    +

    Lorem ipsum dolor sit amet.

    + +
    +

    At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea

    +
    +
    +
    \ No newline at end of file diff --git a/qbic/site/Project Management/Offers.css b/qbic/site/Project Management/Offers.css new file mode 100644 index 0000000..a73f9ee --- /dev/null +++ b/qbic/site/Project Management/Offers.css @@ -0,0 +1,5 @@ +/* Adapt Textbox height and text size for vaadin portlets*/ +.aui input[type="text"] { + height: 40px; + font-size: 16px; +} \ No newline at end of file From f01b3bd7a49cb4f17622c0f10122473c050f07ed Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Tue, 2 Mar 2021 17:22:20 +0100 Subject: [PATCH 04/33] Move NCCT Styling into subfolder --- custom.css | 369 --- custom_bootstrap.css | 2659 ----------------- custom_liferay_overwrite.css | 74 - merge-custom-css.sh | 4 - .../bioinformatics-services.html | 104 - site/bioinformatics-services/epigenomics.html | 67 - site/bioinformatics-services/genomics.html | 67 - .../immunoinformatics.html | 53 - .../bioinformatics-services/metagenomics.html | 37 - site/bioinformatics-services/proteomics.html | 39 - .../transcriptomics.html | 66 - site/downloads/sops.html | 57 - site/downloads/submission-documents.html | 28 - site/impressum/allgemeine-informationen.html | 49 - site/impressum/ansprechpartner.html | 32 - site/impressum/bildnachweise.html | 12 - site/impressum/externe-links.html | 20 - site/impressum/haftungsausschluss.html | 14 - site/impressum/introduction.html | 9 - site/impressum/urheberrecht.html | 17 - site/our-center/cc-network.html | 37 - site/our-center/institutes.html | 86 - site/our-center/ncct-contact.html | 47 - site/our-center/vision.html | 20 - site/sequencing-solutions/instruments.html | 38 - site/sequencing-solutions/methods.html | 57 - site/start-project/project-questions.html | 27 - site/start-project/project-submission.html | 50 - site/welcome/alert.html | 10 - site/welcome/landing-page.html | 56 - snippets/borderless-definition-table.html | 29 - snippets/card-deck.html | 31 - snippets/card-list-group.html | 29 - snippets/card-list.html | 9 - snippets/media-list.html | 25 - snippets/slide.html | 9 - 36 files changed, 4337 deletions(-) delete mode 100644 custom.css delete mode 100644 custom_bootstrap.css delete mode 100644 custom_liferay_overwrite.css delete mode 100755 merge-custom-css.sh delete mode 100644 site/bioinformatics-services/bioinformatics-services.html delete mode 100644 site/bioinformatics-services/epigenomics.html delete mode 100644 site/bioinformatics-services/genomics.html delete mode 100644 site/bioinformatics-services/immunoinformatics.html delete mode 100644 site/bioinformatics-services/metagenomics.html delete mode 100644 site/bioinformatics-services/proteomics.html delete mode 100644 site/bioinformatics-services/transcriptomics.html delete mode 100644 site/downloads/sops.html delete mode 100644 site/downloads/submission-documents.html delete mode 100644 site/impressum/allgemeine-informationen.html delete mode 100644 site/impressum/ansprechpartner.html delete mode 100644 site/impressum/bildnachweise.html delete mode 100644 site/impressum/externe-links.html delete mode 100644 site/impressum/haftungsausschluss.html delete mode 100644 site/impressum/introduction.html delete mode 100644 site/impressum/urheberrecht.html delete mode 100644 site/our-center/cc-network.html delete mode 100644 site/our-center/institutes.html delete mode 100644 site/our-center/ncct-contact.html delete mode 100644 site/our-center/vision.html delete mode 100644 site/sequencing-solutions/instruments.html delete mode 100644 site/sequencing-solutions/methods.html delete mode 100644 site/start-project/project-questions.html delete mode 100644 site/start-project/project-submission.html delete mode 100644 site/welcome/alert.html delete mode 100644 site/welcome/landing-page.html delete mode 100644 snippets/borderless-definition-table.html delete mode 100644 snippets/card-deck.html delete mode 100644 snippets/card-list-group.html delete mode 100644 snippets/card-list.html delete mode 100644 snippets/media-list.html delete mode 100644 snippets/slide.html diff --git a/custom.css b/custom.css deleted file mode 100644 index b6e200c..0000000 --- a/custom.css +++ /dev/null @@ -1,369 +0,0 @@ -/*Previously Implemented Color Scheme for NCCT Homepage */ - -:root { - --ncct: #027ba4; - --ncct-dark: #333333; -} - -ul.bs4-list-group { - margin-left: 0; - margin-bottom: 0; -} - -ol.bs4-list-group { - margin-left: 0; - margin-bottom: 0; -} - -ol>li.bs4-list-group-item { - display: list-item; - list-style-position: inside; -} - -.section-title { - text-align: left; - margin-bottom: 3rem; - margin-top: 5rem; -} - -.section-title .bs4-card { - background: var(--ncct); -} - -/* Custom table class adapted from bs4-table */ - -.table-collapse { - border-collapse: collapse; -} - -/* Align definition text to the left and increase font-size + font-weight */ - -.impressum-table th { - text-align: left; - font-weight: 700; - font-size: 1.5rem; -} - -/* Align description text to the left and increase font-size + font-weight */ - -.impressum-table td { - text-align: left; - font-weight: 500; - font-size: 1.5rem; -} - -/* Change font-color and background color for odd rownumbers */ - -.impressum-table-striped tbody tr:nth-of-type(odd) { - background-color: var(--ncct); - color: white; -} - -/* Change font-color and background color for even rownumbers */ - -.impressum-table-striped tbody tr:nth-of-type(even) { - background-color: white; - color: black; -} - -/* display the content in exactly 2 columns */ - -.two-columns { - column-count: 2 !important; -} - -/* styling based on project-type */ - -li.dfg-only { - color: inherit; -} - -li.no-dfg-only { - color: inherit; -} - -/* toggle switch slider CSS */ - -/* box around the slider */ - -.switch { - position: relative; - display: inline-block; - width: 60px; - height: 34px; -} - -.switch-container { - margin: 0 1rem; -} - -/* acivated state */ - -.switch-label { - background-color: var(--ncct); - border: 0.2rem transparent; - color: white; - font-size: 2rem; - line-height: 1.2; - padding: 0.3rem; - -ms-user-select: none; - -webkit-user-select: none; - user-select: none; -} - -/* hide the default checkbox */ - -input.switch { - opacity: 0; - width: 0; - height: 0; -} - -.slider { - position: absolute; - cursor: pointer; - top: 0; - left: 0; - right: 0; - bottom: 0; - background-color: var(--ncct); - -webkit-transition: 0.4s; - transition: 0.4s; -} - -/* sliding indicator */ - -.slider::before { - position: absolute; - content: ""; - height: 80%; - width: 50%; - top: 10%; - left: 0; - background-color: white; - -webkit-transition: 0.4s; - transition: 0.4s; -} - -.slider.bs4-rounded-lg:before { - border-radius: inherit; -} - -/* move the indicator when checked*/ - -#dfg-switch:checked~* .slider:before { - transform: translateX(100%); -} - -/* toggle visibility of dfg
  • */ - -#dfg-switch:not(:checked)~* li.dfg-only-display { - display: none; -} - -#dfg-switch:checked~* li.no-dfg-only-display { - display: none; -} - -/* disableled state of the .switch-label elements*/ - -#dfg-switch:not(:checked)~* .no-dfg-only-highlight.switch-label { - color: var(--gray); - background-color: white; - border-color: var(--gray); -} - -#dfg-switch:checked~* .dfg-only-highlight.switch-label { - color: var(--gray); - background-color: white; - border-color: var(--gray); -} - -/* translucent background colors */ - -.translucent-bg-container { - --bg-color: white; - position: relative; - z-index: 1; - /* creates new z-layers*/ - overflow: hidden; -} - -.translucent-bg-container::before { - content: ""; - position: absolute; - top: 0; - left: 0; - bottom: 0; - right: 0; - background-color: var(--bg-color); - opacity: 0.8; - z-index: -1; - /* display below other children */ -} - -.bg-ncct { - background-color: var(--ncct) !important; -} - -.bg-ncct-dark { - background-color: var(--ncct-dark) !important; -} - -.vh-10 { - height: 10vh !important; -} - -.vh-25 { - height: 25vh !important; -} - -.vh-50 { - height: 50vh !important; -} - -.vh-75 { - height: 75vh !important; -} - -.min-vh-10 { - min-height: 10vh !important; -} - -.min-vh-25 { - min-height: 25vh !important; -} - -.min-vh-50 { - min-height: 50vh !important; -} - -.min-vh-75 { - min-height: 75vh !important; -} - -.max-vh-10 { - max-height: 10vh !important; -} - -.max-vh-25 { - max-height: 25vh !important; -} - -.max-vh-50 { - max-height: 50vh !important; -} - -.max-vh-75 { - max-height: 75vh !important; -} - -.vw-10 { - width: 10vw !important; -} - -.vw-25 { - width: 25vw !important; -} - -.vw-50 { - width: 50vw !important; -} - -.vw-75 { - width: 75vw !important; -} - -.min-vw-10 { - min-width: 10vw !important; -} - -.min-vw-25 { - min-width: 25vw !important; -} - -.min-vw-50 { - min-width: 50vw !important; -} - -.min-vw-75 { - min-width: 75vw !important; -} - - -.min-vw-auto { - min-width: auto !important; -} - -.max-vw-10 { - max-width: 10vw !important; -} - -.max-vw-25 { - max-width: 25vw !important; -} - -.max-vw-50 { - max-width: 50vw !important; -} - -.max-vw-75 { - max-width: 75vw !important; -} - -img.img-cover { - object-fit: cover; - height: 100%; - width: 100%; -} - -img.img-in-text { - height: 2.5ex; -} - -.section-title .bs4-card { - background: var(--ncct); -} - -/* set default column count to 4 */ - -@media (min-width: 576px) { - .bs4-card-columns { - -webkit-column-count: 4; - -moz-column-count: 4; - column-count: 4; - } -} - -.btn-ncct { - max-width: 200px; - margin: auto; - background-image: none !important; -} - -img.img-in-text { - height: 2.5ex; -} - - -a[target="_blank"]:after { - content: ""; - background-image: url("https://portal.qbic.uni-tuebingen.de/portal/documents/33387/39176/external-linktransparentblue.png/921a7415-7323-4f83-b77a-bb5a289c4009?t=1586359941379"); - background-size: 100% 100%; - display: inline-block; - height: 10px; - width: 10px; - position: relative; - bottom: 10px; -} - -a[target="_blank"].btn:after { - content: ""; - background-image: url("https://portal.qbic.uni-tuebingen.de/portal/documents/33387/39176/external-linktransparentwhite.png/33f8123c-35e1-4510-8871-b423d880d01c?t=1586359941122"); - background-size: 100% 100%; - display: inline-block; - height: 10px; - width: 10px; - position: relative; - bottom: 10px; -} diff --git a/custom_bootstrap.css b/custom_bootstrap.css deleted file mode 100644 index e1de4b1..0000000 --- a/custom_bootstrap.css +++ /dev/null @@ -1,2659 +0,0 @@ -/*! - * Bootstrap v4.4.1 (https://getbootstrap.com/) - * Copyright 2011-2019 The Bootstrap Authors - * Copyright 2011-2019 Twitter, Inc. - * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) - */ - -/* colors, breakpoints and font-types */ - -:root { - --blue: #007bff; - --indigo: #6610f2; - --purple: #6f42c1; - --pink: #e83e8c; - --red: #dc3545; - --orange: #fd7e14; - --yellow: #ffc107; - --green: #28a745; - --teal: #20c997; - --cyan: #17a2b8; - --white: #fff; - --gray: #6c757d; - --gray-dark: #343a40; - --primary: #007bff; - --secondary: #6c757d; - --success: #28a745; - --info: #17a2b8; - --warning: #ffc107; - --danger: #dc3545; - --light: #f8f9fa; - --dark: #343a40; - --breakpoint-xs: 0; - --breakpoint-sm: 576px; - --breakpoint-md: 768px; - --breakpoint-lg: 992px; - --breakpoint-xl: 1200px; - --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; - --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; -} - -/* container classes */ - -.bs4-container { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; -} - -@media (min-width: 576px) { - .bs4-container { - max-width: 540px; - } -} - -@media (min-width: 768px) { - .bs4-container { - max-width: 720px; - } -} - -@media (min-width: 992px) { - .bs4-container { - max-width: 960px; - } -} - -@media (min-width: 1200px) { - .bs4-container { - max-width: 1140px; - } -} - -.bs4-container-fluid, .bs4-container-sm, .bs4-container-md, .bs4-container-lg, .bs4-container-xl { - width: 100%; - padding-right: 15px; - padding-left: 15px; - margin-right: auto; - margin-left: auto; -} - -@media (min-width: 576px) { - .bs4-container, .bs4-container-sm { - max-width: 540px; - } -} - -@media (min-width: 768px) { - .bs4-container, .bs4-container-sm, .bs4-container-md { - max-width: 720px; - } -} - -@media (min-width: 992px) { - .bs4-container, .bs4-container-sm, .bs4-container-md, .bs4-container-lg { - max-width: 960px; - } -} - -@media (min-width: 1200px) { - .bs4-container, .bs4-container-sm, .bs4-container-md, .bs4-container-lg, .bs4-container-xl { - max-width: 1140px; - } -} - -/* header classes */ - -.bs4-h1, .bs4-h2, .bs4-h3, .bs4-h4, .bs4-h5, .bs4-h6 { - margin-bottom: 0.5rem; - font-weight: 500; - line-height: 1.2; -} - -.bs4-h1 { - font-size: 2.5rem; -} - -.bs4-h2 { - font-size: 2rem; -} - -.bs4-h3 { - font-size: 1.75rem; -} - -.bs4-h4 { - font-size: 1.5rem; -} - -.bs4-h5 { - font-size: 1.25rem; -} - -.bs4-h6 { - font-size: 1rem; -} - -/* font related classes */ - -.bs4-font-italic { - font-style: italic !important; -} - -.bs4-font-weight-bold { - font-weight: 700 !important; -} - -/* .bs4-stretched-link makes card to be the link*/ - -.bs4-stretched-link::after { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - z-index: 1; - pointer-events: auto; - content: ""; - background-color: rgba(0, 0, 0, 0); -} - -/* .card related classes */ - -.bs4-card { - position: relative; - display: -ms-flexbox; - display: flex; - -ms-flex-direction: column; - flex-direction: column; - min-width: 0; - word-wrap: break-word; - background-color: #fff; - background-clip: border-box; - border: 1px solid rgba(0, 0, 0, 0.125); - border-radius: 0.25rem; -} - -.bs4-card>hr { - margin-right: 0; - margin-left: 0; -} - -.bs4-card>.bs4-list-group:first-child .bs4-list-group-item:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} - -.bs4-card>.bs4-list-group:last-child .bs4-list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.bs4-card-body { - -ms-flex: 1 1 auto; - flex: 1 1 auto; - min-height: 1px; - padding: 1.25rem; -} - -.bs4-card-title { - margin-bottom: 0.75rem; -} - -.bs4-card-subtitle { - margin-top: -0.375rem; - margin-bottom: 0; -} - -.bs4-card-text:last-child { - margin-bottom: 0; -} - -.bs4-card-link:hover { - text-decoration: none; -} - -.bs4-card-link+.bs4-card-link { - margin-left: 1.25rem; -} - -.bs4-card-header { - padding: 0.75rem 1.25rem; - margin-bottom: 0; - background-color: rgba(0, 0, 0, 0.03); - border-bottom: 1px solid rgba(0, 0, 0, 0.125); -} - -.bs4-card-header:first-child { - border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; -} - -.bs4-card-header+.bs4-list-group .bs4-list-group-item:first-child { - border-top: 0; -} - -.bs4-card-footer { - padding: 0.75rem 1.25rem; - background-color: rgba(0, 0, 0, 0.03); - border-top: 1px solid rgba(0, 0, 0, 0.125); -} - -.bs4-card-footer:last-child { - border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); -} - -.bs4-card-header-tabs { - margin-right: -0.625rem; - margin-bottom: -0.75rem; - margin-left: -0.625rem; - border-bottom: 0; -} - -.bs4-card-header-pills { - margin-right: -0.625rem; - margin-left: -0.625rem; -} - -.bs4-card-img-overlay { - position: absolute; - top: 0; - right: 0; - bottom: 0; - left: 0; - padding: 1.25rem; -} - -.bs4-card-img, .bs4-card-img-top, .bs4-card-img-bottom { - -ms-flex-negative: 0; - flex-shrink: 0; - width: 100%; -} - -.bs4-card-img, .bs4-card-img-top { - border-top-left-radius: calc(0.25rem - 1px); - border-top-right-radius: calc(0.25rem - 1px); -} - -.bs4-card-img, .bs4-card-img-bottom { - border-bottom-right-radius: calc(0.25rem - 1px); - border-bottom-left-radius: calc(0.25rem - 1px); -} - -.bs4-card-deck .bs4-card { - margin-bottom: 15px; -} - -@media (min-width: 576px) { - .bs4-card-deck { - display: -ms-flexbox; - display: flex; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - margin-right: -15px; - margin-left: -15px; - } - .bs4-card-deck .bs4-card { - -ms-flex: 1 0 0%; - flex: 1 0 0%; - margin-right: 15px; - margin-bottom: 0; - margin-left: 15px; - } -} - -.bs4-card-group>.bs4-card { - margin-bottom: 15px; -} - -@media (min-width: 576px) { - .bs4-card-group { - display: -ms-flexbox; - display: flex; - -ms-flex-flow: row wrap; - flex-flow: row wrap; - } - .bs4-card-group>.bs4-card { - -ms-flex: 1 0 0%; - flex: 1 0 0%; - margin-bottom: 0; - } - .bs4-card-group>.bs4-card+.bs4-card { - margin-left: 0; - border-left: 0; - } - .bs4-card-group>.bs4-card:not(:last-child) { - border-top-right-radius: 0; - border-bottom-right-radius: 0; - } - .bs4-card-group>.bs4-card:not(:last-child) .bs4-card-img-top, .bs4-card-group>.bs4-card:not(:last-child) .bs4-card-header { - border-top-right-radius: 0; - } - .bs4-card-group>.bs4-card:not(:last-child) .bs4-card-img-bottom, .bs4-card-group>.bs4-card:not(:last-child) .bs4-card-footer { - border-bottom-right-radius: 0; - } - .bs4-card-group>.bs4-card:not(:first-child) { - border-top-left-radius: 0; - border-bottom-left-radius: 0; - } - .bs4-card-group>.bs4-card:not(:first-child) .bs4-card-img-top, .bs-4card-group>.bs4-card:not(:first-child) .bs4-card-header { - border-top-left-radius: 0; - } - .bs4-card-group>.bs4-card:not(:first-child) .bs4-card-img-bottom, .bs4-card-group>.bs4-card:not(:first-child) .bs4-card-footer { - border-bottom-left-radius: 0; - } -} - -.bs4-card-columns .bs4-card { - margin-bottom: 0.75rem; -} - -@media (min-width: 576px) { - .bs4-card-columns { - -webkit-column-count: 3; - -moz-column-count: 3; - column-count: 3; - -webkit-column-gap: 1.25rem; - -moz-column-gap: 1.25rem; - column-gap: 1.25rem; - orphans: 1; - widows: 1; - } - .bs4-card-columns .bs4-card { - display: inline-block; - width: 100%; - } -} - -/* shadow */ - -.bs4-shadow-sm { - box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; -} - -.bs4-shadow { - box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; -} - -.bs4-shadow-lg { - box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; -} - -.bs4-shadow-none { - box-shadow: none !important; -} - -/* height and width */ - -.bs4-w-25 { - width: 25% !important; -} - -.bs4-w-50 { - width: 50% !important; -} - -.bs4-w-75 { - width: 75% !important; -} - -.bs4-w-100 { - width: 100% !important; -} - -.bs4-w-auto { - width: auto !important; -} - -.bs4-h-25 { - height: 25% !important; -} - -.bs4-h-50 { - height: 50% !important; -} - -.bs4-h-75 { - height: 75% !important; -} - -.bs4-h-100 { - height: 100% !important; -} - -.bs4-h-auto { - height: auto !important; -} - -.bs4-mw-100 { - max-width: 100% !important; -} - -.bs4-mh-100 { - max-height: 100% !important; -} - -.bs4-min-vw-100 { - min-width: 100vw !important; -} - -.bs4-min-vh-100 { - min-height: 100vh !important; -} - -.bs4-vw-100 { - width: 100vw !important; -} - -.bs4-vh-100 { - height: 100vh !important; -} - -/* margin and padding */ - -.bs4-m-0 { - margin: 0 !important; -} - -.bs4-mt-0, .bs4-my-0 { - margin-top: 0 !important; -} - -.bs4-mr-0, .bs4-mx-0 { - margin-right: 0 !important; -} - -.bs4-mb-0, .bs4-my-0 { - margin-bottom: 0 !important; -} - -.bs4-ml-0, .bs4-mx-0 { - margin-left: 0 !important; -} - -.bs4-m-1 { - margin: 0.25rem !important; -} - -.bs4-mt-1, .bs4-my-1 { - margin-top: 0.25rem !important; -} - -.bs4-mr-1, .bs4-mx-1 { - margin-right: 0.25rem !important; -} - -.bs4-mb-1, .bs4-my-1 { - margin-bottom: 0.25rem !important; -} - -.bs4-ml-1, .bs4-mx-1 { - margin-left: 0.25rem !important; -} - -.bs4-m-2 { - margin: 0.5rem !important; -} - -.bs4-mt-2, .bs4-my-2 { - margin-top: 0.5rem !important; -} - -.bs4-mr-2, .bs4-mx-2 { - margin-right: 0.5rem !important; -} - -.bs4-mb-2, .bs4-my-2 { - margin-bottom: 0.5rem !important; -} - -.bs4-ml-2, .bs4-mx-2 { - margin-left: 0.5rem !important; -} - -.bs4-m-3 { - margin: 1rem !important; -} - -.bs4-mt-3, .bs4-my-3 { - margin-top: 1rem !important; -} - -.bs4-mr-3, .bs4-mx-3 { - margin-right: 1rem !important; -} - -.bs4-mb-3, .bs4-my-3 { - margin-bottom: 1rem !important; -} - -.bs4-ml-3, .bs4-mx-3 { - margin-left: 1rem !important; -} - -.bs4-m-4 { - margin: 1.5rem !important; -} - -.bs4-mt-4, .bs4-my-4 { - margin-top: 1.5rem !important; -} - -.bs4-mr-4, .bs4-mx-4 { - margin-right: 1.5rem !important; -} - -.bs4-mb-4, .bs4-my-4 { - margin-bottom: 1.5rem !important; -} - -.bs4-ml-4, .bs4-mx-4 { - margin-left: 1.5rem !important; -} - -.bs4-m-5 { - margin: 3rem !important; -} - -.bs4-mt-5, .bs4-my-5 { - margin-top: 3rem !important; -} - -.bs4-mr-5, .bs4-mx-5 { - margin-right: 3rem !important; -} - -.bs4-mb-5, .bs4-my-5 { - margin-bottom: 3rem !important; -} - -.bs4-ml-5, .bs4-mx-5 { - margin-left: 3rem !important; -} - -.bs4-p-0 { - padding: 0 !important; -} - -.bs4-pt-0, .bs4-py-0 { - padding-top: 0 !important; -} - -.bs4-pr-0, .bs4-px-0 { - padding-right: 0 !important; -} - -.bs4-pb-0, .bs4-py-0 { - padding-bottom: 0 !important; -} - -.bs4-pl-0, .bs4-px-0 { - padding-left: 0 !important; -} - -.bs4-p-1 { - padding: 0.25rem !important; -} - -.bs4-pt-1, .bs4-py-1 { - padding-top: 0.25rem !important; -} - -.bs4-pr-1, .bs4-px-1 { - padding-right: 0.25rem !important; -} - -.bs4-pb-1, .bs4-py-1 { - padding-bottom: 0.25rem !important; -} - -.bs4-pl-1, .bs4-px-1 { - padding-left: 0.25rem !important; -} - -.bs4-p-2 { - padding: 0.5rem !important; -} - -.bs4-pt-2, .bs4-py-2 { - padding-top: 0.5rem !important; -} - -.bs4-pr-2, .bs4-px-2 { - padding-right: 0.5rem !important; -} - -.bs4-pb-2, .bs4-py-2 { - padding-bottom: 0.5rem !important; -} - -.bs4-pl-2, .bs4-px-2 { - padding-left: 0.5rem !important; -} - -.bs4-p-3 { - padding: 1rem !important; -} - -.bs4-pt-3, .bs4-py-3 { - padding-top: 1rem !important; -} - -.bs4-pr-3, .bs4-px-3 { - padding-right: 1rem !important; -} - -.bs4-pb-3, .bs4-py-3 { - padding-bottom: 1rem !important; -} - -.bs4-pl-3, .bs4-px-3 { - padding-left: 1rem !important; -} - -.bs4-p-4 { - padding: 1.5rem !important; -} - -.bs4-pt-4, .bs4-py-4 { - padding-top: 1.5rem !important; -} - -.bs4-pr-4, .bs4-px-4 { - padding-right: 1.5rem !important; -} - -.bs4-pb-4, .bs4-py-4 { - padding-bottom: 1.5rem !important; -} - -.bs4-pl-4, .bs4-px-4 { - padding-left: 1.5rem !important; -} - -.bs4-p-5 { - padding: 3rem !important; -} - -.bs4-pt-5, .bs4-py-5 { - padding-top: 3rem !important; -} - -.bs4-pr-5, .bs4-px-5 { - padding-right: 3rem !important; -} - -.bs4-pb-5, .bs4-py-5 { - padding-bottom: 3rem !important; -} - -.bs4-pl-5, .bs4-px-5 { - padding-left: 3rem !important; -} - -.bs4-m-n1 { - margin: -0.25rem !important; -} - -.bs4-mt-n1, .bs4-my-n1 { - margin-top: -0.25rem !important; -} - -.bs4-mr-n1, .bs4-mx-n1 { - margin-right: -0.25rem !important; -} - -.bs4-mb-n1, .bs4-my-n1 { - margin-bottom: -0.25rem !important; -} - -.bs4-ml-n1, .bs4-mx-n1 { - margin-left: -0.25rem !important; -} - -.bs4-m-n2 { - margin: -0.5rem !important; -} - -.bs4-mt-n2, .bs4-my-n2 { - margin-top: -0.5rem !important; -} - -.bs4-mr-n2, .bs4-mx-n2 { - margin-right: -0.5rem !important; -} - -.bs4-mb-n2, .bs4-my-n2 { - margin-bottom: -0.5rem !important; -} - -.bs4-ml-n2, .bs4-mx-n2 { - margin-left: -0.5rem !important; -} - -.bs4-m-n3 { - margin: -1rem !important; -} - -.bs4-mt-n3, .bs4-my-n3 { - margin-top: -1rem !important; -} - -.bs4-mr-n3, .bs4-mx-n3 { - margin-right: -1rem !important; -} - -.bs4-mb-n3, .bs4-my-n3 { - margin-bottom: -1rem !important; -} - -.bs4-ml-n3, .bs4-mx-n3 { - margin-left: -1rem !important; -} - -.bs4-m-n4 { - margin: -1.5rem !important; -} - -.bs4-mt-n4, .bs4-my-n4 { - margin-top: -1.5rem !important; -} - -.bs4-mr-n4, .bs4-mx-n4 { - margin-right: -1.5rem !important; -} - -.bs4-mb-n4, .bs4-my-n4 { - margin-bottom: -1.5rem !important; -} - -.bs4-ml-n4, .bs4-mx-n4 { - margin-left: -1.5rem !important; -} - -.bs4-m-n5 { - margin: -3rem !important; -} - -.bs4-mt-n5, .bs4-my-n5 { - margin-top: -3rem !important; -} - -.bs4-mr-n5, .bs4-mx-n5 { - margin-right: -3rem !important; -} - -.bs4-mb-n5, .bs4-my-n5 { - margin-bottom: -3rem !important; -} - -.bs4-ml-n5, .bs4-mx-n5 { - margin-left: -3rem !important; -} - -.bs4-m-auto { - margin: auto !important; -} - -.bs4-mt-auto, .bs4-my-auto { - margin-top: auto !important; -} - -.bs4-mr-auto, .bs4-mx-auto { - margin-right: auto !important; -} - -.bs4-mb-auto, .bs4-my-auto { - margin-bottom: auto !important; -} - -.bs4-ml-auto, .bs4-mx-auto { - margin-left: auto !important; -} - -@media (min-width: 576px) { - .bs4-m-sm-0 { - margin: 0 !important; - } - .bs4-mt-sm-0, .bs4-my-sm-0 { - margin-top: 0 !important; - } - .bs4-mr-sm-0, .bs4-mx-sm-0 { - margin-right: 0 !important; - } - .bs4-mb-sm-0, .bs4-my-sm-0 { - margin-bottom: 0 !important; - } - .bs4-ml-sm-0, .bs4-mx-sm-0 { - margin-left: 0 !important; - } - .bs4-m-sm-1 { - margin: 0.25rem !important; - } - .bs4-mt-sm-1, .bs4-my-sm-1 { - margin-top: 0.25rem !important; - } - .bs4-mr-sm-1, .bs4-mx-sm-1 { - margin-right: 0.25rem !important; - } - .bs4-mb-sm-1, .bs4-my-sm-1 { - margin-bottom: 0.25rem !important; - } - .bs4-ml-sm-1, .bs4-mx-sm-1 { - margin-left: 0.25rem !important; - } - .bs4-m-sm-2 { - margin: 0.5rem !important; - } - .bs4-mt-sm-2, .bs4-my-sm-2 { - margin-top: 0.5rem !important; - } - .bs4-mr-sm-2, .bs4-mx-sm-2 { - margin-right: 0.5rem !important; - } - .bs4-mb-sm-2, .bs4-my-sm-2 { - margin-bottom: 0.5rem !important; - } - .bs4-ml-sm-2, .bs4-mx-sm-2 { - margin-left: 0.5rem !important; - } - .bs4-m-sm-3 { - margin: 1rem !important; - } - .bs4-mt-sm-3, .bs4-my-sm-3 { - margin-top: 1rem !important; - } - .bs4-mr-sm-3, .bs4-mx-sm-3 { - margin-right: 1rem !important; - } - .bs4-mb-sm-3, .bs4-my-sm-3 { - margin-bottom: 1rem !important; - } - .bs4-ml-sm-3, .bs4-mx-sm-3 { - margin-left: 1rem !important; - } - .bs4-m-sm-4 { - margin: 1.5rem !important; - } - .bs4-mt-sm-4, .bs4-my-sm-4 { - margin-top: 1.5rem !important; - } - .bs4-mr-sm-4, .bs4-mx-sm-4 { - margin-right: 1.5rem !important; - } - .bs4-mb-sm-4, .bs4-my-sm-4 { - margin-bottom: 1.5rem !important; - } - .bs4-ml-sm-4, .bs4-mx-sm-4 { - margin-left: 1.5rem !important; - } - .bs4-m-sm-5 { - margin: 3rem !important; - } - .bs4-mt-sm-5, .bs4-my-sm-5 { - margin-top: 3rem !important; - } - .bs4-mr-sm-5, .bs4-mx-sm-5 { - margin-right: 3rem !important; - } - .bs4-mb-sm-5, .bs4-my-sm-5 { - margin-bottom: 3rem !important; - } - .bs4-ml-sm-5, .bs4-mx-sm-5 { - margin-left: 3rem !important; - } - .bs4-p-sm-0 { - padding: 0 !important; - } - .bs4-pt-sm-0, .bs4-py-sm-0 { - padding-top: 0 !important; - } - .bs4-pr-sm-0, .bs4-px-sm-0 { - padding-right: 0 !important; - } - .bs4-pb-sm-0, .bs4-py-sm-0 { - padding-bottom: 0 !important; - } - .bs4-pl-sm-0, .bs4-px-sm-0 { - padding-left: 0 !important; - } - .bs4-p-sm-1 { - padding: 0.25rem !important; - } - .bs4-pt-sm-1, .bs4-py-sm-1 { - padding-top: 0.25rem !important; - } - .bs4-pr-sm-1, .bs4-px-sm-1 { - padding-right: 0.25rem !important; - } - .bs4-pb-sm-1, .bs4-py-sm-1 { - padding-bottom: 0.25rem !important; - } - .bs4-pl-sm-1, .bs4-px-sm-1 { - padding-left: 0.25rem !important; - } - .bs4-p-sm-2 { - padding: 0.5rem !important; - } - .bs4-pt-sm-2, .bs4-py-sm-2 { - padding-top: 0.5rem !important; - } - .bs4-pr-sm-2, .bs4-px-sm-2 { - padding-right: 0.5rem !important; - } - .bs4-pb-sm-2, .bs4-py-sm-2 { - padding-bottom: 0.5rem !important; - } - .bs4-pl-sm-2, .bs4-px-sm-2 { - padding-left: 0.5rem !important; - } - .bs4-p-sm-3 { - padding: 1rem !important; - } - .bs4-pt-sm-3, .bs4-py-sm-3 { - padding-top: 1rem !important; - } - .bs4-pr-sm-3, .bs4-px-sm-3 { - padding-right: 1rem !important; - } - .bs4-pb-sm-3, .bs4-py-sm-3 { - padding-bottom: 1rem !important; - } - .bs4-pl-sm-3, .bs4-px-sm-3 { - padding-left: 1rem !important; - } - .bs4-p-sm-4 { - padding: 1.5rem !important; - } - .bs4-pt-sm-4, .bs4-py-sm-4 { - padding-top: 1.5rem !important; - } - .bs4-pr-sm-4, .bs4-px-sm-4 { - padding-right: 1.5rem !important; - } - .bs4-pb-sm-4, .bs4-py-sm-4 { - padding-bottom: 1.5rem !important; - } - .bs4-pl-sm-4, .bs4-px-sm-4 { - padding-left: 1.5rem !important; - } - .bs4-p-sm-5 { - padding: 3rem !important; - } - .bs4-pt-sm-5, .bs4-py-sm-5 { - padding-top: 3rem !important; - } - .bs4-pr-sm-5, .bs4-px-sm-5 { - padding-right: 3rem !important; - } - .bs4-pb-sm-5, .bs4-py-sm-5 { - padding-bottom: 3rem !important; - } - .bs4-pl-sm-5, .bs4-px-sm-5 { - padding-left: 3rem !important; - } - .bs4-m-sm-n1 { - margin: -0.25rem !important; - } - .bs4-mt-sm-n1, .bs4-my-sm-n1 { - margin-top: -0.25rem !important; - } - .bs4-mr-sm-n1, .bs4-mx-sm-n1 { - margin-right: -0.25rem !important; - } - .bs4-mb-sm-n1, .bs4-my-sm-n1 { - margin-bottom: -0.25rem !important; - } - .bs4-ml-sm-n1, .bs4-mx-sm-n1 { - margin-left: -0.25rem !important; - } - .bs4-m-sm-n2 { - margin: -0.5rem !important; - } - .bs4-mt-sm-n2, .bs4-my-sm-n2 { - margin-top: -0.5rem !important; - } - .bs4-mr-sm-n2, .bs4-mx-sm-n2 { - margin-right: -0.5rem !important; - } - .bs4-mb-sm-n2, .bs4-my-sm-n2 { - margin-bottom: -0.5rem !important; - } - .bs4-ml-sm-n2, .bs4-mx-sm-n2 { - margin-left: -0.5rem !important; - } - .bs4-m-sm-n3 { - margin: -1rem !important; - } - .bs4-mt-sm-n3, .bs4-my-sm-n3 { - margin-top: -1rem !important; - } - .bs4-mr-sm-n3, .bs4-mx-sm-n3 { - margin-right: -1rem !important; - } - .bs4-mb-sm-n3, .bs4-my-sm-n3 { - margin-bottom: -1rem !important; - } - .bs4-ml-sm-n3, .bs4-mx-sm-n3 { - margin-left: -1rem !important; - } - .bs4-m-sm-n4 { - margin: -1.5rem !important; - } - .bs4-mt-sm-n4, .bs4-my-sm-n4 { - margin-top: -1.5rem !important; - } - .bs4-mr-sm-n4, .bs4-mx-sm-n4 { - margin-right: -1.5rem !important; - } - .bs4-mb-sm-n4, .bs4-my-sm-n4 { - margin-bottom: -1.5rem !important; - } - .bs4-ml-sm-n4, .bs4-mx-sm-n4 { - margin-left: -1.5rem !important; - } - .bs4-m-sm-n5 { - margin: -3rem !important; - } - .bs4-mt-sm-n5, .bs4-my-sm-n5 { - margin-top: -3rem !important; - } - .bs4-mr-sm-n5, .bs4-mx-sm-n5 { - margin-right: -3rem !important; - } - .bs4-mb-sm-n5, .bs4-my-sm-n5 { - margin-bottom: -3rem !important; - } - .bs4-ml-sm-n5, .bs4-mx-sm-n5 { - margin-left: -3rem !important; - } - .bs4-m-sm-auto { - margin: auto !important; - } - .bs4-mt-sm-auto, .bs4-my-sm-auto { - margin-top: auto !important; - } - .bs4-mr-sm-auto, .bs4-mx-sm-auto { - margin-right: auto !important; - } - .bs4-mb-sm-auto, .bs4-my-sm-auto { - margin-bottom: auto !important; - } - .bs4-ml-sm-auto, .bs4-mx-sm-auto { - margin-left: auto !important; - } -} - -@media (min-width: 768px) { - .bs4-m-md-0 { - margin: 0 !important; - } - .bs4-mt-md-0, .bs4-my-md-0 { - margin-top: 0 !important; - } - .bs4-mr-md-0, .bs4-mx-md-0 { - margin-right: 0 !important; - } - .bs4-mb-md-0, .bs4-my-md-0 { - margin-bottom: 0 !important; - } - .bs4-ml-md-0, .bs4-mx-md-0 { - margin-left: 0 !important; - } - .bs4-m-md-1 { - margin: 0.25rem !important; - } - .bs4-mt-md-1, .bs4-my-md-1 { - margin-top: 0.25rem !important; - } - .bs4-mr-md-1, .bs4-mx-md-1 { - margin-right: 0.25rem !important; - } - .bs4-mb-md-1, .bs4-my-md-1 { - margin-bottom: 0.25rem !important; - } - .bs4-ml-md-1, .bs4-mx-md-1 { - margin-left: 0.25rem !important; - } - .bs4-m-md-2 { - margin: 0.5rem !important; - } - .bs4-mt-md-2, .bs4-my-md-2 { - margin-top: 0.5rem !important; - } - .bs4-mr-md-2, .bs4-mx-md-2 { - margin-right: 0.5rem !important; - } - .bs4-mb-md-2, .bs4-my-md-2 { - margin-bottom: 0.5rem !important; - } - .bs4-ml-md-2, .bs4-mx-md-2 { - margin-left: 0.5rem !important; - } - .bs4-m-md-3 { - margin: 1rem !important; - } - .bs4-mt-md-3, .bs4-my-md-3 { - margin-top: 1rem !important; - } - .bs4-mr-md-3, .bs4-mx-md-3 { - margin-right: 1rem !important; - } - .bs4-mb-md-3, .bs4-my-md-3 { - margin-bottom: 1rem !important; - } - .bs4-ml-md-3, .bs4-mx-md-3 { - margin-left: 1rem !important; - } - .bs4-m-md-4 { - margin: 1.5rem !important; - } - .bs4-mt-md-4, .bs4-my-md-4 { - margin-top: 1.5rem !important; - } - .bs4-mr-md-4, .bs4-mx-md-4 { - margin-right: 1.5rem !important; - } - .bs4-mb-md-4, .bs4-my-md-4 { - margin-bottom: 1.5rem !important; - } - .bs4-ml-md-4, .bs4-mx-md-4 { - margin-left: 1.5rem !important; - } - .bs4-m-md-5 { - margin: 3rem !important; - } - .bs4-mt-md-5, .bs4-my-md-5 { - margin-top: 3rem !important; - } - .bs4-mr-md-5, .bs4-mx-md-5 { - margin-right: 3rem !important; - } - .bs4-mb-md-5, .bs4-my-md-5 { - margin-bottom: 3rem !important; - } - .bs4-ml-md-5, .bs4-mx-md-5 { - margin-left: 3rem !important; - } - .bs4-p-md-0 { - padding: 0 !important; - } - .bs4-pt-md-0, .bs4-py-md-0 { - padding-top: 0 !important; - } - .bs4-pr-md-0, .bs4-px-md-0 { - padding-right: 0 !important; - } - .bs4-pb-md-0, .bs4-py-md-0 { - padding-bottom: 0 !important; - } - .bs4-pl-md-0, .bs4-px-md-0 { - padding-left: 0 !important; - } - .bs4-p-md-1 { - padding: 0.25rem !important; - } - .bs4-pt-md-1, .bs4-py-md-1 { - padding-top: 0.25rem !important; - } - .bs4-pr-md-1, .bs4-px-md-1 { - padding-right: 0.25rem !important; - } - .bs4-pb-md-1, .bs4-py-md-1 { - padding-bottom: 0.25rem !important; - } - .bs4-pl-md-1, .bs4-px-md-1 { - padding-left: 0.25rem !important; - } - .bs4-p-md-2 { - padding: 0.5rem !important; - } - .bs4-pt-md-2, .bs4-py-md-2 { - padding-top: 0.5rem !important; - } - .bs4-pr-md-2, .bs4-px-md-2 { - padding-right: 0.5rem !important; - } - .bs4-pb-md-2, .bs4-py-md-2 { - padding-bottom: 0.5rem !important; - } - .bs4-pl-md-2, .bs4-px-md-2 { - padding-left: 0.5rem !important; - } - .bs4-p-md-3 { - padding: 1rem !important; - } - .bs4-pt-md-3, .bs4-py-md-3 { - padding-top: 1rem !important; - } - .bs4-pr-md-3, .bs4-px-md-3 { - padding-right: 1rem !important; - } - .bs4-pb-md-3, .bs4-py-md-3 { - padding-bottom: 1rem !important; - } - .bs4-pl-md-3, .bs4-px-md-3 { - padding-left: 1rem !important; - } - .bs4-p-md-4 { - padding: 1.5rem !important; - } - .bs4-pt-md-4, .bs4-py-md-4 { - padding-top: 1.5rem !important; - } - .bs4-pr-md-4, .bs4-px-md-4 { - padding-right: 1.5rem !important; - } - .bs4-pb-md-4, .bs4-py-md-4 { - padding-bottom: 1.5rem !important; - } - .bs4-pl-md-4, .bs4-px-md-4 { - padding-left: 1.5rem !important; - } - .bs4-p-md-5 { - padding: 3rem !important; - } - .bs4-pt-md-5, .bs4-py-md-5 { - padding-top: 3rem !important; - } - .bs4-pr-md-5, .bs4-px-md-5 { - padding-right: 3rem !important; - } - .bs4-pb-md-5, .bs4-py-md-5 { - padding-bottom: 3rem !important; - } - .bs4-pl-md-5, .bs4-px-md-5 { - padding-left: 3rem !important; - } - .bs4-m-md-n1 { - margin: -0.25rem !important; - } - .bs4-mt-md-n1, .bs4-my-md-n1 { - margin-top: -0.25rem !important; - } - .bs4-mr-md-n1, .bs4-mx-md-n1 { - margin-right: -0.25rem !important; - } - .bs4-mb-md-n1, .bs4-my-md-n1 { - margin-bottom: -0.25rem !important; - } - .bs4-ml-md-n1, .bs4-mx-md-n1 { - margin-left: -0.25rem !important; - } - .bs4-m-md-n2 { - margin: -0.5rem !important; - } - .bs4-mt-md-n2, .bs4-my-md-n2 { - margin-top: -0.5rem !important; - } - .bs4-mr-md-n2, .bs4-mx-md-n2 { - margin-right: -0.5rem !important; - } - .bs4-mb-md-n2, .bs4-my-md-n2 { - margin-bottom: -0.5rem !important; - } - .bs4-ml-md-n2, .bs4-mx-md-n2 { - margin-left: -0.5rem !important; - } - .bs4-m-md-n3 { - margin: -1rem !important; - } - .bs4-mt-md-n3, .bs4-my-md-n3 { - margin-top: -1rem !important; - } - .bs4-mr-md-n3, .bs4-mx-md-n3 { - margin-right: -1rem !important; - } - .bs4-mb-md-n3, .bs4-my-md-n3 { - margin-bottom: -1rem !important; - } - .bs4-ml-md-n3, .bs4-mx-md-n3 { - margin-left: -1rem !important; - } - .bs4-m-md-n4 { - margin: -1.5rem !important; - } - .bs4-mt-md-n4, .bs4-my-md-n4 { - margin-top: -1.5rem !important; - } - .bs4-mr-md-n4, .bs4-mx-md-n4 { - margin-right: -1.5rem !important; - } - .bs4-mb-md-n4, .bs4-my-md-n4 { - margin-bottom: -1.5rem !important; - } - .bs4-ml-md-n4, .bs4-mx-md-n4 { - margin-left: -1.5rem !important; - } - .bs4-m-md-n5 { - margin: -3rem !important; - } - .bs4-mt-md-n5, .bs4-my-md-n5 { - margin-top: -3rem !important; - } - .bs4-mr-md-n5, .bs4-mx-md-n5 { - margin-right: -3rem !important; - } - .bs4-mb-md-n5, .bs4-my-md-n5 { - margin-bottom: -3rem !important; - } - .bs4-ml-md-n5, .bs4-mx-md-n5 { - margin-left: -3rem !important; - } - .bs4-m-md-auto { - margin: auto !important; - } - .bs4-mt-md-auto, .bs4-my-md-auto { - margin-top: auto !important; - } - .bs4-mr-md-auto, .bs4-mx-md-auto { - margin-right: auto !important; - } - .bs4-mb-md-auto, .bs4-my-md-auto { - margin-bottom: auto !important; - } - .bs4-ml-md-auto, .bs4-mx-md-auto { - margin-left: auto !important; - } -} - -@media (min-width: 992px) { - .bs4-m-lg-0 { - margin: 0 !important; - } - .bs4-mt-lg-0, .bs4-my-lg-0 { - margin-top: 0 !important; - } - .bs4-mr-lg-0, .bs4-mx-lg-0 { - margin-right: 0 !important; - } - .bs4-mb-lg-0, .bs4-my-lg-0 { - margin-bottom: 0 !important; - } - .bs4-ml-lg-0, .bs4-mx-lg-0 { - margin-left: 0 !important; - } - .bs4-m-lg-1 { - margin: 0.25rem !important; - } - .bs4-mt-lg-1, .bs4-my-lg-1 { - margin-top: 0.25rem !important; - } - .bs4-mr-lg-1, .bs4-mx-lg-1 { - margin-right: 0.25rem !important; - } - .bs4-mb-lg-1, .bs4-my-lg-1 { - margin-bottom: 0.25rem !important; - } - .bs4-ml-lg-1, .bs4-mx-lg-1 { - margin-left: 0.25rem !important; - } - .bs4-m-lg-2 { - margin: 0.5rem !important; - } - .bs4-mt-lg-2, .bs4-my-lg-2 { - margin-top: 0.5rem !important; - } - .bs4-mr-lg-2, .bs4-mx-lg-2 { - margin-right: 0.5rem !important; - } - .bs4-mb-lg-2, .bs4-my-lg-2 { - margin-bottom: 0.5rem !important; - } - .bs4-ml-lg-2, .bs4-mx-lg-2 { - margin-left: 0.5rem !important; - } - .bs4-m-lg-3 { - margin: 1rem !important; - } - .bs4-mt-lg-3, .bs4-my-lg-3 { - margin-top: 1rem !important; - } - .bs4-mr-lg-3, .bs4-mx-lg-3 { - margin-right: 1rem !important; - } - .bs4-mb-lg-3, .bs4-my-lg-3 { - margin-bottom: 1rem !important; - } - .bs4-ml-lg-3, .bs4-mx-lg-3 { - margin-left: 1rem !important; - } - .bs4-m-lg-4 { - margin: 1.5rem !important; - } - .bs4-mt-lg-4, .bs4-my-lg-4 { - margin-top: 1.5rem !important; - } - .bs4-mr-lg-4, .bs4-mx-lg-4 { - margin-right: 1.5rem !important; - } - .bs4-mb-lg-4, .bs4-my-lg-4 { - margin-bottom: 1.5rem !important; - } - .bs4-ml-lg-4, .bs4-mx-lg-4 { - margin-left: 1.5rem !important; - } - .bs4-m-lg-5 { - margin: 3rem !important; - } - .bs4-mt-lg-5, .bs4-my-lg-5 { - margin-top: 3rem !important; - } - .bs4-mr-lg-5, .bs4-mx-lg-5 { - margin-right: 3rem !important; - } - .bs4-mb-lg-5, .bs4-my-lg-5 { - margin-bottom: 3rem !important; - } - .bs4-ml-lg-5, .bs4-mx-lg-5 { - margin-left: 3rem !important; - } - .bs4-p-lg-0 { - padding: 0 !important; - } - .bs4-pt-lg-0, .bs4-py-lg-0 { - padding-top: 0 !important; - } - .bs4-pr-lg-0, .bs4-px-lg-0 { - padding-right: 0 !important; - } - .bs4-pb-lg-0, .bs4-py-lg-0 { - padding-bottom: 0 !important; - } - .bs4-pl-lg-0, .bs4-px-lg-0 { - padding-left: 0 !important; - } - .bs4-p-lg-1 { - padding: 0.25rem !important; - } - .bs4-pt-lg-1, .bs4-py-lg-1 { - padding-top: 0.25rem !important; - } - .bs4-pr-lg-1, .bs4-px-lg-1 { - padding-right: 0.25rem !important; - } - .bs4-pb-lg-1, .bs4-py-lg-1 { - padding-bottom: 0.25rem !important; - } - .bs4-pl-lg-1, .bs4-px-lg-1 { - padding-left: 0.25rem !important; - } - .bs4-p-lg-2 { - padding: 0.5rem !important; - } - .bs4-pt-lg-2, .bs4-py-lg-2 { - padding-top: 0.5rem !important; - } - .bs4-pr-lg-2, .bs4-px-lg-2 { - padding-right: 0.5rem !important; - } - .bs4-pb-lg-2, .bs4-py-lg-2 { - padding-bottom: 0.5rem !important; - } - .bs4-pl-lg-2, .bs4-px-lg-2 { - padding-left: 0.5rem !important; - } - .bs4-p-lg-3 { - padding: 1rem !important; - } - .bs4-pt-lg-3, .bs4-py-lg-3 { - padding-top: 1rem !important; - } - .bs4-pr-lg-3, .bs4-px-lg-3 { - padding-right: 1rem !important; - } - .bs4-pb-lg-3, .bs4-py-lg-3 { - padding-bottom: 1rem !important; - } - .bs4-pl-lg-3, .bs4-px-lg-3 { - padding-left: 1rem !important; - } - .bs4-p-lg-4 { - padding: 1.5rem !important; - } - .bs4-pt-lg-4, .bs4-py-lg-4 { - padding-top: 1.5rem !important; - } - .bs4-pr-lg-4, .bs4-px-lg-4 { - padding-right: 1.5rem !important; - } - .bs4-pb-lg-4, .bs4-py-lg-4 { - padding-bottom: 1.5rem !important; - } - .bs4-pl-lg-4, .bs4-px-lg-4 { - padding-left: 1.5rem !important; - } - .bs4-p-lg-5 { - padding: 3rem !important; - } - .bs4-pt-lg-5, .bs4-py-lg-5 { - padding-top: 3rem !important; - } - .bs4-pr-lg-5, .bs4-px-lg-5 { - padding-right: 3rem !important; - } - .bs4-pb-lg-5, .bs4-py-lg-5 { - padding-bottom: 3rem !important; - } - .bs4-pl-lg-5, .bs4-px-lg-5 { - padding-left: 3rem !important; - } - .bs4-m-lg-n1 { - margin: -0.25rem !important; - } - .bs4-mt-lg-n1, .bs4-my-lg-n1 { - margin-top: -0.25rem !important; - } - .bs4-mr-lg-n1, .bs4-mx-lg-n1 { - margin-right: -0.25rem !important; - } - .bs4-mb-lg-n1, .bs4-my-lg-n1 { - margin-bottom: -0.25rem !important; - } - .bs4-ml-lg-n1, .bs4-mx-lg-n1 { - margin-left: -0.25rem !important; - } - .bs4-m-lg-n2 { - margin: -0.5rem !important; - } - .bs4-mt-lg-n2, .bs4-my-lg-n2 { - margin-top: -0.5rem !important; - } - .bs4-mr-lg-n2, .bs4-mx-lg-n2 { - margin-right: -0.5rem !important; - } - .bs4-mb-lg-n2, .bs4-my-lg-n2 { - margin-bottom: -0.5rem !important; - } - .bs4-ml-lg-n2, .bs4-mx-lg-n2 { - margin-left: -0.5rem !important; - } - .bs4-m-lg-n3 { - margin: -1rem !important; - } - .bs4-mt-lg-n3, .bs4-my-lg-n3 { - margin-top: -1rem !important; - } - .bs4-mr-lg-n3, .bs4-mx-lg-n3 { - margin-right: -1rem !important; - } - .bs4-mb-lg-n3, .bs4-my-lg-n3 { - margin-bottom: -1rem !important; - } - .bs4-ml-lg-n3, .bs4-mx-lg-n3 { - margin-left: -1rem !important; - } - .bs4-m-lg-n4 { - margin: -1.5rem !important; - } - .bs4-mt-lg-n4, .bs4-my-lg-n4 { - margin-top: -1.5rem !important; - } - .bs4-mr-lg-n4, .bs4-mx-lg-n4 { - margin-right: -1.5rem !important; - } - .bs4-mb-lg-n4, .bs4-my-lg-n4 { - margin-bottom: -1.5rem !important; - } - .bs4-ml-lg-n4, .bs4-mx-lg-n4 { - margin-left: -1.5rem !important; - } - .bs4-m-lg-n5 { - margin: -3rem !important; - } - .bs4-mt-lg-n5, .bs4-my-lg-n5 { - margin-top: -3rem !important; - } - .bs4-mr-lg-n5, .bs4-mx-lg-n5 { - margin-right: -3rem !important; - } - .bs4-mb-lg-n5, .bs4-my-lg-n5 { - margin-bottom: -3rem !important; - } - .bs4-ml-lg-n5, .bs4-mx-lg-n5 { - margin-left: -3rem !important; - } - .bs4-m-lg-auto { - margin: auto !important; - } - .bs4-mt-lg-auto, .bs4-my-lg-auto { - margin-top: auto !important; - } - .bs4-mr-lg-auto, .bs4-mx-lg-auto { - margin-right: auto !important; - } - .bs4-mb-lg-auto, .bs4-my-lg-auto { - margin-bottom: auto !important; - } - .bs4-ml-lg-auto, .bs4-mx-lg-auto { - margin-left: auto !important; - } -} - -@media (min-width: 1200px) { - .bs4-m-xl-0 { - margin: 0 !important; - } - .bs4-mt-xl-0, .bs4-my-xl-0 { - margin-top: 0 !important; - } - .bs4-mr-xl-0, .bs4-mx-xl-0 { - margin-right: 0 !important; - } - .bs4-mb-xl-0, .bs4-my-xl-0 { - margin-bottom: 0 !important; - } - .bs4-ml-xl-0, .bs4-mx-xl-0 { - margin-left: 0 !important; - } - .bs4-m-xl-1 { - margin: 0.25rem !important; - } - .bs4-mt-xl-1, .bs4-my-xl-1 { - margin-top: 0.25rem !important; - } - .bs4-mr-xl-1, .bs4-mx-xl-1 { - margin-right: 0.25rem !important; - } - .bs4-mb-xl-1, .bs4-my-xl-1 { - margin-bottom: 0.25rem !important; - } - .bs4-ml-xl-1, .bs4-mx-xl-1 { - margin-left: 0.25rem !important; - } - .bs4-m-xl-2 { - margin: 0.5rem !important; - } - .bs4-mt-xl-2, .bs4-my-xl-2 { - margin-top: 0.5rem !important; - } - .bs4-mr-xl-2, .bs4-mx-xl-2 { - margin-right: 0.5rem !important; - } - .bs4-mb-xl-2, .bs4-my-xl-2 { - margin-bottom: 0.5rem !important; - } - .bs4-ml-xl-2, .bs4-mx-xl-2 { - margin-left: 0.5rem !important; - } - .bs4-m-xl-3 { - margin: 1rem !important; - } - .bs4-mt-xl-3, .bs4-my-xl-3 { - margin-top: 1rem !important; - } - .bs4-mr-xl-3, .bs4-mx-xl-3 { - margin-right: 1rem !important; - } - .bs4-mb-xl-3, .bs4-my-xl-3 { - margin-bottom: 1rem !important; - } - .bs4-ml-xl-3, .bs4-mx-xl-3 { - margin-left: 1rem !important; - } - .bs4-m-xl-4 { - margin: 1.5rem !important; - } - .bs4-mt-xl-4, .bs4-my-xl-4 { - margin-top: 1.5rem !important; - } - .bs4-mr-xl-4, .bs4-mx-xl-4 { - margin-right: 1.5rem !important; - } - .bs4-mb-xl-4, .bs4-my-xl-4 { - margin-bottom: 1.5rem !important; - } - .bs4-ml-xl-4, .bs4-mx-xl-4 { - margin-left: 1.5rem !important; - } - .bs4-m-xl-5 { - margin: 3rem !important; - } - .bs4-mt-xl-5, .bs4-my-xl-5 { - margin-top: 3rem !important; - } - .bs4-mr-xl-5, .bs4-mx-xl-5 { - margin-right: 3rem !important; - } - .bs4-mb-xl-5, .bs4-my-xl-5 { - margin-bottom: 3rem !important; - } - .bs4-ml-xl-5, .bs4-mx-xl-5 { - margin-left: 3rem !important; - } - .bs4-p-xl-0 { - padding: 0 !important; - } - .bs4-pt-xl-0, .bs4-py-xl-0 { - padding-top: 0 !important; - } - .bs4-pr-xl-0, .bs4-px-xl-0 { - padding-right: 0 !important; - } - .bs4-pb-xl-0, .bs4-py-xl-0 { - padding-bottom: 0 !important; - } - .bs4-pl-xl-0, .bs4-px-xl-0 { - padding-left: 0 !important; - } - .bs4-p-xl-1 { - padding: 0.25rem !important; - } - .bs4-pt-xl-1, .bs4-py-xl-1 { - padding-top: 0.25rem !important; - } - .bs4-pr-xl-1, .bs4-px-xl-1 { - padding-right: 0.25rem !important; - } - .bs4-pb-xl-1, .bs4-py-xl-1 { - padding-bottom: 0.25rem !important; - } - .bs4-pl-xl-1, .bs4-px-xl-1 { - padding-left: 0.25rem !important; - } - .bs4-p-xl-2 { - padding: 0.5rem !important; - } - .bs4-pt-xl-2, .bs4-py-xl-2 { - padding-top: 0.5rem !important; - } - .bs4-pr-xl-2, .bs4-px-xl-2 { - padding-right: 0.5rem !important; - } - .bs4-pb-xl-2, .bs4-py-xl-2 { - padding-bottom: 0.5rem !important; - } - .bs4-pl-xl-2, .bs4-px-xl-2 { - padding-left: 0.5rem !important; - } - .bs4-p-xl-3 { - padding: 1rem !important; - } - .bs4-pt-xl-3, .bs4-py-xl-3 { - padding-top: 1rem !important; - } - .bs4-pr-xl-3, .bs4-px-xl-3 { - padding-right: 1rem !important; - } - .bs4-pb-xl-3, .bs4-py-xl-3 { - padding-bottom: 1rem !important; - } - .bs4-pl-xl-3, .bs4-px-xl-3 { - padding-left: 1rem !important; - } - .bs4-p-xl-4 { - padding: 1.5rem !important; - } - .bs4-pt-xl-4, .bs4-py-xl-4 { - padding-top: 1.5rem !important; - } - .bs4-pr-xl-4, .bs4-px-xl-4 { - padding-right: 1.5rem !important; - } - .bs4-pb-xl-4, .bs4-py-xl-4 { - padding-bottom: 1.5rem !important; - } - .bs4-pl-xl-4, .bs4-px-xl-4 { - padding-left: 1.5rem !important; - } - .bs4-p-xl-5 { - padding: 3rem !important; - } - .bs4-pt-xl-5, .bs4-py-xl-5 { - padding-top: 3rem !important; - } - .bs4-pr-xl-5, .bs4-px-xl-5 { - padding-right: 3rem !important; - } - .bs4-pb-xl-5, .bs4-py-xl-5 { - padding-bottom: 3rem !important; - } - .bs4-pl-xl-5, .bs4-px-xl-5 { - padding-left: 3rem !important; - } - .bs4-m-xl-n1 { - margin: -0.25rem !important; - } - .bs4-mt-xl-n1, .bs4-my-xl-n1 { - margin-top: -0.25rem !important; - } - .bs4-mr-xl-n1, .bs4-mx-xl-n1 { - margin-right: -0.25rem !important; - } - .bs4-mb-xl-n1, .bs4-my-xl-n1 { - margin-bottom: -0.25rem !important; - } - .bs4-ml-xl-n1, .bs4-mx-xl-n1 { - margin-left: -0.25rem !important; - } - .bs4-m-xl-n2 { - margin: -0.5rem !important; - } - .bs4-mt-xl-n2, .bs4-my-xl-n2 { - margin-top: -0.5rem !important; - } - .bs4-mr-xl-n2, .bs4-mx-xl-n2 { - margin-right: -0.5rem !important; - } - .bs4-mb-xl-n2, .bs4-my-xl-n2 { - margin-bottom: -0.5rem !important; - } - .bs4-ml-xl-n2, .bs4-mx-xl-n2 { - margin-left: -0.5rem !important; - } - .bs4-m-xl-n3 { - margin: -1rem !important; - } - .bs4-mt-xl-n3, .bs4-my-xl-n3 { - margin-top: -1rem !important; - } - .bs4-mr-xl-n3, .bs4-mx-xl-n3 { - margin-right: -1rem !important; - } - .bs4-mb-xl-n3, .bs4-my-xl-n3 { - margin-bottom: -1rem !important; - } - .bs4-ml-xl-n3, .bs4-mx-xl-n3 { - margin-left: -1rem !important; - } - .bs4-m-xl-n4 { - margin: -1.5rem !important; - } - .bs4-mt-xl-n4, .bs4-my-xl-n4 { - margin-top: -1.5rem !important; - } - .bs4-mr-xl-n4, .bs4-mx-xl-n4 { - margin-right: -1.5rem !important; - } - .bs4-mb-xl-n4, .bs4-my-xl-n4 { - margin-bottom: -1.5rem !important; - } - .bs4-ml-xl-n4, .bs4-mx-xl-n4 { - margin-left: -1.5rem !important; - } - .bs4-m-xl-n5 { - margin: -3rem !important; - } - .bs4-mt-xl-n5, .bs4-my-xl-n5 { - margin-top: -3rem !important; - } - .bs4-mr-xl-n5, .bs4-mx-xl-n5 { - margin-right: -3rem !important; - } - .bs4-mb-xl-n5, .bs4-my-xl-n5 { - margin-bottom: -3rem !important; - } - .bs4-ml-xl-n5, .bs4-mx-xl-n5 { - margin-left: -3rem !important; - } - .bs4-m-xl-auto { - margin: auto !important; - } - .bs4-mt-xl-auto, .bs4-my-xl-auto { - margin-top: auto !important; - } - .bs4-mr-xl-auto, .bs4-mx-xl-auto { - margin-right: auto !important; - } - .bs4-mb-xl-auto, .bs4-my-xl-auto { - margin-bottom: auto !important; - } - .bs4-ml-xl-auto, .bs4-mx-xl-auto { - margin-left: auto !important; - } -} - -/* Bootstrap list-group */ - -.bs4-list-group { - display: -ms-flexbox; - display: flex; - -ms-flex-direction: column; - flex-direction: column; - padding-left: 0; - margin-bottom: 0; -} - -.bs4-list-group-item-action { - width: 100%; - color: #495057; - text-align: inherit; -} - -.bs4-list-group-item-action:hover, .bs4-list-group-item-action:focus { - z-index: 1; - color: #495057; - text-decoration: none; - background-color: #f8f9fa; -} - -.bs4-list-group-item-action:active { - color: #212529; - background-color: #e9ecef; -} - -.bs4-list-group-item { - position: relative; - display: block; - padding: 0.75rem 1.25rem; - background-color: #fff; - border: 1px solid rgba(0, 0, 0, 0.125); -} - -.bs4-list-group-item:first-child { - border-top-left-radius: 0.25rem; - border-top-right-radius: 0.25rem; -} - -.bs4-list-group-item:last-child { - border-bottom-right-radius: 0.25rem; - border-bottom-left-radius: 0.25rem; -} - -.bs4-list-group-item.disabled, .bs4-list-group-item:disabled { - color: #6c757d; - pointer-events: none; - background-color: #fff; -} - -.bs4-list-group-item.active { - z-index: 2; - color: #fff; - background-color: #007bff; - border-color: #007bff; -} - -.bs4-list-group-item+.bs4-list-group-item { - border-top-width: 0; -} - -.bs4-list-group-item+.bs4-list-group-item.active { - margin-top: -1px; - border-top-width: 1px; -} - -.bs4-list-group-horizontal { - -ms-flex-direction: row; - flex-direction: row; -} - -.bs4-list-group-horizontal .bs4-list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; -} - -.bs4-list-group-horizontal .bs4-list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; -} - -.bs4-list-group-horizontal .bs4-list-group-item.active { - margin-top: 0; -} - -.bs4-list-group-horizontal .bs4-list-group-item+.bs4-list-group-item { - border-top-width: 1px; - border-left-width: 0; -} - -.bs4-list-group-horizontal .bs4-list-group-item+.bs4-list-group-item.active { - margin-left: -1px; - border-left-width: 1px; -} - -@media (min-width: 576px) { - .bs4-list-group-horizontal-sm { - -ms-flex-direction: row; - flex-direction: row; - } - .bs4-list-group-horizontal-sm .bs4-list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .bs4-list-group-horizontal-sm .bs4-list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - .bs4-list-group-horizontal-sm .bs4-list-group-item.active { - margin-top: 0; - } - .bs4-list-group-horizontal-sm .bs4-list-group-item+.bs4-list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - .bs4-list-group-horizontal-sm .bs4-list-group-item+.bs4-list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 768px) { - .bs4-list-group-horizontal-md { - -ms-flex-direction: row; - flex-direction: row; - } - .bs4-list-group-horizontal-md .bs4-list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .bs4-list-group-horizontal-md .bs4-list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - .bs4-list-group-horizontal-md .bs4-list-group-item.active { - margin-top: 0; - } - .bs4-list-group-horizontal-md .bs4-list-group-item+.bs4-list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - .bs4-list-group-horizontal-md .bs4-list-group-item+.bs4-list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 992px) { - .bs4-list-group-horizontal-lg { - -ms-flex-direction: row; - flex-direction: row; - } - .bs4-list-group-horizontal-lg .bs4-list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .bs4-list-group-horizontal-lg .bs4-list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - .bs4-list-group-horizontal-lg .bs4-list-group-item.active { - margin-top: 0; - } - .bs4-list-group-horizontal-lg .bs4-list-group-item+.bs4-list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - .bs4-list-group-horizontal-lg .bs4-list-group-item+.bs4-list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -@media (min-width: 1200px) { - .bs4-list-group-horizontal-xl { - -ms-flex-direction: row; - flex-direction: row; - } - .bs4-list-group-horizontal-xl .bs4-list-group-item:first-child { - border-bottom-left-radius: 0.25rem; - border-top-right-radius: 0; - } - .bs4-list-group-horizontal-xl .bs4-list-group-item:last-child { - border-top-right-radius: 0.25rem; - border-bottom-left-radius: 0; - } - .bs4-list-group-horizontal-xl .bs4-list-group-item.active { - margin-top: 0; - } - .bs4-list-group-horizontal-xl .bs4-list-group-item+.bs4-list-group-item { - border-top-width: 1px; - border-left-width: 0; - } - .bs4-list-group-horizontal-xl .bs4-list-group-item+.bs4-list-group-item.active { - margin-left: -1px; - border-left-width: 1px; - } -} - -.bs4-list-group-flush .bs4-list-group-item { - border-right-width: 0; - border-left-width: 0; - border-radius: 0; -} - -.bs4-list-group-flush .bs4-list-group-item:first-child { - border-top-width: 0; -} - -.bs4-list-group-flush:last-child .bs4-list-group-item:last-child { - border-bottom-width: 0; -} - -.bs4-list-group-item-primary { - color: #004085; - background-color: #b8daff; -} - -.bs4-list-group-item-primary.bs4-list-group-item-action:hover, .bs4-list-group-item-primary.bs4-list-group-item-action:focus { - color: #004085; - background-color: #9fcdff; -} - -.bs4-list-group-item-primary.bs4-list-group-item-action.active { - color: #fff; - background-color: #004085; - border-color: #004085; -} - -.bs4-list-group-item-secondary { - color: #383d41; - background-color: #d6d8db; -} - -.bs4-list-group-item-secondary.bs4-list-group-item-action:hover, .bs4-list-group-item-secondary.bs4-list-group-item-action:focus { - color: #383d41; - background-color: #c8cbcf; -} - -.bs4-list-group-item-secondary.bs4-list-group-item-action.active { - color: #fff; - background-color: #383d41; - border-color: #383d41; -} - -.bs4-list-group-item-success { - color: #155724; - background-color: #c3e6cb; -} - -.bs4-list-group-item-success.bs4-list-group-item-action:hover, .bs4-list-group-item-success.bs4-list-group-item-action:focus { - color: #155724; - background-color: #b1dfbb; -} - -.bs4-list-group-item-success.bs4-list-group-item-action.active { - color: #fff; - background-color: #155724; - border-color: #155724; -} - -.bs4-list-group-item-info { - color: #0c5460; - background-color: #bee5eb; -} - -.bs4-list-group-item-info.bs4-list-group-item-action:hover, .bs4-list-group-item-info.bs4-list-group-item-action:focus { - color: #0c5460; - background-color: #abdde5; -} - -.bs4-list-group-item-info.bs4-list-group-item-action.active { - color: #fff; - background-color: #0c5460; - border-color: #0c5460; -} - -.bs4-list-group-item-warning { - color: #856404; - background-color: #ffeeba; -} - -.bs4-list-group-item-warning.bs4-list-group-item-action:hover, .bs4-list-group-item-warning.bs4-list-group-item-action:focus { - color: #856404; - background-color: #ffe8a1; -} - -.bs4-list-group-item-warning.bs4-list-group-item-action.active { - color: #fff; - background-color: #856404; - border-color: #856404; -} - -.bs4-list-group-item-danger { - color: #721c24; - background-color: #f5c6cb; -} - -.bs4-list-group-item-danger.bs4-list-group-item-action:hover, .bs4-list-group-item-danger.bs4-list-group-item-action:focus { - color: #721c24; - background-color: #f1b0b7; -} - -.bs4-list-group-item-danger.bs4-list-group-item-action.active { - color: #fff; - background-color: #721c24; - border-color: #721c24; -} - -.bs4-list-group-item-light { - color: #818182; - background-color: #fdfdfe; -} - -.bs4-list-group-item-light.bs4-list-group-item-action:hover, .bs4-list-group-item-light.bs4-list-group-item-action:focus { - color: #818182; - background-color: #ececf6; -} - -.bs4-list-group-item-light.bs4-list-group-item-action.active { - color: #fff; - background-color: #818182; - border-color: #818182; -} - -.bs4-list-group-item-dark { - color: #1b1e21; - background-color: #c6c8ca; -} - -.bs4-list-group-item-dark.bs4-list-group-item-action:hover, .bs4-list-group-item-dark.bs4-list-group-item-action:focus { - color: #1b1e21; - background-color: #b9bbbe; -} - -.bs4-list-group-item-dark.bs4-list-group-item-action.active { - color: #fff; - background-color: #1b1e21; - border-color: #1b1e21; -} - -/* justify content classes */ - -.bs4-justify-content-start { - -ms-flex-pack: start !important; - justify-content: flex-start !important; -} - -.bs4-justify-content-end { - -ms-flex-pack: end !important; - justify-content: flex-end !important; -} - -.bs4-justify-content-center { - -ms-flex-pack: center !important; - justify-content: center !important; -} - -.bs4-justify-content-between { - -ms-flex-pack: justify !important; - justify-content: space-between !important; -} - -.bs4-justify-content-around { - -ms-flex-pack: distribute !important; - justify-content: space-around !important; -} - -/* Align items */ - -.bs4-align-items-start { - -ms-flex-align: start !important; - align-items: flex-start !important; -} - -.bs4-align-items-end { - -ms-flex-align: end !important; - align-items: flex-end !important; -} - -.bs4-align-items-center { - -ms-flex-align: center !important; - align-items: center !important; -} - -.bs4-align-items-baseline { - -ms-flex-align: baseline !important; - align-items: baseline !important; -} - -.bs4-align-items-stretch { - -ms-flex-align: stretch !important; - align-items: stretch !important; -} - -/* Align text classes*/ - -.bs4-text-left { - text-align: left !important; -} - -.bs4-text-right { - text-align: right !important; -} - -.bs4-text-center { - text-align: center !important; -} - -/* Bootstrap borderless table defaults*/ - -.bs4-table { - width: 100%; - margin-bottom: 1rem; - color: #212529; -} - -.bs4-table th, .bs4-table td { - padding: 0.75rem; - vertical-align: top; - border-top: 1px solid #dee2e6; -} - -.bs4-table-borderless th, .bs4-table-borderless td, .bs4-table-borderless thead th, .bs4-table-borderless tbody+tbody { - border: 0; -} - -.bs4-table-striped tbody tr:nth-of-type(odd) { - background-color: rgba(0, 0, 0, 0.05); -} - -@media (max-width: 575.98px) { - .bs4-table-responsive-sm { - display: block; - width: 100%; - overflow-x: auto; - -webkit-overflow-scrolling: touch; - } - .bs4-table-responsive-sm>.bs4-table-bordered { - border: 0; - } -} - -/* rounded borders */ - -.bs4-rounded-sm { - border-radius: 0.2rem !important; -} - -.bs4-rounded { - border-radius: 0.25rem !important; -} - -.bs4-rounded-top { - border-top-left-radius: 0.25rem !important; - border-top-right-radius: 0.25rem !important; -} - -.bs4-rounded-right { - border-top-right-radius: 0.25rem !important; - border-bottom-right-radius: 0.25rem !important; -} - -.bs4-rounded-bottom { - border-bottom-right-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} - -.bs4-rounded-left { - border-top-left-radius: 0.25rem !important; - border-bottom-left-radius: 0.25rem !important; -} - -.bs4-rounded-lg { - border-radius: 0.3rem !important; -} - -.bs4-rounded-circle { - border-radius: 50% !important; -} - -.bs4-rounded-pill { - border-radius: 50rem !important; -} - -.bs4-rounded-0 { - border-radius: 0 !important; -} - -/* rows */ - -.bs4-row { - display: -ms-flexbox; - display: flex; - -ms-flex-wrap: wrap; - flex-wrap: wrap; - margin-right: -15px; - margin-left: -15px; -} - -.bs4-row-cols-1>* { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; -} - -.bs4-row-cols-2>* { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; -} - -.bs4-row-cols-3>* { - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; -} - -.bs4-row-cols-4>* { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; -} - -.bs4-row-cols-5>* { - -ms-flex: 0 0 20%; - flex: 0 0 20%; - max-width: 20%; -} - -.bs4-row-cols-6>* { - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; -} - -/* columns */ - -.bs4-no-gutters { - margin-right: 0; - margin-left: 0; -} - -.bs4-no-gutters>.bs4-col, .bs4-no-gutters>[class*="bs4-col-"] { - padding-right: 0; - padding-left: 0; -} - -.bs4-col-1, .bs4-col-2, .bs4-col-3, .bs4-col-4, .bs4-col-5, .bs4-col-6, .bs4-col-7, .bs4-col-8, .bs4-col-9, .bs4-col-10, .bs4-col-11, .bs4-col-12, .bs4-col, .bs4-col-auto, .bs4-col-sm-1, .bs4-col-sm-2, .bs4-col-sm-3, .bs4-col-sm-4, .bs4-col-sm-5, .bs4-col-sm-6, .bs4-col-sm-7, .bs4-col-sm-8, .bs4-col-sm-9, .bs4-col-sm-10, .bs4-col-sm-11, .bs4-col-sm-12, .bs4-col-sm, .bs4-col-sm-auto, .bs4-col-md-1, .bs4-col-md-2, .bs4-col-md-3, .bs4-col-md-4, .bs4-col-md-5, .bs4-col-md-6, .bs4-col-md-7, .bs4-col-md-8, .bs4-col-md-9, .bs4-col-md-10, .bs4-col-md-11, .bs4-col-md-12, .bs4-col-md, .bs4-col-md-auto, .bs4-col-lg-1, .bs4-col-lg-2, .bs4-col-lg-3, .bs4-col-lg-4, .bs4-col-lg-5, .bs4-col-lg-6, .bs4-col-lg-7, .bs4-col-lg-8, .bs4-col-lg-9, .bs4-col-lg-10, .bs4-col-lg-11, .bs4-col-lg-12, .bs4-col-lg, .bs4-col-lg-auto, .bs4-col-xl-1, .bs4-col-xl-2, .bs4-col-xl-3, .bs4-col-xl-4, .bs4-col-xl-5, .bs4-col-xl-6, .bs4-col-xl-7, .bs4-col-xl-8, .bs4-col-xl-9, .bs4-col-xl-10, .bs4-col-xl-11, .bs4-col-xl-12, .bs4-col-xl, .bs4-col-xl-auto { - position: relative; - width: 100%; - padding-right: 15px; - padding-left: 15px; -} - -.bs4-col { - -ms-flex-preferred-size: 0; - flex-basis: 0; - -ms-flex-positive: 1; - flex-grow: 1; - max-width: 100%; -} - -.bs4-col-auto { - -ms-flex: 0 0 auto; - flex: 0 0 auto; - width: auto; - max-width: 100%; -} - -.bs4-col-1 { - -ms-flex: 0 0 8.333333%; - flex: 0 0 8.333333%; - max-width: 8.333333%; -} - -.bs4-col-2 { - -ms-flex: 0 0 16.666667%; - flex: 0 0 16.666667%; - max-width: 16.666667%; -} - -.bs4-col-3 { - -ms-flex: 0 0 25%; - flex: 0 0 25%; - max-width: 25%; -} - -.bs4-col-4 { - -ms-flex: 0 0 33.333333%; - flex: 0 0 33.333333%; - max-width: 33.333333%; -} - -.bs4-col-5 { - -ms-flex: 0 0 41.666667%; - flex: 0 0 41.666667%; - max-width: 41.666667%; -} - -.bs4-col-6 { - -ms-flex: 0 0 50%; - flex: 0 0 50%; - max-width: 50%; -} - -.bs4-col-7 { - -ms-flex: 0 0 58.333333%; - flex: 0 0 58.333333%; - max-width: 58.333333%; -} - -.bs4-col-8 { - -ms-flex: 0 0 66.666667%; - flex: 0 0 66.666667%; - max-width: 66.666667%; -} - -.bs4-col-9 { - -ms-flex: 0 0 75%; - flex: 0 0 75%; - max-width: 75%; -} - -.bs4-col-10 { - -ms-flex: 0 0 83.333333%; - flex: 0 0 83.333333%; - max-width: 83.333333%; -} - -.bs4-col-11 { - -ms-flex: 0 0 91.666667%; - flex: 0 0 91.666667%; - max-width: 91.666667%; -} - -.bs4-col-12 { - -ms-flex: 0 0 100%; - flex: 0 0 100%; - max-width: 100%; -} - -/* offset */ - -.bs4-offset-1 { - margin-left: 8.333333%; -} - -.bs4-offset-2 { - margin-left: 16.666667%; -} - -.bs4-offset-3 { - margin-left: 25%; -} - -.bs4-offset-4 { - margin-left: 33.333333%; -} - -.bs4-offset-5 { - margin-left: 41.666667%; -} - -.bs4-offset-6 { - margin-left: 50%; -} - -.bs4-offset-7 { - margin-left: 58.333333%; -} - -.bs4-offset-8 { - margin-left: 66.666667%; -} - -.bs4-offset-9 { - margin-left: 75%; -} - -.bs4-offset-10 { - margin-left: 83.333333%; -} - -.bs4-offset-11 { - margin-left: 91.666667%; -} - -/* display */ - -.bs4-d-inline { - display: inline !important; -} - -.bs4-d-flex { - display: -ms-flexbox !important; - display: flex !important; -} - -.bs4-d-inline-flex { - display: -ms-inline-flexbox !important; - display: inline-flex !important; -} - -.bs4-text-white { - color: white !important; -} - -.bs4-media { - display: -ms-flexbox; - display: flex; - -ms-flex-align: start; - align-items: flex-start; -} - -.bs4-media-body { - -ms-flex: 1; - flex: 1; -} - -.bs4-img-fluid { - max-width: 100%; - height: auto; -} - -.bs4-img-thumbnail { - padding: 0.25rem; - background-color: #fff; - border: 1px solid #dee2e6; - border-radius: 0.25rem; - max-width: 100%; - height: auto; -} - -.bs4-border-0 { - border: 0 !important; -} - -.bs4-alert { - position: relative; - padding: 0.75rem 1.25rem; - margin-bottom: 1rem; - border: 1px solid transparent; - border-radius: 0.25rem; -} - -.bs4-flex-column { - -ms-flex-direction: column !important; - flex-direction: column !important; -} \ No newline at end of file diff --git a/custom_liferay_overwrite.css b/custom_liferay_overwrite.css deleted file mode 100644 index 6b91aee..0000000 --- a/custom_liferay_overwrite.css +++ /dev/null @@ -1,74 +0,0 @@ -/* use the standard value of 16px for rem computation*/ - -:root { - font-size: initial; -} - -.aui body { - font-size: initial; - line-height: 1.7; -} - -/* Makes Navigation bar go over entire page width -and Removes Side margins from Liferay Homepage */ - -#wrapper { - padding: 0; - margin: inherit; - overflow-x: hidden; -} - -/* Moves logo and site number to the right */ - -#banner>#heading { - padding: 0px 5px 0px 5px; -} - -/* logo sizing */ - -#heading .custom-logo { - height: 5rem; -} - -#heading .logo.custom-logo>img { - width: inherit; - height: inherit; - object-fit: contain; -} - -/* Changes background color and font-size for navbar */ - -.aui #navigation .navbar-inner { - background-color: var(--ncct-dark); - font-size: x-large; -} - -/* Changes background color for active navbar element*/ - -.aui #navigation .nav li.active>a { - /* necessary to remove default liferay linear gradient background*/ - background: var(--ncct); -} - -/* Changes Footer position and allows for insertion of image*/ - -#footer { - margin-top: 15vh; - padding: 35px; - background-size: 90%; - background-repeat: no-repeat; - background-image: url("https://portal.qbic.uni-tuebingen.de/portal/documents/33387/39176/ncct-logo-all.png/d1f688a3-36af-4b25-9df2-61a107da6cae?t=1585838165571"); -} - -/* Removes margin from breadcrumbs to content */ - -#content>#breadcrumbs { - margin-bottom: inherit; -} - -/* Removes margin and padding from all portlets in a .portlet-borderless-container */ - -.portlet-borderless-container { - padding: 0 !important; - margin-bottom: 0 !important; -} \ No newline at end of file diff --git a/merge-custom-css.sh b/merge-custom-css.sh deleted file mode 100755 index 57fe2e9..0000000 --- a/merge-custom-css.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/bin/env bash -cat custom_bootstrap.css > merged.css -cat custom_liferay_overwrite.css >> merged.css -cat custom.css >> merged.css diff --git a/site/bioinformatics-services/bioinformatics-services.html b/site/bioinformatics-services/bioinformatics-services.html deleted file mode 100644 index 99deb8b..0000000 --- a/site/bioinformatics-services/bioinformatics-services.html +++ /dev/null @@ -1,104 +0,0 @@ -
    -
    -
    -
    -
    -
    Bioinformatics Services
    - -

    We employ only curated nf-core - pipelines

    -
    - -
    -
    -
    -
    Genomics
    - - -
    - -
    -
    Transcriptomics
    - - -
    - -
    -
    Metagenomics -
    - - -
    -
    - -
    -
    -
    Epigenomics
    - - -
    - -
    -
    Proteomics
    - - -
    - -
    -
    immunoinformatics -
    - - -
    -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/bioinformatics-services/epigenomics.html b/site/bioinformatics-services/epigenomics.html deleted file mode 100644 index dc25aa9..0000000 --- a/site/bioinformatics-services/epigenomics.html +++ /dev/null @@ -1,67 +0,0 @@ -
    -
    -
    -
    -
    -
    Epigenomics
    -
    - -
    -
    -
    -
    methylseq
    - -
    -
    Methylation (Bisulfite-Sequencing) analysis pipeline
    - -
     
    - More Information -
    -
    - -
    -
    chipseq
    - -
    -
    ChIP-seq peak-calling, QC and differential analysis pipeline. -
    - -
     
    - More Information -
    -
    -
    - -
    -
    -
    atacseq
    - -
    -
    ATAC-seq peak-calling, QC and differential analysis pipeline -
    - -
     
    - More Information -
    -
    - -
    -
    hic
    - -
    -
    Analysis of Chromosome Conformation Capture data (Hi-C)
    - -
     
    - More Information -
    -
    -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/bioinformatics-services/genomics.html b/site/bioinformatics-services/genomics.html deleted file mode 100644 index 905648b..0000000 --- a/site/bioinformatics-services/genomics.html +++ /dev/null @@ -1,67 +0,0 @@ -
    -
    -
    -
    -
    -
    Genomics
    -
    - -
    -
    -
    -
    sarek
    - -
    -
    Analysis pipeline to detect germline or somatic variants from - WGS/targeted sequencing
    - -
     
    - More Information -
    -
    - -
    -
    nanoseq
    - -
    -
    Nanopore demultiplexing, QC and alignment pipeline
    - -
     
    - More Information -
    -
    -
    - -
    -
    -
    bacass
    - -
    -
    Simple bacterial assembly and annotation pipeline
    - -
     
    - More Information -
    -
    - -
    -
    eager
    - -
    -
    A fully reproducible and state of the art ancient DNA - analysis pipeline
    - -
     
    - More Information -
    -
    -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/bioinformatics-services/immunoinformatics.html b/site/bioinformatics-services/immunoinformatics.html deleted file mode 100644 index c52c369..0000000 --- a/site/bioinformatics-services/immunoinformatics.html +++ /dev/null @@ -1,53 +0,0 @@ -
    -
    -
    -
    -
    -
    Immunoinformatics
    -
    - -
    -
    -
    hlatyping
    - -
    -
    Precision HLA typing from next-generation sequencing data
    - -
     
    - More Information -
    -
    - -
    -
    epitopeprediction -
    - -
    -
    A bioinformatics best-practice analysis pipeline for epitope - prediction and annotation
    - -
     
    - More - Information -
    -
    - -
    -
    bcellmagic
    - -
    -
    B cell repertoire sequencing analysis pipeline using the - immcantation framework
    - -
     
    - More Information -
    -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/bioinformatics-services/metagenomics.html b/site/bioinformatics-services/metagenomics.html deleted file mode 100644 index 35fe358..0000000 --- a/site/bioinformatics-services/metagenomics.html +++ /dev/null @@ -1,37 +0,0 @@ -
    -
    -
    -
    -
    -
    Metagenomics
    -
    - -
    -
    -
    ampliseq
    - -
    -
    16S rRNA amplicon sequencing analysis workflow
    - -
     
    - More Information -
    -
    - -
    -
    mag
    - -
    -
    Assembly and binning of metagenomes
    - -
     
    - More Information -
    -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/bioinformatics-services/proteomics.html b/site/bioinformatics-services/proteomics.html deleted file mode 100644 index 11ffee3..0000000 --- a/site/bioinformatics-services/proteomics.html +++ /dev/null @@ -1,39 +0,0 @@ -
    -
    -
    -
    -
    -
    Proteomics
    -
    - -
    -
    -
    mhcquant
    - -
    -
    Identify and quantify peptides from mass spectrometry raw data -
    - -
     
    - More Information -
    -
    - -
    -
    proteomicslfq
    - -
    -
    Proteomics label-free quantification (LFQ) analysis pipeline -
    - -
     
    - More Information -
    -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/bioinformatics-services/transcriptomics.html b/site/bioinformatics-services/transcriptomics.html deleted file mode 100644 index fd1192c..0000000 --- a/site/bioinformatics-services/transcriptomics.html +++ /dev/null @@ -1,66 +0,0 @@ -
    -
    -
    -
    -
    -
    Transcriptomics
    -
    - -
    -
    -
    -
    rnaseq
    - -
    -
    RNA sequencing analysis pipeline with gene counts and quality - control
    - -
     
    - More Information -
    -
    - -
    -
    scrnaseq
    - -
    -
    A single-cell RNAseq pipeline for 10X genomics data
    - -
     
    - More Information -
    -
    -
    - -
    -
    -
    rnafusion
    - -
    -
    RNA-seq analysis pipeline for detection gene-fusions
    - -
     
    - More Information -
    -
    - -
    -
    smrnaseq
    - -
    -
    A small-RNA sequencing analysis pipeline
    - -
     
    - More Information -
    -
    -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/downloads/sops.html b/site/downloads/sops.html deleted file mode 100644 index 2d7339c..0000000 --- a/site/downloads/sops.html +++ /dev/null @@ -1,57 +0,0 @@ -
    -
    -
    -
    -
    Standard Operating Procedures
    -
    -
    -
    -
    -
    - -
    -
    Variant Detection
    - -
      -
    • Whole Genome sequencing
    • -
    • Long-Read sequencing
    • -
    • Panel sequencing
    • -
    • Exome sequencing
    • -
    • Targeted RNA sequencing
    • -
    -
    - -
    -
    Expression Analysis
    - -
      -
    • mRNA sequencing
    • -
    • Total RNA sequencing
    • -
    • 3'-Sequencing
    • -
    • scRNA sequencing
    • -
    • miRNA sequencing
    • -
    • smallRNA sequencing
    • -
    • long-Read RNA sequencing
    • -
    -
    - -
    -
    Metagenomics
    - -
      -
    • Shotgun Metagenomics
    • -
    • 16S/Amplicon Sequencing
    • -
    • Metatranscriptomics
    • -
    -
    - -
    -
    Epigenomics
    -
      -
    • Whole genome bisulfite sequencing
    • -
    -
    - -
    -
    -
    \ No newline at end of file diff --git a/site/downloads/submission-documents.html b/site/downloads/submission-documents.html deleted file mode 100644 index fe06ec1..0000000 --- a/site/downloads/submission-documents.html +++ /dev/null @@ -1,28 +0,0 @@ -
    -
    -
    -
    -
    -
    Project Submission Documents
    -
    -
    -
    -
    - - -
    \ No newline at end of file diff --git a/site/impressum/allgemeine-informationen.html b/site/impressum/allgemeine-informationen.html deleted file mode 100644 index e7d2262..0000000 --- a/site/impressum/allgemeine-informationen.html +++ /dev/null @@ -1,49 +0,0 @@ -
    -
    -
    -
    Allgemeine Informationen gem. § 5 TMG, § 55 RStVG
    -
    - -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Addresse:Eberhard Karls Universität Tübingen Geschwister-Scholl-Platz 72074 Tübingen
     Die Universität Tübingen ist eine Körperschaft des öffentlichen Rechts.
    - Sie wird durch den Rektor Prof. Dr. Bernd Engler (E-Mail: bernd. engler [at] - uni-tuebingen.de) gesetzlich vertreten
    Telefonzentrale:+49 70 71/29-0
    Fax Zentrale Verwaltung:+49 70 71/29-59 90
    Zentrale E-Mail-Adresse:info [at] uni-tuebingen.de
    Internet-Adresse:http://www.uni-tuebingen.de
    Umsatzsteuer-Identifkationsnummer:gemäß § 27a Umsatzsteuergesetz:
    - DE812383453
    Aufsichtsbehörde:Ministerium für Wissenschaft, Forschung und Kunst Baden Württemberg
    -
    -
    -
    \ No newline at end of file diff --git a/site/impressum/ansprechpartner.html b/site/impressum/ansprechpartner.html deleted file mode 100644 index 9c6face..0000000 --- a/site/impressum/ansprechpartner.html +++ /dev/null @@ -1,32 +0,0 @@ -
    -
    -
    -
    Ansprechpartner
    -
    - -
    - - - - - - - - - - - - - - - - - - - -
    Person:Dr. rer. nat. Sven Nahnsen
    Addresse:Zentrum für Quantitative Biologie,
    - Auf der Morgenstelle 10,
    - 72076 Tübingen
    Telefon:+49 7071-29-72163
    E-Mail:sven.nahnsen@qbic.uni-tuebingen.de
    -
    -
    -
    \ No newline at end of file diff --git a/site/impressum/bildnachweise.html b/site/impressum/bildnachweise.html deleted file mode 100644 index aef0d79..0000000 --- a/site/impressum/bildnachweise.html +++ /dev/null @@ -1,12 +0,0 @@ -
    -
    -
    -
    Bildnachweise
    -
    - -
    Bilder auf dieser Website die im folgenden nicht separat aufgeführt werden stammen - entweder vom Anbieter dieser Website und unterliegen, wie im Kapitel Urheberrecht auf dieser Seite - beschrieben oder stammen vom Anbieter Pixabay und sind frei nutzbar unter Pixabay License.
    -
    -
    \ No newline at end of file diff --git a/site/impressum/externe-links.html b/site/impressum/externe-links.html deleted file mode 100644 index 13a6ceb..0000000 --- a/site/impressum/externe-links.html +++ /dev/null @@ -1,20 +0,0 @@ - \ No newline at end of file diff --git a/site/impressum/haftungsausschluss.html b/site/impressum/haftungsausschluss.html deleted file mode 100644 index 28d9f60..0000000 --- a/site/impressum/haftungsausschluss.html +++ /dev/null @@ -1,14 +0,0 @@ -
    -
    -
    -
    Haftungsausschluss
    -
    - -
    Die Informationen auf dieser Website wurden nach bestem Wissen und Gewissen - sorgfältig zusammengestellt und geprüft. Es wird jedoch keine Gewähr – weder ausdrücklich noch - stillschweigend – für die Vollständigkeit, Richtigkeit oder Aktualität sowie die jederzeitige Verfügbarkeit - der bereit gestellten Informationen übernommen. Eine Haftung für Schäden, die aus der Nutzung oder - Nichtnutzung der auf dieser Website angebotenen Informationen entstehen ist – soweit gesetzlich zulässig – - ausgeschlossen.
    -
    -
    \ No newline at end of file diff --git a/site/impressum/introduction.html b/site/impressum/introduction.html deleted file mode 100644 index 4a33daa..0000000 --- a/site/impressum/introduction.html +++ /dev/null @@ -1,9 +0,0 @@ -
    -
    -
    -
    -
    Impressum - Imprint
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/impressum/urheberrecht.html b/site/impressum/urheberrecht.html deleted file mode 100644 index 3bde82a..0000000 --- a/site/impressum/urheberrecht.html +++ /dev/null @@ -1,17 +0,0 @@ -
    -
    -
    -
    Urheberrecht
    -
    - -
    Copyright (c), Universität Tübingen. Alle Rechte vorbehalten. Alle auf dieser Website - veröffentlichten Inhalte (Layout, Texte, Bilder, Grafiken, Video- und Tondateien usw.) unterliegen dem - Urheberrecht. Jede vom Urheberrechtsgesetz nicht zugelassene Verwertung bedarf vorheriger ausdrücklicher - Zustimmung der Universität Tübingen. Dies gilt insbesondere für Vervielfältigung, Bearbeitung, Übersetzung, - Einspeicherung, Verarbeitung bzw. Wiedergabe von Inhalten in Datenbanken oder anderen elektronischen Medien - und Systemen. Fotokopien und Downloads von Web-Seiten für den privaten, wissenschaftlichen und nicht - kommerziellen Gebrauch dürfen hergestellt werden. Das Urheberrecht für die Wort-Bild-Marke liegt - ausdrücklich bei der Universität Tübingen. Wir erlauben ausdrücklich und begrüßen das Zitieren unserer - Dokumente und Webseiten sowie das Setzen von Links auf unsere Website.
    -
    -
    \ No newline at end of file diff --git a/site/our-center/cc-network.html b/site/our-center/cc-network.html deleted file mode 100644 index 8108ab6..0000000 --- a/site/our-center/cc-network.html +++ /dev/null @@ -1,37 +0,0 @@ -
    -
    -
     
    - -
    The Competence-Center Network
    - - -
    -
    \ No newline at end of file diff --git a/site/our-center/institutes.html b/site/our-center/institutes.html deleted file mode 100644 index 6a773de..0000000 --- a/site/our-center/institutes.html +++ /dev/null @@ -1,86 +0,0 @@ -
    -
    -
    -
    -
    A collaborative effort
    -
    - -
    -
    -
    -
    - - -
    -

    Prof. Olaf Riess, coordinator

    - -

    Contact Persons:

    - -

    Dr. Nicolas Casadei,

    - -

    Head of the Core Facility

    - -

    Prof. Stephan Ossowski, -

    - -

    Head of Computational Genomics

    -
    -
    -
    - -
    -
    - - -
    -

    Apl. Prof. Julia-Stefanie Frick

    - -

    Contact Persons:

    - Apl. Prof. Silke Peter, - -

    Clinical Microbiology

    - - Dr. Angel Angelov, - -

    Bioinformatics Research Scientist

    - Dr. Michael Sonnabend, - -

    Coordinator and Research Scientist

    - Dr. Janina Geißert - -

    Project Manager and Research Scientist

    -
    -
    -
    - -
    -
    - - -
    -

    Dr. Sven Nahnsen

    - -

    Contact Persons:

    - Dr. Stefan Czemmel, - -

    Coordinator Bioinformatics support

    - Marie Gauder, - -

    Coordinator and Bioinformatics Research Scientist

    -
    -
    -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/our-center/ncct-contact.html b/site/our-center/ncct-contact.html deleted file mode 100644 index c6d2679..0000000 --- a/site/our-center/ncct-contact.html +++ /dev/null @@ -1,47 +0,0 @@ -
    -
    -
    -
    -
    We'd love to hear from you!
    -
    - -
    -
    -
    Address -
    -
    Address
    - -

    NGS Competence Center Tübingen
    - Calwerstraße 7, 72076 Tübingen.

    -
    -
    -
    - -
    -
    Email -
    -
    E-Mail
    - -
    ncct@med.uni-tuebingen.de
    -
    -
    -
    - -
    -
    Phone -
    -
    Phone and Fax
    - -

    Telephone: +49 7071/29-72298
    - Fax: +49 7071/29-4811

    -
    -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/our-center/vision.html b/site/our-center/vision.html deleted file mode 100644 index b859567..0000000 --- a/site/our-center/vision.html +++ /dev/null @@ -1,20 +0,0 @@ -
    -
    -
    -
    -
    How it started and what we aim for.
    -
    - -
    The NGS Competence Center Tübingen (NCCT) was established in - early 2018 with the help of DFG (German Research - Foundation) funding. Together with three other national centers, we aim at - strengthening the use of high-throughput sequencing methods in Germany.
    -
    - The center offers automated high-throughput services and a rich portfolio of sequencing - solutions using the latest Illumina and Oxford Nanopore Technologies - sequencers. As part of the Quantitative Biology Center - (QBiC), NCCT builds on established core facility structures and integrates with the existing - infrastructure for data management and bioinformatics support.
    -
    -
    -
    \ No newline at end of file diff --git a/site/sequencing-solutions/instruments.html b/site/sequencing-solutions/instruments.html deleted file mode 100644 index a1f23da..0000000 --- a/site/sequencing-solutions/instruments.html +++ /dev/null @@ -1,38 +0,0 @@ -
    -
    -
    -
    All major technologies under one roof!
    -
    - -
    -
    -
    -
    Sequencers
    - -
      -
    • NextSeq500
    • -
    • MiSeq
    • -
    • NovaSeq6000
    • -
    • Nanopore MinION
    • -
    • Nanopore PromethION
    • -
    • PacBio Sequel II
    • -
    -
    - -
    -
    Sample Preparation - Systems
    - -
      -
    • QIAcube
    • -
    • Agilent Bravo
    • -
    • QIASymphony
    • -
    • Tecan Fluent 780
    • -
    • MGISP-100
    • -
    • 10x Genomics
    • -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/sequencing-solutions/methods.html b/site/sequencing-solutions/methods.html deleted file mode 100644 index 96dd145..0000000 --- a/site/sequencing-solutions/methods.html +++ /dev/null @@ -1,57 +0,0 @@ -
    -
    -
    -
    -
    -
    Sequencing Methods
    -
    - -
    -
    -
    Variant Detection
    - -
      -
    • Whole Genome sequencing
    • -
    • Long-Read sequencing
    • -
    • Panel sequencing
    • -
    • Exome sequencing
    • -
    • Targeted RNA sequencing
    • -
    -
    - -
    -
    Expression Analysis
    - -
      -
    • mRNA sequencing
    • -
    • Total RNA sequencing
    • -
    • 3'-Sequencing
    • -
    • scRNA sequencing
    • -
    • miRNA sequencing
    • -
    • smallRNA sequencing
    • -
    • long-Read RNA sequencing
    • -
    -
    - -
    -
    Metagenomics
    - -
      -
    • Shotgun Metagenomics
    • -
    • 16S/Amplicon Sequencing
    • -
    • Metatranscriptomics
    • -
    -
    - -
    -
    Epigenomics
    - -
      -
    • Whole genome bisulfite sequencing
    • -
    -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/start-project/project-questions.html b/site/start-project/project-questions.html deleted file mode 100644 index 1705c11..0000000 --- a/site/start-project/project-questions.html +++ /dev/null @@ -1,27 +0,0 @@ -
    -
    -
    -
    -
    Questions we will ask you:
    - -
      -
    • What is the aim of your project?
    • -
    • How many samples do you have?
    • -
    • How many replicates are planned?
    • -
    • What is your sample type? (e.g. library, DNA/RNA, blood, stool,...)
    • -
    • Which species are you working on? (e.g. human, mouse etc)
    • -
    • Is bioinformatics analysis needed? If yes, to what degree?
    • -
    - -
    Optional Questions:
    - -
      -
    • Which technology should be used? (e.g. Illumina/Pacbio/Nanopore/10x)
    • -
    • How do you plan to apply the sequenced data? (e.g. WGS, exome, metagenome,...)
    • -
    • What is the desired sequencing depth? (coverage or output in Gb/sample or Mio Reads/sample)
    • -
    -
    -
    -
    -
    - \ No newline at end of file diff --git a/site/start-project/project-submission.html b/site/start-project/project-submission.html deleted file mode 100644 index 3f9527d..0000000 --- a/site/start-project/project-submission.html +++ /dev/null @@ -1,50 +0,0 @@ -
    -
    -
    -
    -
    -
    Project Submission
    - -
    -
    -
    - -
     
    - -
    -
    -
    - -
      -
    1. Collect Basic project information -
    2. -
    3. Contact us - and receive counselling
    4. -
    5. Fill out a Declaration of - Intent
    6. -
    7. Submit the Declaration of Intent to the DFG
    8. -
    9. Register to the DFG portal
    10. -
    11. Contact the NCCT and discuss the pre-filled counselling report
    12. -
    13. Send a full application to the DFG including the - counselling report
    14. -
    15. Await approval by the DFG
    16. -
    17. Request an offer from us
    18. -
    19. Sign the offer and send it back
    20. -
    21. Submit the filled sample sheet to - us
    22. -
    23. Await sequencing analysis by us
    24. -
    25. Access the results via our portal
    26. -
    27. Process the invoice you recieve from us
    28. -
    29. Send us your feedback
    30. -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/site/welcome/alert.html b/site/welcome/alert.html deleted file mode 100644 index d30dc17..0000000 --- a/site/welcome/alert.html +++ /dev/null @@ -1,10 +0,0 @@ -
    -
    - Covid Initiative Logo -
    NCCT is a part of the German COVID-19 OMICS Initiative:
    - https://ngs-kn.de/
    -
    -
    \ No newline at end of file diff --git a/site/welcome/landing-page.html b/site/welcome/landing-page.html deleted file mode 100644 index 303c528..0000000 --- a/site/welcome/landing-page.html +++ /dev/null @@ -1,56 +0,0 @@ - -
    -
    -
    -
    -
    - -
    -
    -
    Our Center
    -
    - -
    -
    - -
    - -
    -
    -
    Submit Your Project
    -
    - -
    -
    - -
    - -
    -
    -
    Sequencing Solutions
    -
    - -
    -
    - -
    - -
    -
    -
    Bioinformatics Services
    -
    - -
    -
    -
    -
    -
    -
    \ No newline at end of file diff --git a/snippets/borderless-definition-table.html b/snippets/borderless-definition-table.html deleted file mode 100644 index 3f8e254..0000000 --- a/snippets/borderless-definition-table.html +++ /dev/null @@ -1,29 +0,0 @@ -
    -
    -

    - Lorem ipsum dolor sit amet, consetetur sadipscing elitr -

    - -
    - - - - - - - - - - - - - - - -
    dolor sitconsetetur sadipscing elitr
      - Lorem ipsum dolor sit amet, consetetur sadipscing elitr
    - itr, sed diam nonumy eirmod tempor invid -
    sed diamsit amet, consetetur sadipscing
    -
    -
    -
    \ No newline at end of file diff --git a/snippets/card-deck.html b/snippets/card-deck.html deleted file mode 100644 index 8396456..0000000 --- a/snippets/card-deck.html +++ /dev/null @@ -1,31 +0,0 @@ -
    -
    -
    Card 1
    - -
      -
    • Cras justo odio
    • -
    • Dapibus ac facilisis in
    • -
    • Vestibulum at eros
    • -
    -
    - -
    -
    Card 2
    - -
      -
    • Cras justo odio
    • -
    • Dapibus ac facilisis in
    • -
    • Vestibulum at eros
    • -
    -
    - -
    -
    Card 3
    - -
      -
    • Cras justo odio
    • -
    • Dapibus ac facilisis in
    • -
    • Vestibulum at eros
    • -
    -
    -
    \ No newline at end of file diff --git a/snippets/card-list-group.html b/snippets/card-list-group.html deleted file mode 100644 index c4cdf4e..0000000 --- a/snippets/card-list-group.html +++ /dev/null @@ -1,29 +0,0 @@ -
    -
    - Lorem ipsum dolor -
    - -
    - Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod - tempor incididunt ut labore et dolore magna aliqua -
    - -
    -
    - -
    -
    -
    - - \ No newline at end of file diff --git a/snippets/card-list.html b/snippets/card-list.html deleted file mode 100644 index ad8b5d9..0000000 --- a/snippets/card-list.html +++ /dev/null @@ -1,9 +0,0 @@ -
    -
    Lorem ipsum
    - -
      -
    • Cras justo odio
    • -
    • Dapibus ac facilisis in
    • -
    • Vestibulum at eros
    • -
    -
    \ No newline at end of file diff --git a/snippets/media-list.html b/snippets/media-list.html deleted file mode 100644 index e40b65d..0000000 --- a/snippets/media-list.html +++ /dev/null @@ -1,25 +0,0 @@ -
    -
    -
    -
    Lore Ipsum dolor sit amet. Lorem ipsum dolor
    - - -
    -
    -
    \ No newline at end of file diff --git a/snippets/slide.html b/snippets/slide.html deleted file mode 100644 index 4a8df95..0000000 --- a/snippets/slide.html +++ /dev/null @@ -1,9 +0,0 @@ -
    -
    -

    Lorem ipsum dolor sit amet.

    - -
    -

    At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea

    -
    -
    -
    \ No newline at end of file From 6b7e7fa96bd666a9f11cb0d1e106400bd8ed19e9 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Wed, 9 Jun 2021 09:42:46 +0200 Subject: [PATCH 05/33] Fix cutoff Combobox of projectbrowser portlet --- qbic/site/Project Management/ProjectBrowser.css | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 qbic/site/Project Management/ProjectBrowser.css diff --git a/qbic/site/Project Management/ProjectBrowser.css b/qbic/site/Project Management/ProjectBrowser.css new file mode 100644 index 0000000..35b8bc7 --- /dev/null +++ b/qbic/site/Project Management/ProjectBrowser.css @@ -0,0 +1,7 @@ +.v-select { + height: 100% !important; + } + + .v-select-select { + height: 100% !important; + } \ No newline at end of file From 95efd6925bc2d94d6648c584b61c87750856db0c Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Mon, 5 Jul 2021 12:30:47 +0200 Subject: [PATCH 06/33] Replace Julia with Silke in our center and remove angel --- ncct/site/our-center/institutes.html | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/ncct/site/our-center/institutes.html b/ncct/site/our-center/institutes.html index 6a773de..7204b1d 100644 --- a/ncct/site/our-center/institutes.html +++ b/ncct/site/our-center/institutes.html @@ -8,11 +8,11 @@
    + src="https://portal-testing.qbic.uni-tuebingen.de/documents/50393/52096/csm_portrait_olaf_riess_sd_56a65f1bcd.jpg/7b4a0c5a-92e4-4844-861a-fd1eb156db00?t=1583168195776" />

    Prof. Olaf Riess, coordinator

    @@ -32,21 +32,17 @@
    + src="https://portal-testing.qbic.uni-tuebingen.de/documents/50393/52096/Silke+Peter+Portrait/3bfaa906-2e7a-4696-80f7-52f4c42f1a00?t=1625480710818" />
    -

    Apl. Prof. Julia-Stefanie Frick

    +

    Apl. Prof. Silke Peter

    Contact Persons:

    - Apl. Prof. Silke Peter, - -

    Clinical Microbiology

    - - Dr. Angel Angelov, + Apl. Prof. Silke Peter

    Bioinformatics Research Scientist

    Dr. Michael Sonnabend, @@ -60,9 +56,9 @@
    + src="https://portal-testing.qbic.uni-tuebingen.de/documents/50393/52096/UNI_TUE_+QBIC_4719_FINAL_PRINT_RGB.jpg/2d98a90e-7e9d-43e8-8388-ae41a8014dc8?t=1583168195944" />
    - @@ -70,12 +66,9 @@

    Dr. Sven Nahnsen

    Contact Persons:

    - Dr. Stefan Czemmel, - -

    Coordinator Bioinformatics support

    Marie Gauder, -

    Coordinator and Bioinformatics Research Scientist

    +

    Coordinator and Bioinformatics Research Scientist

    From e8eb785527d4f2eeee3feacf4a3465b16e950d21 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Mon, 5 Jul 2021 12:46:12 +0200 Subject: [PATCH 07/33] Adapt email of silke peters --- ncct/site/our-center/institutes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncct/site/our-center/institutes.html b/ncct/site/our-center/institutes.html index 7204b1d..6cf56e5 100644 --- a/ncct/site/our-center/institutes.html +++ b/ncct/site/our-center/institutes.html @@ -42,7 +42,7 @@

    Apl. Prof. Silke Peter

    Contact Persons:

    - Apl. Prof. Silke Peter + Apl. Prof. Silke Peter

    Bioinformatics Research Scientist

    Dr. Michael Sonnabend, From fb5f6cec8ad0197f874950ed358c155db6844939 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Tue, 12 Oct 2021 10:34:11 +0200 Subject: [PATCH 08/33] Update gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index e4500fd..29b5d7a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store merged.css +.idea \ No newline at end of file From 6df1c5fd8b10cbe8a0b92a40ab0815130bb09f6b Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Tue, 12 Oct 2021 10:34:46 +0200 Subject: [PATCH 09/33] Remove Michael Sonnabend from Institute Page --- ncct/site/our-center/institutes.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/ncct/site/our-center/institutes.html b/ncct/site/our-center/institutes.html index 6cf56e5..8dbbfe7 100644 --- a/ncct/site/our-center/institutes.html +++ b/ncct/site/our-center/institutes.html @@ -44,9 +44,6 @@

    Contact Persons:

    Apl. Prof. Silke Peter -

    Bioinformatics Research Scientist

    - Dr. Michael Sonnabend, -

    Coordinator and Research Scientist

    Dr. Janina Geißert From 5534d1bb7ef3f48c0472415d7d9c3649c9c02dd1 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Tue, 12 Oct 2021 11:14:17 +0200 Subject: [PATCH 10/33] Adapt spacing for QBiC in Card listing --- ncct/site/our-center/institutes.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ncct/site/our-center/institutes.html b/ncct/site/our-center/institutes.html index 8dbbfe7..053d8c2 100644 --- a/ncct/site/our-center/institutes.html +++ b/ncct/site/our-center/institutes.html @@ -55,12 +55,12 @@
    -
    -

    Dr. Sven Nahnsen

    +

    Dr. Sven Nahnsen

    Contact Persons:

    Marie Gauder, From 21c7a430c520185c896e9773399893be7dce5849 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Wed, 13 Oct 2021 09:37:34 +0200 Subject: [PATCH 11/33] Adapt Spacing in institute section --- ncct/site/our-center/institutes.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ncct/site/our-center/institutes.html b/ncct/site/our-center/institutes.html index 053d8c2..01210fc 100644 --- a/ncct/site/our-center/institutes.html +++ b/ncct/site/our-center/institutes.html @@ -55,12 +55,14 @@
    - +
     
    +
    -

    Dr. Sven Nahnsen

    +

    Dr. Sven Nahnsen

    Contact Persons:

    Marie Gauder, From 8342775ae5c63af3220189f2a52f8a0dc89adb4c Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Wed, 13 Oct 2021 09:46:14 +0200 Subject: [PATCH 12/33] Adapt spacing and layout and code spacing --- .../sequencing-solutions/instruments.html | 51 ++++++----- ncct/site/sequencing-solutions/methods.html | 86 +++++++++++-------- 2 files changed, 78 insertions(+), 59 deletions(-) diff --git a/ncct/site/sequencing-solutions/instruments.html b/ncct/site/sequencing-solutions/instruments.html index a1f23da..9ee3cca 100644 --- a/ncct/site/sequencing-solutions/instruments.html +++ b/ncct/site/sequencing-solutions/instruments.html @@ -5,32 +5,37 @@
    -
    -
    -
    Sequencers
    +
    +
    +
    +
    + Sequencers +
    -
      -
    • NextSeq500
    • -
    • MiSeq
    • -
    • NovaSeq6000
    • -
    • Nanopore MinION
    • -
    • Nanopore PromethION
    • -
    • PacBio Sequel II
    • -
    -
    +
      +
    • NextSeq500
    • +
    • MiSeq
    • +
    • NovaSeq6000
    • +
    • Nanopore MinION
    • +
    • Nanopore PromethION
    • +
    • PacBio Sequel II
    • +
    +
    -
    -
    Sample Preparation - Systems
    +
    +
    Sample Preparation + Systems +
    -
      -
    • QIAcube
    • -
    • Agilent Bravo
    • -
    • QIASymphony
    • -
    • Tecan Fluent 780
    • -
    • MGISP-100
    • -
    • 10x Genomics
    • -
    +
      +
    • QIAcube
    • +
    • Agilent Bravo
    • +
    • QIASymphony
    • +
    • Tecan Fluent 780
    • +
    • MGISP-100
    • +
    • 10x Genomics
    • +
    +
    diff --git a/ncct/site/sequencing-solutions/methods.html b/ncct/site/sequencing-solutions/methods.html index 96dd145..3515020 100644 --- a/ncct/site/sequencing-solutions/methods.html +++ b/ncct/site/sequencing-solutions/methods.html @@ -1,54 +1,68 @@
    -
    -
    +
    +
    Sequencing Methods
    -
    -
    -
    Variant Detection
    +
    +
    +
    +
    + Variant Detection +
    -
      -
    • Whole Genome sequencing
    • -
    • Long-Read sequencing
    • -
    • Panel sequencing
    • -
    • Exome sequencing
    • -
    • Targeted RNA sequencing
    • -
    +
      +
    • Whole Genome sequencing
    • +
    • Long-Read sequencing
    • +
    • Panel sequencing
    • +
    • Exome sequencing
    • +
    • Targeted RNA sequencing
    • +
    -
    -
    Expression Analysis
    - -
      -
    • mRNA sequencing
    • -
    • Total RNA sequencing
    • -
    • 3'-Sequencing
    • -
    • scRNA sequencing
    • -
    • miRNA sequencing
    • -
    • smallRNA sequencing
    • -
    • long-Read RNA sequencing
    • +
      +
      + Expression Analysis +
      + +
        +
      • mRNA sequencing
      • +
      • Total RNA sequencing
      • +
      • 3'-Sequencing
      • +
      • scRNA sequencing
      • +
      • miRNA sequencing
      • +
      • smallRNA sequencing
      • +
      • long-Read RNA sequencing
      -
      -
      Metagenomics
      +
      +
      + Metagenomics +
      -
        -
      • Shotgun Metagenomics
      • -
      • 16S/Amplicon Sequencing
      • -
      • Metatranscriptomics
      • -
      -
      +
        +
      • Shotgun Metagenomics
      • +
      • 16S/Amplicon Sequencing
      • +
      • Metatranscriptomics
      • +
      +
      -
      -
      Epigenomics
      +
      +
      + Epigenomics +
      -
        -
      • Whole genome bisulfite sequencing
      • -
      +
        +
      • Whole genome bisulfite sequencing +
      • +
      +
    From a1f1bb3d771cf9ba245d7125d4a90313c3ac4b3b Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Tue, 19 Oct 2021 09:23:32 +0200 Subject: [PATCH 13/33] Add One Liners HTML Content and adaptions --- .../sequencing-solutions/instruments.html | 14 +- ncct/site/sequencing-solutions/methods.html | 88 ++++++------- .../sequencing-solutions/ss-epigenomics.html | 28 ++++ .../ss-expression-analysis.html | 122 ++++++++++++++++++ .../sequencing-solutions/ss-metagenomics.html | 58 +++++++++ .../ss-variant-detection.html | 92 +++++++++++++ 6 files changed, 348 insertions(+), 54 deletions(-) create mode 100644 ncct/site/sequencing-solutions/ss-epigenomics.html create mode 100644 ncct/site/sequencing-solutions/ss-expression-analysis.html create mode 100644 ncct/site/sequencing-solutions/ss-metagenomics.html create mode 100644 ncct/site/sequencing-solutions/ss-variant-detection.html diff --git a/ncct/site/sequencing-solutions/instruments.html b/ncct/site/sequencing-solutions/instruments.html index 9ee3cca..3b4eab7 100644 --- a/ncct/site/sequencing-solutions/instruments.html +++ b/ncct/site/sequencing-solutions/instruments.html @@ -1,11 +1,11 @@
    -
    -
    All major technologies under one roof!
    -
    -
    +
    +
    All major technologies under one roof!
    +
    +
    @@ -23,8 +23,8 @@
    -
    Sample Preparation - Systems +
    + Sample Preparation Systems
      @@ -40,4 +40,4 @@
    -
    \ No newline at end of file +
    diff --git a/ncct/site/sequencing-solutions/methods.html b/ncct/site/sequencing-solutions/methods.html index 3515020..a87eba9 100644 --- a/ncct/site/sequencing-solutions/methods.html +++ b/ncct/site/sequencing-solutions/methods.html @@ -6,66 +6,60 @@
    Sequencing Methods
    -
    -
    -
    -
    - Variant Detection -
    +
    +
    +
    + Variant Detection +
    -
      -
    • Whole Genome sequencing
    • -
    • Long-Read sequencing
    • -
    • Panel sequencing
    • -
    • Exome sequencing
    • -
    • Targeted RNA sequencing
    • -
    +
      +
    • Whole Genome sequencing
    • +
    • Long-Read sequencing
    • +
    • Panel sequencing
    • +
    • Exome sequencing
    • +
    • Targeted RNA sequencing
    • +
    -
    -
    - Expression Analysis -
    +
    +
    + Expression Analysis +
    -
      -
    • mRNA sequencing
    • -
    • Total RNA sequencing
    • -
    • 3'-Sequencing
    • -
    • scRNA sequencing
    • -
    • miRNA sequencing
    • -
    • smallRNA sequencing
    • -
    • long-Read RNA sequencing
    • +
        +
      • mRNA sequencing
      • +
      • Total RNA sequencing
      • +
      • 3'-Sequencing
      • +
      • scRNA sequencing
      • +
      • miRNA sequencing
      • +
      • smallRNA sequencing
      • +
      • long-Read RNA sequencing
    -
    -
    - Metagenomics -
    - -
      -
    • Shotgun Metagenomics
    • -
    • 16S/Amplicon Sequencing
    • -
    • Metatranscriptomics
    • -
    +
    +
    + Metagenomics
    -
    -
    - Epigenomics -
    +
      +
    • Shotgun Metagenomics
    • +
    • 16S/Amplicon Sequencing
    • +
    • Metatranscriptomics
    • +
    +
    -
      -
    • Whole genome bisulfite sequencing -
    • -
    +
    +
    + Epigenomics
    + +
      +
    • Whole genome bisulfite sequencing
    • +
    - \ No newline at end of file + diff --git a/ncct/site/sequencing-solutions/ss-epigenomics.html b/ncct/site/sequencing-solutions/ss-epigenomics.html new file mode 100644 index 0000000..2623be0 --- /dev/null +++ b/ncct/site/sequencing-solutions/ss-epigenomics.html @@ -0,0 +1,28 @@ +
    +
    +
    +
    +
    +
    Epigenomics
    +
    + +
    +
    +
    Whole genome + methylation sequencing +
    + +
    +
    Investigation of the methylation pattern in the whole + genome of an organism +
    + +
     
    + More Information
    +
    +
    +
    +
    +
    +
    diff --git a/ncct/site/sequencing-solutions/ss-expression-analysis.html b/ncct/site/sequencing-solutions/ss-expression-analysis.html new file mode 100644 index 0000000..3080c5d --- /dev/null +++ b/ncct/site/sequencing-solutions/ss-expression-analysis.html @@ -0,0 +1,122 @@ +
    +
    +
    +
    +
    +
    Expression Analysis
    +
    + +
    +
    +
    +
    mRNA + sequencing +
    + +
    +
    Sequencing of all messenger RNA transcripts which + provides information on the whole coding transcriptome of an organism +
    + +
     
    + More Information
    +
    + +
    +
    Total RNA + sequencing +
    + +
    +
    Sequencing of all types of RNAs present, including + diverse small and non-coding RNAs +
    + +
     
    + More Information
    +
    + +
    +
    + 3’-Sequencing +
    + +
    +
    Sequencing of transcripts 3’ UTR allowing gene expression + analysis with high sensitivity and in degraded sample +
    + +
     
    + More Information
    +
    + +
    +
    scRNA + sequencing (single cell sequencing) +
    + +
    +
    Sequencing the RNA of individual cells to capture cell + heterogeneity +
    + +
     
    + More Information
    +
    + +
    +
    miRNA + sequencing +
    + +
    +
    Sequencing of micro RNAs which confer gene silencing and + are often associated with various cellular mechanisms +
    + +
     
    + More Information
    +
    + +
    +
    smallRNA + sequencing +
    + +
    +
    Sequencing of small RNAs (including micro RNA) which + exert diverse functions of gene regulation +
    + +
     
    + More Information
    +
    +
    + +
    +
    +
    Long-Read + RNA sequencing +
    + +
    +
    Sequencing of full-length RNA allowing precise isoform + detection +
    + +
     
    + More Information
    +
    +
    +
    +
    +
    +
    +
    diff --git a/ncct/site/sequencing-solutions/ss-metagenomics.html b/ncct/site/sequencing-solutions/ss-metagenomics.html new file mode 100644 index 0000000..d574f3b --- /dev/null +++ b/ncct/site/sequencing-solutions/ss-metagenomics.html @@ -0,0 +1,58 @@ +
    +
    +
    +
    +
    +
    Metagenomics
    +
    + +
    +
    +
    Shotgun + Metagenomics +
    + +
    +
    Sequencing of all genomic information of a sample + containing DNA of a community of organisms +
    + +
     
    + More Information
    +
    + +
    +
    16S/Amplicon + Sequencing +
    + +
    +
    Sequencing of the 16S rRNA coding region to identify + different taxa in a sample containing DNA of diverse organisms +
    + +
     
    + More Information
    +
    + +
    +
    + Metatranscriptomics +
    + +
    +
    Sequencing of the RNA in a heterogenous sample to analyse + gene expression in a community of organisms +
    + +
     
    + More Information
    +
    +
    +
    +
    +
    +
    diff --git a/ncct/site/sequencing-solutions/ss-variant-detection.html b/ncct/site/sequencing-solutions/ss-variant-detection.html new file mode 100644 index 0000000..f3d0e74 --- /dev/null +++ b/ncct/site/sequencing-solutions/ss-variant-detection.html @@ -0,0 +1,92 @@ +
    +
    +
    +
    +
    +
    Variant Detection
    +
    + +
    +
    +
    +
    Whole + genome sequencing +
    + +
    +
    Sequencing of the whole genome of an organism, including + coding and non-coding regions +
    + +
     
    + More Information
    +
    + +
    +
    Long-read + sequencing +
    + +
    +
    Sequencing of long inserts of DNA allowing better mapping + and phasing of the genome +
    + +
     
    + More Information
    +
    + +
    +
    Panel + sequencing +
    + +
    +
    In depth sequencing of a particular set of DNA regions + using panels +
    + +
     
    + More Information
    +
    +
    + +
    +
    +
    Exome + sequencing +
    + +
    +
    Sequencing of all protein coding regions of the genome of + an organism +
    + +
     
    + More Information
    +
    + +
    +
    Targeted + RNA sequencing +
    + +
    +
    Sequencing of a subset of transcripts enabling both + qualitative and quantitative expression analysis +
    + +
     
    + More Information
    +
    +
    +
    +
    +
    +
    +
    From 59f86ab073e37bd0b924a147ee45f47d47d785ee Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Mon, 8 Nov 2021 10:55:13 +0100 Subject: [PATCH 14/33] Include css for card size and ncct-info icon information --- ncct/custom.css | 11 ++ ncct/custom_bootstrap.css | 2 + ncct/site/our-center/institutes.html | 6 +- .../sequencing-solutions/instruments.html | 99 ++++++++++---- ncct/site/sequencing-solutions/methods.html | 96 +++++++++++--- .../sequencing-solutions/ss-epigenomics.html | 28 ---- .../ss-expression-analysis.html | 122 ------------------ .../sequencing-solutions/ss-metagenomics.html | 58 --------- .../ss-variant-detection.html | 92 ------------- 9 files changed, 171 insertions(+), 343 deletions(-) delete mode 100644 ncct/site/sequencing-solutions/ss-epigenomics.html delete mode 100644 ncct/site/sequencing-solutions/ss-expression-analysis.html delete mode 100644 ncct/site/sequencing-solutions/ss-metagenomics.html delete mode 100644 ncct/site/sequencing-solutions/ss-variant-detection.html diff --git a/ncct/custom.css b/ncct/custom.css index b6e200c..610f00e 100644 --- a/ncct/custom.css +++ b/ncct/custom.css @@ -367,3 +367,14 @@ a[target="_blank"].btn:after { position: relative; bottom: 10px; } + +.ncct-information-icon { + background-size: 100% 100%; + display: inline-block; + height: 20px; + width: 20px; + position:absolute; + right:0px; +} + + diff --git a/ncct/custom_bootstrap.css b/ncct/custom_bootstrap.css index e1de4b1..6a9f664 100644 --- a/ncct/custom_bootstrap.css +++ b/ncct/custom_bootstrap.css @@ -283,6 +283,8 @@ .bs4-card-deck .bs4-card { margin-bottom: 15px; + min-width: 300px; + max-width: 470px; } @media (min-width: 576px) { diff --git a/ncct/site/our-center/institutes.html b/ncct/site/our-center/institutes.html index 01210fc..7ae7609 100644 --- a/ncct/site/our-center/institutes.html +++ b/ncct/site/our-center/institutes.html @@ -65,9 +65,11 @@

    Dr. Sven Nahnsen

    Contact Persons:

    - Marie Gauder, + Stefan + Czemmel, -

    Coordinator and Bioinformatics Research Scientist

    +

    Head of Project Management and Bioinformatic Scientist

    +
    diff --git a/ncct/site/sequencing-solutions/instruments.html b/ncct/site/sequencing-solutions/instruments.html index 3b4eab7..b83ccc2 100644 --- a/ncct/site/sequencing-solutions/instruments.html +++ b/ncct/site/sequencing-solutions/instruments.html @@ -6,35 +6,84 @@
    All major technologies under one roof!
    -
    -
    -
    - Sequencers +
    +
    +
    +
    + Sequencers +
    + +
      +
    • Illumina NextSeq500
    • +
    • Illumina MiSeq
    • +
    • Illumina NovaSeq6000
    • +
    • ONT MinION
    • +
    • ONT PromethION
    • +
    • PacBio Sequel II
    • +
    -
      -
    • NextSeq500
    • -
    • MiSeq
    • -
    • NovaSeq6000
    • -
    • Nanopore MinION
    • -
    • Nanopore PromethION
    • -
    • PacBio Sequel II
    • -
    -
    +
    +
    + Sample Preparation Systems +
    -
    -
    - Sample Preparation Systems +
      +
    • Qiagen QIAcube
    • +
    • Agilent Bravo
    • +
    • Qiagen QIASymphony
    • +
    • Tecan Fluent 780
    • +
    • MGISP-100
    • +
    • 10x Genomics
    • +
    • Beckman Biomek i5
    • +
    • Beckman Biomek i7
    • +
    - -
      -
    • QIAcube
    • -
    • Agilent Bravo
    • -
    • QIASymphony
    • -
    • Tecan Fluent 780
    • -
    • MGISP-100
    • -
    • 10x Genomics
    • -
    diff --git a/ncct/site/sequencing-solutions/methods.html b/ncct/site/sequencing-solutions/methods.html index a87eba9..4154ece 100644 --- a/ncct/site/sequencing-solutions/methods.html +++ b/ncct/site/sequencing-solutions/methods.html @@ -13,11 +13,31 @@
      -
    • Whole Genome sequencing
    • -
    • Long-Read sequencing
    • -
    • Panel sequencing
    • -
    • Exome sequencing
    • -
    • Targeted RNA sequencing
    • +
    • Whole Genome sequencing +
    • +
    • Long-Read sequencing +
    • +
    • Panel sequencing +
    • +
    • Exome sequencing +
    • +
    • Targeted RNA sequencing +
    @@ -27,13 +47,41 @@
      -
    • mRNA sequencing
    • -
    • Total RNA sequencing
    • -
    • 3'-Sequencing
    • -
    • scRNA sequencing
    • -
    • miRNA sequencing
    • -
    • smallRNA sequencing
    • -
    • long-Read RNA sequencing
    • +
    • mRNA sequencing +
    • +
    • Total RNA sequencing +
    • +
    • 3'-Sequencing +
    • +
    • scRNA sequencing +
    • +
    • miRNA sequencing +
    • +
    • smallRNA sequencing +
    • +
    • long-Read RNA sequencing +
    @@ -43,9 +91,21 @@
      -
    • Shotgun Metagenomics
    • -
    • 16S/Amplicon Sequencing
    • -
    • Metatranscriptomics
    • +
    • Shotgun Metagenomics +
    • +
    • 16S/Amplicon Sequencing +
    • +
    • Metatranscriptomics +
    @@ -55,7 +115,11 @@
      -
    • Whole genome bisulfite sequencing
    • +
    • Whole genome bisulfite sequencing +
    diff --git a/ncct/site/sequencing-solutions/ss-epigenomics.html b/ncct/site/sequencing-solutions/ss-epigenomics.html deleted file mode 100644 index 2623be0..0000000 --- a/ncct/site/sequencing-solutions/ss-epigenomics.html +++ /dev/null @@ -1,28 +0,0 @@ -
    -
    -
    -
    -
    -
    Epigenomics
    -
    - -
    -
    -
    Whole genome - methylation sequencing -
    - -
    -
    Investigation of the methylation pattern in the whole - genome of an organism -
    - -
     
    - More Information
    -
    -
    -
    -
    -
    -
    diff --git a/ncct/site/sequencing-solutions/ss-expression-analysis.html b/ncct/site/sequencing-solutions/ss-expression-analysis.html deleted file mode 100644 index 3080c5d..0000000 --- a/ncct/site/sequencing-solutions/ss-expression-analysis.html +++ /dev/null @@ -1,122 +0,0 @@ -
    -
    -
    -
    -
    -
    Expression Analysis
    -
    - -
    -
    -
    -
    mRNA - sequencing -
    - -
    -
    Sequencing of all messenger RNA transcripts which - provides information on the whole coding transcriptome of an organism -
    - -
     
    - More Information
    -
    - -
    -
    Total RNA - sequencing -
    - -
    -
    Sequencing of all types of RNAs present, including - diverse small and non-coding RNAs -
    - -
     
    - More Information
    -
    - -
    -
    - 3’-Sequencing -
    - -
    -
    Sequencing of transcripts 3’ UTR allowing gene expression - analysis with high sensitivity and in degraded sample -
    - -
     
    - More Information
    -
    - -
    -
    scRNA - sequencing (single cell sequencing) -
    - -
    -
    Sequencing the RNA of individual cells to capture cell - heterogeneity -
    - -
     
    - More Information
    -
    - -
    -
    miRNA - sequencing -
    - -
    -
    Sequencing of micro RNAs which confer gene silencing and - are often associated with various cellular mechanisms -
    - -
     
    - More Information
    -
    - -
    -
    smallRNA - sequencing -
    - -
    -
    Sequencing of small RNAs (including micro RNA) which - exert diverse functions of gene regulation -
    - -
     
    - More Information
    -
    -
    - -
    -
    -
    Long-Read - RNA sequencing -
    - -
    -
    Sequencing of full-length RNA allowing precise isoform - detection -
    - -
     
    - More Information
    -
    -
    -
    -
    -
    -
    -
    diff --git a/ncct/site/sequencing-solutions/ss-metagenomics.html b/ncct/site/sequencing-solutions/ss-metagenomics.html deleted file mode 100644 index d574f3b..0000000 --- a/ncct/site/sequencing-solutions/ss-metagenomics.html +++ /dev/null @@ -1,58 +0,0 @@ -
    -
    -
    -
    -
    -
    Metagenomics
    -
    - -
    -
    -
    Shotgun - Metagenomics -
    - -
    -
    Sequencing of all genomic information of a sample - containing DNA of a community of organisms -
    - -
     
    - More Information
    -
    - -
    -
    16S/Amplicon - Sequencing -
    - -
    -
    Sequencing of the 16S rRNA coding region to identify - different taxa in a sample containing DNA of diverse organisms -
    - -
     
    - More Information
    -
    - -
    -
    - Metatranscriptomics -
    - -
    -
    Sequencing of the RNA in a heterogenous sample to analyse - gene expression in a community of organisms -
    - -
     
    - More Information
    -
    -
    -
    -
    -
    -
    diff --git a/ncct/site/sequencing-solutions/ss-variant-detection.html b/ncct/site/sequencing-solutions/ss-variant-detection.html deleted file mode 100644 index f3d0e74..0000000 --- a/ncct/site/sequencing-solutions/ss-variant-detection.html +++ /dev/null @@ -1,92 +0,0 @@ -
    -
    -
    -
    -
    -
    Variant Detection
    -
    - -
    -
    -
    -
    Whole - genome sequencing -
    - -
    -
    Sequencing of the whole genome of an organism, including - coding and non-coding regions -
    - -
     
    - More Information
    -
    - -
    -
    Long-read - sequencing -
    - -
    -
    Sequencing of long inserts of DNA allowing better mapping - and phasing of the genome -
    - -
     
    - More Information
    -
    - -
    -
    Panel - sequencing -
    - -
    -
    In depth sequencing of a particular set of DNA regions - using panels -
    - -
     
    - More Information
    -
    -
    - -
    -
    -
    Exome - sequencing -
    - -
    -
    Sequencing of all protein coding regions of the genome of - an organism -
    - -
     
    - More Information
    -
    - -
    -
    Targeted - RNA sequencing -
    - -
    -
    Sequencing of a subset of transcripts enabling both - qualitative and quantitative expression analysis -
    - -
     
    - More Information
    -
    -
    -
    -
    -
    -
    -
    From de4821e197a9192617c6d341edf3a1b32988c58d Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Mon, 8 Nov 2021 11:02:05 +0100 Subject: [PATCH 15/33] Point ncct icon link to qbic-portal --- .../sequencing-solutions/instruments.html | 28 ++++++++-------- ncct/site/sequencing-solutions/methods.html | 32 +++++++++---------- 2 files changed, 30 insertions(+), 30 deletions(-) diff --git a/ncct/site/sequencing-solutions/instruments.html b/ncct/site/sequencing-solutions/instruments.html index b83ccc2..9e3d941 100644 --- a/ncct/site/sequencing-solutions/instruments.html +++ b/ncct/site/sequencing-solutions/instruments.html @@ -17,28 +17,28 @@
    • Illumina NextSeq500
    • Illumina MiSeq
    • Illumina NovaSeq6000
    • ONT MinION
    • ONT PromethION
    • PacBio Sequel II
    @@ -52,35 +52,35 @@
    • Qiagen QIAcube
    • Agilent Bravo
    • Qiagen QIASymphony
    • Tecan Fluent 780
    • MGISP-100
    • 10x Genomics
    • Beckman Biomek i5
    • Beckman Biomek i7
    diff --git a/ncct/site/sequencing-solutions/methods.html b/ncct/site/sequencing-solutions/methods.html index 4154ece..37a5928 100644 --- a/ncct/site/sequencing-solutions/methods.html +++ b/ncct/site/sequencing-solutions/methods.html @@ -15,27 +15,27 @@
    • Whole Genome sequencing
    • Long-Read sequencing
    • Panel sequencing
    • Exome sequencing
    • Targeted RNA sequencing
    @@ -49,37 +49,37 @@
    • mRNA sequencing
    • Total RNA sequencing
    • 3'-Sequencing
    • scRNA sequencing
    • miRNA sequencing
    • smallRNA sequencing
    • long-Read RNA sequencing
    @@ -93,17 +93,17 @@
    • Shotgun Metagenomics
    • 16S/Amplicon Sequencing
    • Metatranscriptomics
    @@ -117,7 +117,7 @@
    • Whole genome bisulfite sequencing
    From 76e7eba4bd08050e02e320b9f6246f852f8a016b Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Mon, 8 Nov 2021 11:12:55 +0100 Subject: [PATCH 16/33] Adapt spacing and fix linkage on our center page --- ncct/site/our-center/institutes.html | 43 ++++++++++++++++------------ 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/ncct/site/our-center/institutes.html b/ncct/site/our-center/institutes.html index 7ae7609..eded32f 100644 --- a/ncct/site/our-center/institutes.html +++ b/ncct/site/our-center/institutes.html @@ -8,23 +8,25 @@
    + src="https://portal.qbic.uni-tuebingen.de/portal/documents/33387/38618/Olaf+Riess+Portrait.jpg/8360e72d-16ee-43d3-998a-c3c615eda51c?t=1585825395000"/>
    + href="http://www.medgen-tuebingen.de/#langsel" target="_blank">Institute + of Medical Genetics and Applied Genomics
    -

    Prof. Olaf Riess, coordinator

    +

    Prof. Olaf Riess, + coordinator

    Contact Persons:

    -

    Dr. Nicolas Casadei,

    +

    Dr. Nicolas + Casadei,

    Head of the Core Facility

    -

    Prof. Stephan Ossowski, -

    +

    Prof. + Stephan Ossowski,

    Head of Computational Genomics

    @@ -32,19 +34,22 @@
    + src="https://portal.qbic.uni-tuebingen.de/portal/documents/33387/38618/Silke+Peter+Portrait/e382ae58-b633-4251-b50f-da3c28cb9f3c?t=1625481141496"/>
    + href="https://www.medizin.uni-tuebingen.de/de/das-klinikum/einrichtungen/institute/med-mikrobiologie-und-hygiene" + target="_blank">Institute of Medical Microbiology and Hygiene +
    -

    Apl. Prof. Silke Peter

    +

    Apl. Prof. Silke + Peter

    Contact Persons:

    - Apl. Prof. Silke Peter + Apl. Prof. Silke + Peter, -

    Coordinator and Research Scientist

    +

    Clinical Microbiology

    Dr. Janina Geißert

    Project Manager and Research Scientist

    @@ -53,11 +58,12 @@
    + src="https://portal.qbic.uni-tuebingen.de/portal/documents/33387/38618/Sven+Nahnsen+Portrait.jpg/aae86abb-fbf6-4e08-9d0f-bce4eaffa398?t=1585825395000"/>
    - +
     
    @@ -70,11 +76,10 @@

    Head of Project Management and Bioinformatic Scientist

    -
    - \ No newline at end of file + From 3b1dd1e3c8d00251d7a3d7b8e6045f04c7790e1a Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Mon, 8 Nov 2021 11:33:24 +0100 Subject: [PATCH 17/33] Fix broken link --- .../sequencing-solutions/instruments.html | 26 +++++++-------- ncct/site/sequencing-solutions/methods.html | 32 +++++++++---------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/ncct/site/sequencing-solutions/instruments.html b/ncct/site/sequencing-solutions/instruments.html index 9e3d941..f1e7239 100644 --- a/ncct/site/sequencing-solutions/instruments.html +++ b/ncct/site/sequencing-solutions/instruments.html @@ -17,28 +17,28 @@
    • Illumina NextSeq500
    • Illumina MiSeq
    • Illumina NovaSeq6000
    • ONT MinION
    • ONT PromethION
    • PacBio Sequel II
    @@ -52,31 +52,31 @@
    • Qiagen QIAcube
    • Agilent Bravo
    • Qiagen QIASymphony
    • Tecan Fluent 780
    • MGISP-100
    • 10x Genomics
    • Beckman Biomek i5
    • Beckman Biomek i7
    • Whole Genome sequencing
    • Long-Read sequencing
    • Panel sequencing
    • Exome sequencing
    • Targeted RNA sequencing
    @@ -49,37 +49,37 @@
    • mRNA sequencing
    • Total RNA sequencing
    • 3'-Sequencing
    • scRNA sequencing
    • miRNA sequencing
    • smallRNA sequencing
    • long-Read RNA sequencing
    @@ -93,17 +93,17 @@
    • Shotgun Metagenomics
    • 16S/Amplicon Sequencing
    • Metatranscriptomics
    @@ -117,7 +117,7 @@
    • Whole genome bisulfite sequencing
    From 8423291e6e4d23cecdd373453e0fdb31fb43cc26 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Tue, 9 Nov 2021 10:18:39 +0100 Subject: [PATCH 18/33] Adapt Job description of SC --- ncct/site/our-center/institutes.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncct/site/our-center/institutes.html b/ncct/site/our-center/institutes.html index eded32f..24681a5 100644 --- a/ncct/site/our-center/institutes.html +++ b/ncct/site/our-center/institutes.html @@ -74,7 +74,7 @@ Stefan Czemmel, -

    Head of Project Management and Bioinformatic Scientist

    +

    Team Leader Project Management & Bioinfomatics Support

    From 278a79fb39fdbff20c0c199bb5dbd406299eafaa Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Wed, 15 Dec 2021 15:37:24 +0100 Subject: [PATCH 19/33] make seqsol tooltip transition instant and adapt styling --- ncct/custom.css | 23 ++ .../sequencing-solutions/instruments.html | 163 ++++++------ ncct/site/sequencing-solutions/methods.html | 232 +++++++++--------- 3 files changed, 218 insertions(+), 200 deletions(-) diff --git a/ncct/custom.css b/ncct/custom.css index 610f00e..b784001 100644 --- a/ncct/custom.css +++ b/ncct/custom.css @@ -377,4 +377,27 @@ a[target="_blank"].btn:after { right:0px; } +.ncct-tooltip-text { + visibility: hidden; + opacity: .9; + background-color: #027ba4; + color: #fff; + padding: 1em; + border-radius: 6px; + position: absolute; + z-index: 1; + top: -5px; + right: 10%; + line-height: 15px; + font-size: 0.875em; + width: max-content; + max-width: 300px; +} + +@media (min-width: 1750px) { + .ncct-tooltip-text { + left: 105%; + } +} + diff --git a/ncct/site/sequencing-solutions/instruments.html b/ncct/site/sequencing-solutions/instruments.html index f1e7239..a95e960 100644 --- a/ncct/site/sequencing-solutions/instruments.html +++ b/ncct/site/sequencing-solutions/instruments.html @@ -1,92 +1,89 @@
    -
    -
    -
    -
    -
    All major technologies under one roof!
    -
    +
    +
    +
    +
    +
    All major technologies under one roof!
    +
    -
    -
    -
    -
    - Sequencers -
    +
    +
    +
    +
    + Sequencers +
    -
      -
    • Illumina NextSeq500
    • -
    • Illumina MiSeq
    • -
    • Illumina NovaSeq6000
    • -
    • ONT MinION
    • -
    • ONT PromethION
    • -
    • PacBio Sequel II
    • -
    -
    +
      +
    • Illumina NextSeq500flexible mid-output sequencer
    • +
    • Illumina MiSeqlow-output sequencer
    • +
    • Illumina NovaSeq6000production scale instrument
    • +
    • ONT MinIONlow throughput long read sequencer
    • +
    • ONT PromethION high throughput long-read sequencer
    • +
    • PacBio Sequel IIaccurate long-read sequencer
    • +
    +
    -
    -
    - Sample Preparation Systems -
    +
    +
    Sample + Preparation Systems +
    -
      -
    • Qiagen QIAcube
    • -
    • Agilent Bravo
    • -
    • Qiagen QIASymphony
    • -
    • Tecan Fluent 780
    • -
    • MGISP-100
    • -
    • 10x Genomics
    • -
    • Beckman Biomek i5
    • -
    • Beckman Biomek i7
    • -
    -
    -
    -
    +
      +
    • Qiagen QIAcubehigh throughput isolation
    • +
    • Agilent Bravoproduction scale liquid handler
    • +
    • Qiagen QIASymphonyhigh throughput isolation
    • +
    • Tecan Fluent 780high throughput liquid handler
    • +
    • MGISP-100mid throughput liquid handler
    • +
    • 10x Genomicssingle cell emulsion preparation
    • +
    • Beckman Biomek i5high throughput liquid handler
    • +
    • Beckman Biomek i7high throughput liquid handler
    • +
    +
    +
    +
    diff --git a/ncct/site/sequencing-solutions/methods.html b/ncct/site/sequencing-solutions/methods.html index 2ac2193..cffa038 100644 --- a/ncct/site/sequencing-solutions/methods.html +++ b/ncct/site/sequencing-solutions/methods.html @@ -1,129 +1,127 @@
    -
    -
    -
    -
    -
    Sequencing Methods
    -
    - -
    -
    -
    - Variant Detection -
    +
    +
    +
    +
    +
    Sequencing Methods
    +
    -
      -
    • Whole Genome sequencing -
    • -
    • Long-Read sequencing -
    • -
    • Panel sequencing -
    • -
    • Exome sequencing -
    • -
    • Targeted RNA sequencing -
    • -
    -
    +
    +
    +
    Variant + Detection +
    -
    -
    - Expression Analysis -
    +
      +
    • Whole Genome sequencing Sequencing of the whole genome of an organism, including coding and non-coding regions +
    • +
    • Long-Read sequencing Sequencing of long inserts of DNA allowing better mapping and phasing of the genome +
    • +
    • Panel sequencing In depth sequencing of a particular set of DNA regions using panels +
    • +
    • Exome sequencing Sequencing of all protein coding regions of the genome of an organism +
    • +
    • Targeted RNA sequencing Sequencing of a subset of transcripts enabling both qualitative and quantitative expression analysis +
    • +
    +
    -
      -
    • mRNA sequencing -
    • -
    • Total RNA sequencing -
    • -
    • 3'-Sequencing -
    • -
    • scRNA sequencing -
    • -
    • miRNA sequencing -
    • -
    • smallRNA sequencing -
    • -
    • long-Read RNA sequencing -
    • -
    -
    +
    +
    Expression + Analysis +
    -
    -
    - Metagenomics -
    +
      +
    • mRNA sequencing Sequencing of all messenger RNA transcripts which provides information on the whole coding transcriptome of an organism +
    • +
    • Total RNA sequencing Sequencing of all types of RNAs present, including diverse small and non-coding RNAs +
    • +
    • 3'-Sequencing Sequencing of transcripts 3’ UTR allowing gene expression analysis with high sensitivity and in degraded sample +
    • +
    • scRNA sequencing Sequencing the RNA of individual cells to capture cell heterogeneity +
    • +
    • miRNA sequencing Sequencing of micro RNAs which confer gene silencing and are often associated with various cellular mechanisms +
    • +
    • smallRNA sequencing Sequencing of small RNAs (including micro RNA) which exert diverse functions of gene regulation +
    • +
    • Long-Read RNA sequencing Sequencing of full-length RNA allowing precise isoform detection +
    • +
    +
    -
      -
    • Shotgun Metagenomics -
    • -
    • 16S/Amplicon Sequencing -
    • -
    • Metatranscriptomics -
    • -
    -
    +
    +
    Metagenomics +
    -
    -
    - Epigenomics -
    +
      +
    • Shotgun MetagenomicsSequencing of all genomic information of a sample containing DNA of a community of organisms +
    • +
    • 16S/Amplicon Sequencing Sequencing of the 16S rRNA coding region to identify different taxa in a sample containing DNA of diverse organisms +
    • +
    • MetatranscriptomicsSequencing of the RNA in a heterogenous sample to analyse gene expression in a community of organisms +
    • +
    +
    -
      -
    • Whole genome bisulfite sequencing -
    • -
    -
    -
    +
    +
    Epigenomics
    + +
      +
    • Whole genome bisulfite sequencing Investigation of the methylation pattern in the whole genome of an organism +
    • +
    +
    +
    +
    From 2ec469ff1668c746cbf35e024407e6af44b80fbc Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Wed, 22 Dec 2021 12:37:51 +0100 Subject: [PATCH 20/33] Remove MGSIP from instrument section --- .../sequencing-solutions/instruments.html | 159 +++++++++--------- 1 file changed, 76 insertions(+), 83 deletions(-) diff --git a/ncct/site/sequencing-solutions/instruments.html b/ncct/site/sequencing-solutions/instruments.html index f1e7239..7fddc5c 100644 --- a/ncct/site/sequencing-solutions/instruments.html +++ b/ncct/site/sequencing-solutions/instruments.html @@ -1,92 +1,85 @@
    -
    -
    -
    -
    -
    All major technologies under one roof!
    -
    +
    +
    +
    +
    +
    All major technologies under one roof!
    +
    -
    -
    -
    -
    - Sequencers -
    +
    +
    +
    +
    + Sequencers +
    -
      -
    • Illumina NextSeq500
    • -
    • Illumina MiSeq
    • -
    • Illumina NovaSeq6000
    • -
    • ONT MinION
    • -
    • ONT PromethION
    • -
    • PacBio Sequel II
    • -
    -
    +
      +
    • Illumina NextSeq500flexible mid-output sequencer
    • +
    • Illumina MiSeqlow-output sequencer
    • +
    • Illumina NovaSeq6000production scale instrument
    • +
    • ONT MinIONlow throughput long read sequencer
    • +
    • ONT PromethION high throughput long-read sequencer
    • +
    • PacBio Sequel IIaccurate long-read sequencer
    • +
    +
    -
    -
    - Sample Preparation Systems -
    +
    +
    Sample + Preparation Systems +
    -
      -
    • Qiagen QIAcube
    • -
    • Agilent Bravo
    • -
    • Qiagen QIASymphony
    • -
    • Tecan Fluent 780
    • -
    • MGISP-100
    • -
    • 10x Genomics
    • -
    • Beckman Biomek i5
    • -
    • Beckman Biomek i7
    • -
    -
    -
    -
    +
      +
    • Qiagen QIAcubehigh throughput isolation
    • +
    • Agilent Bravoproduction scale liquid handler
    • +
    • Qiagen QIASymphonyhigh throughput isolation
    • +
    • Tecan Fluent 780high throughput liquid handler
    • +
    • 10x Genomicssingle cell emulsion preparation
    • +
    • Beckman Biomek i5high throughput liquid handler
    • +
    • Beckman Biomek i7high throughput liquid handler
    • +
    +
    +
    +
    From 495d955d6afa61b1c5eaf1a7891298081cb3c7e5 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Wed, 22 Dec 2021 12:43:44 +0100 Subject: [PATCH 21/33] Remove MGISP --- ncct/site/sequencing-solutions/instruments.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ncct/site/sequencing-solutions/instruments.html b/ncct/site/sequencing-solutions/instruments.html index a95e960..7fddc5c 100644 --- a/ncct/site/sequencing-solutions/instruments.html +++ b/ncct/site/sequencing-solutions/instruments.html @@ -63,10 +63,6 @@ class="ncct-information-icon" src="https://portal.qbic.uni-tuebingen.de/portal/documents/33387/39176/Information+Icon+blue/245b807e-14ba-49fd-9d8a-107e0226c906?t=1636365598000"/>high throughput liquid handler
  • -
  • MGISP-100mid throughput liquid handler
  • 10x Genomics Date: Mon, 24 Jan 2022 13:10:38 +0100 Subject: [PATCH 22/33] Add PACBIO --- ncct/site/our-center/vision.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncct/site/our-center/vision.html b/ncct/site/our-center/vision.html index b859567..6f31dfa 100644 --- a/ncct/site/our-center/vision.html +++ b/ncct/site/our-center/vision.html @@ -11,7 +11,7 @@ strengthening the use of high-throughput sequencing methods in Germany.

    The center offers automated high-throughput services and a rich portfolio of sequencing - solutions using the latest Illumina and Oxford Nanopore Technologies + solutions using the latest Illumina, Pacific Biosciences (PACBIO)and Oxford Nanopore Technologies (ONT) sequencers. As part of the Quantitative Biology Center (QBiC), NCCT builds on established core facility structures and integrates with the existing infrastructure for data management and bioinformatics support. From 81a9e47c399fb7708e06886a00ff31548e696d86 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Fri, 18 Mar 2022 15:14:18 +0100 Subject: [PATCH 23/33] Add Banner Snippets and CSS --- .gitignore | 1 + .../SampleTrackingViewer.css | 27 ++++++++++++++++ qbic/site/Snippets/Banner.html | 31 +++++++++++++++++++ 3 files changed, 59 insertions(+) create mode 100644 qbic/site/Project Management/SampleTrackingViewer.css create mode 100644 qbic/site/Snippets/Banner.html diff --git a/.gitignore b/.gitignore index e4500fd..f7f04d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .DS_Store merged.css +.idea diff --git a/qbic/site/Project Management/SampleTrackingViewer.css b/qbic/site/Project Management/SampleTrackingViewer.css new file mode 100644 index 0000000..25665a2 --- /dev/null +++ b/qbic/site/Project Management/SampleTrackingViewer.css @@ -0,0 +1,27 @@ +.notification-banner { + display:flex; + justify-content:center; +} + +.notification-icon { + height:20px; + width:20px; + min-height: 20px; + min-width: 20px; + display:inherit; +} + +.notification-spacer { + min-width: 70px; +} + +.notification-text { + font-size: 16px; + color:black; + display: inline-block; +} + +.external-hyperlink a { + color: #128ade; + font-weight: 300; +} diff --git a/qbic/site/Snippets/Banner.html b/qbic/site/Snippets/Banner.html new file mode 100644 index 0000000..754ec7c --- /dev/null +++ b/qbic/site/Snippets/Banner.html @@ -0,0 +1,31 @@ +
    +
    + +
     
    + +
    Want to help us improve? Fill out our survey!
    +
    + +
    +
    + +
     
    + +
    Want to help us improve? Fill out our survey!
    +
    + +
    +
    + +
     
    + +
    Want to help us improve? Fill out our survey!
    +
    + +
    +
    + +
     
    + +
    Want to help us improve? Fill out our survey!
    +
    From 6d9b9ae1130145ae332b3d59e47ee68870a90ca7 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Fri, 18 Nov 2022 14:12:03 +0100 Subject: [PATCH 24/33] Update Documentation to current state --- .../sample-requirements-collection.html | 75 +++++++++++++++++++ .../sample-requirements-individual.html | 42 +++++++++++ ncct/site/downloads/sops.html | 57 -------------- ncct/site/downloads/submission-documents.html | 22 +++--- .../site/start-project/project-questions.html | 2 +- 5 files changed, 129 insertions(+), 69 deletions(-) create mode 100644 ncct/site/downloads/sample-requirements-collection.html create mode 100644 ncct/site/downloads/sample-requirements-individual.html delete mode 100644 ncct/site/downloads/sops.html diff --git a/ncct/site/downloads/sample-requirements-collection.html b/ncct/site/downloads/sample-requirements-collection.html new file mode 100644 index 0000000..63999d3 --- /dev/null +++ b/ncct/site/downloads/sample-requirements-collection.html @@ -0,0 +1,75 @@ +
    +
    +
    +
    +
    +
    Application Specific Document Collections
    + +

    This section provides document collections with + important information and requirements for the offered applications.

    +
    + + +
    +
    +
    +
    diff --git a/ncct/site/downloads/sample-requirements-individual.html b/ncct/site/downloads/sample-requirements-individual.html new file mode 100644 index 0000000..852d7be --- /dev/null +++ b/ncct/site/downloads/sample-requirements-individual.html @@ -0,0 +1,42 @@ +
    +
    +
    +
    +
    +
    Sample Submission Documents
    + +

    This section provides Individual documents containing information and requirements for the offered applications.

    +
    +
    +
    +
    + +
    +
    + +
    + +
    +
    + +
    +
    +
    +
    diff --git a/ncct/site/downloads/sops.html b/ncct/site/downloads/sops.html deleted file mode 100644 index 2d7339c..0000000 --- a/ncct/site/downloads/sops.html +++ /dev/null @@ -1,57 +0,0 @@ -
    -
    -
    -
    -
    Standard Operating Procedures
    -
    -
    -
    -
    -
    - -
    -
    Variant Detection
    - -
      -
    • Whole Genome sequencing
    • -
    • Long-Read sequencing
    • -
    • Panel sequencing
    • -
    • Exome sequencing
    • -
    • Targeted RNA sequencing
    • -
    -
    - -
    -
    Expression Analysis
    - -
      -
    • mRNA sequencing
    • -
    • Total RNA sequencing
    • -
    • 3'-Sequencing
    • -
    • scRNA sequencing
    • -
    • miRNA sequencing
    • -
    • smallRNA sequencing
    • -
    • long-Read RNA sequencing
    • -
    -
    - -
    -
    Metagenomics
    - -
      -
    • Shotgun Metagenomics
    • -
    • 16S/Amplicon Sequencing
    • -
    • Metatranscriptomics
    • -
    -
    - -
    -
    Epigenomics
    -
      -
    • Whole genome bisulfite sequencing
    • -
    -
    - -
    -
    -
    \ No newline at end of file diff --git a/ncct/site/downloads/submission-documents.html b/ncct/site/downloads/submission-documents.html index fe06ec1..15fc2fe 100644 --- a/ncct/site/downloads/submission-documents.html +++ b/ncct/site/downloads/submission-documents.html @@ -1,9 +1,11 @@ -
    +
    -
    Project Submission Documents
    +
    Project Submission Documents
    + +

    This section provides Individual documents containing information and requirements for the project submission process

    @@ -13,16 +15,14 @@
    -
    \ No newline at end of file +
    diff --git a/ncct/site/start-project/project-questions.html b/ncct/site/start-project/project-questions.html index 1705c11..d7c8678 100644 --- a/ncct/site/start-project/project-questions.html +++ b/ncct/site/start-project/project-questions.html @@ -9,6 +9,7 @@
  • How many samples do you have?
  • How many replicates are planned?
  • What is your sample type? (e.g. library, DNA/RNA, blood, stool,...)
  • +
  • Are your samples GMO, do they present a biosafety risk?
  • Which species are you working on? (e.g. human, mouse etc)
  • Is bioinformatics analysis needed? If yes, to what degree?
  • @@ -24,4 +25,3 @@ - \ No newline at end of file From 1303cfcdf745238e07cd6a8b11a77df8f65ac4e4 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Mon, 31 Jul 2023 10:29:23 +0200 Subject: [PATCH 25/33] Add spacing between cc network and contact and add addresses of all facilities --- ncct/site/our-center/cc-network.html | 4 +- ncct/site/our-center/ncct-contact.html | 12 +- .../sequencing-solutions/instruments.html | 156 +++++++++--------- 3 files changed, 91 insertions(+), 81 deletions(-) diff --git a/ncct/site/our-center/cc-network.html b/ncct/site/our-center/cc-network.html index 8108ab6..ae2d96e 100644 --- a/ncct/site/our-center/cc-network.html +++ b/ncct/site/our-center/cc-network.html @@ -1,5 +1,5 @@
    -
    +
     
    The Competence-Center Network
    @@ -34,4 +34,4 @@
    -
    \ No newline at end of file + diff --git a/ncct/site/our-center/ncct-contact.html b/ncct/site/our-center/ncct-contact.html index c6d2679..c82e395 100644 --- a/ncct/site/our-center/ncct-contact.html +++ b/ncct/site/our-center/ncct-contact.html @@ -1,7 +1,7 @@
    -
    +
    We'd love to hear from you!
    @@ -13,8 +13,14 @@
    Address
    -

    NGS Competence Center Tübingen
    +

    Institute of Medical Genetics and Applied Genomics
    Calwerstraße 7, 72076 Tübingen.

    + +

    Institute of Medical Microbiology and Hygiene
    + Elfriede-Aulhorn-Straße 6, 72076 Tübingen.

    + +

    Quantitative Biology Center
    + Auf der Morgenstelle 10, 72076 Tübingen.

    @@ -44,4 +50,4 @@ -
    \ No newline at end of file + diff --git a/ncct/site/sequencing-solutions/instruments.html b/ncct/site/sequencing-solutions/instruments.html index 7fddc5c..d1a9932 100644 --- a/ncct/site/sequencing-solutions/instruments.html +++ b/ncct/site/sequencing-solutions/instruments.html @@ -1,85 +1,89 @@
    -
    -
    -
    -
    -
    All major technologies under one roof!
    -
    +
    +
    +
    +
    +
    All major technologies under one roof!
    +
    -
    -
    -
    -
    - Sequencers -
    +
    +
    +
    +
    + Sequencers +
    -
      -
    • Illumina NextSeq500flexible mid-output sequencer
    • -
    • Illumina MiSeqlow-output sequencer
    • -
    • Illumina NovaSeq6000production scale instrument
    • -
    • ONT MinIONlow throughput long read sequencer
    • -
    • ONT PromethION high throughput long-read sequencer
    • -
    • PacBio Sequel IIaccurate long-read sequencer
    • -
    -
    +
      +
    • Illumina NextSeq500flexible mid-output sequencer
    • +
    • Illumina MiSeqlow-output sequencer
    • +
    • Illumina NovaSeq6000production scale instrument
    • +
    • Illumina NovaSeq X Plusproven sequencer with more power
    • +
    • ONT MinIONlow throughput long read sequencer
    • +
    • ONT PromethION high throughput long-read sequencer
    • +
    • PacBio Sequel IIaccurate long-read sequencer
    • +
    +
    -
    -
    Sample - Preparation Systems -
    +
    +
    Sample + Preparation Systems +
    -
      -
    • Qiagen QIAcubehigh throughput isolation
    • -
    • Agilent Bravoproduction scale liquid handler
    • -
    • Qiagen QIASymphonyhigh throughput isolation
    • -
    • Tecan Fluent 780high throughput liquid handler
    • -
    • 10x Genomicssingle cell emulsion preparation
    • -
    • Beckman Biomek i5high throughput liquid handler
    • -
    • Beckman Biomek i7high throughput liquid handler
    • -
    +
      +
    • Qiagen QIAcubehigh throughput isolation
    • +
    • Agilent Bravoproduction scale liquid handler
    • +
    • Qiagen QIASymphonyhigh throughput isolation
    • +
    • Tecan Fluent 780high throughput liquid handler
    • +
    • 10x Genomicssingle cell emulsion preparation
    • +
    • Beckman Biomek i5high throughput liquid handler
    • +
    • Beckman Biomek i7high throughput liquid handler
    • +
    +
    +
    +
    -
    -
    -
    From 6a57d7e88db912c51919fd45833bf213193b6cf4 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Mon, 31 Jul 2023 14:37:19 +0200 Subject: [PATCH 26/33] Update downloads page to current resource page --- .../sample-requirements-collection.html | 75 ------------------- .../sample-requirements-individual.html | 42 ----------- ncct/site/downloads/submission-documents.html | 28 ------- .../resources/sample-requirements-header.html | 38 ++++++++++ .../sample-submission-guidelines.html | 38 ++++++++++ .../sample_sequencing_guidelines.html | 47 ++++++++++++ 6 files changed, 123 insertions(+), 145 deletions(-) delete mode 100644 ncct/site/downloads/sample-requirements-collection.html delete mode 100644 ncct/site/downloads/sample-requirements-individual.html delete mode 100644 ncct/site/downloads/submission-documents.html create mode 100644 ncct/site/resources/sample-requirements-header.html create mode 100644 ncct/site/resources/sample-submission-guidelines.html create mode 100644 ncct/site/resources/sample_sequencing_guidelines.html diff --git a/ncct/site/downloads/sample-requirements-collection.html b/ncct/site/downloads/sample-requirements-collection.html deleted file mode 100644 index 63999d3..0000000 --- a/ncct/site/downloads/sample-requirements-collection.html +++ /dev/null @@ -1,75 +0,0 @@ -
    -
    -
    -
    -
    -
    Application Specific Document Collections
    - -

    This section provides document collections with - important information and requirements for the offered applications.

    -
    - - -
    -
    -
    -
    diff --git a/ncct/site/downloads/sample-requirements-individual.html b/ncct/site/downloads/sample-requirements-individual.html deleted file mode 100644 index 852d7be..0000000 --- a/ncct/site/downloads/sample-requirements-individual.html +++ /dev/null @@ -1,42 +0,0 @@ -
    -
    -
    -
    -
    -
    Sample Submission Documents
    - -

    This section provides Individual documents containing information and requirements for the offered applications.

    -
    -
    -
    -
    - -
    -
    - -
    - -
    -
    - -
    -
    -
    -
    diff --git a/ncct/site/downloads/submission-documents.html b/ncct/site/downloads/submission-documents.html deleted file mode 100644 index 15fc2fe..0000000 --- a/ncct/site/downloads/submission-documents.html +++ /dev/null @@ -1,28 +0,0 @@ -
    -
    -
    -
    -
    -
    Project Submission Documents
    - -

    This section provides Individual documents containing information and requirements for the project submission process

    -
    -
    -
    -
    - -
    - -
    -
    diff --git a/ncct/site/resources/sample-requirements-header.html b/ncct/site/resources/sample-requirements-header.html new file mode 100644 index 0000000..b03e4fb --- /dev/null +++ b/ncct/site/resources/sample-requirements-header.html @@ -0,0 +1,38 @@ +
    +
    +
    +
    +
    Resources
    +
    + +
    +
    + +
    + +
    +
    Metadata Sheet + + +
    +
    + +
    + +
    +
    +
    +
    +
    diff --git a/ncct/site/resources/sample-submission-guidelines.html b/ncct/site/resources/sample-submission-guidelines.html new file mode 100644 index 0000000..86c1d54 --- /dev/null +++ b/ncct/site/resources/sample-submission-guidelines.html @@ -0,0 +1,38 @@ +
    +
    +
    +
    +
    Sample Submission Guidelines
    +
    + +
    +
    + +
    + +
    + +
    + +
    + +
    +
    +
    +
    +
    diff --git a/ncct/site/resources/sample_sequencing_guidelines.html b/ncct/site/resources/sample_sequencing_guidelines.html new file mode 100644 index 0000000..19ee841 --- /dev/null +++ b/ncct/site/resources/sample_sequencing_guidelines.html @@ -0,0 +1,47 @@ +
    +
    +
    +
    +
    Sequencing Guidelines
    +
    + +
    +
    +
    AmpliconGuidelines + +
    + +
    +
    +
    + + + +
    +
    NucleicRequirements + + +
    +
    + +
    +
    RNA_Single_Cell + + +
    +
    +
    +
    +
    +
    From 228fb5f94e980b23c95586b5277f2e35df4cde51 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Mon, 31 Jul 2023 14:59:25 +0200 Subject: [PATCH 27/33] Update instrument page to current standard --- .../sequencing-solutions/instruments.html | 78 ++++--------------- 1 file changed, 16 insertions(+), 62 deletions(-) diff --git a/ncct/site/sequencing-solutions/instruments.html b/ncct/site/sequencing-solutions/instruments.html index d1a9932..ae923b0 100644 --- a/ncct/site/sequencing-solutions/instruments.html +++ b/ncct/site/sequencing-solutions/instruments.html @@ -9,76 +9,30 @@
    -
    - Sequencers -
    +
    Sequencers
      -
    • Illumina NextSeq500flexible mid-output sequencer
    • -
    • Illumina MiSeqlow-output sequencer
    • -
    • Illumina NovaSeq6000production scale instrument
    • -
    • Illumina NovaSeq X Plusproven sequencer with more power
    • -
    • ONT MinIONlow throughput long read sequencer
    • -
    • ONT PromethION high throughput long-read sequencer
    • -
    • PacBio Sequel IIaccurate long-read sequencer
    • +
    • Illumina NextSeq500flexible mid-output sequencer
    • +
    • Illumina MiSeqlow-output sequencer
    • +
    • Illumina NovaSeq6000production scale instrument
    • +
    • Illumina NovaSeq X Plusproven sequencer with more power
    • +
    • ONT MinIONlow throughput long read sequencer
    • +
    • ONT PromethION high throughput long-read sequencer
    • +
    • PacBio Sequel IIaccurate long-read sequencer
    -
    Sample - Preparation Systems -
    +
    Sample Preparation Systems
      -
    • Qiagen QIAcubehigh throughput isolation
    • -
    • Agilent Bravoproduction scale liquid handler
    • -
    • Qiagen QIASymphonyhigh throughput isolation
    • -
    • Tecan Fluent 780high throughput liquid handler
    • -
    • 10x Genomicssingle cell emulsion preparation
    • -
    • Beckman Biomek i5high throughput liquid handler
    • -
    • Beckman Biomek i7high throughput liquid handler
    • +
    • Qiagen QIAcubehigh throughput isolation
    • +
    • Agilent Bravoproduction scale liquid handler
    • +
    • Qiagen QIASymphonyhigh throughput isolation
    • +
    • Tecan Fluent 780high throughput liquid handler
    • +
    • 10x Genomicssingle cell emulsion preparation
    • +
    • Beckman Biomek i5high throughput liquid handler
    • +
    • Beckman Biomek i7high throughput liquid handler
    From bb636d393d47e66d901c8200cbd93cbecf6f6536 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Mon, 31 Jul 2023 15:01:05 +0200 Subject: [PATCH 28/33] Update resources page --- ncct/site/resources/resources-header.html | 9 +++++ .../resources-mandatory-information.html | 36 ++++++++++++++++++ ...sources-sample-sequencing-guidelines.html} | 0 ...sources-sample-submission-guidelines.html} | 0 .../resources/sample-requirements-header.html | 38 ------------------- 5 files changed, 45 insertions(+), 38 deletions(-) create mode 100644 ncct/site/resources/resources-header.html create mode 100644 ncct/site/resources/resources-mandatory-information.html rename ncct/site/resources/{sample_sequencing_guidelines.html => resources-sample-sequencing-guidelines.html} (100%) rename ncct/site/resources/{sample-submission-guidelines.html => resources-sample-submission-guidelines.html} (100%) delete mode 100644 ncct/site/resources/sample-requirements-header.html diff --git a/ncct/site/resources/resources-header.html b/ncct/site/resources/resources-header.html new file mode 100644 index 0000000..c234417 --- /dev/null +++ b/ncct/site/resources/resources-header.html @@ -0,0 +1,9 @@ +
    +
    +
    +
    +
    Resources
    +
    +
    +
    +
    diff --git a/ncct/site/resources/resources-mandatory-information.html b/ncct/site/resources/resources-mandatory-information.html new file mode 100644 index 0000000..c2817db --- /dev/null +++ b/ncct/site/resources/resources-mandatory-information.html @@ -0,0 +1,36 @@ +
    +
    +
    +
    Mandatory Information
    +
    + +
    +
    + +
    + +
    +
    Metadata Sheet + + +
    +
    + +
    + +
    +
    +
    +
    diff --git a/ncct/site/resources/sample_sequencing_guidelines.html b/ncct/site/resources/resources-sample-sequencing-guidelines.html similarity index 100% rename from ncct/site/resources/sample_sequencing_guidelines.html rename to ncct/site/resources/resources-sample-sequencing-guidelines.html diff --git a/ncct/site/resources/sample-submission-guidelines.html b/ncct/site/resources/resources-sample-submission-guidelines.html similarity index 100% rename from ncct/site/resources/sample-submission-guidelines.html rename to ncct/site/resources/resources-sample-submission-guidelines.html diff --git a/ncct/site/resources/sample-requirements-header.html b/ncct/site/resources/sample-requirements-header.html deleted file mode 100644 index b03e4fb..0000000 --- a/ncct/site/resources/sample-requirements-header.html +++ /dev/null @@ -1,38 +0,0 @@ -
    -
    -
    -
    -
    Resources
    -
    - -
    -
    - -
    - -
    -
    Metadata Sheet - - -
    -
    - -
    - -
    -
    -
    -
    -
    From 9d783c7e250881c114a0d761e9fbda56f1d37c8e Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Fri, 10 Nov 2023 14:56:34 +0100 Subject: [PATCH 29/33] Remove PacBio from sequencers since it's not supported anymore (#62) --- ncct/site/sequencing-solutions/instruments.html | 1 - 1 file changed, 1 deletion(-) diff --git a/ncct/site/sequencing-solutions/instruments.html b/ncct/site/sequencing-solutions/instruments.html index ae923b0..7e657aa 100644 --- a/ncct/site/sequencing-solutions/instruments.html +++ b/ncct/site/sequencing-solutions/instruments.html @@ -18,7 +18,6 @@
  • Illumina NovaSeq X Plusproven sequencer with more power
  • ONT MinIONlow throughput long read sequencer
  • ONT PromethION high throughput long-read sequencer
  • -
  • PacBio Sequel IIaccurate long-read sequencer
  • From a111c54fb5765a07a75acadd0899f7c25bbb6c7f Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Tue, 30 Jan 2024 10:52:51 +0100 Subject: [PATCH 30/33] Update link to current metadata sheet --- ncct/site/resources/resources-mandatory-information.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ncct/site/resources/resources-mandatory-information.html b/ncct/site/resources/resources-mandatory-information.html index c2817db..40654b8 100644 --- a/ncct/site/resources/resources-mandatory-information.html +++ b/ncct/site/resources/resources-mandatory-information.html @@ -15,10 +15,10 @@
    - From fc46cdbd2f58ebb9a75b6f47b34bb4864fed8c7b Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Tue, 30 Jan 2024 10:53:02 +0100 Subject: [PATCH 31/33] Update link to new library_pools guidelines --- .../resources/resources-sample-submission-guidelines.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ncct/site/resources/resources-sample-submission-guidelines.html b/ncct/site/resources/resources-sample-submission-guidelines.html index 86c1d54..48c3448 100644 --- a/ncct/site/resources/resources-sample-submission-guidelines.html +++ b/ncct/site/resources/resources-sample-submission-guidelines.html @@ -25,10 +25,10 @@
    - From ebaeacaeef7cd20953ac28f34ff831c30b004561 Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Thu, 20 Jun 2024 13:47:28 +0200 Subject: [PATCH 32/33] Update contact persons (#64) --- ncct/site/our-center/institutes.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ncct/site/our-center/institutes.html b/ncct/site/our-center/institutes.html index 24681a5..4b8bbfe 100644 --- a/ncct/site/our-center/institutes.html +++ b/ncct/site/our-center/institutes.html @@ -46,11 +46,10 @@ Peter

    Contact Persons:

    - Apl. Prof. Silke - Peter, + Dr. Janina Vogt -

    Clinical Microbiology

    - Dr. Janina Geißert +

    Project Manager and Research Scientist

    + Dr. Janina Geißert-Janek

    Project Manager and Research Scientist

    From ee7de7f357d57364bd0279415c86b879cee5ae1e Mon Sep 17 00:00:00 2001 From: Steffengreiner Date: Fri, 18 Oct 2024 15:59:57 +0200 Subject: [PATCH 33/33] Update Metadata sheet to 1.7.5 (#66) --- ncct/site/resources/resources-mandatory-information.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ncct/site/resources/resources-mandatory-information.html b/ncct/site/resources/resources-mandatory-information.html index 40654b8..a216ee7 100644 --- a/ncct/site/resources/resources-mandatory-information.html +++ b/ncct/site/resources/resources-mandatory-information.html @@ -15,10 +15,10 @@