diff options
| author | Marius Peter <marius.peter@tutanota.com> | 2023-04-22 16:04:03 +0200 |
|---|---|---|
| committer | Marius Peter <marius.peter@tutanota.com> | 2023-04-22 16:04:03 +0200 |
| commit | 792a31e6603f595b7b4b6e45f84f83ffb2cd5cb2 (patch) | |
| tree | 999fc3a9559858ff33283fd6de73dc36e85dd675 | |
| parent | 56b67a0d80aa05d1392023e2f3736147791d9d6c (diff) | |
CV printed version.
| -rw-r--r-- | cv.org | 56 | ||||
| -rw-r--r-- | resources/css-cv.org | 55 |
2 files changed, 85 insertions, 26 deletions
@@ -4,7 +4,7 @@ #+SUBTITLE: Aerospace Systems Engineer #+AUTHOR: Marius Peter #+DATE: <2022-02-11 Fri> -#+EMAIL: marius.peter@tutanota.com +#+EMAIL: hire@marius-peter.com #+CATEGORY: resume #+OPTIONS: toc:nil num:nil tags:nil html-postamble:nil html-style:nil @@ -13,9 +13,9 @@ #+HTML_HEAD: <link rel="stylesheet" type="text/css" href="resources/cv.css"/> #+HTML_HEAD: <link rel="icon" type="image/png" href="resources/favicon.png"/> # +INCLUDE: resources/topnav.html export html -#+HTML_HEAD: <script src="https://code.jquery.com/jquery-3.6.0.js"></script> -#+HTML_HEAD: <script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script> -#+HTML_HEAD: <script> $( function() { $( ".accordion" ).accordion(); } ); </script> +# +HTML_HEAD: <script src="https://code.jquery.com/jquery-3.6.0.js"></script> +# +HTML_HEAD: <script src="https://code.jquery.com/ui/1.13.2/jquery-ui.js"></script> +# +HTML_HEAD: <script> $( function() { $( ".accordion" ).accordion(); } ); </script> # The following resources are included in the PDF version. # +LATEX_HEADER: \setmainfont{Public Sans}[Path=~/.emacs.d/resources/fonts/] @@ -25,7 +25,7 @@ #+begin_abstract I'm a junior aerospace engineer with experience in aviation subsystem design and testing; American and European aerospace certification -standards ; V&V test bench construction, management, and operation. +standards; V&V test bench construction, management, and operation. #+end_abstract @@ -34,17 +34,17 @@ standards ; V&V test bench construction, management, and operation. #+begin_export html <div class="actions"> +<form action="https://mlnp.fr/about.html#contact"> + <input type="submit" value="Contact me" /> + </form> <button onclick="window.print()"> Print this page </button> - <form action="https://mlnp.fr/about.html#contact"> - <input type="submit" value="Contact me" /> - </form> <form action="mailto:"> <input name="subject" type="hidden" value="Marius Peter's resume"/> - <input name="cc" type="hidden" value="mlnp@tuta.io"/> + <input name="cc" type="hidden" value="hire@marius-peter.com"/> <input name="body" type="hidden" value="Here is a link to the resume of Marius Peter, which I came across today: mlnp.fr/cv.html." /> - <input type="submit" value="Share this CV by e-mail" /> + <input type="submit" value="Share this CV" /> </form> </div> #+end_export @@ -78,11 +78,10 @@ with recruiters, collaborators, and friends. :CUSTOM_ID: education :END: -** B.S. in Aerospace Engineering---UCLA +** B.S. Aerospace Engineering---UCLA <2014-09-01 Mon>--<2019-09-13 Fri> -- Bachelor of Science, Aerospace Engineering---University of - California, Los Angeles +- Bachelor of Science, Aerospace & Aeronautical Engineering - Technical breadth: Technology & Management - Electives: Biomechanics, RFID in manufacturing & supply chain @@ -93,11 +92,11 @@ with recruiters, collaborators, and friends. :END: ** V&V Engineer---Thales, Paris :job: -<2022-02-14 Mon>--<2022-10-02 Sun> +<2022-02-14 Mon>--Present -- Performed Verification and Validation testing for military airborne - radios in an agile environment -- Tested and produced reports for legacy and next-gen radio waveforms +- Performed functional testing on radio communication products +- Supported integration and verification activities +- Wrote and performed test procedures ** Systems Engineer---Safran Cabin, Los Angeles :job: @@ -116,6 +115,9 @@ with recruiters, collaborators, and friends. ** Business Analyst---Cosmo Tech, Lyon :job: +:PROPERTIES: +:HTML_CONTAINER_CLASS: no-print +:END: <2017-09-18 Mon>--<2017-12-22 Fri> - Learned tools & methods of Model-Based System Engineering for @@ -138,6 +140,9 @@ with recruiters, collaborators, and friends. ** Intern---Alcatel Submarine Networks, Saclay :internship: +:PROPERTIES: +:HTML_CONTAINER_CLASS: no-print +:END: - Assisted Product Line Manager in benchmarking ASN's offer against competitors @@ -146,6 +151,7 @@ with recruiters, collaborators, and friends. * Leadership & Projects :PROPERTIES: :CUSTOM_ID: projects +:HTML_CONTAINER_CLASS: no-print :END: @@ -191,6 +197,7 @@ with recruiters, collaborators, and friends. * Engineering Toolbox :PROPERTIES: :CUSTOM_ID: toolbox +:HTML_CONTAINER_CLASS: no-print :END: @@ -249,7 +256,7 @@ with recruiters, collaborators, and friends. - [[https://www.arinc-825.com/the-arinc825-standard/][ARINC 825]] -* Skills, Languages & Interests +* Skills, Languages, Interests :PROPERTIES: :CUSTOM_ID: skills :END: @@ -261,10 +268,13 @@ with recruiters, collaborators, and friends. - Requirements elicitation - V&V - 5S -- Six Sigma White Belt +- Six Sigma ** Writing :skill: +:PROPERTIES: +:HTML_CONTAINER_CLASS: no-print +:END: - Tools - Microsoft Office Suite @@ -286,7 +296,8 @@ with recruiters, collaborators, and friends. ** Hobbies :interests: - Free software -- Pro bono consulting +- Web developement +- Languages - Chess - Motorcycle @@ -301,6 +312,7 @@ with recruiters, collaborators, and friends. * Meta :PROPERTIES: :CUSTOM_ID: meta +:HTML_CONTAINER_CLASS: no-print :END: @@ -336,10 +348,10 @@ document.getElementById("datetime").innerHTML = Date(); ** Copyright © 2022 Marius PETER -** CV Statistics Code +** COMMENT CV Statistics Code #+NAME: statistics -#+BEGIN_SRC emacs-lisp :exports results :results output +#+BEGIN_SRC emacs-lisp (princ (format "%s CV statistics generated.\n\n" (format-time-string "[%F %a %H:%M]" (current-time)))) diff --git a/resources/css-cv.org b/resources/css-cv.org index c6e279b..4a790b7 100644 --- a/resources/css-cv.org +++ b/resources/css-cv.org @@ -3,6 +3,7 @@ #+TITLE: CV CSS file #+SUBTITLE: CV and resumé styling informations. #+AUTHOR: Marius Peter +#+EMAIL: hire@marius-peter.com #+DATE: <2022-09-24 Sat> #+OPTIONS: toc:nil #+PROPERTY: header-args :tangle cv.css @@ -295,7 +296,7 @@ the main ~#content~ section, except for the title and topnav sections. } img { width: 128px; - border-radius: 64px; + border-radius: 50%; } #+end_src @@ -321,6 +322,7 @@ inhibition). .outline-2 { display: grid; grid-template-columns: 10em auto; + padding-top: 1rem; } h2 { position: sticky; @@ -340,7 +342,7 @@ inhibition). #+BEGIN_SRC css .outline-3 { grid-column: 2; - margin: 1rem; + margin: 0 1rem 1rem; } h3 { padding: 1rem; @@ -403,8 +405,8 @@ targeting A4 sheet dimensions. #+BEGIN_SRC css @page { - size: A4 portrait; - margin: 2cm; + /* size: A4 portrait; */ + margin: 1cm; } @media print { body { @@ -418,5 +420,50 @@ targeting A4 sheet dimensions. .actions { display: none; } + .title, .abstract { + text-align: left; + } + .abstract { + margin: 0; + } + #outline-container-skills ul li { + display: inline; + } + #outline-container-skills ul li:after { + content: " \2022"; + margin: 0 3pt; + } + .no-print { + display: none; + } + .outline-2 { + padding: 0; + } + h2 { + padding: 0.5em 0 0 0; + } + .outline-3 { + margin: 0; + } + h3 { + padding: 0.4em 0 0 0; + } + .outline-text-3 > p, + .outline-text-3 > ul { + margin: 0; + } + p, ul { + margin-bottom: 0; + } + ul { + padding: 0; + } + img { + position: absolute; + top: 0; + right: 0; + width: 140px; + border-radius: 30%; + } } #+END_SRC |