Skip to content

Commit

Permalink
introduce research paper
Browse files Browse the repository at this point in the history
  • Loading branch information
JeuJeus committed Nov 2, 2024
1 parent 0f1094f commit 51a113f
Show file tree
Hide file tree
Showing 3 changed files with 79 additions and 7 deletions.
Binary file added static/img/carArchitectureOverview.webp
Binary file not shown.
74 changes: 68 additions & 6 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,14 @@
Projects
</a>
</li>
<li class="nav-item">
<a class="nav-link hack-font text-peach" href="#research">
Research
</a>
</li>
<li class="nav-item">
<a id="cv-nav-item" class="nav-link hack-font text-peach" href="#cv">
Curriculum Vitae
CV
</a>
</li>
</ul>
Expand Down Expand Up @@ -230,14 +235,18 @@ <h1 class="hack-font text-green text-black-shadow text-center">Passion</h1>
</div>
</h2>
<p class="lead">
As part of my employment at klose brothers I gained a lot of experience in agile software development, project management
As part of my employment at klose brothers I gained a lot of experience in agile software
development, project management
and DevOps.
In addition to management and fullstack development of customer projects, my responsibilities
included the administration of multiple Kubernetes and Proxmox clusters.
At the same time, I was able to pass on my knowledge in the context of consulting activities in the areas of software development and devops.<br>
At the same time, I was able to pass on my knowledge in the context of consulting activities in the
areas of software development and devops.<br>
During my bachelor studies, my second passion developed in the field of IT security.
When I found myself absorbing various papers about exploits with great fascination, I knew I had to focus my career and my field of activity on this area.
That is why I completed my Master's degree in this field and am now following it up with a doctorate.<br>
When I found myself absorbing various papers about exploits with great fascination, I knew I had to
focus my career and my field of activity on this area.
That is why I completed my Master's degree in this field and am now following it up with a
doctorate.<br>
At home, I am gaining supplementary knowledge through the administration of my server as well as my
own <a class="link-light" href="#projects">programming projects</a>.
</p>
Expand Down Expand Up @@ -427,6 +436,58 @@ <h1 class="hack-font text-green text-black-shadow text-center">Passion</h1>

</div>

<div class="container" id="research">
<hr class="invisible my-5">

<h1 class="hack-font text-green text-black-shadow text-center">Research</h1>

<hr class="invisible my-5">

<div class="container">
<div class="row justify-content-center d-flex">
<div class="col-12 col-xl-10">
<div class="d-flex flex-column h-100">
<div class="card mb-4 box-shadow flex-grow-1 rounded-0">
<div class="row g-0">
<div class="col-md-4 d-flex justify-content-center align-items-center">
<div class="position-relative research-thumbnail-wrapper w-100 h-100">
<img src="img/carArchitectureOverview.webp"
alt="Exemplary simplified Automotive Diagnostics Architecture"
class="img-fluid position-absolute top-50 start-50
translate-middle research-thumbnail"/>
</div>
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title hack-font text-orange">Applications of Formal Verification
Techniques for Security in Automotive Diagnostics</h5>
<p >
Figge, Knuplesch<br>
Presentation Report at
<a class="text-peach" href="https://datamod2024.github.io" target="_blank">
12th International Symposium DATAMOD 2024</a><br>
</p>
<p class="card-text">
Systematic Literature Survey as the groundwork for my PhD pursuit.
</p>
<div class="d-flex justify-content-between align-items-center w-100 mt-4">
<p class="card-text"><small class="text-body-secondary">04.11.2024</small>
</p>
<a class="btn btn-sm btn-outline-green"
href="https://datamod2024.github.io/pdf/DataMod2024_figge.pdf" rel="noreferrer"
target="_blank"
type="button">Survey PDF</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>

<div class="container" id="projects">

<hr class="invisible my-5">
Expand Down Expand Up @@ -807,7 +868,8 @@ <h1 class="hack-font text-green text-black-shadow text-center">Curriculum Vitae<
<li>
<div class="bullet branch-study" id="timeline-bullet-fhdw"></div>
<div class="d-flex flex-column-reverse flex-md-row justify-content-between flex-nowrap align-items-start align-items-md-center align-content-center">
<div class="timeline-event hack-font fw-bold text-orange ms-0 ms-md-2">Study of applied Computer
<div class="timeline-event hack-font fw-bold text-orange ms-0 ms-md-2">Study of applied
Computer
Science
</div>
<span class="fw-bold timeline-time hack-font text-black background-peach text-nowrap px-1 rounded-1 mb-1 mb-md-0">October 2019</span>
Expand Down
12 changes: 11 additions & 1 deletion static/src/css/tweaks.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ body {
}

.text-light-grey {
color: var(--somewhat-more-lighter-grey);
color: var(--somewhat-more-lighter-grey);
}

.background-peach {
Expand Down Expand Up @@ -264,3 +264,13 @@ footer {
box-shadow: 0 0 4em 1em var(--dark-grey);
}

/* RESEARCH */
.research-thumbnail {
object-fit: cover;
height: 100%;
width: 100%;
}

.research-thumbnail-wrapper {
min-height: 250px;
}

0 comments on commit 51a113f

Please sign in to comment.