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 /cv.org | |
| parent | 56b67a0d80aa05d1392023e2f3736147791d9d6c (diff) | |
CV printed version.
Diffstat (limited to 'cv.org')
| -rw-r--r-- | cv.org | 56 |
1 files changed, 34 insertions, 22 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)))) |