<?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/6CZHH5</identifier>
  <creators>
    <creator>
      <creatorName nameType="Personal">Dimitar Nikolov</creatorName>
      <givenName>Dimitar</givenName>
      <familyName>Nikolov</familyName>
      <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0000-0002-0242-606X</nameIdentifier>
      <affiliation>Indiana University</affiliation>
    </creator>
    <creator>
      <creatorName nameType="Personal">Alessandro Flammini</creatorName>
      <givenName>Alessandro</givenName>
      <familyName>Flammini</familyName>
      <affiliation>Indiana University</affiliation>
    </creator>
    <creator>
      <creatorName nameType="Personal">Filippo Menczer</creatorName>
      <givenName>Filippo</givenName>
      <familyName>Menczer</familyName>
      <nameIdentifier nameIdentifierScheme="ORCID" schemeURI="https://orcid.org">https://orcid.org/0000-0003-4384-2876</nameIdentifier>
      <affiliation>Indiana University</affiliation>
    </creator>
  </creators>
  <titles>
    <title>Replication Data for: Right and left, partisanship predicts vulnerability to misinformation</title>
  </titles>
  <publisher>Harvard Dataverse</publisher>
  <publicationYear>2020</publicationYear>
  <subjects>
    <subject>Computer and Information Science</subject>
    <subject>Social Sciences</subject>
    <subject>Misinformation</subject>
    <subject>Echo Chambers</subject>
    <subject>Bias</subject>
    <subject>Polarization</subject>
  </subjects>
  <contributors>
    <contributor contributorType="ContactPerson">
      <contributorName nameType="Personal">Nikolov, Dimitar</contributorName>
      <givenName>Dimitar</givenName>
      <familyName>Nikolov</familyName>
      <affiliation>Indiana University</affiliation>
    </contributor>
  </contributors>
  <dates>
    <date dateType="Submitted">2021-01-11</date>
    <date dateType="Available">2020-10-07</date>
    <date dateType="Updated">2021-08-12</date>
  </dates>
  <resourceType resourceTypeGeneral="Dataset"/>
  <relatedIdentifiers>
    <relatedIdentifier relationType="IsSupplementTo" relatedIdentifierType="arXiv">2010.01462</relatedIdentifier>
  </relatedIdentifiers>
  <sizes>
    <size>62829009</size>
    <size>76548800</size>
    <size>661274</size>
  </sizes>
  <formats>
    <format>application/json</format>
    <format>application/json</format>
    <format>text/tab-separated-values</format>
  </formats>
  <version>2.1</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">&amp;lt;p&amp;gt;The dataset consists of two files:&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;1. &amp;lt;em&amp;gt;anonymized_shares.json&amp;lt;/em&amp;gt;: A collection of sharing actions, each  corresponding to a tweet posted in June 2017 in which one or more URLs were shared. The format is as follows:&amp;lt;/p&amp;gt;

&amp;lt;p&amp;gt;
&amp;lt;pre&amp;gt;
{
    uid1: [
        {&amp;quot;domains&amp;quot;: [&amp;quot;domain1&amp;quot;, &amp;quot;domain2&amp;quot;]},
        {&amp;quot;domains&amp;quot;: [&amp;quot;domain3&amp;quot;], &amp;quot;retweeted&amp;quot;: retweeted_uid},
        {&amp;quot;domains&amp;quot;: [&amp;quot;domain4&amp;quot;], &amp;quot;quoted&amp;quot;: quoted_uid},
        ...
    ],
    uid2: [
        ...
    ],
    ...
}
&amp;lt;/pre&amp;gt;
&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;
That is, for each sharing action we have:
&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;
&amp;lt;ul&amp;gt;
    &amp;lt;li&amp;gt;the list of domains from which links were shared&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;if the tweet was a retweet, the ID of the user who created the original tweet&amp;lt;/li&amp;gt;
    &amp;lt;li&amp;gt;if the tweet was quoting another tweet, the ID of the user who is being quoted&amp;lt;/li&amp;gt;
&amp;lt;/ul&amp;gt;
&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;
All user IDs were anonymized and will not be traceable to Twitter user IDs.
&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;
The tweets were collected from the &amp;lt;a href=&amp;quot;https://osome.iu.edu/tools/&amp;quot;&amp;gt;Social Media Observatory at Indiana University&amp;lt;/a&amp;gt;.
&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;
2. &amp;lt;em&amp;gt;anonymized_friends.json&amp;lt;/em&amp;gt;: For each user in the dataset, the list of their friends (followees) as given by the &amp;lt;a href=&amp;quot;https://developer.twitter.com/en/docs/twitter-api/v1/accounts-and-users/follow-search-get-users/api-reference/get-friends-ids&amp;quot;&amp;gt;friends/ids Twitter API endpoint&amp;lt;/a&amp;gt;.
&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;
The format is as follows:
&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;
&amp;lt;pre&amp;gt;
{
    uid1: [friend_uid1, friend_uid2, ...],
    uid2: [...],
    ...
}
&amp;lt;/pre&amp;gt;
&amp;lt;/p&amp;gt;
&amp;lt;p&amp;gt;3. &amp;lt;em&amp;gt;measures.tab&amp;lt;/em&amp;gt;: TAB-separated file with partisanship and misinformation scores for each anonymized user.
&amp;lt;p&amp;gt;
All user IDs were anonymized and will not be traceable to Twitter user IDs.
&amp;lt;/p&amp;gt;</description>
  </descriptions>
</resource>
