Skip to content

Commit

Permalink
changing num of news posts
Browse files Browse the repository at this point in the history
  • Loading branch information
Anna Frühstück committed Jun 4, 2024
1 parent ba1ea3a commit 2fcb375
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ <h5>
<div id='info'>
<div>
<p>I am a Research Scientist at Adobe Research London working on image/3D/video generative modeling.</p>
<p>I received my PhD in Computer Science in Spring 2023 from the <a href='http://vcc.kaust.edu.sa'>Visual Computing Center</a> at <a href='http://kaust.edu.sa'>King Abdullah University of Science and Technology</a> working with <a href='http://peterwonka.net'>Prof. Peter Wonka</a>.</p>
<p>I'm broadly interested in computer graphics, especially image synthesis and generative modeling techniques. My research involves the generation of large-scale images using deep neural networks, focusing on the quality of the generated content, controllability and the plausible compositing of the output.</p>
<p>I received my PhD in Computer Science in 2023 from the <a href='http://vcc.kaust.edu.sa'>Visual Computing Center</a> at <a href='http://kaust.edu.sa'>King Abdullah University of Science and Technology</a> working with <a href='http://peterwonka.net'>Prof. Peter Wonka</a>.</p>
<p>I'm broadly interested in computer graphics, especially image and 3D synthesis and generative modeling techniques. My research involves the generation of large-scale images using deep neural networks, focusing on the quality of the generated content, controllability and the plausible compositing of the output.</p>
<!--p>Have a look at some of the <a href="{{ site.baseurl }}projects.html"> projects</a> I've worked on in the recent years.</p>
<p>For more details on my academic background, check out my professional <a href="{{ site.baseurl }}bio.html">resume</a>.</p-->
<p>In my spare time, I enjoy designing, building, creating, disassembling and assembling things. I love to play music, learn languages and explore the world.</p>

<h3 style='text-align: center'>News</h3>
<ul>
{% for post in site.posts limit:6 %}
{% for post in site.posts limit:8 %}
<li>
<span class='news-date'>{{ post.date | date: "%B %Y" }} | </span><span class='news-title'> {{ post.title }}</span>
<div class='news-text'>
Expand All @@ -40,7 +40,7 @@ <h3 style='text-align: center'>News</h3>
<input type="checkbox" id="check_id">
<label for="check_id"></label>
<ul>
{% for post in site.posts offset:6 %}
{% for post in site.posts offset:8 %}
<li>
<span class='news-date'>{{ post.date | date: "%B %Y" }} | </span><span class='news-title'> {{ post.title }}</span>
<div class='news-text'>
Expand Down

0 comments on commit 2fcb375

Please sign in to comment.