Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Upcoming_events/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/.quarto/
_site/
16 changes: 16 additions & 0 deletions Upcoming_events/_quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
project:
type: website

website:
title: "Upcoming Events"

format:
html:
theme:
- cosmo
- brand
css: styles.css
toc: true



120 changes: 120 additions & 0 deletions Upcoming_events/custom.ejs
Original file line number Diff line number Diff line change
@@ -0,0 +1,120 @@

```{=html}
<div class = "content-wrapper">
<div class="card-grid list">
<% for (const item of items) { %>
<div class="card" <%= metadataAttrs(item) %>>
<a href="<%- item.path %>" class="card-link">
<div class="card-content-wrapper">

<div class="event-category listing-categories">
<%- (item.categories?.[0] || 'EVENT').toUpperCase() %>
</div>

<div class="card-metadata">
<div class="event-date listing-date">
<%
const startDate = new Date(item.date);
const startDay = startDate.getDate();
const startMonth = startDate.toLocaleString('en-GB', { month: 'short' });
const startYear = startDate.getFullYear();

let dateDisplay = '';

if (item.end_date && !isNaN(new Date(item.end_date))) {
const endDate = new Date(item.end_date);
const endDay = endDate.getDate();
const endMonth = endDate.toLocaleString('en-GB', { month: 'short' });
const endYear = endDate.getFullYear();

if (startMonth === endMonth && startYear === endYear) {
if (startDay === endDay) {
dateDisplay = `${startDay} ${startMonth}, ${startYear}`;
} else {
dateDisplay = `${startDay}-${endDay} ${startMonth}, ${startYear}`;
}
} else if (startYear === endYear) {
dateDisplay = `${startDay} ${startMonth}-${endDay} ${endMonth}, ${startYear}`;
} else {
dateDisplay = `${startDay} ${startMonth}, ${startYear}-${endDay} ${endMonth}, ${endYear}`;
}
} else {
dateDisplay = `${startDay} ${startMonth}, ${startYear}`;
}
%>
<%= dateDisplay %>
</div>


<div class="event-time-loc">
<div class="event-time listing-time">
<i class="bi bi-clock"></i>
<%- item.time || '' %>
</div>
<div class="divider"></div>
<div class="event-location listing-location">
<i class="bi bi-geo-alt-fill"></i>
<%- item.location || ''%>
</div>

<div class="divider"></div>
<div class="event-form listing-form">
<%
let formIcon = '';
if (item.form?.toLowerCase().includes('in-person')) {
formIcon = '<i class="bi bi-person"></i>';
} else if (item.form?.toLowerCase().includes('hybrid')) {
formIcon = '<i class="bi bi-person-video3"></i>';
} else if (item.form?.toLowerCase().includes('online')) {
formIcon = '<i class="bi bi-laptop"></i>';
}
%>
<%= formIcon %> <%- item.form || '' %>
</div>
<% if (item['event-lang']) { %>
<div class="divider"></div>
<div class="event-language listing-language">
<i class="bi bi-translate"></i>
<%- (typeof item['event-lang'] === 'string' ? item['event-lang'] : '').toUpperCase() %>
</div>
<% } %>
</div>
</div>

<div class="title listing-title"><%- item.title %></div>
<div class="separator"></div>

<p class="description listing-description"><%- item.description %></p>

<div class="footer">
<div class="event-host-info-group">
<div class="event-host-info">
Hosted by: <%- item.host %>
</div>
<% if (item.contact && item.contact.name && item.contact.email) { %>
<div class="divider"></div>
<div class="event-contact-info">
<i class="bi bi-envelope"></i>
<a href="mailto:<%- item.contact.email %>?subject=Regarding <%- item.title %>">
<%- item.contact.name %>
</a>
</div>
<% } %>
</div>

<div class="read-more-button">
<i class="bi bi-arrow-right"></i>
</div>

</div>



</div>
</a>
</div>
<% } %>
</div>
</div>

```
76 changes: 76 additions & 0 deletions Upcoming_events/events.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# A card with a full set of metadata looks like this:
# Includes: title, date, optional end_date, categories, description,
# time, location, host, contact info, event language, form type, and path

