| layout | author_profile |
|---|---|
splash |
false |
Discover the pulse of time-lapse monitoring across the world's most complex reservoirs.
Explore Knowledge Base<div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; margin-bottom: 2.5rem;">
{% for post in site.posts limit:2 %}
<a href="{{ post.url | relative_url }}" style="text-decoration: none; color: inherit;">
<div class="content-card" style="padding: 1.2rem; height: 100%;">
<small style="color: var(--hub-accent); font-weight: 600;">{{ post.date | date: "%b %d, %Y" }}</small>
<h4 style="margin: 0.5rem 0; font-size: 1.1rem;">{{ post.title }}</h4>
<p style="font-size: 0.85rem; color: var(--hub-secondary); margin: 0;">{{ post.excerpt | strip_html | truncate: 80 }}</p>
</div>
</a>
{% endfor %}
</div>
<h2 style="font-size: 1.6rem; margin-bottom: 0.5rem; display: flex; align-items: center; gap: 0.5rem;">
<span style="font-size: 1.3rem;">✨</span> Featured Insights
</h2>
{% for paper in site.data.papers limit:3 %}
<article class="content-card" style="padding: 1.25rem;">
<h3 style="font-size: 1.15rem; margin-bottom: 0.5rem;">{{ paper.title }}</h3>
<p style="color: var(--hub-secondary); line-height: 1.4; font-size: 0.9rem; margin-bottom: 1rem;">{{ paper.description | truncate: 140 }}</p>
<div style="display: flex; justify-content: space-between; align-items: center;">
<span style="font-size: 0.75rem; color: #94a3b8; font-weight: 600;">{{ paper.tags | first }}</span>
<a href="{{ paper.link }}" target="_blank" style="color: var(--hub-accent); font-weight: 600; text-decoration: none; font-size: 0.85rem;">Read more →</a>
</div>
</article>
{% endfor %}
<a href="{{ '/pages/analysis/' | relative_url }}" style="text-align: center; margin-top: 1rem; color: var(--hub-secondary); text-decoration: none; font-weight: 500;">View all analysis...</a>
Compare technical parameters (NRMS, bin size, etc.) across multiple 4D projects.
Launch Comparison →<div class="sidebar-box">
<h4>Working Group</h4>
<p style="line-height: 1.6;">Maintainers of the 4D Seismic Hub. We rely on volunteers for peer-reviewed content curation.</p>
<div style="display: flex; flex-direction: column; gap: 0.5rem;">
<a href="{{ '/pages/working-group/' | relative_url }}" style="font-weight: 600; color: var(--hub-accent); text-decoration: none;">Meet the Group →</a>
<a href="{{ '/pages/contribute/' | relative_url }}" style="font-weight: 600; color: var(--hub-accent); text-decoration: none;">Join the Initiative →</a>
</div>
</div>
<div class="sidebar-box" style="border-left: 4px solid var(--hub-accent);">
<h4>Featured Case</h4>
{% assign featured_case = site.data.case_studies_map | first %}
<p style="margin-bottom: 0.5rem;"><strong>{{ featured_case.name }}</strong></p>
<p style="color: var(--hub-secondary); line-height: 1.5;">{{ featured_case.summary }}</p>
<a href="{{ '/pages/knowledge-base' | relative_url }}" style="font-weight: 600; color: var(--hub-accent); text-decoration: none;">Explore Full Map →</a>
</div>