Skip to content

Commit 037d2e7

Browse files
NeuroShepherdtsharma-oscBeth
authored
Add hiwis to staff page (lmu-osc#298)
* Remove unused field * Create basic profiles for HiWis * Add files via upload * Update on tejaswini_sharma.qmd Made final changes to the qmd file and uploaded a photo for the profile. * Update tejaswini_sharma.qmd Added air quotes to the mission statement * Edited qmd for elizabeth w. and added image --------- Co-authored-by: Tejaswini Sharma <tejaswini.sharma@psy.lmu.de> Co-authored-by: Beth <elizabeth.water@hotmail.com>
1 parent 8c60359 commit 037d2e7

File tree

5 files changed

+112
-1
lines changed

5 files changed

+112
-1
lines changed
Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Elizabeth Waterfield
3+
academic_title:
4+
name: Elizabeth Waterfield
5+
surname: Waterfield
6+
first_name: Elizabeth
7+
osc_staff_title: HiWi
8+
faculty: Psychology and Education
9+
membertype: ['fellow', 'staff']
10+
display_weight_staff: 99
11+
email: e.waterfield@lmu.de
12+
photo: 'images/waterfield_elizabeth.png'
13+
website:
14+
- label: 'Professional Profile Page'
15+
url: https://www.linkedin.com/in/elizabeth-waterfield/
16+
social_media:
17+
ORCID: https://orcid.org/0009-0006-3725-6730
18+
mission_statement:
19+
- I am an M.Sc. student in Psychology- Learning Sciences at LMU Munich with a background in Psychology and Gender and Development. I value Open and Reproducible Science as a foundation for collaborative research and sustainable knowledge building. My interests focus on education, teaching, and creating environments and resources that empower learners. At the LMU Open Science Center, I support administration, public outreach, and the development of learning materials for the Train-the-Trainer programme.
20+
21+
---
22+
{{< include templates/_setup.qmd >}}
23+
{{< include templates/_contact_items.qmd >}}
24+
{{< include templates/_social_links.qmd >}}
25+
{{< include templates/_mission_statement.qmd >}}
26+
{{< include templates/_research_interests.qmd >}}
27+
{{< include templates/_selected_publications.qmd >}}
28+
29+
30+
31+
```{r}
32+
#| echo: false
33+
34+
# Compose the full profile
35+
profile <- div(class = "people-profile",
36+
div(class = "people-header",
37+
div(class = "people-photo",
38+
img(src = photo)
39+
),
40+
div(class = "people-info",
41+
p(class = "people-position", position),
42+
p(class = "people-faculty", paste0("Faculty of ", faculty)),
43+
div(class = "people-contact", contact_items, social_links)
44+
)
45+
),
46+
mission_block,
47+
# custom content would most likely go here, right after the mission_block
48+
div(class = "people-content",
49+
interests_block,
50+
publications_block
51+
)
52+
)
53+
54+
# Render the profile
55+
browsable(profile)
56+
```
907 KB
Loading
512 KB
Loading

people/people/pat_callahan.qmd

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ academic_title: MSc
44
name: Pat Callahan
55
surname: Callahan
66
first_name: Pat
7-
position: Developer & Research Support
87
faculty: Medicine
98
membertype: ['fellow', 'staff']
109
display_weight_staff: 5

people/people/tejaswini_sharma.qmd

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
---
2+
title: Tejaswini Sharma
3+
academic_title: M.Sc. Student
4+
name: Tejaswini Sharma
5+
surname: Sharma
6+
first_name: Tejaswini
7+
osc_staff_title: HiWi
8+
faculty: Psychology and Education
9+
membertype: ['fellow', 'staff']
10+
display_weight_staff: 99
11+
email: tejaswini.sharma@psy.lmu.de
12+
photo: images/tejaswini-sharma_25-09-26_164-web.jpg
13+
website:
14+
- label: LinkedIn Profile
15+
url: https://www.linkedin.com/in/tejaswinisharma043/
16+
social_media:
17+
ORCID: https://orcid.org/0009-0000-0305-9751
18+
mission_statement:
19+
- "I am an M.Sc. student in Psychology: Learning Sciences at LMU Munich, passionate about integrating educational research with Open Science. My broader research interest lies in creating inclusive and research-driven learning environments, and I see Open Science as a key foundation for ensuring that research is transparent, collaborative, and impactful across disciplines. <br> At the OSC, I support the development of training materials for the Train-the-Trainer programme, focusing on reproducible workflows, FAIR data principles, and instructional design for academic contexts."
20+
21+
---
22+
{{< include templates/_setup.qmd >}}
23+
{{< include templates/_contact_items.qmd >}}
24+
{{< include templates/_social_links.qmd >}}
25+
{{< include templates/_mission_statement.qmd >}}
26+
{{< include templates/_research_interests.qmd >}}
27+
{{< include templates/_selected_publications.qmd >}}
28+
29+
30+
31+
```{r}
32+
#| echo: false
33+
34+
# Compose the full profile
35+
profile <- div(class = "people-profile",
36+
div(class = "people-header",
37+
div(class = "people-photo",
38+
img(src = photo)
39+
),
40+
div(class = "people-info",
41+
p(class = "people-position", position),
42+
p(class = "people-faculty", paste0("Faculty of ", faculty)),
43+
div(class = "people-contact", contact_items, social_links)
44+
)
45+
),
46+
mission_block,
47+
# custom content would most likely go here, right after the mission_block
48+
div(class = "people-content",
49+
interests_block,
50+
publications_block
51+
)
52+
)
53+
54+
# Render the profile
55+
browsable(profile)
56+
```

0 commit comments

Comments
 (0)