Skip to content

Commit 94d6d3b

Browse files
committed
feat: Add personal CV, resume, about, and projects pages, including new navigation and bibliography.
1 parent 20d9f49 commit 94d6d3b

File tree

18 files changed

+49
-764
lines changed

18 files changed

+49
-764
lines changed

_bibliography/papers.bib

Lines changed: 0 additions & 112 deletions
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,3 @@
11
---
22
---
33
4-
@string{aps = {American Physical Society,}}
5-
6-
@book{einstein1920relativity,
7-
title={Relativity: the Special and General Theory},
8-
author={Einstein, Albert},
9-
year={1920},
10-
publisher={Methuen & Co Ltd},
11-
html={relativity.html}
12-
}
13-
14-
@book{einstein1956investigations,
15-
bibtex_show={true},
16-
title={Investigations on the Theory of the Brownian Movement},
17-
author={Einstein, Albert},
18-
year={1956},
19-
publisher={Courier Corporation},
20-
preview={brownian-motion.gif}
21-
}
22-
23-
@article{einstein1950meaning,
24-
abbr={AJP},
25-
bibtex_show={true},
26-
title={The meaning of relativity},
27-
author={Einstein, Albert and Taub, AH},
28-
journal={American Journal of Physics},
29-
volume={18},
30-
number={6},
31-
pages={403--404},
32-
year={1950},
33-
publisher={American Association of Physics Teachers}
34-
}
35-
36-
@article{PhysRev.47.777,
37-
abbr={PhysRev},
38-
title={Can Quantum-Mechanical Description of Physical Reality Be Considered Complete?},
39-
author={Einstein*†, A. and Podolsky*, B. and Rosen*, N.},
40-
abstract={In a complete theory there is an element corresponding to each element of reality. A sufficient condition for the reality of a physical quantity is the possibility of predicting it with certainty, without disturbing the system. In quantum mechanics in the case of two physical quantities described by non-commuting operators, the knowledge of one precludes the knowledge of the other. Then either (1) the description of reality given by the wave function in quantum mechanics is not complete or (2) these two quantities cannot have simultaneous reality. Consideration of the problem of making predictions concerning a system on the basis of measurements made on another system that had previously interacted with it leads to the result that if (1) is false then (2) is also false. One is thus led to conclude that the description of reality as given by a wave function is not complete.},
41-
journal={Phys. Rev.},
42-
location={New Jersey},
43-
volume={47},
44-
issue={10},
45-
pages={777--780},
46-
numpages={0},
47-
year={1935},
48-
month={May},
49-
publisher=aps,
50-
doi={10.1103/PhysRev.47.777},
51-
url={http://link.aps.org/doi/10.1103/PhysRev.47.777},
52-
html={https://journals.aps.org/pr/abstract/10.1103/PhysRev.47.777},
53-
pdf={example_pdf.pdf},
54-
altmetric={248277},
55-
dimensions={true},
56-
google_scholar_id={qyhmnyLat1gC},
57-
video={https://www.youtube-nocookie.com/embed/aqz-KE-bpKQ},
58-
additional_info={. *More Information* can be [found here](https://github.com/alshedivat/al-folio/)},
59-
annotation={* Example use of superscripts<br>† Albert Einstein},
60-
selected={true},
61-
inspirehep_id = {3255}
62-
}
63-
64-
@article{einstein1905molekularkinetischen,
65-
title={{\"U}ber die von der molekularkinetischen Theorie der W{\"a}rme geforderte Bewegung von in ruhenden Fl{\"u}ssigkeiten suspendierten Teilchen},
66-
author={Einstein, A.},
67-
journal={Annalen der physik},
68-
volume={322},
69-
number={8},
70-
pages={549--560},
71-
year={1905},
72-
publisher={Wiley Online Library}
73-
}
74-
75-
@article{einstein1905movement,
76-
abbr={Ann. Phys.},
77-
title={Un the movement of small particles suspended in statiunary liquids required by the molecular-kinetic theory 0f heat},
78-
author={Einstein, A.},
79-
journal={Ann. Phys.},
80-
volume={17},
81-
pages={549--560},
82-
year={1905}
83-
}
84-
85-
@article{einstein1905electrodynamics,
86-
title={On the electrodynamics of moving bodies},
87-
author={Einstein, A.},
88-
year={1905}
89-
}
90-
91-
@Article{einstein1905photoelectriceffect,
92-
bibtex_show={true},
93-
abbr={Ann. Phys.},
94-
title="{{\"U}ber einen die Erzeugung und Verwandlung des Lichtes betreffenden heuristischen Gesichtspunkt}",
95-
author={Albert Einstein},
96-
abstract={This is the abstract text.},
97-
journal={Ann. Phys.},
98-
volume={322},
99-
number={6},
100-
pages={132--148},
101-
year={1905},
102-
doi={10.1002/andp.19053220607},
103-
award={Albert Einstein receveid the **Nobel Prize in Physics** 1921 *for his services to Theoretical Physics, and especially for his discovery of the law of the photoelectric effect*},
104-
award_name={Nobel Prize}
105-
}
106-
107-
@book{przibram1967letters,
108-
bibtex_show={true},
109-
title={Letters on wave mechanics},
110-
author={Einstein, Albert and Schrödinger, Erwin and Planck, Max and Lorentz, Hendrik Antoon and Przibram, Karl},
111-
year={1967},
112-
publisher={Vision},
113-
preview={wave-mechanics.gif},
114-
abbr={Vision}
115-
}

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ description: > # the ">" symbol means to ignore newlines until "footer_text:"
1313
footer_text: >
1414
Powered by <a href="https://jekyllrb.com/" target="_blank">Jekyll</a> with <a href="https://github.com/alshedivat/al-folio">al-folio</a> theme.
1515
Hosted by <a href="https://pages.github.com/" target="_blank">GitHub Pages</a>.
16-
Photos from <a href="https://unsplash.com" target="_blank">Unsplash</a>.
1716
keywords: ai, dg, news, llm, dq # add your own keywords or leave empty
1817
lang: pl # the language of your site (for example: en, fr, cn, ru, etc.)
1918
icon: 👽 # the emoji used as the favicon (alternatively, provide image name in /assets/img/)
@@ -265,8 +264,8 @@ display_categories: ["sztuczna inteligencja", "data governance", "data quality"]
265264
# -----------------------------------------------------------------------------
266265

267266
scholar:
268-
last_name: [Einstein]
269-
first_name: [Albert, A.]
267+
last_name: [Kowalewski]
268+
first_name: [Szymon, S.]
270269

271270
style: apa
272271
locale: en

_data/cv.yml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@
6666
- Budowanie baz danych statystycznych
6767
- Analiza dużych zbiorów danych dot. aktualnej sytuacji na boisku
6868

69-
- title: Projekty open source
70-
type: time_table
71-
contents:
72-
- title: <a href="https://github.com/alshedivat/al-folio">al-folio</a>
73-
year: 2015-now
74-
description: A beautiful, simple, clean, and responsive Jekyll theme for academics.
75-
7669
- title: Kursy
7770
type: time_table
7871
contents:
@@ -86,25 +79,6 @@
8679
- ML in Python with scikit-learn - fun-mooc
8780
- EITC/IS - EITCA Academy
8881
- SAS SCYP - SAS
89-
- year: 1921
90-
items:
91-
- Nobel Prize in Physics
92-
- Matteucci Medal
93-
- year: 2029
94-
items:
95-
- Max Planck Medal
96-
97-
- title: Academic Interests
98-
type: nested_list
99-
contents:
100-
- title: Topic 1.
101-
items:
102-
- Description 1.
103-
- Description 2.
104-
- title: Topic 2.
105-
items:
106-
- Description 1.
107-
- Description 2.
10882

10983
- title: Other Interests
11084
type: list

_news/announcement_2.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

_news/announcement_3.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

_pages/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ profile:
1212
<p>Data Consultant</p>
1313
<p>Trójmiasto</p>
1414
15-
selected_papers: true # includes a list of papers marked as "selected={true}"
15+
selected_papers: false # includes a list of papers marked as "selected={true}"
1616
social: true # includes social icons at the bottom of the page
1717

1818
announcements:

_pages/dropdown.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@ children:
1111
- title: bookshelf
1212
permalink: /books/
1313
- title: divider
14-
- title: publications
15-
permalink: /publications/
16-
- title: divider
1714
- title: people
1815
permalink: /people/
1916
---

_pages/projects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: page
33
title: projects
44
permalink: /projects/
55
description: Projekty i linki do moich projektów. Aktualnie pracuję nad wdrożeniami modeli AI do różnych dziedzin życia.
6-
nav: true
6+
nav: false
77
nav_order: 2
88
display_categories: [work, fun]
99
horizontal: false

_projects/1_project.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

_projects/2_project.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)