Skip to content

Commit

Permalink
further edits on cv and overall
Browse files Browse the repository at this point in the history
  • Loading branch information
jdelpino committed Nov 12, 2023
1 parent beab96e commit 1162d58
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 109 deletions.
50 changes: 14 additions & 36 deletions _data/cv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,28 @@
type: map
contents:
- name: Full Name
value: Albert Einstein
value: Javier del Pino
- name: Date of Birth
value: 14th March 1879
value: 22nd November 1989
- name: Languages
value: English, German
value: English, Spanish

- title: Education
type: time_table
contents:
- title: PhD
institution: University of Zurich, Zurich, Switzerland
year: 1905
- title: Ph. D. degree Physics.
institution: Universidad Autónoma de Madrid, Spain
year: 2018
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
- Awarded with distinction Cum Laude
- Awarded with Extraordinary Doctoral mention - Thesis prize
- Advisors - Prof. Dr. F.J. García-Vidal, Dr. Johannes Feist.
- title: Visiting Research Fellow
institution: University of Cambridge
year: 2017
description:
- Description 1.
- Description 2.
- Awarded grant from European Cooperation in Science and Technology (ECOST-STSM-MP1403-031016-080502)
- Host - Dr. Alex W. Chin.

- title: Experience
type: time_table
Expand All @@ -41,25 +38,6 @@
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
description:

- title: Associate Professor of Theoretical Physics
institution: University of Zurich, Zurich, Switzerland
year: 1909 - 1911

- title: Open Source Projects
type: time_table
Expand Down
11 changes: 2 additions & 9 deletions _data/repositories.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
github_users:
- torvalds
- alshedivat
- jdelpino

github_repos:
- alshedivat/al-folio
- twbs/bootstrap
- jekyll/jekyll
- jquery/jquery
- FortAwesome/Font-Awesome
- jpswalsh/academicons
- mathjax/MathJax
- NonlinearOscillations/HarmonicBalance.jl
4 changes: 0 additions & 4 deletions _data/venues.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
"AJP":
url: https://aapt.scitation.org/journal/ajp
color: "#00369f"

"PhysRev":
url: https://journals.aps.org/
30 changes: 0 additions & 30 deletions _pages/profiles.md

This file was deleted.

27 changes: 1 addition & 26 deletions _pages/repositories.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,11 @@
layout: page
permalink: /repositories/
title: repositories
description: Edit the `_data/repositories.yml` and change the `github_users` and `github_repos` lists to include your own GitHub profile and repositories.
description: Previously I co-developed HarmonicBalance.jl is a Julia package for solving nonlinear differential equations using the method of harmonic balance.
nav: true
nav_order: 3
---

## GitHub users

{% if site.data.repositories.github_users %}
<div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">
{% for user in site.data.repositories.github_users %}
{% include repository/repo_user.html username=user %}
{% endfor %}
</div>

---

{% if site.repo_trophies.enabled %}
{% for user in site.data.repositories.github_users %}
{% if site.data.repositories.github_users.size > 1 %}
<h4>{{ user }}</h4>
{% endif %}
<div class="repositories d-flex flex-wrap flex-md-row flex-column justify-content-between align-items-center">
{% include repository/repo_trophies.html username=user %}
</div>

---

{% endfor %}
{% endif %}
{% endif %}

## GitHub Repositories

Expand Down
23 changes: 19 additions & 4 deletions _pages/teaching.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,27 @@
---
layout: page
permalink: /teaching/
title: teaching
description: Materials for courses you taught. Replace this text with your description.
title: Teaching
description: Explore the materials for courses I've taught, delving into the realms of Quantum Oscillators and Quantum Optics through computational approaches.
nav: true
nav_order: 5
---

For now, this page is assumed to be a static description of your courses. You can convert it to a collection similar to `_projects/` so that you can have a dedicated page for each course.
As a W2 Interim Professor at the University of Konstanz, my teaching philosophy is rooted in active student engagement and practical application of theoretical concepts. Below are the courses I am currently teaching:

Organize your courses by years, topics, or universities, however you like!
### Computational Approaches to Quantum Oscillators (Winter Semester 2023-24)
This Master's course provides an in-depth exploration of quantum oscillators, pivotal in various technologies from quantum sensing to computing. Key topics include:
- Effects of time-dependent forces on oscillators (amplification, cooling, coupling)
- Utilizing computational tools like Python's **QuTiP** and Julia Notebooks' **QuantumOptics.jl**
- Simulation and analysis of quantum dynamics

The course adopts a **"flipped classroom"** approach, encouraging students to actively participate, work collaboratively, and seek guidance as needed.

### Seminar: Computational Methods for Quantum Optics
This seminar offers an immersive experience in quantum optics through:
- Critical discussion and analysis of research papers
- Hands-on creation of presentations
- Focusing on quantum optics problems solvable on classical computers
- Adopting a **"reproducible journal club"** style

Students engage deeply with the subject matter, enhancing their understanding through presentations backed by reproducible computational notebooks.
Binary file removed assets/pdf/example_pdf.pdf
Binary file not shown.

0 comments on commit 1162d58

Please sign in to comment.