You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
6
9
- machinevisionscripts.R
7
10
- machinevision_plots_by_year_country.R
8
-
See below for details.
9
11
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.
11
13
12
14
## How to download the dataset
13
15
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
19
21
20
22
## Descriptions of each file
21
23
22
-
## Contents of machinevisionscripts.R
24
+
###Contents of machinevisionscripts.R
23
25
This is the basic set of scripts included with the dataset. It includes code to do the following:
24
26
- Import creativeworks.csv
25
27
- Import characters.csv
@@ -30,7 +32,7 @@ This is the basic set of scripts included with the dataset. It includes code t
30
32
- 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.
31
33
- 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
32
34
33
-
## Contents of machinevision_plots_by_year_country.R
35
+
###Contents of machinevision_plots_by_year_country.R
34
36
- Import creativeworks.csv
35
37
- Plot a line graph showing works by year of publication and genre
0 commit comments