- title: 'LMU Open Science Summer School 2025'
date: "15 Sep, 2025"
end_date: "19 Sep, 2025"
categories: ["Summer school"]
description: "The LMU Open Science Center (OSC) is excited to announce the call for applications for its 5th hybrid summer school (OSSS25): deadline July 14! This year's iteration has two tracks to provide participants with two sets of skills. You are invited to apply for one or both tracks. For either track, you can choose to participate either online or in-person."
time: "14:00 CET"
location: "Philologicum Library"
host: "LMU Open Science Center"
contact:
name: "OSC team"
email: "[email protected]"
event-lang: "en"
form: "Hybrid"
path: "events/event6.qmd" # path to the individual events page


- title: 'Data Under Threat — Join the Data Rescue Hackathon'
date: "7 Aug, 2025"
categories: ["Hackathon"]
description: "The Trump administration has aggressively removed scientific and governmental research data from public access, purging thousands of web pages and datasets related to climate, health, demographics, LGBTQ + issues, and more — silently erasing vital knowledge that underpins scientific progress."
time: "16:00 CET"
location: "Leopoldstr. 13, 80802 München"
host: "LMU Open Science Center"
contact:
name: "Felix Schoenbrodt"
email: "[email protected]"
event-lang: "en"
form: "In-person"


- title: 'Software Carpentry - R flavored - Philologicum'
categories: ["Workshop"]
date: "July 15, 2025"
description: "In this Software Carpentry Workshop you will learn the Unix Shell, Git and R. This example-driven two-day workshop will teach core computing skills that will help you be more productive and effective. We'll alternate short tutorials with hands-on practical exercises. Participants are encouraged to help one another and to apply what they are learning to their own research problems during the workshop."
time: "12:00 CET"
location: "Mensa Leopoldstr"
form: "Hybrid"


- title: 'Navigating the Landscape of Scientific Integrity: Insights into open science, replicability, data sharing and questionable research practices in the field of medicine'
date: "27 Nov, 2024"
end_date: "28 Nov, 2024"
categories: ["Workshop"]
description: "This two-day workshop offers in-depth insights into key topics shaping scientific integrity in medical research. Leading experts will discuss open science, replicability."
time: "14:00 CET"
location: "CAS LMU"

- title: 'META-REP 2024'
date: 28 Oct, 2024
end_date : 31 Oct, 2024
categories: ["Conference"]
description: "We are delighted to announce META-REP 2024 – the Conference on Meta-Science and Replicability in the social, behavioral, and cognitive sciences. It will be held from October 28 to 31, 2024 in Munich. The conference is organized by the DFG-funded Priority Program META-REP.In recent years, replicability, reproducibility, robustness, and validity of empirical findings became a focal and intensively debated and researched topic in the be"
location: "Munich"
time: "12:00 CET"
form: "In-person"
host: "META-REP"

- title: 'Reproducible manuscripts with Quarto'
date: Jun 28, 2024
categories: ["Workshop"]
description: "Have you always wanted to make your manuscripts reproducible but got stuck during the process? In this flipped classroom workshop, we will help you solve the individual problems you have encountered when writing your own manuscript with Quarto. Quarto (the successor of R Markdown) is a popular open-source software for writing reproducible scientific manuscripts. It can also produce websites, blogs, books, presentations, dashboards and much more. Quarto can be used together with R, Python or Julia."
location: "Philologicum room"
time: "16:00 CET"


- title: 'Von “DEAL” zu “Diamond”?'
categories: ["Symposium"]
date: "June 24, 2025"
description: "Seit Abschluss der DEAL-Verträge mit Elsevier, SpringerNature und Wiley sind die Publikationskosten für viele Fachbereiche gestiegen. Für manche ist Publizieren zu einer finanziellen Herausforderung geworden. An vielen Fakultäten wird daher intensiv über den Umgang mit diesen Kosten und über das kommerzielle Publikationssystem im Allgemeinen diskutiert. Das LMU Open Science Center möchte mit dieser Veranstaltung eine Plattform bieten, um drei Aspekte zu beleuchten und zu diskutieren"
time: "16:00 CET"
location: "UB der LMU München - Fachbibliothek Philologicum, Ludwigstraße 25"
form: "Hybrid"
1 change: 1 addition & 0 deletions Upcoming_events/events/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.quarto/
10 changes: 10 additions & 0 deletions Upcoming_events/events/_quarto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
project:
type: website

