View raw

Marius PETER

Table of Contents

# -*- mode: org; -*-

#+SUBTITLE: Aerospace Systems Engineer #+CATEGORY: resume #+OPTIONS: toc:nil num:nil tags:nil html-postamble:nil html-style:nil

# The following resources are included in the HTML version. #+HTML_HEAD: <link rel"stylesheet" href"//code.jquery.com/ui/1.13.2/themes/base/jquery-ui.css"> #+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>

# The following resources are included in the PDF version. # +LATEX_HEADER: \setmainfont{Public Sans}[Path=~/.emacs.d/resources/fonts/] # +LATEX_HEADER: \usepackage{fullpage}

#+begin_abstract I'm a junior aerospace engineer with experience in aviation subsystem design and testing in Agile environments; American and European aerospace certification standards; V&V test bench construction, management, and operation. #+end_abstract

file:resources/photo.jpg

#+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"mailto:"> <input name"subject" type"hidden" value"Marius Peter's resume"/> <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" /> </form> </div> #+end_export

COMMENT Background information

The CV is long-form; the resume should fit on a single sheet.

Purpose of this CV

Compile all facts related to my professional work, in view of sharing with recruiters, collaborators, and friends.

Objectives of this CV

Provide career overview

Recap key skills & talents

Tags

=resume=
for sections to be included in the one-page export.
=cv=
for sections to be included in the exhaustive export.

Education :resume:

:PROPERTIES: :CUSTOM_ID: education :END:

B.S. Aerospace Engineering---UCLA

<2014-09-01 Mon>--<2019-09-13 Fri>

Professional Experience

:PROPERTIES: :CUSTOM_ID: work :END:

V&V Engineer---Thales, Paris :job:

<2022-02-14 Mon>--Present

Systems Engineer---Safran Cabin, Los Angeles :job:

<2019-11-04 Mon>--<2021-09-17 Fri>

Business Analyst---Cosmo Tech, Lyon :job:

:PROPERTIES: :HTML_CONTAINER_CLASS: no-print :END: <2017-09-18 Mon>--<2017-12-22 Fri>

Assistant Electronics Engineer---CERN, Geneva :internship:

<2015-06-15 Mon>--<2015-07-24 Fri>

Intern---Alcatel Submarine Networks, Saclay :internship:

:PROPERTIES: :HTML_CONTAINER_CLASS: no-print :END:

Leadership & Projects

:PROPERTIES: :CUSTOM_ID: projects :HTML_CONTAINER_CLASS: no-print :END:

Seed LA---Pro bono sustainability consulting

<2021-09-06 Mon>--<2021-12-02 Thu>

Design-Build-Launch---UCLA Senior capstone competition

<2019-04-01 Mon>--<2019-06-28 Fri>

Aircraft Studio---Python, NACA airfoil generator

<2019-04-01 Mon>--<2020-12-31 Thu>

Engineering Toolbox

:PROPERTIES: :CUSTOM_ID: toolbox :HTML_CONTAINER_CLASS: no-print :END:

Aerospace standards

System development tools

System troubleshooting tools

DAQ & data science tools

Programming tools

Programming

Communication protocols

Skills, Languages, Interests

:PROPERTIES: :CUSTOM_ID: skills :END:

Engineering :skill:

Writing :skill:

:PROPERTIES: :HTML_CONTAINER_CLASS: no-print :END:

Languages :languages:

Hobbies :interests:

Sports :interests:

Meta

:PROPERTIES: :CUSTOM_ID: meta :HTML_CONTAINER_CLASS: no-print :END:

General CV stats

#+RESULTS: statistics : [2022-01-06 Thu 19:08] CV statistics generated. : : 338 lines total. : 4 jobs held. : 2 key skill domains. : 9 key tools domains.

/Statistics generator source code available on demand./

Export information

:PROPERTIES: :CUSTOM_ID: export :END:

#+begin_export html <pre id"explainer" style"font-weight: bold"> CV obtained from <a href"https://mlnp.fr/cv.html">mlnp.fr/cv.html</a> <span id"datetime"></span> </pre> <script> document.getElementById("datetime").innerHTML = Date(); </script> #+end_export

COMMENT CV Statistics Code

#+NAME: statistics

  (princ (format "%s CV statistics generated.\n\n"
                 (format-time-string "[%F %a %H:%M]" (current-time))))

  (let ((lines
         (number-to-string (count-lines (point-min) (point-max))))
        (number-jobs
         (length (org-map-entries t "job" nil)))
        (number-skills
         (length (org-map-entries t "skill" nil)))
        (number-tools
         (length (org-map-entries t "tool" nil)))
        (stat-print
         (lambda (string value)
           (princ (format
                   "%s %s\n"
                   value
                   string))))
        )
    (princ (format "%s lines total.\n"
                   lines))
    (princ (format "%s jobs held.\n"
                   number-jobs))
    (princ (format "%s key skill domains.\n"
                   number-skills))
    (princ (format "%s key tools domains.\n"
                   number-tools)))

COMMENT Javascript

#+begin_export html <script> var coll document.getElementsByTagName("h3"); var i; for (i 0; i < coll.length; i++) { coll[i].insertAdjacentText("beforeend", "...") coll[i].addEventListener("click", function() { var content this.nextElementSibling; if (content.style.display "block") { content.style.display "none"; } else { content.style.display "block"; } }); } </script> #+end_export

# Local Variables: # coding: utf-8 # org-confirm-babel-evaluate: nil # org-time-stamp-custom-formats: ("%b %Y" . "%-l:%M %p, %a %d-%B '%y") # org-display-custom-times: t # End: