Skip to content

Commit d22b7d7

Browse files
authored
Update README.md
1 parent 28545b0 commit d22b7d7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
# Scripts for analysing data from "A Dataset Documenting Representations of Machine Vision Technologies in Artworks, Games and Narratives"
2+
by Jill Walker Rettberg
23

34
[![DOI](https://zenodo.org/badge/487622885.svg)](https://zenodo.org/badge/latestdoi/487622885)
45

5-
The scripts in this repository were written by Jill Walker Rettberg. As of 1 May 2022, the following scripts are included:
6+
This repository gathers scripts for analysing data collected in the database [Machine Vision in Art, Games and Narratives](https://machine-vision.no) as part of the [ERC-funded project Machine Vision in Everyday Life: Playful Interactions with Visual Technologies in Digital Art, Games, Narratives and Social Media](https://www.uib.no/en/machinevision/).
7+
8+
As of 1 May 2022, the following files are included:
69
- machinevisionscripts.R
710
- machinevision_plots_by_year_country.R
8-
See below for details.
911

10-
This repository gathers scripts for analysing data collected in the database [Machine Vision in Art, Games and Narratives](https://machine-vision.no) as part of the [ERC-funded project Machine Vision in Everyday Life: Playful Interactions with Visual Technologies in Digital Art, Games, Narratives and Social Media](https://www.uib.no/en/machinevision/).
12+
See below for descriptions of each file.
1113

1214
## How to download the dataset
1315
The data that the scripts work with can be downloaded from the DataverseNO repository:
@@ -19,7 +21,7 @@ The dataset captures cultural attitudes towards machine vision technologies as t
1921

2022
## Descriptions of each file
2123

22-
## Contents of machinevisionscripts.R
24+
### Contents of machinevisionscripts.R
2325
This is the basic set of scripts included with the dataset. It includes code to do the following:
2426
- Import creativeworks.csv
2527
- Import characters.csv
@@ -30,7 +32,7 @@ This is the basic set of scripts included with the dataset. It includes code t
3032
- Create a contingency table showing number of times an action is performed by a character, a technology or an entity with a column indicating whether the action is active or passive.
3133
- Transform worksinfo.csv into a wide table with a row for each work and columns for WorkID, Work_WikidataID, WorkTitle, Genre, Year, Creator, Country, URL and IsSciFi. Because many works have multiple creators, multiple countries and even mulitple URLs, the code creates a new column for each creator
3234

33-
## Contents of machinevision_plots_by_year_country.R
35+
### Contents of machinevision_plots_by_year_country.R
3436
- Import creativeworks.csv
3537
- Plot a line graph showing works by year of publication and genre
3638
- Plot the geographic distribution of works

0 commit comments

Comments
 (0)