# The Works of Robert G. Ingersoll, Volume 8

Dresden Edition (C. P. Farrell, 1900–1902).

Public domain. CC0 / Public Domain Mark 1.0.

Source: https://thegreatagnostic.com/works/volume-8/

1 work in this volume:

1. **Interviews** (1899)

---
# Interviews
*More than one hundred newspaper interviews, 1878–1899.*

_1899_
<article class="work-article">
  <header class="work-header">
    <div class="container">
      <a href="/works/volume-8/" class="back-link">&larr; Back to Volume 8</a>
      <div class="work-meta-badges">
        <span class="badge badge--volume">Dresden &mdash; Vol. 8</span>
        <span class="badge badge--year">1878–1899</span>
        <span class="badge badge--category">{{ collections.interviewChapter.length }} interviews</span>
      </div>
      <h1 class="work-title">Interviews</h1>
      <p class="work-subtitle">More than one hundred newspaper interviews, 1878–1899.</p>
      <p class="work-description">{{ description }}</p>
    </div>
  </header>

  <div class="container">
    <div class="interview-index-wrap">
      <p class="interview-index-intro">
        Throughout his public life Ingersoll sat for scores of newspaper interviews.
        Volume VIII of the Dresden Edition gathers them in chronological order, from
        his first conversation with <em>The Post</em> of Washington in 1878 to his
        last remarks before his death in 1899. Each is presented here as its own
        chapter for easier reading.
      </p>

      <ol class="interview-index" aria-label="Interviews in chronological order">
        {% for ch in collections.interviewChapter %}
        <li class="interview-index-item">
          <a class="interview-index-link" href="{{ ch.url }}">
            <span class="interview-index-num">{{ ch.data.order }}</span>
            <span class="interview-index-title">{{ ch.data.title }}</span>
          </a>
        </li>
        {% endfor %}
      </ol>
    </div>
  </div>
</article>
---