<?xml version="1.0" encoding="UTF-8"?>
<resource xmlns="http://datacite.org/schema/kernel-4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://datacite.org/schema/kernel-4 http://schema.datacite.org/meta/kernel-4.5/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="Available">2021-06-04</date>
  </dates>
  <resourceType resourceTypeGeneral="Dataset"/>
  <sizes>
    <size>167572</size>
    <size>6338</size>
    <size>72537</size>
    <size>266077</size>
    <size>83407</size>
    <size>88612</size>
    <size>16898</size>
    <size>84687</size>
    <size>10721</size>
  </sizes>
  <formats>
    <format>text/tab-separated-values</format>
    <format>text/x-python-script</format>
    <format>text/x-python-script</format>
    <format>text/csv</format>
    <format>text/csv</format>
    <format>text/tab-separated-values</format>
    <format>text/tab-separated-values</format>
    <format>text/csv</format>
    <format>text/x-python-script</format>
  </formats>
  <version>1.0</version>
  <rightsList>
    <rights rightsURI="info:eu-repo/semantics/openAccess"/>
    <rights rightsURI="http://creativecommons.org/publicdomain/zero/1.0" rightsIdentifier="CC0-1.0" rightsIdentifierScheme="SPDX" schemeURI="https://spdx.org/licenses/" xml:lang="en">Creative Commons CC0 1.0 Universal Public Domain Dedication.</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&amp;apos;s social balance theory based on enemies and friends in the corpus
enemy dyads: computes hierarchies between every two enemies based on a &amp;apos;conflictscore&amp;apos; (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>
</resource>