format:
html:
theme:
- cosmo
- brand
css: styles1.css
toc: true
96 changes: 96 additions & 0 deletions Upcoming_events/events/event6.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
---
title: 'LMU Open Science Summer School 2025'
date: "15 Sep, 2025"
end_date: "19 Sep, 2025"
categories: ["Summer school"]
description: "The LMU Open Science Center (OSC) is excited to announce the call for applications for its 5th hybrid summer school (OSSS25): deadline July 14! This year's iteration has two tracks to provide participants with two sets of skills. You are invited to apply for one or both tracks. For either track, you can choose to participate either online or in-person."
time: "14:00 CET"
location: "Philologicum Library"
host: "LMU Open Science Center"
contact:
name: "OSC team"
email: "[email protected]"
event-lang: "en"
form: "Hybrid"
format:
html:
table-of-contents: false
css: styles1.css
page-layout: full
---
<!-- Load Font Awesome (goes right after YAML) -->
<link rel = "stylesheet" href = "https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">

```{=html}

<div class = "event-detail">
<div class="event-location event-item">
<a href="https://www.google.com/maps/place/Ludwigstraße+25,+80539+München,+Germany" target="_blank" style="text-decoration: none; color: inherit;">
<div class="location-container">
<i class="bi bi-geo-alt-fill"></i>
<div class="location-text">
Philologicum Library, Ludwigstraße 25, 80539 Munich
</div>
</div>
</a>
</div>
<div class="event-meta">
<div class="meta-item">
<div class="meta-label">📅 Date & Time</div>
<div class="meta-value">15 -19 September, 2025<br>14:00 - 17:00 CET</div>
</div>
<div class="meta-item">
<div class="meta-label">🌐 Language</div>
<div class="meta-value">English<br>(German Q&A available)</div>
</div>
<div class="meta-item">
<div class="meta-label">💻 Format</div>
<div class="meta-value">Hybrid Event<br>In-person & Online</div>
</div>
</div>
<div class = "register-button">
<a href="https://www.pretix.osc.lmu.de/lmu-osc/OSSS25/" target = "_blank">Register</a>
</div>

</div>

```


#### **Overview**
The LMU Open Science Center (OSC) is excited to announce the call for applications for its 5th hybrid summer school (OSSS25): **deadline July 14!**

This year's iteration has two tracks to provide participants with two sets of skills. You are invited to apply for one or both tracks. For either track, you can choose to participate either online or in-person.

**Track 1: Open Science knowledge and skills**

In this track, early career researchers who are Open Science novices learn to make their research more transparent, reproducible and credible in the eyes of their peers, the public, and funding agencies. This track consists of public lectures accessible to anyone as well as hands-on practical workshops for selected applicants and extends from Monday 15.09.2025 9:00 to Friday 19.09.2025 14:30.

Participants of this track learn how to:

- Specify research design and set up statistical plans in advance of collecting data to prevent biases in analyses, with the help of preregistration and data simulation.
- Create computationally reproducible workflows to be more efficient and spot mistakes in data wrangling or analyses, through programming with version controlled scripts.
- Prepare and share data and code in connection with manuscripts by applying the Findable, Accessible, Interoperable, Reusable principles, and using adequate repositories and licenses to accumulate credit and citations.

**Track 2: Open Science instructor training**

In this track, early career researchers or research support staff interested in becoming Open Science instructors develop essential pedagogical skills to promote Open Science through teaching - no prior experience in teaching required. This track extends from Friday 19.09.2025 14:30 to 17:30.

Participants of this track learn how to:

- Design and deliver Open Science workshops, and apply basic didactic techniques to diverse audiences.
- Apply activation methods in the classroom to foster motivation and attention.
- Develop skills to advocate for Open Science, to lead research groups and discussions around Open Science, and to analyse the potential challenges and issues around the implementation of Open Science practices.

After joining this track, you will have the opportunity to put your new skills into practice and co-deliver a workshop at LMU to become a certified Open Science instructor.

#### **Keynote presenters**
<div class="instructor-links">
* [Laura Meier](https://www.osc.uni-muenchen.de/members/individual_members/fellows/meier/index.html){target="_blank"}
* [Maximilian Frank](https://www.osc.uni-muenchen.de/members/individual_members/fellows/frank/index.html){target="_blank"}
* [Florian Kohrt](https://www.osc.uni-muenchen.de/members/individual_members/fellows/kohrt/index.html){target="_blank"}
</div>


#### **Questions?**
We are looking forward to your participation! For any questions, please contact us at <span class="instructor-links">[[email protected]](mailto:[email protected])</span>
Loading