-
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.
Merge branch 'main' of github.com:MBCharaf/CV into main
- Loading branch information
Showing
2 changed files
with
4 additions
and
3 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 |
---|---|---|
|
@@ -49,7 +49,7 @@ <h1>Jonas Charaf</h1> | |
<h2>About Me</h2> | ||
<p>I am a senior Open RAN technical lead specializing in 5G Open RAN performance, QoS, and sustainability. </p> | ||
|
||
<p> I have lead projects at Capgemini’s Engineering such as the German funded project: “i14y Lab” </p> | ||
<p> I have lead projects at Capgemini’s Engineering such as the German funded project: <a href="https://www.i14y-lab.com/">“i14y Lab”</a> </p> | ||
|
||
<p> I have also worked as 5G NR researcher at Deutsche Telekom were I focused on cutting-edge technologies and conterbuted to Horizon 2020 EU projects such as 5GMoNArch. | ||
|
||
|
@@ -161,6 +161,7 @@ <h2>Education</h2> | |
<div class="container"> | ||
<h2>Accomplishments</h2> | ||
<ul> | ||
<li><strong>02/2024 - MWC24 Detsche Telekom Main Stage</strong><a href="https://mwc.telekom.com/speaker/jonas-charaf-2024">MWC24 Link</a></li> | ||
<li><strong>10/2019 - IEEE 2nd 5G World Forum Dresden:</strong> Provided a demonstration system for Axians. <a href="https://www.youtube.com/watch?v=79qnZN4NNzw&t=35s">Demo Video</a></li> | ||
<li><strong>02/2019 - MWC-19:</strong> HfTL Radio Lab Demonstration for 5G MoNArch. <a href="https://www.youtube.com/watch?v=lJs1aWvZu5U">5GMoNArch Video</a></li> | ||
<li><strong>10/2018 - DAAD Preis 2018 for international students:</strong> For social activities and research work in the 5G area. <a href="https://www.hft-leipzig.de/de/hochschule/alumni/service/news/news-detailansicht/article/student-aus-syrien-erhaelt-daad-preis-2018.html">DAAD Prize 2018</a></li> | ||
|
@@ -171,7 +172,7 @@ <h2>Accomplishments</h2> | |
<section id="contact" class="contact-section"> | ||
<div class="container"> | ||
<h2>Contact Me</h2> | ||
<p>Feel free to reach out via <a href="mailto:[email protected]">email</a> or connect with me on <a href="https://linkedin.com/in/mbcharaf">LinkedIn</a>.</p> | ||
<p>Feel free to reach out via <a href="mailto:[email protected]">email</a> or connect with me on <a href="linkedin.com/in/mbeshercharaf">LinkedIn</a>.</p> | ||
</div> | ||
</section> | ||
|
||
|
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 |
---|---|---|
|
@@ -7,4 +7,4 @@ $(document).ready(function() { | |
scrollTop: $($(this).attr('href')).offset().top - 70 | ||
}, 500, 'linear'); | ||
}); | ||
}) | ||
}) |