Software Open Access

Artifact for Guided Linking: Dynamic Linking Without the Costs

Bartell, Sean; Dietz, Will; Adve, Vikram


DCAT Export

<?xml version='1.0' encoding='utf-8'?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:adms="http://www.w3.org/ns/adms#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dct="http://purl.org/dc/terms/" xmlns:dctype="http://purl.org/dc/dcmitype/" xmlns:dcat="http://www.w3.org/ns/dcat#" xmlns:duv="http://www.w3.org/ns/duv#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:frapo="http://purl.org/cerif/frapo/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:gsp="http://www.opengis.net/ont/geosparql#" xmlns:locn="http://www.w3.org/ns/locn#" xmlns:org="http://www.w3.org/ns/org#" xmlns:owl="http://www.w3.org/2002/07/owl#" xmlns:prov="http://www.w3.org/ns/prov#" xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#" xmlns:schema="http://schema.org/" xmlns:skos="http://www.w3.org/2004/02/skos/core#" xmlns:vcard="http://www.w3.org/2006/vcard/ns#" xmlns:wdrs="http://www.w3.org/2007/05/powder-s#">
  <rdf:Description rdf:about="https://doi.org/10.5281/zenodo.4060186">
    <rdf:type rdf:resource="http://www.w3.org/ns/dcat#Dataset"/>
    <dct:type rdf:resource="http://purl.org/dc/dcmitype/Software"/>
    <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://doi.org/10.5281/zenodo.4060186</dct:identifier>
    <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.4060186"/>
    <dct:creator>
      <rdf:Description rdf:about="http://orcid.org/0000-0003-0035-6456">
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0003-0035-6456</dct:identifier>
        <foaf:name>Bartell, Sean</foaf:name>
        <foaf:givenName>Sean</foaf:givenName>
        <foaf:familyName>Bartell</foaf:familyName>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>University of Illinois at Urbana-Champaign</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description rdf:about="http://orcid.org/0000-0001-7004-2343">
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0001-7004-2343</dct:identifier>
        <foaf:name>Dietz, Will</foaf:name>
        <foaf:givenName>Will</foaf:givenName>
        <foaf:familyName>Dietz</foaf:familyName>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>University of Illinois at Urbana-Champaign</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description rdf:about="http://orcid.org/0000-0002-0760-9690">
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <dct:identifier rdf:datatype="http://www.w3.org/2001/XMLSchema#string">0000-0002-0760-9690</dct:identifier>
        <foaf:name>Adve, Vikram</foaf:name>
        <foaf:givenName>Vikram</foaf:givenName>
        <foaf:familyName>Adve</foaf:familyName>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>University of Illinois at Urbana-Champaign</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:title>Artifact for Guided Linking: Dynamic Linking Without the Costs</dct:title>
    <dct:publisher>
      <foaf:Agent>
        <foaf:name>Zenodo</foaf:name>
      </foaf:Agent>
    </dct:publisher>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">2020</dct:issued>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2020-10-01</dct:issued>
    <dct:language rdf:resource="http://publications.europa.eu/resource/authority/language/ENG"/>
    <owl:sameAs rdf:resource="https://zenodo.org/record/4060186"/>
    <adms:identifier>
      <adms:Identifier>
        <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/4060186</skos:notation>
        <adms:schemeAgency>url</adms:schemeAgency>
      </adms:Identifier>
    </adms:identifier>
    <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.4060185"/>
    <owl:versionInfo>accepted-version</owl:versionInfo>
    <dct:description>&lt;p&gt;Artifact for the paper &amp;quot;Guided Linking: Dynamic Linking Without the Costs&amp;quot;, conditionally accepted to OOPSLA 2020. This is the &lt;strong&gt;accepted version&lt;/strong&gt; of the artifact, but the final version of the paper will include major terminology changes and improvements to the evaluation (such as Profile-Guided Optimization). An updated artifact, suitable for reproducing the results in the final paper, will be available at a later date.&lt;/p&gt; &lt;p&gt;Instructions can be found in the artifact_overview.pdf file.&lt;/p&gt; &lt;p&gt;It should be possible to use the artifact without network access by disabling the network adapter in VirtualBox. You can also try these commands to discourage Nix from using the network:&lt;/p&gt; &lt;pre&gt;&lt;code&gt;sudo -i rm /etc/nix/nix.conf cp /etc/static/nix/nix.conf /etc/nix/ echo 'tarball-ttl = 4294967295' &amp;gt;&amp;gt; /etc/nix/nix.conf echo 'substitute = false' &amp;gt;&amp;gt; /etc/nix/nix.conf exit &lt;/code&gt;&lt;/pre&gt; &lt;p&gt;This material is based upon work supported by the National Science Foundation under Grant No. 1564274 and by the Office of Naval Research under Grant No. N00014-17-1-2996.&lt;/p&gt;</dct:description>
    <dct:accessRights rdf:resource="http://publications.europa.eu/resource/authority/access-right/PUBLIC"/>
    <dct:accessRights>
      <dct:RightsStatement rdf:about="info:eu-repo/semantics/openAccess">
        <rdfs:label>Open Access</rdfs:label>
      </dct:RightsStatement>
    </dct:accessRights>
    <dcat:distribution>
      <dcat:Distribution>
        <dct:rights>
          <dct:RightsStatement rdf:about="https://opensource.org/licenses/NCSA">
            <rdfs:label>University of Illinois/NCSA Open Source License</rdfs:label>
          </dct:RightsStatement>
        </dct:rights>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4060186"/>
      </dcat:Distribution>
    </dcat:distribution>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4060186"/>
        <dcat:byteSize>652</dcat:byteSize>
        <dcat:downloadURL rdf:resource="https://zenodo.org/record/4060186/files/LICENSE"/>
      </dcat:Distribution>
    </dcat:distribution>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4060186"/>
        <dcat:byteSize>178589</dcat:byteSize>
        <dcat:downloadURL rdf:resource="https://zenodo.org/record/4060186/files/oopsla20aec-paper8-artifact_overview.pdf"/>
        <dcat:mediaType>application/pdf</dcat:mediaType>
      </dcat:Distribution>
    </dcat:distribution>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.4060186"/>
        <dcat:byteSize>3694360064</dcat:byteSize>
        <dcat:downloadURL rdf:resource="https://zenodo.org/record/4060186/files/paper80-artifact8.ova"/>
      </dcat:Distribution>
    </dcat:distribution>
  </rdf:Description>
</rdf:RDF>
97
146
views
downloads
All versions This version
Views 9797
Downloads 146146
Data volume 240.1 GB240.1 GB
Unique views 8686
Unique downloads 6969

Share

Cite as