-
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
Showing
1 changed file
with
147 additions
and
101 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,128 +1,174 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Ingimar Tomasson - Personal Webpage</title> | ||
<style> | ||
body { | ||
font-family: Arial, sans-serif; | ||
line-height: 1.6; | ||
color: #333; | ||
max-width: 800px; | ||
margin: 0 auto; | ||
padding: 20px; | ||
} | ||
h1, h2 { | ||
color: #2c3e50; | ||
} | ||
.contact-info { | ||
background-color: #f4f4f4; | ||
padding: 10px; | ||
border-radius: 5px; | ||
} | ||
.experience, .education { | ||
margin-bottom: 20px; | ||
} | ||
.experience-item, .education-item { | ||
margin-bottom: 15px; | ||
} | ||
.skills { | ||
background-color: #e8f4f8; | ||
padding: 10px; | ||
border-radius: 5px; | ||
} | ||
body { | ||
font-family: Arial, sans-serif; | ||
line-height: 1.6; | ||
color: #333; | ||
max-width: 800px; | ||
margin: 0 auto; | ||
padding: 20px; | ||
} | ||
h1, | ||
h2 { | ||
color: #2c3e50; | ||
} | ||
.contact-info { | ||
background-color: #f4f4f4; | ||
padding: 10px; | ||
border-radius: 5px; | ||
} | ||
.experience, | ||
.education { | ||
margin-bottom: 20px; | ||
} | ||
.experience-item, | ||
.education-item { | ||
margin-bottom: 15px; | ||
} | ||
.skills { | ||
background-color: #e8f4f8; | ||
padding: 10px; | ||
border-radius: 5px; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
</head> | ||
<body> | ||
<header> | ||
<h1>Ingimar Tomasson</h1> | ||
<p>Working in AI | Germany</p> | ||
<h1>Ingimar Tomasson</h1> | ||
<p>Working in AI | Germany</p> | ||
</header> | ||
|
||
<section class="contact-info"> | ||
<h2>Contact Information</h2> | ||
<p>📱 +44 7966665386</p> | ||
<p>✉️ [email protected]</p> | ||
<p>🔗 <a href="https://www.linkedin.com/in/ingitom99" target="_blank">LinkedIn Profile</a></p> | ||
<h2>Contact Information</h2> | ||
<p>📱 +44 7966665386</p> | ||
<p>✉️ [email protected]</p> | ||
<p> | ||
🔗 | ||
<a href="https://www.linkedin.com/in/ingitom99" target="_blank" | ||
>LinkedIn Profile</a | ||
> | ||
</p> | ||
</section> | ||
|
||
<section class="skills"> | ||
<h2>Top Skills</h2> | ||
<ul> | ||
<li>Academic Research</li> | ||
<li>Mathematics</li> | ||
<li>JAX</li> | ||
</ul> | ||
<h2>Top Skills</h2> | ||
<ul> | ||
<li>Academic Research</li> | ||
<li>Mathematics</li> | ||
<li>JAX</li> | ||
</ul> | ||
</section> | ||
|
||
<section class="experience"> | ||
<h2>Professional Experience</h2> | ||
<h2>Professional Experience</h2> | ||
|
||
<div class="experience-item"> | ||
<h3>Computational Engineer</h3> | ||
<p><strong>Bundesanstalt für Materialforschung und -prüfung</strong> | February 2022 - February 2024</p> | ||
<ul> | ||
<li>Designed and implemented software packages for automatic robot path alignment for 3D modeling of turbine blades.</li> | ||
<li>Developed bespoke image processing algorithms for ultrasound imaging of turbine blades.</li> | ||
<li>Worked on 3D point cloud reconstruction and manipulation for analyzing turbine blade structures.</li> | ||
<li>Autonomously designed and optimized Python/NumPy/SciPy/PyTorch software packages.</li> | ||
<li>Co-authored research papers on Ultrasonic Non-Destructive Testing for turbine blade modeling.</li> | ||
</ul> | ||
</div> | ||
<div class="experience-item"> | ||
<h3>Computational Engineer</h3> | ||
<p> | ||
<strong>Bundesanstalt für Materialforschung und -prüfung</strong> | | ||
February 2022 - February 2024 | ||
</p> | ||
<ul> | ||
<li> | ||
Designed and implemented software packages for automatic robot path | ||
alignment for 3D modeling of turbine blades. | ||
</li> | ||
<li> | ||
Developed bespoke image processing algorithms for ultrasound imaging | ||
of turbine blades. | ||
</li> | ||
<li> | ||
Worked on 3D point cloud reconstruction and manipulation for | ||
analyzing turbine blade structures. | ||
</li> | ||
<li> | ||
Autonomously designed and optimized Python/NumPy/SciPy/PyTorch | ||
software packages. | ||
</li> | ||
<li> | ||
Co-authored research papers on Ultrasonic Non-Destructive Testing | ||
for turbine blade modeling. | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="experience-item"> | ||
<h3>Research Assistant</h3> | ||
<p><strong>Weierstrass Institute</strong> | May 2022 - November 2023</p> | ||
<ul> | ||
<li>Developed algorithms for computational efficiency in Computational Optimal Transport and Bayesian Optimization.</li> | ||
</ul> | ||
</div> | ||
<div class="experience-item"> | ||
<h3>Research Assistant</h3> | ||
<p><strong>Weierstrass Institute</strong> | May 2022 - November 2023</p> | ||
<ul> | ||
<li> | ||
Developed algorithms for computational efficiency in Computational | ||
Optimal Transport and Bayesian Optimization. | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="experience-item"> | ||
<h3>Vice President</h3> | ||
<p><strong>BLISS e. V.</strong> | July 2022 - March 2023</p> | ||
<ul> | ||
<li>Organized talks, reading groups, academic events, and socials.</li> | ||
<li>Presented on Automatic Differentiation theory and novel gradient object understanding.</li> | ||
</ul> | ||
</div> | ||
<div class="experience-item"> | ||
<h3>Vice President</h3> | ||
<p><strong>BLISS e. V.</strong> | July 2022 - March 2023</p> | ||
<ul> | ||
<li> | ||
Organized talks, reading groups, academic events, and socials. | ||
</li> | ||
<li> | ||
Presented on Automatic Differentiation theory and novel gradient | ||
object understanding. | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="experience-item"> | ||
<h3>Risk Analysis Intern</h3> | ||
<p><strong>Dassault Systèmes</strong> | June 2019 - July 2019</p> | ||
<ul> | ||
<li>Created risk mappings and assessments for international Dassault sites.</li> | ||
<li>Gained exposure to various departments including audit, R&D, and tech consultancy.</li> | ||
</ul> | ||
</div> | ||
<div class="experience-item"> | ||
<h3>Risk Analysis Intern</h3> | ||
<p><strong>Dassault Systèmes</strong> | June 2019 - July 2019</p> | ||
<ul> | ||
<li> | ||
Created risk mappings and assessments for international Dassault | ||
sites. | ||
</li> | ||
<li> | ||
Gained exposure to various departments including audit, R&D, and | ||
tech consultancy. | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
<div class="experience-item"> | ||
<h3>Programming Consultant</h3> | ||
<p><strong>ALIGNED ASSOCIATES LTD.</strong> | July 2018</p> | ||
<ul> | ||
<li>Developed code to automate parts of analytical financial reports from financial statements.</li> | ||
</ul> | ||
</div> | ||
<div class="experience-item"> | ||
<h3>Programming Consultant</h3> | ||
<p><strong>ALIGNED ASSOCIATES LTD.</strong> | July 2018</p> | ||
<ul> | ||
<li> | ||
Developed code to automate parts of analytical financial reports | ||
from financial statements. | ||
</li> | ||
</ul> | ||
</div> | ||
</section> | ||
|
||
<section class="education"> | ||
<h2>Education</h2> | ||
<h2>Education</h2> | ||
|
||
<div class="education-item"> | ||
<h3>Master of Science - MS, Scientific Computing</h3> | ||
<p><strong>Technische Universität Berlin</strong> | October 2021 - October 2023</p> | ||
</div> | ||
<div class="education-item"> | ||
<h3>Master of Science - MS, Scientific Computing</h3> | ||
<p> | ||
<strong>Technische Universität Berlin</strong> | October 2021 - | ||
October 2023 | ||
</p> | ||
</div> | ||
|
||
<div class="education-item"> | ||
<h3>BSc, Mathematics</h3> | ||
<p><strong>UCL</strong> | October 2018 - July 2021</p> | ||
</div> | ||
<div class="education-item"> | ||
<h3>BSc, Mathematics</h3> | ||
<p><strong>UCL</strong> | October 2018 - July 2021</p> | ||
</div> | ||
|
||
<div class="education-item"> | ||
<h3>High School</h3> | ||
<p><strong>Highgate School</strong> | 2007 - 2018</p> | ||
</div> | ||
<div class="education-item"> | ||
<h3>High School</h3> | ||
<p><strong>Highgate School</strong> | 2007 - 2018</p> | ||
</div> | ||
</section> | ||
</body> | ||
</html> | ||
</body> | ||
</html> |