diff --git a/aboutus/aboutus.qmd b/aboutus/aboutus.qmd new file mode 100644 index 00000000..a3d5ee33 --- /dev/null +++ b/aboutus/aboutus.qmd @@ -0,0 +1,146 @@ +--- +format: + html: + css: styles.css + include-in-header: + text: | + + + +page-layout: full +--- + +```{=html} +
+
+

About Us

+

+ The interdisciplinary LMU Open Science Center (OSC) has the mission to promote and to foster open science practices at LMU Munich and beyond. +

+ +
+ +
+ +

+ Transparency and reproducibility lie at the core of scientific integrity. Pursuing these goals through open practices, for example by preregistering studies, and by providing open data, open materials, analysis scripts for computational reproducibility, and open access versions of the published results increases the efficiency, validity, and credibility of research. We subsume these practices under the term “Open Science”. Furthermore, independent replications are vital to establish the robustness and generalizability of research findings. +

+
+
+ + +
+
+
+

Staff and Governance

+ + +
+ + +
+
+

Governance

+

Oversight and advisory structures.

+ +
+
+ + +
+
+

Leadership

+

Executive and scientific direction.

+ +
+
+ + +
+
+

Team & Materials

+

People directory and publications.

+ +
+
+ +
+ + + +
+
+
+ + +
+
+
+

Contact Us

+ +
+ +
+
    +
  • + + osc@uni-muenchen.de +
  • +
+
+
+ +
+
+
+ + +
+
+ PDF thumbnail image for the 2025 Impact Report +
+
2025 Impact Report
+ + Download PDF + +
+
+
+``` \ No newline at end of file diff --git a/aboutus/images/opendata.png b/aboutus/images/opendata.png new file mode 100644 index 00000000..94bf8154 Binary files /dev/null and b/aboutus/images/opendata.png differ diff --git a/aboutus/images/openmat.png b/aboutus/images/openmat.png new file mode 100644 index 00000000..2a7bb4f8 Binary files /dev/null and b/aboutus/images/openmat.png differ diff --git a/aboutus/images/os_badges.png b/aboutus/images/os_badges.png new file mode 100644 index 00000000..3a2b0cb6 Binary files /dev/null and b/aboutus/images/os_badges.png differ diff --git a/aboutus/images/prereg.png b/aboutus/images/prereg.png new file mode 100644 index 00000000..fbe8b31d Binary files /dev/null and b/aboutus/images/prereg.png differ diff --git a/aboutus/images/thumbnail.png b/aboutus/images/thumbnail.png new file mode 100644 index 00000000..6ddd870c Binary files /dev/null and b/aboutus/images/thumbnail.png differ diff --git a/aboutus/styles.css b/aboutus/styles.css new file mode 100644 index 00000000..cc5015ff --- /dev/null +++ b/aboutus/styles.css @@ -0,0 +1,49 @@ + +/* Layout */ +.container { max-width: var(--max-w); margin-inline: auto; padding-inline: var(--space-5); } +.section { padding-block: clamp(var(--space-6), 6vw, var(--space-8)); } + + +/* Buttons */ +.btn-pop { + transition: transform .15s ease; +} +.btn-pop:hover { + transform: scale(1.05); +} + +.hero { + padding-block: clamp(var(--space-7), 8vw, calc(var(--space-8) + 1rem)); + background: #fff; +} + +.staff-governance-rail { + + overflow-x: auto; + -webkit-overflow-scrolling: touch; +} +.staff-governance-rail::-webkit-scrollbar { + height: .6rem; +} +.staff-governance-rail .card { + flex: 0 0 auto; + min-width: 18rem; + max-width: 22rem; + overflow: hidden; +} +.staff-governance-rail .card-body { + padding: 1.25rem 1.25rem 1.5rem; +} +.staff-governance-rail .actions .btn { + white-space: nowrap; +} + + +/* PDF thumbnail card */ +.card-img-top { width: 100%; display: block; } +.card-body { padding: var(--space-4); } +.card-title { margin-bottom: var(--space-3); font-size: 1.25rem; } +.card-text { margin-bottom: var(--space-4); } + + +