3181a18b8c
Update Makefile for typst
2024-09-26 11:14:16 +02:00
c0678dbdf3
Remove leftover quarto generation files
2024-09-26 11:14:03 +02:00
f6730e38ce
Update summary texts
2024-09-19 17:31:55 +02:00
7a503d61fb
Allow setting sidebar or not for cv
2024-09-19 17:21:03 +02:00
f19fd2540c
Add resume with sidebar style
2024-09-19 17:15:45 +02:00
097cd1263d
Decouple languages from skills
...
Both retain the same yaml structure but are not tightly coupled anymore
(like volunteering before).
2024-09-17 17:52:09 +02:00
5df8458b72
Add sidebar to document
2024-09-17 17:50:30 +02:00
43549c1f53
Fix master thesis german translation
2024-09-17 15:57:08 +02:00
e53d5ca386
Refactor typst cv generation to make use of generalized entries
2024-09-15 17:56:18 +02:00
d518eb9087
Extract volunteering from qualifications
...
They deserve their own sections, now that I have volunteered for over a
year.
2024-09-15 17:55:55 +02:00
25d9e7ce13
Rename thesis and education to title and place
...
To fit the generalized entry scheme. The only issue I have is to have
the actual 'title' of the thesis in the 'place' field which feels very
unwieldy.
2024-09-15 17:55:12 +02:00
698ef628b2
Rename client to place in work experience
...
To start generalizing cv entries, since every 'work' has a place,
whether it is a client or not.
2024-09-15 17:53:40 +02:00
656c3e37d3
Remove commented text size
2024-09-15 12:35:30 +02:00
28b63a6f17
Add compatibility options for smartypants and latex
...
Convert en/em-dashes and escaped ampersands.
2024-09-15 11:31:41 +02:00
372dee59cc
Expand footer to more details and full name
2024-09-15 11:22:02 +02:00
a345d36611
Rephrase english summary
2024-09-15 11:21:38 +02:00
bdf8abfe95
Add clickable links to header contact information
2024-09-15 11:21:23 +02:00
50c2900b04
Section headers correctly change language
2024-09-15 08:34:33 +02:00
0ed2aa801c
Change contact mail address
...
to actual 'contact@martyoeh.me' to be more generalizable.
2024-09-15 08:34:02 +02:00
318ea11ac6
Add simple typst cv replacement
2024-09-14 22:13:34 +02:00
ed31e70a13
Add simple contact information to content
2024-09-14 22:13:05 +02:00
844f582aae
Shorten and rephrase English summary
2024-09-13 22:29:24 +02:00
74ad73e193
Slight rephrase of German summary
2024-09-12 17:42:23 +02:00
6cd12c3b8b
Format resume quarto source files
2024-09-12 17:41:57 +02:00
d572a63107
Add ZeitRaum volunteering
2024-09-12 17:40:40 +02:00
05302ff8dc
Separate client from title
...
Now we can sort and display per-client and not only chronologically
2024-09-12 17:39:47 +02:00
f181d0a4fd
Add early job Sales assistance Heureka
2024-09-12 15:36:56 +02:00
bf3ccec37e
Remove mention of CMS system in American studies job
2024-09-12 15:35:26 +02:00
9603b46597
Add link to UNU-WIDER/AFD consulting project
2024-09-12 15:35:02 +02:00
6903714088
Update German title UNU-WIDER/AFD consulting
2024-09-12 15:34:41 +02:00
ac3254822d
Change exact publication for ILO WoW Inequalities
...
Change publication to show ILO connectedness, update German
'unveröffentlicht' to 'angenommen'.
2024-09-12 15:33:47 +02:00
920ee60180
Fix small spelling errors
2024-05-31 11:25:16 +02:00
440c4417c5
Update for new work experience 2023-2024
2024-05-29 12:23:05 +02:00
43cb95b46a
Update dependencies
2024-05-29 10:23:14 +02:00
b222a3b874
Fix missing README and imports
2024-05-29 09:05:45 +02:00
f8ee96970a
Make work experience bulletpoints optional
...
By supplying `bulletpoints_show = False` to the experience function,
the bullet points under each work experience heading will be
entirely removed so only the work experience names themselves
remain. Good for a general CV, or non-american style listings.
2024-05-29 09:05:23 +02:00
6f1b5d0b21
Decrease length of title UNU-WIDER project
...
German title was pushing date off its column, slight rewording to put
keep it to maximum length.
2023-08-05 09:20:17 +02:00
23e5e013cc
Add basic letter template
...
Added letter template (containing example letter in english for
the time being).
2023-07-31 09:42:41 +02:00
73a94bdcea
Update SPIWORK bulletpoint phrasing
...
Removed redundant bullet point from SPIWORK and rephrased
its contents into another.
2023-07-31 09:42:08 +02:00
c4e7e72ef5
Add letter output to Makefile
...
Added simple creation of motivation letter to make outputs.
Uses quarto just like the cv creation, using the letter.qmd
file as its base. Will be included in running a general
`make` command.
2023-07-31 09:41:11 +02:00
16e6234dac
Add motivation letter template
...
Added motivation letter template, originally from a DIN letter
by benedictdudel, slightly adjusted to work with the yaml
frontmatter of quarto (e.g. `to` had to be adjusted).
2023-07-31 09:35:04 +02:00
b6302e0ca6
Fix empty sections in cv
...
Whenever an empty section was encountered we returned `None`
which lead to display artifacts as Quarto tried to interpret
what we actually wanted to display.
Instead, we simply return an empty string which is to be
'displayed' so nothing will be shown.
2023-07-31 09:33:57 +02:00
30add534e0
Add thesis
2023-06-27 18:17:33 +02:00
d6270773c9
Add processing for thesis content into document
2023-06-27 18:17:25 +02:00
113e2a3c53
Fix correct escaping of ampersand symbols
...
Now newly required since they may appear in an environment not cleaned by
pandoc and smartypants (since they can appear in code blocks for xcolor
commands now).
2023-06-27 18:03:03 +02:00
0433985cd6
Add subdued coloring for publications
2023-06-27 18:02:01 +02:00
5286d11052
Format qmd files to lsp requirements
2023-06-27 18:01:40 +02:00
816c9c61ad
Add frontmatter name subtitle
2023-06-27 18:00:58 +02:00
a9c9f32da6
Add final publication SPIWORK project
2023-06-27 17:23:35 +02:00
6304a68e2b
Correctly mark UNU-WIDER as job client
2023-06-27 17:19:43 +02:00