<resource xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://datacite.org/schema/kernel-4" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.1/metadata.xsd"><identifier identifierType="DOI">10.7910/DVN/JCHI1K</identifier><creators><creator><creatorName nameType="Personal">Smeets, Roel</creatorName><givenName>Roel</givenName><familyName>Smeets</familyName><affiliation>Radboud University Nijmegen</affiliation></creator></creators><titles><title>Modeling Conflict. Representations of Social Groups in Present-Day Dutch Literary Fiction.</title></titles><publisher>Harvard Dataverse</publisher><publicationYear>2021</publicationYear><subjects><subject>Arts and Humanities</subject></subjects><contributors><contributor contributorType="ContactPerson"><contributorName nameType="Personal">Smeets, Roel</contributorName><givenName>Roel</givenName><familyName>Smeets</familyName><affiliation>Radboud University Nijmegen</affiliation></contributor></contributors><dates><date dateType="Submitted">2021-03-29</date><date dateType="Updated">2021-06-04</date></dates><resourceType resourceTypeGeneral="Dataset"/><sizes><size>16816</size><size>72537</size><size>84687</size><size>266077</size><size>10721</size><size>167536</size><size>83407</size><size>88498</size><size>6338</size></sizes><formats><format>text/tab-separated-values</format><format>text/x-python-script</format><format>text/csv</format><format>text/csv</format><format>text/x-python-script</format><format>text/tab-separated-values</format><format>text/csv</format><format>text/tab-separated-values</format><format>text/x-python-script</format></formats><version>1.0</version><rightsList><rights rightsURI="info:eu-repo/semantics/openAccess"/><rights rightsURI="https://creativecommons.org/publicdomain/zero/1.0/">CC0 Waiver</rights></rightsList><descriptions><description descriptionType="Abstract">Object-Oriented model written in Python, with three main classes: Character, Book, Network.

Four interlinked databases:

BOOKS_complete.csv contains all info on 170 contemporary Dutch novels
NODES_complete.csv contains all demographic info on 2137 characters in those novels
NAMES_complete.csv contains all name variants of those characters
EDGES_complete.csv contains all relational info between those characters
Python scripts:

characternetworks.py contains the three classes Character, Book, and Network
Superscript.py computes character networks, ranks all characters, and output the results to character-rankings.csv
conflict.py models enemy/friend relations between characters on two levels:
enemy/friend triads: tests Heider's social balance theory based on enemies and friends in the corpus
enemy dyads: computes hierarchies between every two enemies based on a 'conflictscore' (one for each measure)

Csv output:
- character-rankings.csv (output of write_to_csv() in Superscript.py)
- character-rankings_conflictscore.csv (output of conflict.py)

The text-files of the 170 novels from 2012 cannot be shared due to copyright.</description></descriptions><geoLocations/></resource>