Zenodo.org will be unavailable for 2 hours on September 29th from 06:00-08:00 UTC. See announcement.
There is a newer version of this record available.

Software Open Access

hippylib/hippylib: Version 2.3.0

Umberto Villa; siddhantwahal; joshuawchen; Matthias Bussonnier; Eldar Khattatov; Christian Boehm


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.3401577">
    <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.3401577</dct:identifier>
    <foaf:page rdf:resource="https://doi.org/10.5281/zenodo.3401577"/>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Umberto Villa</foaf:name>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>Washington University in St Louis</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>siddhantwahal</foaf:name>
        <org:memberOf/>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>joshuawchen</foaf:name>
        <org:memberOf/>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Matthias Bussonnier</foaf:name>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>UC Merced</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Eldar Khattatov</foaf:name>
        <org:memberOf>
          <foaf:Organization>
            <foaf:name>ICES</foaf:name>
          </foaf:Organization>
        </org:memberOf>
      </rdf:Description>
    </dct:creator>
    <dct:creator>
      <rdf:Description>
        <rdf:type rdf:resource="http://xmlns.com/foaf/0.1/Agent"/>
        <foaf:name>Christian Boehm</foaf:name>
        <org:memberOf/>
      </rdf:Description>
    </dct:creator>
    <dct:title>hippylib/hippylib: Version 2.3.0</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">2019</dct:issued>
    <dct:issued rdf:datatype="http://www.w3.org/2001/XMLSchema#date">2019-09-06</dct:issued>
    <owl:sameAs rdf:resource="https://zenodo.org/record/3401577"/>
    <adms:identifier>
      <adms:Identifier>
        <skos:notation rdf:datatype="http://www.w3.org/2001/XMLSchema#anyURI">https://zenodo.org/record/3401577</skos:notation>
        <adms:schemeAgency>url</adms:schemeAgency>
      </adms:Identifier>
    </adms:identifier>
    <dct:relation rdf:resource="https://github.com/hippylib/hippylib/tree/2.3.0"/>
    <dct:isVersionOf rdf:resource="https://doi.org/10.5281/zenodo.596931"/>
    <owl:versionInfo>2.3.0</owl:versionInfo>
    <dct:description>&lt;ul&gt; &lt;li&gt;Reimplement &lt;code&gt;BiLaplacianPrior&lt;/code&gt; and &lt;code&gt;MollifiedBiLaplacianPrior&lt;/code&gt; using a more general framework &lt;code&gt;SqrtPrecisionPDE_Prior&lt;/code&gt;, which also supports Gaussian vector fields.&lt;/li&gt; &lt;li&gt;Update the prior distribution in &lt;code&gt;model_subsurf.py&lt;/code&gt; and &lt;code&gt;tutorial/3_SubsurfaceBayesian.ipynb&lt;/code&gt; to use Robin boundary conditions to alleviate boundary artifacts.&lt;/li&gt; &lt;li&gt;Update the data misfit term in &lt;code&gt;model_ad_diff.py&lt;/code&gt; and &lt;code&gt;tutorial/4_AdvectionDiffusionBayesian.ipynb&lt;/code&gt; to use discrete observations in space and time.&lt;/li&gt; &lt;/ul&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>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.3401577"/>
      </dcat:Distribution>
    </dcat:distribution>
    <dcat:distribution>
      <dcat:Distribution>
        <dcat:accessURL rdf:resource="https://doi.org/10.5281/zenodo.3401577"/>
        <dcat:byteSize>330745</dcat:byteSize>
        <dcat:downloadURL rdf:resource="https://zenodo.org/record/3401577/files/hippylib/hippylib-2.3.0.zip"/>
        <dcat:mediaType>application/zip</dcat:mediaType>
      </dcat:Distribution>
    </dcat:distribution>
  </rdf:Description>
</rdf:RDF>
822
1,248
views
downloads
All versions This version
Views 82254
Downloads 1,248150
Data volume 397.2 MB49.6 MB
Unique views 67953
Unique downloads 1,105146

Share

Cite as