Difference between revisions of "Text And Code: Alice's Adventures in Computerland"
VKranendonk (talk | contribs) |
VKranendonk (talk | contribs) |
||
Line 1: | Line 1: | ||
Welcome to the course Text and Code. | Welcome to the course Text and Code. | ||
In this series of classes from the Publication Station you will use code to load and layout large bodies of text on the web. The visitor of your online publication will be given the option to display the text in several ways. We will also make the publication interactive, allowing the user to find, filter and highlight the text. As a final touch you will create animated SVG’s exported from Illustrator. | In this series of classes from the Publication Station you will use code to load and layout large bodies of text on the web. The visitor of your online publication will be given the option to display the text in several ways. | ||
We will also make the publication interactive, allowing the user to find, filter and highlight the text. As a final touch you will create animated SVG’s exported from Illustrator. | |||
== Program == | == Program == | ||
Line 33: | Line 35: | ||
Demos: | Demos: | ||
# Loading of fonts | |||
## [https://fonts.google.com Using Google Fonts] | |||
## [http://fontmap.ideo.com/ FontMap] | |||
# CSS filters and animations | |||
# Adding content filters with JavaScript | |||
# Adding a search | |||
=== Class 3 === | === Class 3 === | ||
Demos: | Demos: | ||
# Analyzing text | |||
# Adding an index | |||
=== Class 4 === | === Class 4 === | ||
Line 57: | Line 59: | ||
=== Explore === | === Explore === | ||
- [ | - [https://tropy.org/ Tropy] | ||
- [ | - [https://openai.com/ Open-AI] | ||
=== Used during classes === | === Used during classes === | ||
- [ | - [https://www.webscraper.io/ WebScraper] | ||
- [ | - [https://csvjson.com/csv2json CSV2JSON] | ||
- [ | - [https://cssgridgarden.com/ CSS Grid Garden] | ||
- [ | - [https://huggingface.co/spaces/dalle-mini/dalle-mini Dall-E Mini] |
Revision as of 11:43, 2 September 2022
Welcome to the course Text and Code.
In this series of classes from the Publication Station you will use code to load and layout large bodies of text on the web. The visitor of your online publication will be given the option to display the text in several ways.
We will also make the publication interactive, allowing the user to find, filter and highlight the text. As a final touch you will create animated SVG’s exported from Illustrator.
Program
Class 1
Demos
- Intro HTML/CSS/JavaScript
- WebScraper, CSV and JSON
- CSS grid
Groups
During the first class we work in groups of 3. You will start with some pre-made files. Divide the tasks below.
Tasks
1. Use the WebScraper.io extension to scrape Alice in Wonderland or any other book you like.
- Follow instructions on web scraping
- Transform `CSV` to `JSON` with CSV2JSON
2. Add a CSS grid
- Add CSS grid and create a layout
- Play CSS Grid Garden
3. Creating and adding images
- Create images with Dall-E Mini
- Add images via the `JSON` files
Class 2
Demos:
- Loading of fonts
- CSS filters and animations
- Adding content filters with JavaScript
- Adding a search
Class 3
Demos:
- Analyzing text
- Adding an index
Class 4
...
Class 5
...
Tools overview
Explore
Used during classes
- WebScraper - CSV2JSON - CSS Grid Garden - Dall-E Mini