| conversations = Blueprint('conversations', __name__) | conversations = Blueprint('conversations', __name__) | ||||
| # route for Martha Gowans page | |||||
| @conversations.route('/conversations/') | @conversations.route('/conversations/') | ||||
| def index(): | def index(): | ||||
| with open('content/section_2/conversations.md', 'r') as f: | with open('content/section_2/conversations.md', 'r') as f: | ||||
| text = markdown.markdown(text) | text = markdown.markdown(text) | ||||
| return render_template('conversations.html', text=text) | return render_template('conversations.html', text=text) | ||||
| # route for Martha Gowans page | |||||
| @conversations.route('/conversations/martha') | |||||
| def martha(): | def martha(): | ||||
| with open('content/section_2/I-Martha-gowans.md', 'r') as f: | with open('content/section_2/I-Martha-gowans.md', 'r') as f: | ||||
| text = f.read() | text = f.read() |
| {{ text|safe }} | {{ text|safe }} | ||||
| <div class="allThemes mt-5"> | |||||
| <a href="/conversations/sewing_the_archive">Sewing the archive</a> | |||||
| <a href="/conversations/martha">I, Martha Gowans</a> | |||||
| <a href="/conversations/caribbean_quilt">Caribbean Quilt</a> | |||||
| <a href="/conversations/women_on_the_move">Women on the Move</a> | |||||
| </div> | |||||
| - [Sewing the archive](/conversations/#sewingthearchive) | |||||
| - [I Martha Gowans](/conversations "links to conversations section") | |||||
| - [Caribbean Quilt](/conversations/#caribbeanquilt) | |||||
| - [Women On The Move](/conversations/#womenonthemove) | |||||
| {% endblock %} | {% endblock %} | ||||
| </div> | </div> |
| <div class="index-row justify-content-center mt-5"> | <div class="index-row justify-content-center mt-5"> | ||||
| <div class="col text-center button-search button-hidden-off p-2"> | <div class="col text-center button-search button-hidden-off p-2"> | ||||
| <a href="{{ url_for('hidden.index') }}">hidden in plain sight</a> | |||||
| <a href="{{ url_for('conversations.index') }}">archival conversations</a> | |||||
| <div class="info" style="display: none;"> | <div class="info" style="display: none;"> | ||||
| <p class="code"> ↪ Searching for a history of women’s clothing inventors, that is in the archive, but hidden in plain sight.... </p> | |||||
| <p class="code"> ↪ Some things are all over the patent archive but never made explicit. Archive Conversations presents four artistic works that render these absent-present realities visible... </p> | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| <div class="col text-center button-search button-hidden-off p-2 mb-5"> | <div class="col text-center button-search button-hidden-off p-2 mb-5"> | ||||
| <a href="{{ url_for('conversations.index') }}">archive conversations</a> | |||||
| <a href="{{ url_for('making.index') }}">making of</a> | |||||
| <div class="info" style="display: none;"> | <div class="info" style="display: none;"> | ||||
| <p class="code"> ↪ Some things are all over the patent archive but never made explicit. Archive Conversations presents three artistic works that render these absent-present realities visible... </p> | |||||
| <p class="code"> ↪ A series of essays from the makers on the research, methods, tools developed... </p> | |||||
| </div> | </div> | ||||
| </div> | </div> | ||||
| </div> | </div> |
| {{ text|safe }} | {{ text|safe }} | ||||
| <div class="allThemes mt-5"> | |||||
| <a href="/making/interview">Making of—a collective interview</a> | |||||
| <a href="/making/search-engine-book">On making the search engine book</a> | |||||
| <a href="/making/interface">A note on interface design</a> | |||||
| </div> | |||||
| {% endblock %} | {% endblock %} | ||||
| </div> | </div> |
| ### Section 2: [Archive conversations](/conversations) | ### Section 2: [Archive conversations](/conversations) | ||||
| <span class="info" style="display: none;"> | <span class="info" style="display: none;"> | ||||
| <span class="code">↪ Some things are all over the patent archive but never made explicit. Off the record presents four artistic works that render these absent-present realities visible...</span> | |||||
| <span class="code">↪ Some things are all over the patent archive but never made explicit. Archive conversations presents four artistic works that render these absent-present realities visible...</span> | |||||
| </span> | </span> | ||||
| - [Sewing the archive](/conversations/#sewingthearchive) | - [Sewing the archive](/conversations/#sewingthearchive) | ||||
| - [I Martha Gowans](/conversations "links to conversations section") | |||||
| - [Caribbean Quilt](/conversations/#caribbeanquilt) | |||||
| - [Women On The Move](/conversations/#womenonthemove) | |||||
| - [I, Martha Gowans](/conversations/martha "links to conversations section") | |||||
| - [Caribbean Quilt](/conversations/caribbeanquilt) | |||||
| - [Women On The Move](/conversations/womenonthemove) | |||||
| ### Section 3: [Making of](/making) | ### Section 3: [Making of](/making) | ||||
| <span class="info" style="display: none;"> | <span class="info" style="display: none;"> | ||||
| </span> | </span> | ||||
| - [Making of—a collective interview](/making/#interview "links to making-of section collective interview") | - [Making of—a collective interview](/making/#interview "links to making-of section collective interview") | ||||
| - [On making the search-engine book](/making/search-engine-book "links to making-of section on making search-engine book") | |||||
| - [On making the search engine book](/making/search-engine-book "links to making-of section on making search-engine book") | |||||
| - [A note on interface design](/making/interface "links to making-of section on interface design") | - [A note on interface design](/making/interface "links to making-of section on interface design") |
| Some things are all over the patent archive but never made explicit. Off the record presents four artistic works that render these absent-present realities visible... | |||||
| - [Sewing the archive](/conversations/#sewingthearchive) | |||||
| - [I Martha Gowans](/conversations "links to conversations section") | |||||
| - [Caribbean Quilt](/conversations/#caribbeanquilt) | |||||
| - [Women On The Move](/conversations/#womenonthemove) | |||||
| Some things are all over the patent archive but never made explicit. Off the record presents four artistic works that render these absent-present realities visible... |
| A series of essays from the makers on the research, methods, tools developed... | |||||
| - [Making of—a collective interview](/making/#interview "links to making-of section collective interview") | |||||
| - [On making the search-engine book](/making/search-engine-book "links to making-of section on making search-engine book") | |||||
| - [A note on interface design](/making/interface "links to making-of section on interface design") | |||||
| A series of essays from the makers on the research, methods, tools developed... |