Skip to content

Commit

Permalink
Update banner.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Koras0ff authored Jan 30, 2024
1 parent e8323cd commit 21d45ad
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions _includes/banner.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
<!-- Banner -->
<section id="banner">
<div class="content" style="text-align: center;">
<img src="assets/images/banner_image.jpg" alt="Descriptive Text for Image" style="width: 100%;">
<!-- Removed the inline styling for absolute positioning from text-overlay -->
<div class="text-overlay" style="background-color: rgba(0, 0, 0, 0.5); padding: 10px; display: inline-block; width: 100%;">
<div class="content" style="position: relative; text-align: center;">
<img src="/Users/enesyilandiloglu/Documents/GitHub/Kakule_1/banner_image.jpg" alt="Descriptive Text for Image" style="width: 100%;">
<div class="text-overlay" style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: rgba(0, 0, 0, 0.5); padding: 10px;">
<h2 class="major" style="font-size: 48px; color: white; text-shadow: 2px 2px 4px #000;">HPC-HD</h2>
<p style="font-size: 24px; color: white; text-shadow: 2px 2px 4px #000;">A research project on digital history</p>
</div>
</div>
<!-- This paragraph will now appear below the image and text overlay -->
<p class="text-subtitle" style="margin-top: 1em;">This project uses HPC to detect and study historical discourses. It focuses on eighteenth-century data and contrasts historical scholarship that builds its cases from a limited number of documents and then aims to generalize from it. In addition, it contrasts some recent uses of “big data” in history that performs its analysis at aggregate level. This approach has the potential to discover unknown and rich insights from historical corpora. The use of HPC is instrumental in the project’s workflows for the study of historical corpora. HPC resources are crucial for the storage, processing, and management of large data volumes; building and deploying large and complex NLP models; and, finally, providing the guiding historian with explanations for the results and efficiently adapting the existing workflow to the instruction of the historian. In developing and implementing reusable workflows, the project will analyse a particular case study based on eighteenth-century data.</p>
<ul class="actions">
<li><a href="{{ 'about.html' | absolute_url }}" class="button big">Learn More</a></li>
</ul>
<p class="text-subtitle">This project uses HPC to detect and study historical discourses. It focuses on eighteenth-century data and contrasts historical scholarship that builds its cases from a limited number of documents and then aims to generalize from it. In addition, it contrasts some recent uses of “big data” in history that performs its analysis at aggregate level. This approach has the potential to discover unknown and rich insights from historical corpora. The use of HPC is instrumental in the project’s workflows for the study of historical corpora. HPC resources are crucial for the storage, processing, and management of large data volumes; building and deploying large and complex NLP models; and, finally, providing the guiding historian with explanations for the results and efficiently adapting the existing workflow to the instruction of the historian. In developing and implementing reusable workflows, the project will analyse a particular case study based on eighteenth-century data.</p>
<ul class="actions">
<li><a href="{{ 'about.html' | absolute_url }}" class="button big">Learn More</a></li>
</ul>
</section>

0 comments on commit 21d45ad

Please sign in to comment.