@@ -10,7 +10,6 @@ import markdown | |||
conversations = Blueprint('conversations', __name__) | |||
# route for Martha Gowans page | |||
@conversations.route('/conversations/') | |||
def index(): | |||
with open('content/section_2/conversations.md', 'r') as f: | |||
@@ -18,6 +17,8 @@ def index(): | |||
text = markdown.markdown(text) | |||
return render_template('conversations.html', text=text) | |||
# route for Martha Gowans page | |||
@conversations.route('/conversations/martha') | |||
def martha(): | |||
with open('content/section_2/I-Martha-gowans.md', 'r') as f: | |||
text = f.read() |
@@ -7,6 +7,19 @@ | |||
{{ 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 %} | |||
</div> |
@@ -74,10 +74,10 @@ | |||
<div class="index-row justify-content-center mt-5"> | |||
<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;"> | |||
<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> | |||
@@ -91,10 +91,10 @@ | |||
<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;"> | |||
<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> |
@@ -7,6 +7,12 @@ | |||
{{ 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 %} | |||
</div> |
@@ -35,13 +35,13 @@ | |||
### Section 2: [Archive conversations](/conversations) | |||
<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> | |||
- [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) | |||
<span class="info" style="display: none;"> | |||
@@ -49,5 +49,5 @@ | |||
</span> | |||
- [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") |
@@ -1,6 +1 @@ | |||
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... |
@@ -1,5 +1 @@ | |||
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... |