You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 KiB

Ursula Franklin

You can find the recordings of her Massey lectures on archive.org. Note the URL:

https://archive.org/details/the-real-world-of-technology

You can also access the API of archive.org to get information in a structured format that you can use in a script...

<https://archive.org/details/the-real-world-of-technology&output=json

In [9]:
identifier = "the-real-world-of-technology"
url = f"https://archive.org/details/{identifier}"
In [10]:
from urllib.request import urlopen
import json
In [11]:
f = urlopen(url+"&output=json")
In [12]:
feed = json.load(f)
In [13]:
feed
Out[13]:
{'server': 'ia902801.us.archive.org',
 'dir': '/10/items/the-real-world-of-technology',
 'metadata': {'identifier': ['the-real-world-of-technology'],
  'mediatype': ['audio'],
  'collection': ['podcasts'],
  'creator': ['Ursula Franklin'],
  'date': ['1989-11-01'],
  'description': ['<div>These are recordings of Ursula Franklin\'s public lectures that she made as part of the 1989 Massey Lectures series. The recordings were broadcast by the Canadian Broadcasting Corporation in November, 1989. The lectures were published in a book The Real World of Technology in 1990. A second edition with four additional chapters was published in 1999. If you want you can drop this URL in your Podcast player to listen to them there:</div><div><br /></div><div><a href="https://archive.org/download/the-real-world-of-technology/podcast.xml" rel="nofollow">https://archive.org/download/the-real-world-of-technology/podcast.xml</a><br /></div><div><br /></div><div>Franklin was a professor in the University of Toronto\'s Department of Metallurgy and Materials Science, where she was the first woman to honored with the title of University Professor in 1984. In 1990 she was awarded the Order of Ontario. The lectures provide a singular view into Franklin\'s ideas about how science and society interact with respective to power and democracy:<br /></div><div><blockquote>As I see it, technology has built the house in which we all live. The house is continually being extended and remodelled. More and more of human life takes place within its walls, so that today there is hardly any human activity that does not occur within this house. All are affected by the design of the house, by the division of its space, by the location of its doors and walls. Compared to people in earlier times, we rarely have a chance to live outside this house. And the house is still changing; it is still being built as well as being demolished. In these lectures, I would like to take you through the house, starting with the foundation and then examining with you the walls that have been put up or taken down, the storeys and turrets that have been added, the flow of people through the house — who can come in, who can go into particular spaces. (p. 10)<br /></blockquote></div><div>The recordings were obtained from the <a href="https://www.cbc.ca/radio/ideas/the-1988-cbc-massey-lectures-the-real-world-of-technology-1.2946845" rel="nofollow">CBC\'s web page</a> about Franklin\'s lectures. As you can see from <a href="https://web.archive.org/web/20160229221233/https://www.cbc.ca/radio/ideas/the-1989-cbc-massey-lectures-the-real-world-of-technology-1.2946845" rel="nofollow">this snapshot</a> of the page in 2016 only five recordings were made available. However the preface to the first edition of The Real World of Technology clearly states that there were six. The <a href="https://en.wikipedia.org/wiki/Massey_Lectures" rel="nofollow">Wikipedia page</a> for the Massey Lectures says that it is a "five-part series", and looking at the information of other Massey lectures seems to confirm that it was in fact a 5 part series. Perhaps the book edition was adjusted to indicate there were 6 talks in order to reshape the text of the chapters? Or maybe it was a typo. The other possibility is that there was an audio file that was left off the website, but the sequencing of the closing credits for each part seems to indicate that there are no audio files missing. The audio was embedded as Flash on the CBC website and converted to MP3 in July, 2016.</div><div><br /></div><div><br /></div><div><br /></div>'],
  'language': ['eng'],
  'scanner': ['Internet Archive HTML5 Uploader 1.6.4'],
  'subject': ['Science', 'Technology', 'Politics', 'History'],
  'title': ['The Real World of Technology'],
  'publicdate': ['2020-02-07 19:56:05'],
  'addeddate': ['2020-02-07 19:56:05'],
  'curation': ['[curator]validator@archive.org[/curator][date]20200207195812[/date][comment]checked for malware[/comment]'],
  'year': ['1989']},
 'files': {'/__ia_thumb.jpg': {'source': 'original',
   'mtime': '1581108706',
   'size': '7486',
   'format': 'Item Tile',
   'rotation': '0',
   'md5': '9eb86b7f2a74f68d66a2474c68121ef5',
   'crc32': 'c2c98a84',
   'sha1': 'f64f0797215f9e7fe27e6f597f755d7f4db09b30'},
  '/cover.jpg': {'source': 'original',
   'mtime': '1581108672',
   'size': '21085',
   'md5': 'a244896da12aeb6bd2a5034cb6269a4e',
   'crc32': '6b504cf5',
   'sha1': '3d17bdcf9e52b443740e60789b551afeb1246f3b',
   'format': 'JPEG',
   'rotation': '0'},
  '/cover_thumb.jpg': {'source': 'derivative',
   'format': 'JPEG Thumb',
   'original': 'cover.jpg',
   'mtime': '1581108761',
   'size': '4666',
   'md5': 'c4ebc1791aa84ec73f1994972b9387ed',
   'crc32': '91a0937a',
   'sha1': '75015e102d072d7047d835aa2ff72aebe103f62d'},
  '/part-1.afpk': {'source': 'derivative',
   'format': 'Columbia Peaks',
   'original': 'part-1.mp3',
   'mtime': '1581106002',
   'size': '529600',
   'md5': '99debc6200dc4d91a4c587d6e907f90b',
   'crc32': 'f3181e34',
   'sha1': '6e31d434d111c1f8396dfe2a2dadd3150e80ee53'},
  '/part-1.mp3': {'source': 'original',
   'mtime': '1581105348',
   'size': '53596711',
   'md5': 'd200ca3e322c827621583d24f7707cda',
   'crc32': 'e166285f',
   'sha1': 'f11535f3d5d80fdd1f1639877ae8a81e491e6c5f',
   'format': 'VBR MP3',
   'length': '3346.13',
   'height': '286',
   'width': '183',
   'title': 'part-1',
   'creator': 'Ursuala M Franklin',
   'album': 'The Real World of Technology',
   'track': '01',
   'artist': 'Ursuala M Franklin'},
  '/part-1.png': {'source': 'derivative',
   'format': 'PNG',
   'original': 'part-1.mp3',
   'mtime': '1581105663',
   'size': '37208',
   'md5': '5e9bfcb738d76a67051ea0b639588149',
   'crc32': '45e2d5a8',
   'sha1': '99e51cdb26d84835c85b3e4e66af548f6d98b84f'},
  '/part-1_spectrogram.png': {'source': 'derivative',
   'format': 'Spectrogram',
   'original': 'part-1.mp3',
   'mtime': '1581105784',
   'size': '232725',
   'md5': 'b757e954a595eb625006f2a07dcd704a',
   'crc32': '1ae5b7c4',
   'sha1': '3ff6b898df49722aa6e9ba0d8eb4e7a2edfe756d'},
  '/part-2.afpk': {'source': 'derivative',
   'format': 'Columbia Peaks',
   'original': 'part-2.mp3',
   'mtime': '1581106086',
   'size': '527352',
   'md5': 'bf2757d7a7c3272ceddbe14542f28a3f',
   'crc32': '567d668a',
   'sha1': 'f2687dc7bb977593246eb5fe4a6be5c5c0f01aba'},
  '/part-2.mp3': {'source': 'original',
   'mtime': '1581105382',
   'size': '53563692',
   'md5': 'bc92d8b7c26bca92add89ec4e09d9c50',
   'crc32': 'e7177bd2',
   'sha1': 'ec2b60f2ae6e9364cba307113e82e939e55a3e0c',
   'format': 'VBR MP3',
   'length': '3344.07',
   'height': '286',
   'width': '183',
   'title': 'part-2',
   'creator': 'Ursuala M Franklin',
   'album': 'The Real World of Technology',
   'track': '02',
   'artist': 'Ursuala M Franklin'},
  '/part-2.png': {'source': 'derivative',
   'format': 'PNG',
   'original': 'part-2.mp3',
   'mtime': '1581105684',
   'size': '41344',
   'md5': '3de5ee6241379b9ec014e272cb99ac15',
   'crc32': 'fcd13c0e',
   'sha1': '547a07dbfb87f6c21808b30580d0ea92713c9e09'},
  '/part-2_spectrogram.png': {'source': 'derivative',
   'format': 'Spectrogram',
   'original': 'part-2.mp3',
   'mtime': '1581105818',
   'size': '218533',
   'md5': 'a747f30eb8524ed1d1edd11c222ce555',
   'crc32': '880559cd',
   'sha1': '9e0ed278ff0d472f13c757ad1b1c3187ab817b46'},
  '/part-3.afpk': {'source': 'derivative',
   'format': 'Columbia Peaks',
   'original': 'part-3.mp3',
   'mtime': '1581106167',
   'size': '533384',
   'md5': 'c1357c12a1c73f425507071790eb10e5',
   'crc32': 'cda8a657',
   'sha1': '42c8e0da450bcd2f4d561066fefd0e772335a1a3'},
  '/part-3.mp3': {'source': 'original',
   'mtime': '1581105402',
   'size': '53378537',
   'md5': '9156d65009d2f8c420b6eaa7544dc20c',
   'crc32': '35748aa5',
   'sha1': '7f2afc673f5da96f5f3ff8c4d809c833ccc12f87',
   'format': 'VBR MP3',
   'length': '3332.49',
   'height': '286',
   'width': '183',
   'title': 'part-3',
   'creator': 'Ursuala M Franklin',
   'album': 'The Real World of Technology',
   'track': '03',
   'artist': 'Ursuala M Franklin'},
  '/part-3.png': {'source': 'derivative',
   'format': 'PNG',
   'original': 'part-3.mp3',
   'mtime': '1581105706',
   'size': '35655',
   'md5': '53a72120d6a5612689891fb89945fff7',
   'crc32': '98b3a78d',
   'sha1': '3fbc91365a5b636127c4acb3417943b9f1eec638'},
  '/part-3_spectrogram.png': {'source': 'derivative',
   'format': 'Spectrogram',
   'original': 'part-3.mp3',
   'mtime': '1581105852',
   'size': '227680',
   'md5': 'e70caf35c498c49f2c2134e1b98913c2',
   'crc32': '919661f8',
   'sha1': '0e29281cf967ebf607e136a6346ad7296ab93660'},
  '/part-4.afpk': {'source': 'derivative',
   'format': 'Columbia Peaks',
   'original': 'part-4.mp3',
   'mtime': '1581106247',
   'size': '535088',
   'md5': '5de34767845fe4e28ecd8edd812e6e45',
   'crc32': '264d00bc',
   'sha1': 'dddcbb38b09e0afb750e3454971a64fb54d67d00'},
  '/part-4.mp3': {'source': 'original',
   'mtime': '1581105422',
   'size': '52916274',
   'md5': 'bb222842bbe294a403fc9f5355c34608',
   'crc32': '84572021',
   'sha1': '0b83699275fdcacef71c13bd88a216f2397ff5ad',
   'format': 'VBR MP3',
   'length': '3303.6',
   'height': '286',
   'width': '183',
   'title': 'part-4',
   'creator': 'Ursuala M Franklin',
   'album': 'The Real World of Technology',
   'track': '04',
   'artist': 'Ursuala M Franklin'},
  '/part-4.png': {'source': 'derivative',
   'format': 'PNG',
   'original': 'part-4.mp3',
   'mtime': '1581105727',
   'size': '40697',
   'md5': '32ba1e02faf3a0d7f06c021d370a3eb0',
   'crc32': '65dfba76',
   'sha1': 'f842491e3bb602dc38de476ce34dd99f52bed8f9'},
  '/part-4_spectrogram.png': {'source': 'derivative',
   'format': 'Spectrogram',
   'original': 'part-4.mp3',
   'mtime': '1581105886',
   'size': '222021',
   'md5': '244a9f15a6052a12fe0457749aa1956f',
   'crc32': 'e1d05a27',
   'sha1': '85b7619c401bf99e6ce392b52b58fe1e9137ec38'},
  '/part-5.afpk': {'source': 'derivative',
   'format': 'Columbia Peaks',
   'original': 'part-5.mp3',
   'mtime': '1581106328',
   'size': '523080',
   'md5': '937de6bd24af3dbd7a0986a7c00f9f03',
   'crc32': '31787f1e',
   'sha1': 'edece33fb951db5a5d4495cc966bfe5513c124d1'},
  '/part-5.mp3': {'source': 'original',
   'mtime': '1581105439',
   'size': '53789390',
   'md5': 'ff26375bc7e06bbfd797fabf9ceea226',
   'crc32': 'f602eabd',
   'sha1': 'e27a301419b011397525138e7f67d77652f83bc5',
   'format': 'VBR MP3',
   'length': '3358.17',
   'height': '286',
   'width': '183',
   'title': 'part-5',
   'creator': 'Ursuala M Franklin',
   'album': 'The Real World of Technology',
   'track': '05',
   'artist': 'Ursuala M Franklin'},
  '/part-5.png': {'source': 'derivative',
   'format': 'PNG',
   'original': 'part-5.mp3',
   'mtime': '1581105750',
   'size': '34499',
   'md5': '98eec53296035ee9b43982aa1c26c737',
   'crc32': 'a430c6cd',
   'sha1': '6ff2feb2dbfebaa427c5788929733aca0f02a907'},
  '/part-5_spectrogram.png': {'source': 'derivative',
   'format': 'Spectrogram',
   'original': 'part-5.mp3',
   'mtime': '1581105921',
   'size': '228805',
   'md5': 'bf0aea94a3f8c2afab0d66dcbfd81105',
   'crc32': 'af026ab6',
   'sha1': 'e8b46fce6b9ca67efa504cc1c5546db672abac4e'},
  '/podcast.xml': {'source': 'original',
   'mtime': '1581187325',
   'size': '4597',
   'md5': '65c659b563c85b7927410195aaf95cb6',
   'crc32': 'b81cee72',
   'sha1': 'c54b8e54df1ace03de5a9ad43f4cc2cbab5dc1c1',
   'format': 'Metadata'},
  '/real-world-of-technology.jpg': {'source': 'original',
   'mtime': '1581105443',
   'size': '211667',
   'md5': 'da6c4e6094222ae9276fad10ed355a65',
   'crc32': '60e48166',
   'sha1': 'f6450833cd50b83b96489ee41fe7fe263a573227',
   'format': 'JPEG',
   'rotation': '0'},
  '/real-world-of-technology_thumb.jpg': {'source': 'derivative',
   'format': 'JPEG Thumb',
   'original': 'real-world-of-technology.jpg',
   'mtime': '1581105641',
   'size': '6009',
   'md5': '33db109ec3b12ab06067bde75f30b43d',
   'crc32': '8696f37e',
   'sha1': 'dc406699ab45174243642c25b3a8fb0622516063'},
  '/the-real-world-of-technology_archive.torrent': {'source': 'original',
   'btih': '00ae028174bf97182e9f2841109a42400e23e6b6',
   'mtime': '1586413943',
   'size': '16338',
   'md5': '108e1232a7a428265e6a6e93f8294a8a',
   'crc32': '24e23bd3',
   'sha1': 'cc4df695db0e4e57a19a7fb7d0898fe22db2b62e',
   'format': 'Archive BitTorrent'},
  '/the-real-world-of-technology_files.xml': {'source': 'original',
   'format': 'Metadata',
   'md5': '8e5163737e6f1ab8c4208caca4fe181e'},
  '/the-real-world-of-technology_meta.sqlite': {'source': 'original',
   'mtime': '1581187330',
   'size': '50176',
   'format': 'Metadata',
   'md5': '6236f587cf042ffee9b8385183e2513b',
   'crc32': 'e4ca0282',
   'sha1': '6eee147b95230d17b4d24db3b5ac387b03484cd1'},
  '/the-real-world-of-technology_meta.xml': {'source': 'original',
   'mtime': '1586413941',
   'size': '4340',
   'format': 'Metadata',
   'md5': '14480fc719068202ce7f46a14203a8e5',
   'crc32': '44aa69bc',
   'sha1': '2214d5575d885f6aad6ed903203b254c0da32132'}},
 'misc': {'image': 'https://ia802801.us.archive.org/10/items/the-real-world-of-technology/real-world-of-technology_thumb.jpg',
  'collection-title': 'Podcasts'},
 'item': {'downloads': 280, 'month': 53}}
In [14]:
len(feed['files'])
Out[14]:
30

According to the Archive.org API:

A particular file can always be downloaded from:

 https://archive.org/download/<identifier>/<filename>
In [15]:
# this is something specific to notebooks...
from IPython.display import HTML, display
In [18]:
for filename, d in feed['files'].items():
    if d['format'] == "VBR MP3":
        display(HTML(f'<h2>{d["title"]}</h2>'))
        display(HTML(f'<audio src="https://archive.org/download/{identifier}{filename}" controls></audio>'))
        display(HTML(f'<a href="https://archive.org/download/{identifier}{filename}">audio</a>'))
        print(f"https://archive.org/download/{identifier}{filename}")

part-1

https://archive.org/download/the-real-world-of-technology/part-1.mp3

part-2

https://archive.org/download/the-real-world-of-technology/part-2.mp3

part-3

https://archive.org/download/the-real-world-of-technology/part-3.mp3

part-4

https://archive.org/download/the-real-world-of-technology/part-4.mp3

part-5

https://archive.org/download/the-real-world-of-technology/part-5.mp3
In [ ]: