Skip to content

Commit

Permalink
update cv
Browse files Browse the repository at this point in the history
  • Loading branch information
jS5t3r committed Jun 16, 2024
1 parent c03f0b4 commit b50222b
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 111 deletions.
57 changes: 31 additions & 26 deletions _data/coauthors.yml
Original file line number Diff line number Diff line change
@@ -1,34 +1,39 @@
"adams":
- firstname: ["Edwin", "E.", "E. P.", "Edwin Plimpton"]
url: https://en.wikipedia.org/wiki/Edwin_Plimpton_Adams
"Straßel":
- firstname: ["Dominik", "D."]
url: https://www.linkedin.com/in/dominik-s-b57062221/

"podolsky":
- firstname: ["Boris", "B.", "B. Y.", "Boris Yakovlevich"]
url: https://en.wikipedia.org/wiki/Boris_Podolsky
"Strassel":
- firstname: ["Dominik", "D."]
url: https://www.linkedin.com/in/dominik-s-b57062221/

"rosen":
- firstname: ["Nathan", "N."]
url: https://en.wikipedia.org/wiki/Nathan_Rosen
"Harder":
- firstname: ["Paula", "P."]
url: https://paulaharder.github.io/

"bach":
- firstname: ["Johann Sebastian", "J. S."]
url: https://en.wikipedia.org/wiki/Johann_Sebastian_Bach
"Steinbauer":
- firstname: ["Gerald", "G."]
url: https://online.tugraz.at/tug_online/visitenkarte.show_vcard?pPersonenId=9F13E369D9C1EA7F&pPersonenGruppe=3

- firstname: ["Carl Philipp Emanuel", "C. P. E."]
url: https://en.wikipedia.org/wiki/Carl_Philipp_Emanuel_Bach
"Chen":
- firstname: ["Pin-Yu", "P."]
url: https://researcher.watson.ibm.com/researcher/view.php?person=ibm-Pin-Yu.Chen

"przibram":
- firstname: ["Karl"]
url: https://link.springer.com/article/10.1007/s00016-019-00242-z
"Liu":
- firstname: ["Sijia", "S."]
url: https://lsjxjtu.github.io/

"schrodinger":
- firstname: ["Erwin"]
url: https://en.wikipedia.org/wiki/Erwin_Schr%C3%B6dinger
"Chen*":
- firstname: ["Aochuan", "A."]
url: https://cse.msu.edu/~chenaoch

"lorentz":
- firstname: ["Hendrik Antoon"]
url: https://en.wikipedia.org/wiki/Hendrik_Lorentz
"Durall":
- firstname: ["Ricard", "R."]
url: https://scholar.google.com/citations?user=bwxC07sAAAAJ&hl=en

"planck":
- firstname: ["Max"]
url: https://en.wikipedia.org/wiki/Max_Planck
"Margret":
- firstname: ["Margret", "M."]
url: https://www.uni-mannheim.de/dws/people/professors/prof-dr-ing-margret-keuper

"Janis":
- firstname: ["Janis", "J."]
url: https://imla.hs-offenburg.de/janis-keuper
80 changes: 18 additions & 62 deletions _data/cv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,96 +2,52 @@
type: map
contents:
- name: Full Name
value: Albert Einstein
- name: Date of Birth
value: 14th March 1879
value: Peter Lorenz
- name: Country of Birth
value: Austria
- name: Languages
value: English, German

- title: Education
type: time_table
contents:
- title: PhD
institution: University of Zurich, Zurich, Switzerland
year: 1905
institution: University of Heidelberg, Germany
year: 2024
description:
- Description 1.
- Description 2.
- title: Description 3.
contents:
- Sub-description 1.
- Sub-description 2.
- title: Federal teaching diploma
institution: Eidgenössische Technische Hochschule, Zurich, Switzerland
year: 1900
description:
- Description 1.
- Description 2.
- Adversarial Machine Learning

- title: Experience
type: time_table
contents:
- title: Professor of Theoretical Physics
institution: Institute for Advanced Study, Princeton University
year: 1933 - 1955
description:
- Description 1.
- Description 2.
- title: Description 3.
contents:
- Sub-description 1.
- Sub-description 2.
- title: Visiting Professor
institution: California Institute of Technology, Pasadena, California, US
year: 1933
description:
- Description 1.
- Description 2.

- title: Director
institution: Kaiser Wilhelm Institute for Physics, Berlin, Germany.
year: 1917-1933

- title: Professor of Theoretical Physics
institution: Karl-Ferdinand University, Prague, Czechoslovakia
year: 1911 - 1917
- title: Internship
institution: MSU and MIT-IBM
year: 12022
description:

- title: Associate Professor of Theoretical Physics
institution: University of Zurich, Zurich, Switzerland
year: 1909 - 1911
- <a href="https://arxiv.org/abs/2210.06284">Visual Prompting for Adversarial Robustness</a>

- title: Open Source Projects
type: time_table
contents:
- title: <a href="https://github.com/alshedivat/al-folio">al-folio</a>
year: 2015-now
description: A beautiful, simple, clean, and responsive Jekyll theme for academics.
- title: <a href="https://lorenz-peter.github.io/blog/2023/gandalf/">Writeup Gandalf from Lakera</a>
year: 2023
description: Writeup of tricking an LLM.

- title: Honors and Awards
type: time_table
contents:
- year: 1921
- year: 2023
items:
- Nobel Prize in Physics
- Matteucci Medal
- year: 2029
items:
- Max Planck Medal
- Top 3% recognition at ICASSP

- title: Academic Interests
type: nested_list
contents:
- title: Topic 1.
items:
- Description 1.
- Description 2.
- title: Topic 2.
- title: Trustworthy Machine Learning
items:
- Description 1.
- Description 2.
- Adversarial Machine Learning

- title: Other Interests
type: list
contents:
- <u>Hobbies:</u> Hobby 1, Hobby 2, etc.
- <u>Hobbies:</u> Kickboxing, Meditation, Basketball
9 changes: 0 additions & 9 deletions _posts/2022-02-01-redirect.md

This file was deleted.

12 changes: 0 additions & 12 deletions _posts/2022-12-10-giscus-comments.md

This file was deleted.

2 changes: 1 addition & 1 deletion _posts/2023-08-26-gandalf.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2023-08-26 16:40:16
description: LLM hacking
tags: security
categories: llm-security
comments: true
giscus_comments: true
---

# Prelimaries
Expand Down
2 changes: 1 addition & 1 deletion _posts/2024-06-03-findvenue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ date: 2024-06-03 16:40:16
description: conference
tags: icml, cvpr, conference, venue
categories: writing
comments: true
giscus_comments: true
---

# How do you find your venue?
Expand Down

0 comments on commit b50222b

Please sign in to comment.