Compare commits
3 Commits
bbf67c1221
...
f7d7f42254
Author | SHA1 | Date | |
---|---|---|---|
|
f7d7f42254 | ||
|
a53af1d3d6 | ||
|
3564a73c69 |
@ -688,6 +688,7 @@ section {
|
|||||||
|
|
||||||
.resume .resume-item ul {
|
.resume .resume-item ul {
|
||||||
padding-left: 20px;
|
padding-left: 20px;
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.resume .resume-item ul li {
|
.resume .resume-item ul li {
|
||||||
|
1
assets/vendor/aos/aos.css
vendored
Normal file
1
assets/vendor/aos/aos.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
assets/vendor/aos/aos.js
vendored
Normal file
1
assets/vendor/aos/aos.js
vendored
Normal file
File diff suppressed because one or more lines are too long
79
index.html
79
index.html
@ -9,7 +9,7 @@
|
|||||||
<meta content="" name="description">
|
<meta content="" name="description">
|
||||||
<meta content="" name="keywords">
|
<meta content="" name="keywords">
|
||||||
|
|
||||||
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Favicons -->
|
<!-- Favicons -->
|
||||||
<link href="assets/img/favicon.png" rel="icon">
|
<link href="assets/img/favicon.png" rel="icon">
|
||||||
@ -225,7 +225,8 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>Unversità della Svizzera Italiana</li>
|
<li>Unversità della Svizzera Italiana</li>
|
||||||
<li>Lugano, Ticino, CH</li>
|
<li>Lugano, Ticino, CH</li>
|
||||||
<li>arno.fauconnet.pro@gmail.com</li>
|
<li><a href="mailto:arnaud.fauconnet.pro@gmail.com">arno.fauconnet.pro@gmail.com</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -268,32 +269,70 @@
|
|||||||
<div class="resume-item">
|
<div class="resume-item">
|
||||||
<h4>UROP</h4>
|
<h4>UROP</h4>
|
||||||
<h5>Summer 2023</h5>
|
<h5>Summer 2023</h5>
|
||||||
<p><em>Internship - Università della Svizzera Italiana, Lugano, CH</em></p>
|
<p><em>Internship at Università della Svizzera Italiana, Lugano, CH</em></p>
|
||||||
<p>
|
<p>
|
||||||
<a
|
<a
|
||||||
href="https://www.inf.usi.ch/en/informatics-research/internships/students">UROP</a>
|
href="https://www.inf.usi.ch/en/informatics-research/internships/students">UROP</a>
|
||||||
(Undergraduate Research Opportunities
|
(Undergraduate Research Opportunities Program) is an internship offered to the top
|
||||||
Program) is an internship offered to the
|
five students that apply and allows you to work with a research group of your
|
||||||
top five students that apply and allows
|
choice.
|
||||||
you to work with a research group of
|
|
||||||
your choice. I chose to work
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Lead in the design, development, and implementation of the graphic, layout, and
|
<li>Worked under the tutelage of Prof. Didyk and PhD student Jorge Condor</li>
|
||||||
production communication materials</li>
|
<li>Brought my expertise to a project that aims to do HDR reconstruction using
|
||||||
<li>Delegate tasks to the 7 members of the design team and provide counsel on all
|
Neural Radiance Fields (NeRFs) in combination with event cameras</li>
|
||||||
aspects of the project. </li>
|
<li>Extended a pre-existing event camera simulator to make it compute the data
|
||||||
<li>Supervise the assessment of all graphic materials in order to ensure quality and
|
wanted by my supervisors in order to generate synthetic data to train the NeRFs
|
||||||
accuracy of the design</li>
|
</li>
|
||||||
<li>Oversee the efficient use of production project budgets ranging from $2,000 -
|
<li>Learned how to use Unreal Engine 5 to create short sequences of a camera flying
|
||||||
$25,000</li>
|
around a scene</li>
|
||||||
|
<li>It was very instructive since neither of my supervisors knew the material I had
|
||||||
|
to work on, so I had to learn how to read code and understand it deeply in order
|
||||||
|
to complete the task required of me</li>
|
||||||
|
</ul>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div>
|
||||||
|
<div class="resume-item" data-aos="fade-up">
|
||||||
|
<h4>Teacher assistant</h4>
|
||||||
|
<h5>2022 - present</h5>
|
||||||
|
<p><em>Part-time job at Università della Svizzera Italiana, Lugano, CH</em></p>
|
||||||
|
<p>
|
||||||
|
Helped teachers with grading assignments and exams. Tried to create a meaningful
|
||||||
|
connection with students that needed my help to make them succeed in completing
|
||||||
|
their course. I loved being able to transmit my passion on to them and see the
|
||||||
|
sparkles in their eyes when they learned about concepts I taught them.
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div class="resume-item" data-aos="fade-up">
|
||||||
|
<h4 style="font-weight: normal">Programming Fundamentals 2</h4>
|
||||||
|
<h5>Spring 2023</h5>
|
||||||
|
<p><em>9 ECTS - Prof. Matthias Hauswirth</em></p>
|
||||||
|
<ul>
|
||||||
|
<li>
|
||||||
|
One of the most important of the bachelor as it teaches first year students to
|
||||||
|
write code in Java
|
||||||
|
</li>
|
||||||
|
<li>Lead three groups of two or three students in their end-of-semester
|
||||||
|
project</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="resume-item" data-aos="fade-up">
|
||||||
|
<h4 style="font-weight: normal">Systems Programming</h4>
|
||||||
|
<h5>Autumn 2022</h5>
|
||||||
|
<p><em>6 ECTS - Prof. Antonio Carzaniga</em></p>
|
||||||
|
<p>
|
||||||
|
<ul>
|
||||||
|
<li>Teaches fundamentals of C and C++ during the second year</li>
|
||||||
|
<li>Heavily participated in assignment and exam corrections</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="resume-item" data-aos="fade-up">
|
<div class="resume-item" data-aos="fade-up">
|
||||||
<h4>Graphic design specialist</h4>
|
<h4>Front-end Intern</h4>
|
||||||
<h5>2017 - 2018</h5>
|
<h5>Autumn 2022</h5>
|
||||||
<p><em>Stepping Stone Advertising, New York, NY</em></p>
|
<p><em>Internship at TCPOS SA - Zucchetti Switzerland, Mendrisio, CH</em></p>
|
||||||
<p>
|
<p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>Developed numerous marketing programs (logos, brochures,infographics, presentations,
|
<li>Developed numerous marketing programs (logos, brochures,infographics, presentations,
|
||||||
@ -576,7 +615,7 @@
|
|||||||
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
|
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
|
||||||
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
|
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
|
||||||
<script src="assets/vendor/php-email-form/validate.js"></script>
|
<script src="assets/vendor/php-email-form/validate.js"></script>
|
||||||
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
|
<script src="assets/vendor/aos/aos.js"></script>
|
||||||
|
|
||||||
<!-- Template Main JS File -->
|
<!-- Template Main JS File -->
|
||||||
<script src="assets/js/main.js"></script>
|
<script src="assets/js/main.js"></script>
|
||||||
|
Loading…
Reference in New Issue
Block a user