-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit db52a87
Showing
106 changed files
with
11,105 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,121 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- Begin Jekyll SEO tag v2.8.0 --> | ||
<title>Yoann Poupart | Personal website, blog & portfolio</title> | ||
<meta name="generator" content="Jekyll v3.9.5" /> | ||
<meta property="og:title" content="Yoann Poupart" /> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta name="description" content="Personal website, blog & portfolio" /> | ||
<meta property="og:description" content="Personal website, blog & portfolio" /> | ||
<link rel="canonical" href="https://yp-edu.github.io/404" /> | ||
<meta property="og:url" content="https://yp-edu.github.io/404" /> | ||
<meta property="og:site_name" content="Yoann Poupart" /> | ||
<meta property="og:type" content="website" /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta property="twitter:title" content="Yoann Poupart" /> | ||
<script type="application/ld+json"> | ||
{"@context":"https://schema.org","@type":"WebPage","description":"Personal website, blog & portfolio","headline":"Yoann Poupart","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://yp-edu.github.io/assets/images/logo.png"}},"url":"https://yp-edu.github.io/404"}</script> | ||
<!-- End Jekyll SEO tag --> | ||
|
||
<link rel="stylesheet" href="/assets/css/style.css?v=1.0.0"> | ||
<!--[if lt IE 9]> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> | ||
<![endif]--> | ||
<!-- start custom head snippets, customize with your own _includes/head-custom.html file --> | ||
|
||
<!-- Setup Google Analytics --> | ||
|
||
|
||
|
||
<!-- You can set your favicon here --> | ||
<link rel="shortcut icon" type="image/x-icon" href="/assets/images/logo.png"> | ||
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">--> | ||
<link href='https://fonts.googleapis.com/css?family=Oxygen Mono' rel='stylesheet'> | ||
|
||
<!-- end custom head snippets --> | ||
|
||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> | ||
<script> | ||
MathJax = { | ||
tex: { | ||
tags: 'ams', | ||
inlineMath: [['$', '$'], ['\\(', '\\)']] | ||
} | ||
}; | ||
</script> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header> | ||
<nav id="menu"> | ||
<a href="https://yp-edu.github.io/">Home</a> | ||
<a href="https://yp-edu.github.io/stories">Stories</a> | ||
<a href="https://yp-edu.github.io/projects">Projects</a> | ||
<a href="https://yp-edu.github.io/articles">Articles</a> | ||
<a href="https://yp-edu.github.io/about">About</a> | ||
</nav> | ||
<div class="vertical-container"> | ||
<div class="logo"> | ||
<i id="menu-icon" class="icon-menu fa fa-bars" href="#"></i> | ||
</div> | ||
<div class="logo"> | ||
<a href="https://www.linkedin.com/in/yoann-poupart"><i class="fa-brands fa-linkedin"></i></a> | ||
</div> | ||
<div class="logo"> | ||
<a href="https://github.com/Xmaster6y/"><i class="fa-brands fa-github"></i></a> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="content"> | ||
<style type="text/css" media="screen"> | ||
.container { | ||
margin: 10px auto; | ||
max-width: 600px; | ||
text-align: center; | ||
} | ||
h1 { | ||
margin: 30px 0; | ||
font-size: 4em; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} | ||
</style> | ||
|
||
<div class="container"> | ||
<h1>404</h1> | ||
|
||
<p><strong>Page not found :(</strong></p> | ||
<p>The requested page could not be found.</p> | ||
</div> | ||
|
||
</div> | ||
<footer> | ||
<div> | ||
<nav> | ||
<small> | ||
<a href="https://yp-edu.github.io/">Home </a> | ||
<a href="https://yp-edu.github.io/stories">Stories</a> | ||
<a href="https://yp-edu.github.io/projects">Projects</a> | ||
<a href="https://yp-edu.github.io/articles">Articles</a> | ||
<a href="https://yp-edu.github.io/about">About</a> | ||
</small> | ||
</nav> | ||
<small>Copyright <i class="fa-regular fa-copyright"></i> 2024</small> | ||
</div> | ||
<div> | ||
<small>Powered by Jekyll & GitHub Pages <a class="icon-block" href="https://github.com/yp-edu/yp-edu.github.io"><i class="fa-brands fa-github"></i></a></small> | ||
</div> | ||
</footer> | ||
</div> | ||
<script src="/assets/js/scale.fix.js"></script> | ||
<script src="https://kit.fontawesome.com/3fdff6d6f2.js" crossorigin="anonymous"></script> | ||
<script src="/assets/js/main.js"></script> | ||
<script src="/assets/js/nav.visibility.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
MIT License | ||
|
||
Copyright (c) 2024 Yoann Poupart | ||
|
||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
|
||
The above copyright notice and this permission notice shall be included in all | ||
copies or substantial portions of the Software. | ||
|
||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE | ||
SOFTWARE. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# yp-edu | ||
|
||
My personal blog. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,145 @@ | ||
<!DOCTYPE html> | ||
<html lang="en-US"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1"> | ||
<!-- Begin Jekyll SEO tag v2.8.0 --> | ||
<title>About | Yoann Poupart</title> | ||
<meta name="generator" content="Jekyll v3.9.5" /> | ||
<meta property="og:title" content="About" /> | ||
<meta property="og:locale" content="en_US" /> | ||
<meta name="description" content="Personal website, blog & portfolio" /> | ||
<meta property="og:description" content="Personal website, blog & portfolio" /> | ||
<link rel="canonical" href="https://yp-edu.github.io/about/" /> | ||
<meta property="og:url" content="https://yp-edu.github.io/about/" /> | ||
<meta property="og:site_name" content="Yoann Poupart" /> | ||
<meta property="og:type" content="website" /> | ||
<meta name="twitter:card" content="summary" /> | ||
<meta property="twitter:title" content="About" /> | ||
<script type="application/ld+json"> | ||
{"@context":"https://schema.org","@type":"WebSite","description":"Personal website, blog & portfolio","headline":"About","name":"Yoann Poupart","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://yp-edu.github.io/assets/images/logo.png"}},"url":"https://yp-edu.github.io/about/"}</script> | ||
<!-- End Jekyll SEO tag --> | ||
|
||
<link rel="stylesheet" href="/assets/css/style.css?v=1.0.0"> | ||
<!--[if lt IE 9]> | ||
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js"></script> | ||
<![endif]--> | ||
<!-- start custom head snippets, customize with your own _includes/head-custom.html file --> | ||
|
||
<!-- Setup Google Analytics --> | ||
|
||
|
||
|
||
<!-- You can set your favicon here --> | ||
<link rel="shortcut icon" type="image/x-icon" href="/assets/images/logo.png"> | ||
<!--<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">--> | ||
<link href='https://fonts.googleapis.com/css?family=Oxygen Mono' rel='stylesheet'> | ||
|
||
<!-- end custom head snippets --> | ||
|
||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> | ||
<script> | ||
MathJax = { | ||
tex: { | ||
tags: 'ams', | ||
inlineMath: [['$', '$'], ['\\(', '\\)']] | ||
} | ||
}; | ||
</script> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
<header> | ||
<nav id="menu"> | ||
<a href="https://yp-edu.github.io/">Home</a> | ||
<a href="https://yp-edu.github.io/stories">Stories</a> | ||
<a href="https://yp-edu.github.io/projects">Projects</a> | ||
<a href="https://yp-edu.github.io/articles">Articles</a> | ||
<a href="https://yp-edu.github.io/about">About</a> | ||
</nav> | ||
<div class="vertical-container"> | ||
<div class="logo"> | ||
<i id="menu-icon" class="icon-menu fa fa-bars" href="#"></i> | ||
</div> | ||
<div class="logo"> | ||
<a href="https://www.linkedin.com/in/yoann-poupart"><i class="fa-brands fa-linkedin"></i></a> | ||
</div> | ||
<div class="logo"> | ||
<a href="https://github.com/Xmaster6y/"><i class="fa-brands fa-github"></i></a> | ||
</div> | ||
</div> | ||
</header> | ||
<div class="content"> | ||
<h1>ABOUT</h1> | ||
|
||
<section> | ||
<h2 id="about-me"># About me</h2> | ||
|
||
<p>I am a French trainee researcher in AI with a focus on AI Safety, <a href="/assets/files/CV_Yoann_Poupart.pdf">here</a> is a more detailed CV. | ||
I aspire to become a PhD candidate in September 2024.</p> | ||
|
||
<dl class="about-card"> | ||
<dt><strong>Hobbies</strong></dt> | ||
<dd>Sport: Bouldering, Running, Parkour</dd> | ||
<dd>Languages: English, Spanish, Russian, Japanese, Arabic, …</dd> | ||
<dd>Cinema: Sci-fi, Fantastic, Action</dd> | ||
</dl> | ||
|
||
<dl class="about-card"> | ||
<dt><strong>Career Aspirations</strong></dt> | ||
<dd>Research: AI Safety, Interpretability, Alignement, RL, …</dd> | ||
<dd>Engineering: Cloud Computation, CI/CD, UX, XR, …</dd> | ||
<dd>Entrepreneurship: Safely Democratising AI, Augmented Humans, Trusted AI</dd> | ||
</dl> | ||
|
||
<h2 id="teaching"># Teaching</h2> | ||
|
||
<p>I have been a private teacher in Mathematics for around 6 years and Computer Science for around 3 years. | ||
It has always been an opportunity for me to focus intensely on precise topics, often improving my own understanding of the subject.</p> | ||
|
||
<p>During my gap year 2022/2023, I also taught computer science introductions in high school. This experience was different, | ||
I could reach and help more pupils but ended up having a lesser impact.</p> | ||
|
||
<p>This trade-off between impact and audience is crucial, and with this blog, I’ll be trying to maximise the effect while moving to a greater audience I’ve never had.</p> | ||
|
||
<h2 id="research-interests"># Research Interests</h2> | ||
|
||
<p>I have a broad interest in AI research regarding the technology component (NLP, CV, RL). | ||
Yet, I am trying to focus, first and foremost, on the safety of these technologies.</p> | ||
|
||
<p>Regarding AI in general, I am primarily concerned with misuse. This problem is at the heart of many other technologies, and we should always keep it in mind while devising new products. | ||
Then, like many others, I also noticed a considerable gap between the development speed of capabilities compared to safety. What’s even more concerning is that this gap tends to widen. I outlined this in the story <a href="/stories/my-approach-to-ai-safety">My Approach to AI Safety</a>, and I might add another post on the subject detailing my agenda, theory of change, theory of impact and more.</p> | ||
|
||
<h2 id="contact"># Contact</h2> | ||
|
||
<p>Feel free to reach out at <a href="mailto:yoann.poupart@ens-lyon.org">yoann.poupart@ens-lyon.org</a> or on <a href="https://www.linkedin.com/in/yoann-poupart"><i class="fa-brands fa-linkedin"></i></a>.</p> | ||
|
||
</section> | ||
</div> | ||
<footer> | ||
<div> | ||
<nav> | ||
<small> | ||
<a href="https://yp-edu.github.io/">Home </a> | ||
<a href="https://yp-edu.github.io/stories">Stories</a> | ||
<a href="https://yp-edu.github.io/projects">Projects</a> | ||
<a href="https://yp-edu.github.io/articles">Articles</a> | ||
<a href="https://yp-edu.github.io/about">About</a> | ||
</small> | ||
</nav> | ||
<small>Copyright <i class="fa-regular fa-copyright"></i> 2024</small> | ||
</div> | ||
<div> | ||
<small>Powered by Jekyll & GitHub Pages <a class="icon-block" href="https://github.com/yp-edu/yp-edu.github.io"><i class="fa-brands fa-github"></i></a></small> | ||
</div> | ||
</footer> | ||
</div> | ||
<script src="/assets/js/scale.fix.js"></script> | ||
<script src="https://kit.fontawesome.com/3fdff6d6f2.js" crossorigin="anonymous"></script> | ||
<script src="/assets/js/main.js"></script> | ||
<script src="/assets/js/nav.visibility.js"></script> | ||
|
||
</body> | ||
</html> |
Oops, something went wrong.