Added CV
This commit is contained in:
@@ -80,4 +80,4 @@ I am a recent graduate from [Boston University](http://www.bu.edu), where I obta
|
||||
|
||||
My research centers around the development of a framework to automatically synthesize and verify physical systems, specifically those modeled by partial differential equations, with constraints expressed in a user-friendly language. To this end, I employ tools and techniques from formal methods, temporal logics, optimization, machine learning and control theory.
|
||||
|
||||
{{< icon name="download" pack="fas" >}} Download my {{< staticref "media/demo_resume.pdf" "newtab" >}}resumé{{< /staticref >}}.
|
||||
{{< icon name="download" pack="fas" >}} You can find my full resumé here: {{< staticref "media/cv.pdf" >}}PDF{{< /staticref >}}/{{< staticref "media/cv.html" >}}HTML{{< /staticref >}}.
|
||||
|
||||
479
static/media/cv.html
Normal file
479
static/media/cv.html
Normal file
@@ -0,0 +1,479 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
|
||||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
|
||||
<head>
|
||||
<!-- 2021-01-31 Sun 19:18 -->
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Francisco Penedo Álvarez</title>
|
||||
<meta name="generator" content="Org mode" />
|
||||
<style type="text/css">
|
||||
<!--/*--><![CDATA[/*><!--*/
|
||||
.title { text-align: center;
|
||||
margin-bottom: .2em; }
|
||||
.subtitle { text-align: center;
|
||||
font-size: medium;
|
||||
font-weight: bold;
|
||||
margin-top:0; }
|
||||
.todo { font-family: monospace; color: red; }
|
||||
.done { font-family: monospace; color: green; }
|
||||
.priority { font-family: monospace; color: orange; }
|
||||
.tag { background-color: #eee; font-family: monospace;
|
||||
padding: 2px; font-size: 80%; font-weight: normal; }
|
||||
.timestamp { color: #bebebe; }
|
||||
.timestamp-kwd { color: #5f9ea0; }
|
||||
.org-right { margin-left: auto; margin-right: 0px; text-align: right; }
|
||||
.org-left { margin-left: 0px; margin-right: auto; text-align: left; }
|
||||
.org-center { margin-left: auto; margin-right: auto; text-align: center; }
|
||||
.underline { text-decoration: underline; }
|
||||
#postamble p, #preamble p { font-size: 90%; margin: .2em; }
|
||||
p.verse { margin-left: 3%; }
|
||||
pre {
|
||||
border: 1px solid #ccc;
|
||||
box-shadow: 3px 3px 3px #eee;
|
||||
padding: 8pt;
|
||||
font-family: monospace;
|
||||
overflow: auto;
|
||||
margin: 1.2em;
|
||||
}
|
||||
pre.src {
|
||||
position: relative;
|
||||
overflow: auto;
|
||||
padding-top: 1.2em;
|
||||
}
|
||||
pre.src:before {
|
||||
display: none;
|
||||
position: absolute;
|
||||
background-color: white;
|
||||
top: -10px;
|
||||
right: 10px;
|
||||
padding: 3px;
|
||||
border: 1px solid black;
|
||||
}
|
||||
pre.src:hover:before { display: inline;}
|
||||
/* Languages per Org manual */
|
||||
pre.src-asymptote:before { content: 'Asymptote'; }
|
||||
pre.src-awk:before { content: 'Awk'; }
|
||||
pre.src-C:before { content: 'C'; }
|
||||
/* pre.src-C++ doesn't work in CSS */
|
||||
pre.src-clojure:before { content: 'Clojure'; }
|
||||
pre.src-css:before { content: 'CSS'; }
|
||||
pre.src-D:before { content: 'D'; }
|
||||
pre.src-ditaa:before { content: 'ditaa'; }
|
||||
pre.src-dot:before { content: 'Graphviz'; }
|
||||
pre.src-calc:before { content: 'Emacs Calc'; }
|
||||
pre.src-emacs-lisp:before { content: 'Emacs Lisp'; }
|
||||
pre.src-fortran:before { content: 'Fortran'; }
|
||||
pre.src-gnuplot:before { content: 'gnuplot'; }
|
||||
pre.src-haskell:before { content: 'Haskell'; }
|
||||
pre.src-hledger:before { content: 'hledger'; }
|
||||
pre.src-java:before { content: 'Java'; }
|
||||
pre.src-js:before { content: 'Javascript'; }
|
||||
pre.src-latex:before { content: 'LaTeX'; }
|
||||
pre.src-ledger:before { content: 'Ledger'; }
|
||||
pre.src-lisp:before { content: 'Lisp'; }
|
||||
pre.src-lilypond:before { content: 'Lilypond'; }
|
||||
pre.src-lua:before { content: 'Lua'; }
|
||||
pre.src-matlab:before { content: 'MATLAB'; }
|
||||
pre.src-mscgen:before { content: 'Mscgen'; }
|
||||
pre.src-ocaml:before { content: 'Objective Caml'; }
|
||||
pre.src-octave:before { content: 'Octave'; }
|
||||
pre.src-org:before { content: 'Org mode'; }
|
||||
pre.src-oz:before { content: 'OZ'; }
|
||||
pre.src-plantuml:before { content: 'Plantuml'; }
|
||||
pre.src-processing:before { content: 'Processing.js'; }
|
||||
pre.src-python:before { content: 'Python'; }
|
||||
pre.src-R:before { content: 'R'; }
|
||||
pre.src-ruby:before { content: 'Ruby'; }
|
||||
pre.src-sass:before { content: 'Sass'; }
|
||||
pre.src-scheme:before { content: 'Scheme'; }
|
||||
pre.src-screen:before { content: 'Gnu Screen'; }
|
||||
pre.src-sed:before { content: 'Sed'; }
|
||||
pre.src-sh:before { content: 'shell'; }
|
||||
pre.src-sql:before { content: 'SQL'; }
|
||||
pre.src-sqlite:before { content: 'SQLite'; }
|
||||
/* additional languages in org.el's org-babel-load-languages alist */
|
||||
pre.src-forth:before { content: 'Forth'; }
|
||||
pre.src-io:before { content: 'IO'; }
|
||||
pre.src-J:before { content: 'J'; }
|
||||
pre.src-makefile:before { content: 'Makefile'; }
|
||||
pre.src-maxima:before { content: 'Maxima'; }
|
||||
pre.src-perl:before { content: 'Perl'; }
|
||||
pre.src-picolisp:before { content: 'Pico Lisp'; }
|
||||
pre.src-scala:before { content: 'Scala'; }
|
||||
pre.src-shell:before { content: 'Shell Script'; }
|
||||
pre.src-ebnf2ps:before { content: 'ebfn2ps'; }
|
||||
/* additional language identifiers per "defun org-babel-execute"
|
||||
in ob-*.el */
|
||||
pre.src-cpp:before { content: 'C++'; }
|
||||
pre.src-abc:before { content: 'ABC'; }
|
||||
pre.src-coq:before { content: 'Coq'; }
|
||||
pre.src-groovy:before { content: 'Groovy'; }
|
||||
/* additional language identifiers from org-babel-shell-names in
|
||||
ob-shell.el: ob-shell is the only babel language using a lambda to put
|
||||
the execution function name together. */
|
||||
pre.src-bash:before { content: 'bash'; }
|
||||
pre.src-csh:before { content: 'csh'; }
|
||||
pre.src-ash:before { content: 'ash'; }
|
||||
pre.src-dash:before { content: 'dash'; }
|
||||
pre.src-ksh:before { content: 'ksh'; }
|
||||
pre.src-mksh:before { content: 'mksh'; }
|
||||
pre.src-posh:before { content: 'posh'; }
|
||||
/* Additional Emacs modes also supported by the LaTeX listings package */
|
||||
pre.src-ada:before { content: 'Ada'; }
|
||||
pre.src-asm:before { content: 'Assembler'; }
|
||||
pre.src-caml:before { content: 'Caml'; }
|
||||
pre.src-delphi:before { content: 'Delphi'; }
|
||||
pre.src-html:before { content: 'HTML'; }
|
||||
pre.src-idl:before { content: 'IDL'; }
|
||||
pre.src-mercury:before { content: 'Mercury'; }
|
||||
pre.src-metapost:before { content: 'MetaPost'; }
|
||||
pre.src-modula-2:before { content: 'Modula-2'; }
|
||||
pre.src-pascal:before { content: 'Pascal'; }
|
||||
pre.src-ps:before { content: 'PostScript'; }
|
||||
pre.src-prolog:before { content: 'Prolog'; }
|
||||
pre.src-simula:before { content: 'Simula'; }
|
||||
pre.src-tcl:before { content: 'tcl'; }
|
||||
pre.src-tex:before { content: 'TeX'; }
|
||||
pre.src-plain-tex:before { content: 'Plain TeX'; }
|
||||
pre.src-verilog:before { content: 'Verilog'; }
|
||||
pre.src-vhdl:before { content: 'VHDL'; }
|
||||
pre.src-xml:before { content: 'XML'; }
|
||||
pre.src-nxml:before { content: 'XML'; }
|
||||
/* add a generic configuration mode; LaTeX export needs an additional
|
||||
(add-to-list 'org-latex-listings-langs '(conf " ")) in .emacs */
|
||||
pre.src-conf:before { content: 'Configuration File'; }
|
||||
|
||||
table { border-collapse:collapse; }
|
||||
caption.t-above { caption-side: top; }
|
||||
caption.t-bottom { caption-side: bottom; }
|
||||
td, th { vertical-align:top; }
|
||||
th.org-right { text-align: center; }
|
||||
th.org-left { text-align: center; }
|
||||
th.org-center { text-align: center; }
|
||||
td.org-right { text-align: right; }
|
||||
td.org-left { text-align: left; }
|
||||
td.org-center { text-align: center; }
|
||||
dt { font-weight: bold; }
|
||||
.footpara { display: inline; }
|
||||
.footdef { margin-bottom: 1em; }
|
||||
.figure { padding: 1em; }
|
||||
.figure p { text-align: center; }
|
||||
.equation-container {
|
||||
display: table;
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.equation {
|
||||
vertical-align: middle;
|
||||
}
|
||||
.equation-label {
|
||||
display: table-cell;
|
||||
text-align: right;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.inlinetask {
|
||||
padding: 10px;
|
||||
border: 2px solid gray;
|
||||
margin: 10px;
|
||||
background: #ffffcc;
|
||||
}
|
||||
#org-div-home-and-up
|
||||
{ text-align: right; font-size: 70%; white-space: nowrap; }
|
||||
textarea { overflow-x: auto; }
|
||||
.linenr { font-size: smaller }
|
||||
.code-highlighted { background-color: #ffff00; }
|
||||
.org-info-js_info-navigation { border-style: none; }
|
||||
#org-info-js_console-label
|
||||
{ font-size: 10px; font-weight: bold; white-space: nowrap; }
|
||||
.org-info-js_search-highlight
|
||||
{ background-color: #ffff00; color: #000000; font-weight: bold; }
|
||||
.org-svg { width: 90%; }
|
||||
/*]]>*/-->
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
// @license magnet:?xt=urn:btih:e95b018ef3580986a04669f1b5879592219e2a7a&dn=public-domain.txt Public Domain
|
||||
<!--/*--><![CDATA[/*><!--*/
|
||||
function CodeHighlightOn(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(null != target) {
|
||||
elem.classList.add("code-highlighted");
|
||||
target.classList.add("code-highlighted");
|
||||
}
|
||||
}
|
||||
function CodeHighlightOff(elem, id)
|
||||
{
|
||||
var target = document.getElementById(id);
|
||||
if(null != target) {
|
||||
elem.classList.remove("code-highlighted");
|
||||
target.classList.remove("code-highlighted");
|
||||
}
|
||||
}
|
||||
/*]]>*///-->
|
||||
// @license-end
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<h1 class="title">Francisco Penedo Álvarez</h1>
|
||||
|
||||
<div id="outline-container-org507c813" class="outline-2">
|
||||
<h2 id="org507c813"><span class="section-number-2">1</span> Contact Information</h2>
|
||||
<div class="outline-text-2" id="text-1">
|
||||
<ul class="org-ul">
|
||||
<li>Email: <a href="mailto:contact@franpenedo.com">contact@franpenedo.com</a></li>
|
||||
<li>Website: <a href="https://franpenedo.com">https://franpenedo.com</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org8dda112" class="outline-2">
|
||||
<h2 id="org8dda112"><span class="section-number-2">2</span> Education</h2>
|
||||
<div class="outline-text-2" id="text-2">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-right" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-right">2014-2020</td>
|
||||
<td class="org-left"><b>PhD</b>, BU Robotics Lab, Division of Systems Engineering, College of Engineering, Boston University, <b>Advisor: Prof PhD Calin Belta</b>, <i>Systems Engineering</i>. Thesis: <i>Formal Methods for Partial Differential Equations</i></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-right">2009-2014</td>
|
||||
<td class="org-left"><b>Bachelor</b>, Polytechnic School, Autonomous University of Madrid, <i>Computer Science</i></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-right">2009-2014</td>
|
||||
<td class="org-left"><b>Bachelor</b>, College of Science, Autonomous University of Madrid, <i>Mathematics</i></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org0fb7a6e" class="outline-2">
|
||||
<h2 id="org0fb7a6e"><span class="section-number-2">3</span> Fellowships and Awards</h2>
|
||||
<div class="outline-text-2" id="text-3">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">BU Dean's Fellow</td>
|
||||
<td class="org-left">2014-2015, from the Division of Systems Engineering, College of Engineering, Boston University.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">Best Poster</td>
|
||||
<td class="org-left">2011, in the XXXII Control Engineering Days in Sevilla. Awarded best poster of the Intelligent Control Thematic Group from the Control Engineering Spanish Committee (CEA).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">Introduction to Research</td>
|
||||
<td class="org-left">2010-2014, from the Spanish National Research Council (CSIC).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">Excellence Schollarship</td>
|
||||
<td class="org-left">2010-2013, from the Community of Madrid. Awarded to the best undergraduate students (approximately those on the 1%) in any university of the Community of Madrid. This award is exclusively based on academic performance during the previous academic year.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">Graduated with Honours in High School</td>
|
||||
<td class="org-left">2009, from the IES nº1 of O Carballiño.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orge8dfbdc" class="outline-2">
|
||||
<h2 id="orge8dfbdc"><span class="section-number-2">4</span> Publications</h2>
|
||||
<div class="outline-text-2" id="text-4">
|
||||
<ul class="org-ul">
|
||||
<li>Penedo, F., H. Park, and C. Belta. “Control Synthesis for Partial Differential
|
||||
Equations from Spatio-Temporal Specifications.” In 2018 IEEE Conference on Decision
|
||||
and Control (CDC), 4890–95, 2018. <a href="https://doi.org/10.1109/CDC.2018.8619313">https://doi.org/10.1109/CDC.2018.8619313</a>.</li>
|
||||
|
||||
<li>Bombara, Giuseppe, Cristian-Ioan Vasile, Francisco Penedo, Hirotoshi Yasuoka, and
|
||||
Calin Belta. “A Decision Tree Approach to Data Classification Using Signal Temporal
|
||||
Logic.” In Proceedings of the 19th International Conference on Hybrid Systems:
|
||||
Computation and Control, 1–10. HSCC ’16. New York, NY, USA: ACM, 2016.
|
||||
<a href="https://doi.org/10.1145/2883817.2883843">https://doi.org/10.1145/2883817.2883843</a>.</li>
|
||||
|
||||
<li>Penedo, Francisco, Cristian-Ioan Vasile, and Calin Belta. “Language-Guided
|
||||
Sampling-Based Planning Using Temporal Relaxation.” In International Workshop on the
|
||||
Algorithmic Foundations of Robotics, 2016.</li>
|
||||
|
||||
<li>Penedo, Francisco, Rodolfo E. Haber, Agustín Gajate, and Raúl M. del Toro. “Hybrid
|
||||
Incremental Modeling Based on Least Squares and Fuzzy K-NN for Monitoring Tool Wear
|
||||
in Turning Processes.” IEEE Transactions on Industrial Informatics 8, no. 4 (November
|
||||
2012): 811–18. <a href="https://doi.org/10.1109/TII.2012.2205699">https://doi.org/10.1109/TII.2012.2205699</a>.</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-orgd7d7e5f" class="outline-2">
|
||||
<h2 id="orgd7d7e5f"><span class="section-number-2">5</span> Talks</h2>
|
||||
<div class="outline-text-2" id="text-5">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">2 June 2011</td>
|
||||
<td class="org-left">"Hybrid incremental modeling based on least squares and fuzzy K-NN. Design and evaluation" at VII CEA Symposium of Intelligent Control in Logroño, Spain.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org7d1e11b" class="outline-2">
|
||||
<h2 id="org7d1e11b"><span class="section-number-2">6</span> Research Experience</h2>
|
||||
<div class="outline-text-2" id="text-6">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-right" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-right">2015-2020</td>
|
||||
<td class="org-left"><b>Research Assistant</b>, BU Robotics Lab, Division of Systems Engineering, College of Engineering, Boston University.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-right">2013-2014</td>
|
||||
<td class="org-left"><b>Research Assistant</b>, C4LIFE group, Control Engineering and Robotics Center (CAR), Spanish National Research Council (CSIC).</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-right">2011-2013</td>
|
||||
<td class="org-left"><b>Introduction to Research Fellow</b>, C4LIFE group, Control Engineering and Robotics Center (CAR), Spanish National Research Council (CSIC).</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org314499f" class="outline-2">
|
||||
<h2 id="org314499f"><span class="section-number-2">7</span> Teaching</h2>
|
||||
<div class="outline-text-2" id="text-7">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-right" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-right">2016</td>
|
||||
<td class="org-left"><b>Teaching Assistant</b>, Boston University, <i>Introduction to Computer Aided Design (CAD) & Machine Components (ME359)</i></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-right">2015</td>
|
||||
<td class="org-left"><b>Teaching Assistant</b>, Boston University, <i>Introduction to Linear Algebra for Engineers (EK102 B1)</i></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org4eb3090" class="outline-2">
|
||||
<h2 id="org4eb3090"><span class="section-number-2">8</span> Skills</h2>
|
||||
<div class="outline-text-2" id="text-8">
|
||||
</div>
|
||||
<div id="outline-container-orga87f10f" class="outline-3">
|
||||
<h3 id="orga87f10f"><span class="section-number-3">8.1</span> Languages</h3>
|
||||
<div class="outline-text-3" id="text-8-1">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">English</td>
|
||||
<td class="org-left">Fluent in spoken and written English.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">Spanish</td>
|
||||
<td class="org-left">Native language.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">Galician</td>
|
||||
<td class="org-left">Native language.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">Japanese</td>
|
||||
<td class="org-left">Basic knowledge.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div id="outline-container-org025a554" class="outline-3">
|
||||
<h3 id="org025a554"><span class="section-number-3">8.2</span> Computer Skills</h3>
|
||||
<div class="outline-text-3" id="text-8-2">
|
||||
<table border="2" cellspacing="0" cellpadding="6" rules="groups" frame="hsides">
|
||||
|
||||
|
||||
<colgroup>
|
||||
<col class="org-left" />
|
||||
|
||||
<col class="org-left" />
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td class="org-left">Programming languages</td>
|
||||
<td class="org-left">Python, Java, C.</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="org-left">Frameworks</td>
|
||||
<td class="org-left">numpy, scipy, matplotlib.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="postamble" class="status">
|
||||
<p class="date">Last Updated: 2021-01-31 Sun 19:18</p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
BIN
static/media/cv.pdf
Normal file
BIN
static/media/cv.pdf
Normal file
Binary file not shown.
Reference in New Issue
Block a user