PREFIX rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX skos: <http://www.w3.org/2004/02/skos/core#>
PREFIX owl: <http://www.w3.org/2002/07/owl#>
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX dcterms: <http://purl.org/dc/terms/>
PREFIX dcat: <http://www.w3.org/ns/dcat#>
PREFIX dcmitype: <http://purl.org/dc/dcmitype/>
PREFIX foaf: <http://xmlns.com/foaf/0.1/>
PREFIX geo: <http://www.opengis.net/ont/geosparql#>
PREFIX vcard: <http://www.w3.org/2006/vcard/ns#>
PREFIX prov: <http://www.w3.org/ns/prov#>
PREFIX odrs: <http://schema.theodi.org/odrs#>
PREFIX sosa: <http://www.w3.org/ns/sosa/>
PREFIX sdo: <https://schema.org/>
PREFIX ef: <http://www.w3.org/2015/03/inspire/ef/>
PREFIX doo: <https://digital.ceh.ac.uk/ontology/doo/>
PREFIX adms: <http://www.w3.org/ns/adms#>
PREFIX : <https://catalogue.ceh.ac.uk/id/>
:0b78e33c-1f81-4125-9558-c354292bda92
dcterms:title "Code for generating long-term equilibrium results for a range of parasite virulence and parasite evolutionary lag values, and dynamical results for specific parameter values" ;
dcterms:identifier "https://catalogue.ceh.ac.uk/id/0b78e33c-1f81-4125-9558-c354292bda92","https://doi.org/10.5285/0b78e33c-1f81-4125-9558-c354292bda92" ;
dcterms:bibliographicCitation "Scott, T.W. (2023). Code for generating long-term equilibrium results for a range of parasite virulence and parasite evolutionary lag values, and dynamical results for specific parameter values. NERC EDS Environmental Information Data Centre. https://doi.org/10.5285/0b78e33c-1f81-4125-9558-c354292bda92" ;
dcterms:description "This code contains scripts for generating data (specifically, these scripts numerically implement our mathematical model). There are three data generating scripts: 'Script_for_generating_parameter_sweep_data.m', 'Script_for_generating_single_trial_data.m', 'Script_for_generating_initial_genotype_frequencies.m'. Running the 'Script_for_generating_parameter_sweep_data.m' script will generate long-term (equilibrium) results for a range of d (parasite virulence) and lag (parasite evolutionary lag) values, and save these results in matrices. Running the 'Script_for_generating_single_trial_data.m' script will generate over-time (dynamical) results for a specific set of parameter values. Both of these scripts call the 'Script_for_generating_initial_genotype_frequencies.m' in order to generate the initial genotype frequencies that start off each run." ;
dcterms:provenance [
a dcterms:ProvenanceStatement ;
rdfs:label "This came into existence though the process of writing code for MATLAB, to numerically solve equations in the paper 'Host-parasite coevolution and the stability of genetic kin recognition'."
] ;
dcat:contactPoint
:0b78e33c-1f81-4125-9558-c354292bda92_c0 ;
dcterms:publisher
<https://ror.org/04xw4m193> ;
dcterms:subject
"Evolutionary theory",
"Social evolution" ;
prov:wasGeneratedBy
:0b78e33c-1f81-4125-9558-c354292bda92_fund0 ;
a dcat:Dataset;
dcterms:type dcmitype:Dataset ;
dcterms:available "2023-12-12"^^xsd:date ;
dcat:landingPage <https://catalogue.ceh.ac.uk/id/0b78e33c-1f81-4125-9558-c354292bda92>, <https://doi.org/10.5285/0b78e33c-1f81-4125-9558-c354292bda92> ;
dcterms:license <https://spdx.org/licenses/OGL-UK-3.0.ttl>
;
dcterms:accessRights <http://vocab.nerc.ac.uk/collection/N07/current/UNRS/> ;
dcat:distribution [
dcat:accessURL
<https://data-package.ceh.ac.uk/data/0b78e33c-1f81-4125-9558-c354292bda92> ;
dcterms:license <https://spdx.org/licenses/OGL-UK-3.0.ttl>
;
dcterms:accessRights <http://vocab.nerc.ac.uk/collection/N07/current/UNRS/> ;
dcterms:format
[
a dcterms:IMT ;
rdf:value "M-file" ; rdfs:label "M-file"
] ,
[
a dcterms:IMT ;
rdf:value "Comma-separated values (CSV)" ; rdfs:label "Comma-separated values (CSV)"
] ;
];
dcterms:creator
<https://orcid.org/0000-0002-5941-3905> ;
dcterms:language <http://id.loc.gov/vocabulary/iso639-1/en> .
:0b78e33c-1f81-4125-9558-c354292bda92_c0 a foaf:Person ;
foaf:name "Scott, T.W." ;
foaf:familyName "Scott" ;
foaf:givenName "T.W." ;
vcard:hasEmail "thomas.scott@biology.ox.ac.uk" ;
foaf:member [foaf:name "University of Oxford"] ;
.
<https://ror.org/04xw4m193> a foaf:Organization ;
foaf:name "NERC EDS Environmental Information Data Centre" ;
vcard:hasEmail "info@eidc.ac.uk" ;
foaf:member <https://ror.org/04xw4m193> ;
.
<https://orcid.org/0000-0002-5941-3905> a foaf:Person ;
foaf:name "Scott, T.W." ;
foaf:familyName "Scott" ;
foaf:givenName "T.W." ;
vcard:hasEmail "thomas.scott@biology.ox.ac.uk" ;
foaf:member [foaf:name "University of Oxford"] ;
.
:0b78e33c-1f81-4125-9558-c354292bda92_fund0 a prov:Activity ; .