Bookmarked DH Awards 2019 Voting (Digital Humanities Awards)

Please vote for the following resources from 2019 in the DH Awards 2019. Have a look over the resources in each category and then fill out the form linked to at the bottom of the page in order to vote. For frequently asked questions please see http://dhawards.

Bookmarked Blogroll by Dan MacKinlay (danmackinlay.name)

Make your own automatic blogroll

This is the script I use to generate a blogroll from my OPML:

#! /usr/bin/env python3
"""
Parse OPML into markdown.
"""
import sys
import re
from xml.etree import ElementTree


def main(fname):
    with open(fname, 'r', encoding='utf8') as fp:
        tree = ElementTree.parse(fp)
    for cat_node in tree.find('body').findall('outline'):
        print("\n## {}\n".format(cat_node.get('title')))
        for node in cat_node.findall('outline'):
            name = node.attrib.get('text')
            feedurl = node.attrib.get('xmlUrl')
            url = node.attrib.get('htmlUrl')
            print("* [{}]({}) ([feed]({}))".format(name, url, feedurl))


if __name__ == "__main__":
    main(*sys.argv[1:])
Bookmarked Gods and Robots: Myths, Machines, and Ancient Dreams of Technology by Adrienne MayorAdrienne Mayor (Princeton University Press)

The fascinating untold story of how the ancients imagined robots and other forms of artificial life—and even invented real automated machines

The first robot to walk the earth was a bronze giant called Talos. This wondrous machine was created not by MIT Robotics Lab, but by Hephaestus, the Greek god of invention. More than 2,500 years ago, long before medieval automata, and centuries before technology made self-moving devices possible, Greek mythology was exploring ideas about creating artificial life—and grappling with still-unresolved ethical concerns about biotechne, “life through craft.” In this compelling, richly illustrated book, Adrienne Mayor tells the fascinating story of how ancient Greek, Roman, Indian, and Chinese myths envisioned artificial life, automata, self-moving devices, and human enhancements—and how these visions relate to and reflect the ancient invention of real animated machines.

As early as Homer, Greeks were imagining robotic servants, animated statues, and even ancient versions of Artificial Intelligence, while in Indian legend, Buddha’s precious relics were defended by robot warriors copied from Greco-Roman designs for real automata. Mythic automata appear in tales about Jason and the Argonauts, Medea, Daedalus, Prometheus, and Pandora, and many of these machines are described as being built with the same materials and methods that human artisans used to make tools and statues. And, indeed, many sophisticated animated devices were actually built in antiquity, reaching a climax with the creation of a host of automata in the ancient city of learning, Alexandria, the original Silicon Valley.

A groundbreaking account of the earliest expressions of the timeless impulse to create artificial life, Gods and Robots reveals how some of today’s most advanced innovations in robotics and AI were foreshadowed in ancient myth—and how science has always been driven by imagination. This is mythology for the age of AI.

Bookcover of Gods and Robots

Sean Carroll Mindscape Episode 40: Adrienne Mayor on Gods and Robots in Ancient Mythology (#)
Bookmarked ATI 2019-20 Webinar Series (Academic Technology at USNH)

USNH Academic Technology Institute Presents the 2019-20 Open Ed Webinar Series The next in the series is Feb 6 at 7:00 pm -  Ungrading: Pedagogical Possibilities for Going Beyond the Grade. Hosted by Robin DeRosa of Plymouth State University. Register here!  

These webinars are designed for past and present ATI Ambassadors as a way to continue our learning and sharing help keep us current on trends in Open Education. At ATI 2019, ambassadors identified key areas of interest that they wanted to learn more about and explore more in depth.

Bookmarked Full line up of OER20 featured speakers is announced by alt_fjones (OER20)
We are delighted to announce the full line up of featured speakers for our 2020 OER Conference. Joining The Zemos Collective and sava saveli singh who were announced at the end of 2019, we have now completed the line up with Joe Deville and Janneke Adema.