Skip to content

Instantly share code, notes, and snippets.

View peterdesmet's full-sized avatar

Peter Desmet peterdesmet

View GitHub Profile
@peterdesmet
peterdesmet / geese-species-observations-per-year.png
Last active June 17, 2016 15:16
Species observations for a country per year (using GBIF occurrence facets)
geese-species-observations-per-year.png
@peterdesmet
peterdesmet / doaj-apc.ipynb
Last active September 13, 2016 13:08
Quick analysis of the distribution of article processing charges (APC) of DOAJ journals
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@peterdesmet
peterdesmet / specification.md
Last active August 16, 2018 11:50
Example of specifications in full text vs whip. See http://github.com/inbo/whip for more info.

Our specifications

occurrenceID

Every record should have an occurrenceID.

basisOfRecord

Accepted values:

@peterdesmet
peterdesmet / ipt-dcat.ttl
Last active June 27, 2019 08:57
INBO DCAT as static file
@prefix schema: <http://schema.org/> .
@prefix dct: <http://purl.org/dc/terms/> .
@prefix adms: <http://www.w3.org/ns/adms#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vcard: <http://www.w3.org/2006/vcard/ns#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix locn: <http://www.w3.org/ns/locn#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@peterdesmet
peterdesmet / CONTRIBUTING.md
Last active February 10, 2021 17:34
My CONTRIBUTING.md template for R packages. Released under CC0, so replace our_package, our_org, and maintainer_email and adapt as you see fit. 😌 For more info, see https://help.github.com/articles/setting-guidelines-for-repository-contributors

Contributing to our_package

First of all, thanks for considering contributing to our_package! 👍 It's people like you that make it rewarding for us - the project maintainers - to work on our_package. 😊

our_package is an open source project, maintained by people who care. We are not directly funded to do so.