Skip to content

Commit 33d889b

Browse files
committed
add the exhibition
1 parent 61a517b commit 33d889b

4 files changed

Lines changed: 32 additions & 3 deletions

File tree

_includes/card.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% assign item = project | default: page %}
22

3-
<div class="projects-card mx-4 lg:mx-8 grid grid-cols-1 md:grid-cols-3 gap-4 mb-8 lg:mb-16 items-center">
3+
<div class="projects-card mx-4 lg:mx-8 grid grid-cols-1 md:grid-cols-3 gap-4 mb-4 items-center">
44
<!-- Tag & Title (Always First) -->
55

66
{% include card-title.html tag=item.tag title=item.title %}
@@ -21,7 +21,7 @@
2121
{{ item.content | markdownify | split: '</p>' | first | remove: '<p>' | rstrip }}
2222
{% endcapture %}
2323

24-
<div class="p-5 pt-3 mb-3 font-ibmserif prose">
24+
<div class="p-5 pt-3 font-ibmserif prose">
2525
{{ first_paragraph }}
2626
<a href="{{ item.url }}" class="text-sky-600 hover:underline text-xs
2727
font-ibmsans">

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<body class="m-3 font-ibmsans">
1313
{% include header.html %}
1414

15-
<div class="mx-4 lg:mx-8">
15+
<div class="mx-4 lg:mx-8 [&_a]:text-sky-800">
1616
{{ content }}
1717
</div>
1818

assets/images/projects/plotter.jpg

566 KB
Loading

collections/_projects/lit-ai.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
highlight: true
3+
title: Literary AI
4+
date: 2022-01-01
5+
tag: curatorial
6+
github: https://github.com/cul/ds-literaryai
7+
image: plotter.jpg
8+
image-alt: 'An image of the Movie Writer'
9+
people:
10+
- Alex Gil
11+
- Melina Moe
12+
- Dennis Yi Tenen
13+
14+
---
15+
16+
[Literary History of Artificial Intelligence](https://literaryai.library.columbia.edu/) is
17+
a collaboration between the Columbia English Department, the Columbia University Rare Books &
18+
Manuscript Library, and Columbia University’s Digital Scholarship department.
19+
20+
This exhibition explores the long, shared history of literature and computation through the
21+
Columbia Library’s holdings. We present texts that participate in early debates about
22+
whether writing was a skill to be honed or a gift to be appreciated and whether the skills
23+
of writing could be learned and even made into repeatable algorithms. Is writing like any
24+
other craft that can be learned and taught? Following a timeline from circa 1890–1970, this
25+
exhibition explores professional manuals, devices, and techniques that promised to make writing
26+
easier—and even to automate it. The Literary History of AI showcases examples of algorithmic
27+
composition, such as prose and poetry written by machines, alongside literature written with
28+
the aid of algorithmic and combinatorial devices. This exhibition broadly tracks two broad
29+
stories related to the literary history of AI: production and analysis.

0 commit comments

Comments
 (0)