CINXE.COM

GBIF Work Programme 2024: Annual Update and Implementation Plan to the Strategic Framework 2023–2027

<!DOCTYPE html> <html lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="generator" content="Asciidoctor 2.0.20"> <title>GBIF Work Programme 2024: Annual Update and Implementation Plan to the Strategic Framework 2023–2027</title> <style> /* This way delays font loading */ @import url(https://fonts.googleapis.com/css?family=Roboto:300,300italic,400,400italic,600,600italic|Droid+Sans+Mono:400,700&display=swap); @import "https://cdn.jsdelivr.net/gh/asciidoctor/asciidoctor@2.0/data/stylesheets/asciidoctor-default.css"; /** * Overrides of the default stylesheet */ :root { --primary-color: #4e565f; --primary-font: "Roboto", "DejaVu Sans", sans-serif, "Twemoji Country Flags"; --header-color: #46a138; --subheader-color: #4e565f; } html { font-family: var(--primary-font); } body { font-family: var(--primary-font); color: var(--primary-color); } h1, h2, h3, h4, h5, h6, #toctitle, .sidebarblock > .content > .title { font-family: var(--primary-font); color: var(--header-color); font-weight: 400; } h1 small, h2 small, h3 small, #toctitle small, .sidebarblock > .content > .title small, h4 small, h5 small, h6 small { color: var(--header-color); } #toctitle { color: var(--subheader-color); } #toc ul { font-family: var(--primary-font); } .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { font-family: var(--primary-font); } .admonitionblock > table td.icon .title { font-family: var(--primary-font); } .subheader, .admonitionblock td.content > .title, .audioblock > .title, .exampleblock > .title, .imageblock > .title, .listingblock > .title, .literalblock > .title, .stemblock > .title, .openblock > .title, .paragraph > .title, .quoteblock > .title, table.tableblock > .title, .verseblock > .title, .videoblock > .title, .dlist > .title, .olist > .title, .ulist > .title, .qlist > .title, .hdlist > .title { color: var(--primary-color); } a { color: #4ba2ce; } a:hover, a:focus { color: #2c79a1; } code { color: rgba(0, 0, 0, 0.9); } blockquote, blockquote p { color: var(--primary-color); } /* $subheader-font-color: $body-font-color; $title-font-weight: $header-font-weight; $hr-border-color: #ccc; $hr-border-style: dotted; $sect-divider-color: $hr-border-color; $panel-font-color: $body-font-color; $blockquote-cite-font-color: darken($blockquote-font-color, 10%); $blockquote-border: 1px solid #efefef; $code-color: darken($alert-color, 15%); $pre-bg: #efefef; $pre-padding: emCalc(12px) emCalc(12px) emCalc(10px) emCalc(12px); */ table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { color: var(--header-color); } table tr th, table tr td { color: var(--primary-color); } #footer { background: #222222; } #footer-text { color: white; } /** * GBIF custom styles (not simply colour/font changes). */ xtable.stripes-none tr { background: none; } #toc h3 { /* From h3 */ line-height: 1.2; word-spacing: -0.05em; /* End */ color: var(--subheader-color); /* shrink font-size below breakpoint */ font-size: 1.375em; margin: 0 0 0.8rem 0; line-height: 1.2; } @media screen and (min-width: 768px) { #toc h3 { /* restore font size above breakpoint */ font-size: 1.375em; } } #content { margin-top: 1.25em; /* A bit of a hack: make the footer stick to the bottom. * 2.5em+2.88em is the footer top+bottom padding and two line heights * 2.5em is the top+bottom padding on content * 2.25rem is the h1 top margin * 2.75*1.2rem is the h1 font size * line height * 0.5rem+1.45rem is the padding and line height of the author line */ min-height: calc(100vh - 2.5em - 2.88em - 2.5em - 2.25rem - 2.75 * 1.2rem - 0.5rem - 1.45rem); } h1, #header > h1:first-child { text-align: center; color: var(--header-color); } #header h1 small { display: block; line-height: inherit; } .imageblock .title { margin-left: 2em; margin-right: 2em; } :not(.translationLinks) > { em:lang(zh), em:lang(ja) { font-style: normal; text-emphasis: dot; } } .term { color: inherit; font: 0.9em "Droid Sans Mono", "DejaVu Sans Mono", monospace; text-decoration: dotted underline; text-decoration-thickness: 1px; text-underline-offset: 2px; word-wrap: break-word; } a.glossary { color: inherit; text-decoration: dotted underline; text-decoration-thickness: 1px; text-underline-offset: 2px; } .break-all { word-break: break-all; } .hl { text-shadow: yellow 0 0 8px, yellow 0 0 5px, yellow 0 0 3px; } .sidebarblock { margin-left: 2em; margin-right: 2em; line-height: 1.6; } </style> <script type="text/javascript"> if (/windows/i.test(navigator.userAgent)) { const style = document.createElement("style"); style.textContent = `@font-face { font-family: "Twemoji Country Flags"; unicode-range: U+1F1E6-1F1FF, U+1F3F4, U+E0062-E0063, U+E0065, U+E0067, U+E006C, U+E006E, U+E0073-E0074, U+E0077, U+E007F; src: url('https://cdn.jsdelivr.net/npm/country-flag-emoji-polyfill@0.1/dist/TwemojiCountryFlags.woff2') format('woff2'); font-display: swap; }`; document.head.appendChild(style); } </script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> <link rel="license" href="https://creativecommons.org/publicdomain/zero/1.0/"> <link rel="alternate" hreflang="x-default" href="../"> <link rel="alternate" hreflang="en" href="./"> <style>.toc-current{font-weight: bold;} .toc-root{font-family: "Open Sans","DejaVu Sans",sans-serif; font-size: 0.9em;} #content{display: flex; flex-direction: column; flex: 1 1 auto;} .nav-footer{text-align: center; margin-top: auto;} .nav-footer > p > a {white-space: nowrap;}</style> <style id="question"> .hidden { display: none; } question[data-type=gap] gap > input.incorrect { font-weight: bold; color: red; } question[data-type=gap] gap > answer, div[id*=question][data-type=gap] gap > input.correct { font-weight: bold; color: green; } question[data-type=mc] input[type="checkbox"].show ~ span::before { display: inline; width: 16px; height: 16px; } question[data-type=mc] input[type="checkbox"][data-correct="true"].show ~ span::before { content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxNnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGZpbGw9Im9saXZlZHJhYiIgc3Ryb2tlPSJvbGl2ZWRyYWIiIGQ9Ik0yMS42NTIsMy4yMTFjLTAuMjkzLTAuMjk1LTAuNzctMC4yOTUtMS4wNjEsMEw5LjQxLDE0LjM0ICBjLTAuMjkzLDAuMjk3LTAuNzcxLDAuMjk3LTEuMDYyLDBMMy40NDksOS4zNTFDMy4zMDQsOS4yMDMsMy4xMTQsOS4xMywyLjkyMyw5LjEyOUMyLjczLDkuMTI4LDIuNTM0LDkuMjAxLDIuMzg3LDkuMzUxICBsLTIuMTY1LDEuOTQ2QzAuMDc4LDExLjQ0NSwwLDExLjYzLDAsMTEuODIzYzAsMC4xOTQsMC4wNzgsMC4zOTcsMC4yMjMsMC41NDRsNC45NCw1LjE4NGMwLjI5MiwwLjI5NiwwLjc3MSwwLjc3NiwxLjA2MiwxLjA3ICBsMi4xMjQsMi4xNDFjMC4yOTIsMC4yOTMsMC43NjksMC4yOTMsMS4wNjIsMGwxNC4zNjYtMTQuMzRjMC4yOTMtMC4yOTQsMC4yOTMtMC43NzcsMC0xLjA3MUwyMS42NTIsMy4yMTF6Ii8+PC9zdmc+); } question[data-type=mc] input[type="checkbox"][data-correct="false"].show ~ span::before { content: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgaGVpZ2h0PSIxNnB4IiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjE2cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGZpbGw9Im1hcm9vbiIgc3Ryb2tlPSJtYXJvb24iIGQ9Ik0yMi4yNDUsNC4wMTVjMC4zMTMsMC4zMTMsMC4zMTMsMC44MjYsMCwxLjEzOWwtNi4yNzYsNi4yN2MtMC4zMTMsMC4zMTItMC4zMTMsMC44MjYsMCwxLjE0bDYuMjczLDYuMjcyICBjMC4zMTMsMC4zMTMsMC4zMTMsMC44MjYsMCwxLjE0bC0yLjI4NSwyLjI3N2MtMC4zMTQsMC4zMTItMC44MjgsMC4zMTItMS4xNDIsMGwtNi4yNzEtNi4yNzFjLTAuMzEzLTAuMzEzLTAuODI4LTAuMzEzLTEuMTQxLDAgIGwtNi4yNzYsNi4yNjdjLTAuMzEzLDAuMzEzLTAuODI4LDAuMzEzLTEuMTQxLDBsLTIuMjgyLTIuMjhjLTAuMzEzLTAuMzEzLTAuMzEzLTAuODI2LDAtMS4xNGw2LjI3OC02LjI2OSAgYzAuMzEzLTAuMzEyLDAuMzEzLTAuODI2LDAtMS4xNEwxLjcwOSw1LjE0N2MtMC4zMTQtMC4zMTMtMC4zMTQtMC44MjcsMC0xLjE0bDIuMjg0LTIuMjc4QzQuMzA4LDEuNDE3LDQuODIxLDEuNDE3LDUuMTM1LDEuNzMgIEwxMS40MDUsOGMwLjMxNCwwLjMxNCwwLjgyOCwwLjMxNCwxLjE0MSwwLjAwMWw2LjI3Ni02LjI2N2MwLjMxMi0wLjMxMiwwLjgyNi0wLjMxMiwxLjE0MSwwTDIyLjI0NSw0LjAxNXoiLz48L3N2Zz4=); } </style> <script type="text/javascript"> function onLoad() { var questions = document.getElementsByTagName("question") for (var pos = 0; pos < questions.length; pos++) { var question = questions[pos] if (question.getAttribute('data-type') == 'mc') { if (question.getAttribute('data-shuffle') != null) shuffleAnswers(question) } } } function shuffleAnswers(question) { var answers = null var content = question.children[0] for (var i = content.children.length-1; i >= 0; i--) { if(content.children[i].className.indexOf('checklist') > -1) { answers = content.children[i].children[0] break; } } if(answers == null) return for (var i = answers.children.length; i >= 0; i--) { answers.appendChild(answers.children[Math.random() * i | 0]); } } function resolve(questionId) { var q = document.getElementById("question_" + questionId) var type = q.getAttribute("data-type") var elems var pos var answer if(type == "mc") { elems = q.getElementsByTagName("input") for(pos = 0; pos < elems.length; pos++) { answer = elems[pos] answer.setAttribute("class", "show") } } else if(type == "gap") { elems = q.getElementsByTagName("gap") for(pos = 0; pos < elems.length; pos++) { var gap = elems[pos] var input = gap.getElementsByTagName("input")[0] answer = gap.getElementsByTagName("answer")[0] if(input.value == answer.textContent) { input.setAttribute("class", "correct") } else { input.setAttribute("class", "incorrect") answer.setAttribute("class", "") } } } } function reset(questionId) { var q = document.getElementById("question_" + questionId) var type = q.getAttribute("data-type") var elems var pos var answer if(type == "mc") { elems = q.getElementsByTagName("input") for(pos = 0; pos < elems.length; pos++) { answer = elems[pos] answer.setAttribute("class", "") answer.checked = false } } else if(type == "gap") { elems = q.getElementsByTagName("gap") for(pos = 0; pos < elems.length; pos++) { var gap = elems[pos] var input = gap.getElementsByTagName("input")[0] answer = gap.getElementsByTagName("answer")[0] input.setAttribute("class", "") answer.setAttribute("class", "hidden") } } } </script> </head> <body class="article toc2 toc-left" onload="onLoad()"> <div id="header"> <h1>GBIF Work Programme 2024 <small>Annual Update and Implementation Plan to the Strategic Framework 2023–2027</small> </h1> <div class="details"> <span id="revnumber">version 1.0,</span> <span id="revdate">19 October 2023</span> </div> <div id="toc" class="toc2"> <header id="logo"> <a href="https://www.gbif.org/"> <img src="https://docs.gbif.org/style/logo.svg" alt="GBIF – Global Biodiversity Information Facility"> </a> </header> <br> <h3 id="otherformatstitle">Other Formats</h3> <ul class="sectlevel1"> <li><a hreflang="en" type="application/pdf" href="gbif-work-programme-2024.en.pdf">PDF file</a></li> </ul> <br> <h3 id="contributetitle">Contribute</h3> <div id="improvetext"><a href="https://docs.gbif.org/contributing/"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI5NiIgaGVpZ2h0PSI5NiIgaWQ9ImltcHJvdmUtbWFyayIgdmVyc2lvbj0iMS4xIj48Y2lyY2xlIHN0eWxlPSJmaWxsOiMxNzVjYTE7IiBjeD0iNDgiIGN5PSI0OCIgcj0iNDgiLz48ZyBzdHlsZT0iZmlsbDojZmZmZmZmIj48cGF0aCBkPSJtIDQ1LjA5OTk5NSwyNC4wMDk5NDggYSAxLjM3NDUwNjMsMS4zNjMyMDE4IDAgMCAxIDEuMzUzNjc5LDEuMzgyMzUxIHYgNC4zNzA3NTUgaCA0LjQwNzYxOCBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAxIDEgMCwyLjcyNTk4OCBoIC00LjQwNzYxOCB2IDQuMzcwNzU0IGEgMS4zNzQ1MDYzLDEuMzYzMjAxOCAwIDEgMSAtMi43NDg3OTksMCB2IC00LjM3MDc1NCBoIC00LjQxNzEwMyBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAxIDEgMCwtMi43MjU5ODggaCA0LjQxNzEwMyB2IC00LjM3MDc1NSBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAwIDEgMS4zOTUxMiwtMS4zODIzNTEgeiIvPjxwYXRoIGQ9Im0gMzQuNjY3OTMxLDE4LjAwMDE1MSBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAwIDEgMS4zNTM2NzksMS4zODIzNTIgdiAxLjc3NTM2MSBoIDEuNzgxMjg3IGEgMS4zNzQ1MDYzLDEuMzYzMjAxOCAwIDEgMSAwLDIuNzI1OTg4IEggMzYuMDIxNjEgdiAxLjc3NTM2MSBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAxIDEgLTIuNzQ4NTI1LDAgViAyMy44ODM4NTIgSCAzMS40ODI1MiBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAxIDEgMCwtMi43MjU5ODggaCAxLjc5MDU2NSB2IC0xLjc3NTM2MSBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAwIDEgMS4zOTQ4NDYsLTEuMzgyMzUyIHoiLz48cGF0aCBkPSJtIDMwLjQ1NDM5MiwzOC4wNzI4MzkgYSAxLjM3NDUwNjMsMS4zNjMyMDE4IDAgMCAxIDEuMzUzNjc5LDEuMzgyMzUxIHYgNC4zNzA3NTUgaCA0LjQwNzYxOSBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAxIDEgMCwyLjcyNjAwMSBoIC00LjQwNzYxOSB2IDQuMzcwNzU1IGEgMS4zNzQ1MDYzLDEuMzYzMjAxOCAwIDEgMSAtMi43NDg3MzEsMCB2IC00LjM3MDc1NSBoIC00LjQwNzY4NyBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAxIDEgMCwtMi43MjYwMDEgSCAyOS4wNTkzNCBWIDM5LjQ1NTE5IGEgMS4zNzQ1MDYzLDEuMzYzMjAxOCAwIDAgMSAxLjM5NTA1MiwtMS4zODIzNTEgeiIvPjxwYXRoIGQ9Im0gMjIuNTg0MDU3LDMwLjc0Njg3NCBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAwIDEgMS4zNTM2OCwxLjM4MjQyIHYgMS43NzUyOTMgaCAxLjc5MDU2NSBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAxIDEgMCwyLjcyNTk4OCBoIC0xLjc5MDU2NSB2IDEuNzc1MzYxIGEgMS4zNzQ1MDYzLDEuMzYzMjAxOCAwIDEgMSAtMi43NDg3MzEsMCB2IC0xLjc3NTM2MSBoIC0xLjc5MDQ5NyBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAxIDEgMCwtMi43MjU5ODggaCAxLjc5MDQ5NyB2IC0xLjc3NTI5MyBhIDEuMzc0NTA2MywxLjM2MzIwMTggMCAwIDEgMS4zOTUwNTEsLTEuMzgyNDIgeiIvPjxwYXRoIGQ9Im0gMjcuMDQ3OTYyLDIzLjgwODc0IGEgMS4zNzQ2MDIzLDEuMzYzMTA2NSAwIDAgMSAwLjk1MTU2OCwwLjM5ODg3MiBsIDQ5LjU5Nzk3NCw0OS4xODMyNTYgYSAxLjM3NDYwMjMsMS4zNjMxMDY1IDAgMCAxIDAsMS45Mjc0OTUgbCAtMi4zMDE2NzQsMi4yODI0NzEgYSAxLjM3NDYwMjMsMS4zNjMxMDY1IDAgMCAxIC0xLjk0MzgyMiwwIEwgMjMuNzU0MDM0LDI4LjQxNzY0NSBhIDEuMzc0NjAyMywxLjM2MzEwNjUgMCAwIDEgMCwtMS45Mjc1NjIgbCAyLjMwMTY3NCwtMi4yODI0NzEgYSAxLjM3NDYwMjMsMS4zNjMxMDY1IDAgMCAxIDAuOTkyMjU0LC0wLjM5ODg3MiB6Ii8+PC9nPjwvc3ZnPg==" alt="" style="height: 1.5rem; margin: 0.25em 0;"> Improve this document</a></div> <div id="issuestext"><a href="https://github.com/gbif/doc-2024-work-programme/issues/new"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NjEiIGhlaWdodD0iNjYxIiB2ZXJzaW9uPSIxLjEiIGlkPSJpc3N1ZS1tYXJrIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQiPjxwYXRoIHN0eWxlPSJmaWxsOiM0ZDlhMzQiIGlkPSJtYXJrIiBkPSJNIDY2MSwzMzAuNSBDIDY2MSwxNDcuOTcyIDUxMy4wMjgsMCAzMzAuNSwwIDE0Ny45NzIsMCAwLDE0Ny45NzIgMCwzMzAuNSAwLDUxMy4wMjggMTQ3Ljk3Miw2NjEgMzMwLjUsNjYxIDUxMy4wMjgsNjYwLjk1NCA2NjEsNTEyLjk4MSA2NjEsMzMwLjUgWiIvPjxwYXRoIHN0eWxlPSJmaWxsOiNmZmZmZmYiIGQ9Im0gMzk0LDE0NSB2IDYwLjk5NyBDIDM5NCwyMjkuMzIxIDQxNS4wNzgsMjM0IDQzNS40ODcsMjM0IEggNDkxIFoiLz48cGF0aCBzdHlsZT0iZmlsbDojZmZmZmZmIiBkPSJNIDQ0OC4xNzcsMzM0LjkzMiBIIDI2My4zMDMgYyAtNi42MDEsMCAtMTEuOTQ3LC01LjM1MyAtMTEuOTQ3LC0xMS45NTEgMCwtNi42MDcgNS4zNDYsLTExLjk0MyAxMS45NDcsLTExLjk0MyBoIDE4NC44NzQgYyA2LjYwMSwwIDExLjk1NSw1LjMzNiAxMS45NTUsMTEuOTQzIDAsNi41ODkgLTUuMzU0LDExLjk1MSAtMTEuOTU1LDExLjk1MSBtIDAsNjYuMTgxIEggMjk3LjgzNiBjIC02LjYsMCAtMTEuOTQ2LC01LjMzNiAtMTEuOTQ2LC0xMS45NDIgMCwtNi41OSA1LjM1NCwtMTEuOTM0IDExLjk0NiwtMTEuOTM0IGggMTUwLjM0MSBjIDYuNjAxLDAgMTEuOTU1LDUuMzQ0IDExLjk1NSwxMS45MzQgMCw2LjYwNiAtNS4zNTQsMTEuOTQyIC0xMS45NTUsMTEuOTQyIG0gMCw2Ni4yMTYgaCAtMTI4LjU1IGMgLTYuNiwwIC0xMS45NDYsLTUuMzUzIC0xMS45NDYsLTExLjk1MSAwLC02LjYwNyA1LjM1NSwtMTEuOTUxIDExLjk0NiwtMTEuOTUxIGggMTI4LjU1IGMgNi42MDEsMCAxMS45NTUsNS4zNDQgMTEuOTU1LDExLjk1MSAwLDYuNTk4IC01LjM1NCwxMS45NTEgLTExLjk1NSwxMS45NTEgTSAyNjAuOTUsMjQ0LjgxNCBoIDY3LjcyNiBjIDYuNTkyLDAgMTEuOTQ3LDUuMzcgMTEuOTQ3LDExLjk2IDAsNi42MDcgLTUuMzU1LDExLjk0MiAtMTEuOTQ3LDExLjk0MiBIIDI2MC45NSBjIC02LjYxLDAgLTExLjk0NywtNS4zMzUgLTExLjk0NywtMTEuOTQyIDAsLTYuNTkgNS4zNDYsLTExLjk2IDExLjk0NywtMTEuOTYgbSAwLC02Ni4xOSBoIDY3LjcyNiBjIDYuNTkyLDAgMTEuOTQ3LDUuMzM2IDExLjk0NywxMS45NDMgMCw2LjU4IC01LjM1NSwxMS45NDIgLTExLjk0NywxMS45NDIgSCAyNjAuOTUgYyAtNi42MSwwIC0xMS45NDcsLTUuMzUzIC0xMS45NDcsLTExLjk0MiAwLC02LjYwNyA1LjM0NiwtMTEuOTQzIDExLjk0NywtMTEuOTQzIG0gMTUwLjQyNyw3NC41MjYgYyAtMTkuMjY1LDAgLTM4LjQ3OCwtMTYuMzUzIC0zOC40NzgsLTQwLjIzOCBWIDEzOSBIIDIyNi42MzIgYyAtMTEuODk1LDAgLTIxLjUzMiw5LjY2IC0yMS41MzIsMjEuNTMzIHYgMTE5LjE4MyBsIDcwLjkwMiwxNDkuODA1IC0xLjY0NCw4NS4zNzkgSCA0NzIuNDYgYyAxMS44OTQsMCAyMS41NCwtOS42MzMgMjEuNTQsLTIxLjUyNCBWIDI1My4xNSBaIE0gMjU4Ljg3Myw1MjIgbCAxLjQ4OCwtODcuNzIzIC03MS4wODMsMzQuMjcxIHogbSAtNjQuNjU1LC0yMjQuNzk4IC03MS4wODMsMzQuMjggNjAuNDE2LDEyNS4yMTkgNzEuMTAxLC0zNC4yODggeiBtIC0yMC45MzUsLTQzLjQwMyBjIC0yLjg2MywtNS45NDEgLTEwLjAxNywtOC40MzIgLTE1Ljk2OSwtNS41NjEgbCAtNDkuNTUyLDIzLjkwMyBjIC01Ljk0MywyLjg3MSAtOC40NDMsMTAuMDIyIC01LjU3MSwxNS45NDYgbCAxMy41OTEsMjguMTc1IDcxLjA5MSwtMzQuMjk3IHoiIC8+PC9zdmc+" alt="" style="height: 1.5rem; margin: 0.25em 0;"> Create an issue</a></div> <div id="contributetext"><a href="https://github.com/gbif/doc-2024-work-programme"><img src="data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjxzdmcKICAgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIgogICBpZD0iZ2l0aHViLW1hcmsiCiAgIHZlcnNpb249IjEuMSIKICAgdmlld0JveD0iMCAwIDExLjQ5MjkgMTEuMjA5NDY2IgogICBoZWlnaHQ9IjExLjIwOTQ2Nm1tIgogICB3aWR0aD0iMTEuNDkyOW1tIj4KICA8cGF0aAogICAgIGlkPSJtYXJrIgogICAgIHN0eWxlPSJmaWxsOiMxYjE4MTc7c3Ryb2tlOm5vbmUiCiAgICAgZD0iTSA1Ljc0NjA0LDAgQyAyLjU3MjgxMDEsMCAwLDIuNTcyODA4IDAsNS43NDY3NSBjIDAsMi41Mzg5NDA4IDEuNjQ2NDEsNC42OTI2NSAzLjkyOTk0LDUuNDUyODg2IDAuMjg3NTIsMC4wNTI1NiAwLjM5MjI5LC0wLjEyNDg4NCAwLjM5MjI5LC0wLjI3NzI4NCAwLC0wLjEzNjE3MiAtMC4wMDUsLTAuNDk3NzY5IC0wLjAwOCwtMC45NzcxOTQyIC0xLjU5ODQzOTksMC4zNDcxMzMyIC0xLjkzNTY4OTksLTAuNzcwNDY3IC0xLjkzNTY4OTksLTAuNzcwNDY3IC0wLjI2MTQxLC0wLjY2MzU3NSAtMC42MzgxOCwtMC44NDAzMTYgLTAuNjM4MTgsLTAuODQwMzE2IC0wLjUyMTc2MDEsLTAuMzU2NjU5IDAuMDM5NSwtMC4zNDk2MDMgMC4wMzk1LC0wLjM0OTYwMyAwLjU3NjgsMC4wNDA5MiAwLjg4MDE5LDAuNTkyMzE0IDAuODgwMTksMC41OTIzMTQgMC41MTI1OCwwLjg3ODA2NCAxLjM0NTEzOTksMC42MjQ0MTYgMS42NzI1MDk5LDAuNDc3NjYxIDAuMDUyMiwtMC4zNzE0NzUgMC4yMDAzOCwtMC42MjQ3NjkgMC4zNjQ3OCwtMC43NjgzNSBDIDMuNDIxMzQwMSw4LjE0MTQwNDggMi4wNzk3MzAxLDcuNjQ4MjIyIDIuMDc5NzMwMSw1LjQ0NjE4MyBjIDAsLTAuNjI3MjM5IDAuMjI0MDEsLTEuMTQwMTc4IDAuNTkxNiwtMS41NDE5OTEgLTAuMDU5MywtMC4xNDUzNDUgLTAuMjU2NDcsLTAuNzI5NTQ1IDAuMDU2MSwtMS41MjA4MjYgMCwwIDAuNDgyNiwtMC4xNTQ1MTYgMS41ODA0Mzk5LDAuNTg5MTM5IEMgNC43NjYxMywyLjg0NTE1MyA1LjI1NzksMi43ODEzIDUuNzQ2NSwyLjc3OTE4MyA2LjIzNDM5LDIuNzgxMjgzIDYuNzI2MTYsMi44NDUxNTMgNy4xODUxMywyLjk3MjUwNSA4LjI4MjI2LDIuMjI4ODUgOC43NjM4MSwyLjM4MzM2NiA4Ljc2MzgxLDIuMzgzMzY2IGMgMC4zMTM2MSwwLjc5MTI4MSAwLjExNjQxLDEuMzc1NDgxIDAuMDU3MSwxLjUyMDgyNiAwLjM2ODMsMC40MDE4MTMgMC41OTA5LDAuOTE0NzUyIDAuNTkwOSwxLjU0MTk5MSAwLDIuMjA3NjgzIC0xLjM0MzczLDIuNjkzNDU3OCAtMi42MjM5NiwyLjgzNTYyNzggMC4yMDYzNywwLjE3NzQ0NyAwLjM5MDE3LDAuNTI4MTA4IDAuMzkwMTcsMS4wNjQzMyAwLDAuNzY3OTk4MiAtMC4wMDcsMS4zODc4MjgyIC0wLjAwNywxLjU3NjIxMTIgMCwwLjE1MzgxMiAwLjEwMzM2LDAuMzMyNjcgMC4zOTUxMSwwLjI3NjU3OCBDIDkuODQ3OSwxMC40MzcyODMgMTEuNDkyOSw4LjI4NDk4NTggMTEuNDkyOSw1Ljc0Njc1IDExLjQ5MjksMi41NzI4MDggOC45MTk3NCwwIDUuNzQ1OCwwIiAvPgo8L3N2Zz4K" alt="" style="height: 1.5rem; margin: 0.25em 0;"> Edit on GitHub</a></div> <br> <h3 id="search">Search</h3> <div id="search_form"> <form onsubmit="return submitForm(event)" method="GET" style="display: flex;"> <input type="search" name="q" value="" size="12" id="search_input" style="flex-grow: 1;"> <input type="submit" value="🔍" style="width: 3em;"> </form> </div> <br> <div id="toctitle">Table of Contents</div> <ul class="sectlevel1"> <li><a href="#introduction">Introduction</a></li> <li> <a href="#priority1">Priority Area 1: Science and Research</a> <ul class="sectlevel2"> <li><a href="#activity1-1">Activity 1.1: Drive mobilization and use of biodiversity data to support priority thematic areas of relevance</a></li> <li><a href="#activity1-2">Activity 1.2: Advance GBIF’s contribution to latest biodiversity modelling approaches</a></li> <li><a href="#activity1-ongoing">Ongoing activities to support science and research</a></li> </ul> </li> <li> <a href="#priority2">Priority Area 2: Policy and Partnerships</a> <ul class="sectlevel2"> <li><a href="#activity2-1">Activity 2.1: Support implementation of the post-2020 Global Biodiversity Framework</a></li> <li><a href="#activity2-2">Activity 2.2: Support the 2030 Agenda for Sustainable Development</a></li> <li><a href="#activity2-3">Activity 2.3: Support the science-policy interface</a></li> <li><a href="#activity2-4">Activity 2.4: Support nature-positive outcomes from decisions in the business, financial and productive sectors</a></li> <li><a href="#activity2-ongoing">Ongoing activities to support policy and partnerships</a></li> </ul> </li> <li> <a href="#priority3">Priority Area 3: Community and Capacity</a> <ul class="sectlevel2"> <li><a href="#activity3-1">Activity 3.1: Communicating the value of GBIF</a></li> <li><a href="#activity3-2">Activity 3.2: Support and strengthen GBIF nodes</a></li> <li><a href="#activity3-3">Activity 3.3: Expand and strengthen national participation</a></li> <li><a href="#activity3-4">Activity 3.4: Develop capacity and skills</a></li> <li><a href="#ongoing-activities-to-support-community-and-capacity">Ongoing activities to support community and capacity</a></li> </ul> </li> <li> <a href="#priority4">Priority Area 4: Infrastructure and data products</a> <ul class="sectlevel2"> <li><a href="#activity4-1">Activity 4.1: Enhance robustness of the core GBIF infrastructure</a></li> <li><a href="#activity4-2">Activity 4.2: Enhance support services for data publishers and users</a></li> <li><a href="#activity4-3">Activity 4.3: Enhance features and capabilities of the GBIF infrastructure</a></li> <li><a href="#activity4-4">Activity 4.4: Drive data standards development</a></li> <li><a href="#activity4-ongoing">Ongoing activities to support infrastructure and data products</a></li> </ul> </li> <li> <a href="#colophon">Colophon</a> <ul class="sectlevel2"> <li><a href="#suggested-citation">Suggested citation</a></li> <li><a href="#persistent-uri">Persistent URI</a></li> <li><a href="#document-control">Document control</a></li> </ul> </li> </ul> <br> </div> </div> <div id="content"> <div id="preamble"> <div class="sectionbody"> <div class="paragraph"> <p></p> <p class="translationLinks"><em>This document is also available in <a hreflang="en" type="application/pdf" href="gbif-work-programme-2024.en.pdf">PDF format</a>.</em></p> </div> </div> </div> <div class="sect1"> <h2 id="introduction"> <a class="anchor" href="#introduction"></a>Introduction</h2> <div class="sectionbody"> <div class="paragraph"> <p>This is the second annual GBIF Work Programme and annual update to Implementation Plan 2023–2027 (WP24) presented under the <a href="https://doi.org/10.35035/doc-0kkq-0t82" target="_blank" rel="noopener">Strategic Framework for 2023-2027</a>.</p> </div> <div class="paragraph"> <p>The work programmes of the current implementation plan are less granular than previous ones, with an emphasis on what will be delivered and achieved to enable the <a href="https://www.gbif.org/governance#_the-gbif-governing-board" target="_blank" rel="noopener">GBIF Governing Board</a> to assess whether implementation is on track. Specific tasks, events or contracts are presented as indicative, with the intention of enabling flexibility in how proposed outcomes are achieved, both within the Secretariat and through the collective efforts of GBIF’s nodes and partners.</p> </div> <div class="paragraph"> <p>Each priority area contains up to four designated activities, as well as ongoing activities presenting work that continues across the five-year implementation plan. Activity areas for 2024 include only slight changes, with one activity area having been closed and two having been reworded to better reflect the indicative tasks.</p> </div> <div class="paragraph"> <p>Some indicative tasks persist in 2023 because they require multiyear efforts to achieve the projected outcomes, while many new indicative tasks appear in this work programme. Activity areas and indicative tasks should be viewed through a five-year time frame as we work to achieve the overall mission of the 2023–2027 Strategic Framework.</p> </div> <div class="paragraph"> <p>The 2024 GBIF budget funds WP24 and is detailed in a separate document presented to the Governing Board. Many indicative tasks described in WP24 include activities, such as external contracts and workshops, that are funded through core funding, which are noted in the text. And, as noted at the end of each activity section, supplementary funds have increased the scope of the activities of WP24, enabling GBIF to move further and faster towards its strategic objectives.</p> </div> <div class="paragraph"> <p><a href="https://orcid.org/0000-0002-5788-9010" target="_blank" rel="noopener"><strong>Joe Miller</strong></a><br> Executive Secretary, GBIF</p> </div> </div> </div> <div class="sect1"> <h2 id="priority1"> <a class="anchor" href="#priority1"></a>Priority Area 1: Science and Research</h2> <div class="sectionbody"> <div class="paragraph"> <p><strong><em>Improving biodiversity evidence for scientific research and understanding</em></strong></p> </div> <div class="sect2"> <h3 id="activity1-1"> <a class="anchor" href="#activity1-1"></a>Activity 1.1: Drive mobilization and use of biodiversity data to support priority thematic areas of relevance</h3> <div class="sect3"> <h4 id="projected-outcomes-for-2027"> <a class="anchor" href="#projected-outcomes-for-2027"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>Knowledge gaps are reduced by consolidating data coverage across the thematic areas of relevance</p> </li> <li> <p>GBIF’s relevance to research is enhanced, through increased recognition and uptake of GBIF mediated data among researchers across additional scientific disciplines</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024"> <a class="anchor" href="#indicative-tasks-for-2024"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Commission an update to the systematic review of GBIF use in research (<a href="https://doi.org/10.1073/pnas.2018093118" target="_blank" rel="noopener">Heberling et al. 2021</a>) to identify trends in research uses for the 2020-2024 periods, deepen the analysis of methods and analytical approaches, and inform future support for priority thematic areas of relevance</p> </li> <li> <p>Advance collaborative activities across priority thematic areas of relevance based on recommendations from the Science Committee, including <a href="https://www.gbif.org/news/5z5ZYdbhG5CznrQjTZdKg7/gbif-ramps-up-support-of-information-needed-to-tackle-invasive-alien-species" target="_blank" rel="noopener">establishing a task group on invasive alien species</a> and engaging experts in agrobiodiversity</p> </li> <li> <p>Strengthen and expand support and guidance on mobilizing DNA-derived data from a range of data holder types and scales, supported by data quality improvements, improved coverage of DNA-detected organisms in the GBIF taxonomic backbone, and alignment of guidance with the new GBIF data model</p> </li> <li> <p>Expand data flows relating to vectors of human disease, in particular malaria-related data through GBIF partnership in the <a href="https://www.gatesfoundation.org/about/committed-grants/2022/04/inv021972" target="_blank" rel="noopener">Vector Atlas</a> project, with additional data streams on non-malaria vectors as recommended by the <a href="https://www.gbif.org/news/4jj1iKMn5llVnM6cUr8Y2m/" target="_blank" rel="noopener">GBIF task group on vectors of human diseases</a></p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: Salaried staff time apart from: external contract for systematic review update (€20,000 core funds); external contracts for priority thematic areas of relevance (€20,000 core funds, possible supplementary funds); contract for expanding data flows on human disease vectors (supplementary funds: <a href="https://www.gatesfoundation.org/" target="_blank" rel="noopener">Bill &amp; Melinda Gates Foundation</a> through the Vector Atlas project)</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity1-2"> <a class="anchor" href="#activity1-2"></a>Activity 1.2: Advance GBIF’s contribution to latest biodiversity modelling approaches</h3> <div class="sect3"> <h4 id="projected-outcomes-for-2027-2"> <a class="anchor" href="#projected-outcomes-for-2027-2"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>GBIF supports the evolution of fundamental data-driven biodiversity research and its application across methods, scales and disciplines in life and environmental sciences</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-2"> <a class="anchor" href="#indicative-tasks-for-2024-2"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Consolidate prototype digital twins dependent on and coordinated by GBIF through partnership on <a href="https://biodt.eu/" target="_blank" rel="noopener">BioDT</a>, support user-group testing of prototype twins and links to key biodiversity data infrastructures, and build connections between projects and initiatives through shared data and service dependencies (such as <a href="https://pureportal.inbo.be/en/projects/b-cubed-biodiversity-building-blocks-for-policy" target="_blank" rel="noopener">B-Cubed</a>)</p> </li> <li> <p>Improve GBIF’s capabilities to manage ecological data streams from key infrastructures and monitoring programmes, applying new data model to accommodate richer data (including absences based on complete species inventories) while designing data flows and outputs in planned workshop on the <a href="https://www.tdwg.org/community/osr/humboldt-extension/" target="_blank" rel="noopener">TDWG Humboldt Extension</a> (see also activities 4.3 and 4.4)</p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: Salaried staff apart from: travel costs for Digital Twin activities (supplementary funds: <a href="https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe_en" target="_blank" rel="noopener">Horizon Europe</a> (BioDT); workshop costs for managing ecological data streams (€20,000 core funds, possible supplementary funds from <a href="https://www.birds.cornell.edu/home/" target="_blank" rel="noopener">Cornell Lab for Ornithology</a> )</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity1-ongoing"> <a class="anchor" href="#activity1-ongoing"></a>Ongoing activities to support science and research</h3> <div class="ulist"> <ul> <li> <p>Maintain GBIF’s literature tracking programme to document and communicate the use of GBIF-mediated data in research (€10,000 from core funding for DataCite fee)</p> </li> <li> <p>Promote best practices in data citation using digital object identifiers (DOIs), through outreach to researchers and journal publishers</p> </li> <li> <p>Highlight and illustrate uses of GBIF-mediated data across scientific disciplines and thematic areas through GBIF.org and the annual <a href="https://www.gbif.org/science-review" target="_blank" rel="noopener">Science Review</a></p> </li> <li> <p>Continue engagement with thematic communities prioritized in previous Work Programme (soil and freshwater); keep priority thematic relevance areas under regular review, based on outcomes achieved and on advice of the Science Committee and expert groups convened for this purpose</p> </li> <li> <p>Capture needs and suggestions from research communities regarding the development of the GBIF data model</p> </li> <li> <p>Ensure presence of GBIF representatives—including through Secretariat and node staff, regional contractors and Open Biodiversity Data Ambassadors—at relevant scientific conferences with appropriate communication materials, presentations and training workshops</p> </li> <li> <p>Run annual competitions through the <a href="https://www.gbif.org/article/1G82GL7jw08kS0g6k6MuSa/" target="_blank" rel="noopener">Ebbe Nielsen Challenge</a> and <a href="https://www.gbif.org/article/44SftFORi0A6mwGK4sgAKW/" target="_blank" rel="noopener">Graduate Researchers Awards</a>(€20,000 from core funding in 2024)</p> </li> <li> <p>Work with partners to maintain and improve support for academic programmes in use of open biodiversity data</p> </li> <li> <p>Keep GBIF’s compliance with FAIR principles for scientific data management and stewardship under continuous review, with appropriate communication and certification for relevant projects and processes</p> </li> </ul> </div> </div> </div> </div> <div class="sect1"> <h2 id="priority2"> <a class="anchor" href="#priority2"></a>Priority Area 2: Policy and Partnerships</h2> <div class="sectionbody"> <div class="paragraph"> <p><strong><em>Developing partnerships that benefit policy and society</em></strong></p> </div> <div class="sect2"> <h3 id="activity2-1"> <a class="anchor" href="#activity2-1"></a>Activity 2.1: Support implementation of the post-2020 Global Biodiversity Framework</h3> <div class="sect3"> <h4 id="projected-outcomes-for-2027-3"> <a class="anchor" href="#projected-outcomes-for-2027-3"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>GBIF-mediated data is consistently and transparently applied and cited across multiple indicators used to monitor progress towards the goals and targets agreed through the <a href="https://www.cbd.int/" target="_blank" rel="noopener">UN Convention on Biological Diversity</a> (CBD)</p> </li> <li> <p>GBIF is recognized as a key implementation partner for biodiversity-related projects supported by the <a href="https://www.thegef.org/" target="_blank" rel="noopener">Global Environment Facility</a> (GEF)</p> </li> <li> <p>GBIF-mediated data is fully integrated into national <a href="https://www.cbd.int/chm/" target="_blank" rel="noopener">Clearing-House Mechanism</a> (CHM) platforms as well as national reporting processes for the CBD</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-3"> <a class="anchor" href="#indicative-tasks-for-2024-3"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Work with partners to ensure that GBIF contributes efficiently and transparently to the finalized monitoring framework of the <a href="https://www.cbd.int/doc/decisions/cop-15/cop-15-dec-04-en.pdf" target="_blank" rel="noopener">Kunming-Montreal Global Biodiversity Framework</a> (GBF), particularly headline indicators on invasive alien species (Target 6), business disclosures (Target 15) and availability of data, information and knowledge (Target 21), and including expanded regional mechanisms to support funding and capacity pipelines</p> </li> <li> <p>Analyse GBIF’s relevance across all goals, targets and mechanisms of the GBF and incorporate the results within communication and nodes guidance materials (see also activities 3.1 and 3.2)</p> </li> <li> <p>Explore the potential of 'data cube' delivery formats from GBIF to support further development of biodiversity indicators at national, regional and global levels</p> </li> <li> <p>Implement the partnership agreement with <a href="https://www.geobon.org/" target="_blank" rel="noopener">Group on Earth Observations Biodiversity Observation Network</a> (GEO BON), including joint promotion at CBD meetings, development of guidance for alignment of nodes and Biodiversity Observation Networks, and application of the new data model to support standardized observations</p> </li> <li> <p>Formalize GBIF’s position as a service provider for <a href="https://www.thegef.org/partners/gef-agencies" target="_blank" rel="noopener">implementing agencies</a> of the <a href="https://www.thegef.org/" target="_blank" rel="noopener">Global Environment Facility</a> (GEF)</p> </li> <li> <p>Improve GBIF connections and explore partnerships with other biodiversity-related conventions, such as the <a href="https://www.cms.int/" target="_blank" rel="noopener">Convention on Migratory Species</a> (CMS), the <a href="https://cites.org/" target="_blank" rel="noopener">Convention on International Trade in Endangered Species of Wild Fauna and Fauna</a> (CITES) and <a href="https://www.ramsar.org/" target="_blank" rel="noopener">Ramsar Convention on Wetlands</a>, including through better coordination between GBIF nodes and national focal points</p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: salaried staff apart from: travel to relevant meetings including COP16 (core funds); travel to workshops relating to data cube delivery (supplementary funds: <a href="https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe_en" target="_blank" rel="noopener">Horizon Europe</a> B-Cubed project).</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity2-2"> <a class="anchor" href="#activity2-2"></a>Activity 2.2: Support the 2030 Agenda for Sustainable Development</h3> <div class="sect3"> <h4 id="projected-outcomes-for-2027-4"> <a class="anchor" href="#projected-outcomes-for-2027-4"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>GBIF’s value in supporting the <a href="https://www.un.org/sustainabledevelopment/" target="_blank" rel="noopener">UN Sustainable Development Goals</a> (SDGs) is recognized and reinforced through strategic partnerships with relevant international organizations focused on climate change, food security, human health and well-being, and both terrestrial and marine biodiversity</p> </li> <li> <p>Relevance to multiple SDGs contributes to a broader funding base for GBIF both through project-based support and national contributions</p> </li> <li> <p>National contributions and project-based support provide a broader funding base that increases GBIF’s relevance to the 2030 Agenda for Sustainable Development and SDGs</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-4"> <a class="anchor" href="#indicative-tasks-for-2024-4"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Establish formal partnerships with key agencies to support GBIF’s relevance to the SDGs, in particular with regard to human health, food security (building on a Letter of Intent signed with the Plant Treaty in 2023), and climate change</p> </li> <li> <p>Organize a joint meeting with the Ocean Biodiversity Information System (OBIS) to advance work on a marine biodiversity data strategy based on 2023 discussions, and recognizing GBIF’s position as a partner in the Marine Life 2030 programme within the UN Decade on Ocean Science for Sustainable Development</p> </li> <li> <p>Scope and commission an initial Environment and Social Governance (ESG) report relating to GBIF’s operational policies, including but not restricted to carbon and environmental footprints and gender, diversity and inclusion guidelines</p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: salaried staff apart from: workshop costs for marine meeting (€10,000 core funds, possible supplementary funds to be identified); external contract for ESG report (€30,000 core funds).</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity2-3"> <a class="anchor" href="#activity2-3"></a>Activity 2.3: Support the science-policy interface</h3> <div class="sect3"> <h4 id="projected-outcomes-for-2027-5"> <a class="anchor" href="#projected-outcomes-for-2027-5"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>GBIF’s role in providing data infrastructure essential to the work of the <a href="https://ipbes.net/" target="_blank" rel="noopener">Intergovernmental Science-Policy Platform on Biodiversity and Ecosystem Services</a> (IPBES) is fully recognized and communicated</p> </li> <li> <p>GBIF’s use in policy and decision processes is enhanced through partnerships and better communicated</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-5"> <a class="anchor" href="#indicative-tasks-for-2024-5"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Develop implementation plan for renewed partnership with IPBES, including involvement in task forces, data support for assessments, and mobilization of priority data in response to knowledge gaps</p> </li> <li> <p>Engage in the IPBES fast-track methodological assessment on monitoring biodiversity and ecosystem services, approved at the IPBES 10 plenary meeting in 2023</p> </li> <li> <p>Refine capture of additional citations of the use of GBIF-mediated data in policy implementation and communicate key illustrative examples</p> </li> <li> <p>Formalize partnerships with relevant organizations supporting the science-policy interface</p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: Salaried staff apart from: possible external contracts for filling IPBES knowledge gaps via the BID programme (supplementary funds from <a href="https://international-partnerships.ec.europa.eu/index_en" target="_blank" rel="noopener">European Commission Directorate-General for International Partnerships</a>); external contract for student support to mine backlog from policy citation database (core funds).</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity2-4"> <a class="anchor" href="#activity2-4"></a>Activity 2.4: Support nature-positive outcomes from decisions in the business, financial and productive sectors</h3> <div class="admonitionblock note"> <table> <tr> <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> <td class="content"> The proposed changes to the wording of this activity, which previously referred only to the private sector, recognize that the same approach applies to publicly owned corporations, financial institutions, and organizations in the productive sectors including agriculture, aquaculture, fisheries and forestry </td> </tr> </table> </div> <div class="sect3"> <h4 id="projected-outcomes-for-2027-6"> <a class="anchor" href="#projected-outcomes-for-2027-6"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>Lending agreements prepared by financial institutions and public development banks include clear and unequivocal requirements for sharing biodiversity data</p> </li> <li> <p>Private companies, trade associations and consultancies in all global regions recognize GBIF as the preferred platform to share primary biodiversity data gathered through impact assessments and monitoring</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-6"> <a class="anchor" href="#indicative-tasks-for-2024-6"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Support implementation of the <a href="https://www.gbif.org/data4nature" target="_blank" rel="noopener">Data4Nature</a> initiative by developing targeted outreach, communication and training resources to engage multilateral development banks (MDBs) and development funding agencies and increase flows of business-sector data from environmental impact assessments, monitoring programmes and funded projects</p> </li> <li> <p>Organize forum for MDBs and other potential Data4Nature partners to detail progress and encourage further participation at UN Biodiversity Conference (COP 16) or other relevant venue</p> </li> <li> <p>Continue engagement with the Task Force on Nature-related Financial Disclosures (TNFD), in particular with regard to the recommendation of a global nature-related public data facility to support corporate reporting for the Global Biodiversity Framework</p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: Salaried staff apart from: external contract to coordinate Data4Nature initiative (€45,000 core funds), meeting costs for forum (€40,000 core funds, potential supplementary funds from Data4Nature partners)</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity2-ongoing"> <a class="anchor" href="#activity2-ongoing"></a>Ongoing activities to support policy and partnerships</h3> <div class="ulist"> <ul> <li> <p>Attend CBD meetings and engagement in consultations and working groups as an observer inter-governmental organization</p> </li> <li> <p>Attend IPBES plenary meetings and actively engage in the IPBES Task Force on Data and Knowledge, as well as the IPBES Task Force on Capacity Building, in GBIF’s role as an IPBES strategic partner</p> </li> <li> <p>Engage with GEO BON through participation in the Advisory Board and partnerships with regional and thematic BONs</p> </li> <li> <p>Continue engagement with IUCN to implement the Memorandum of Cooperation, including regular imports of checklist data from the Red List of Threatened Species and the Global Register of Introduced and Invasive Species (GRIIS)</p> </li> </ul> </div> </div> </div> </div> <div class="sect1"> <h2 id="priority3"> <a class="anchor" href="#priority3"></a>Priority Area 3: Community and Capacity</h2> <div class="sectionbody"> <div class="paragraph"> <p><strong><em>Developing the GBIF network to meet future needs and challenges</em></strong></p> </div> <div class="sect2"> <h3 id="activity3-1"> <a class="anchor" href="#activity3-1"></a>Activity 3.1: Communicating the value of GBIF</h3> <div class="admonitionblock note"> <table> <tr> <td class="icon"> <i class="fa icon-note" title="Note"></i> </td> <td class="content"> The proposed change to Activity 3.1 (previously "Making the business case for GBIF"), consolidates the communication tasks needed to support activities across all Priority Areas under a single broader activity. </td> </tr> </table> </div> <div class="sect3"> <h4 id="projected-outcomes-for-2027-7"> <a class="anchor" href="#projected-outcomes-for-2027-7"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>The Secretariat, nodes and Heads of Delegation are equipped with robust materials to demonstrate GBIF’s value for money</p> </li> <li> <p>Additional countries join or return to GBIF as Voting Participants</p> </li> <li> <p>Additional funding agencies or foundations commit supplementary funds to support GBIF activities as part of the resource mobilization strategy</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-7"> <a class="anchor" href="#indicative-tasks-for-2024-7"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Update the <a href="https://doi.org/10.15468/doc-6yp9-9885" target="_blank" rel="noopener">GBIF Communications Strategy</a>, revising and revisiting key audiences and messages to account for changes and developments since its publication in 2015</p> </li> <li> <p>Refresh messaging and materials across GBIF communication platforms to reflect and update key components of GBIF’s value to the network’s Participants, publishers, partners and stakeholders, including:</p> <div class="ulist"> <ul> <li> <p>GBIF’s value to science, research and innovation, particularly in the priority thematic areas identified under Activity 1.1</p> </li> <li> <p>GBIF’s role in supporting implementation and monitoring of the GBF and other biodiversity-related conventions</p> </li> <li> <p>GBIF’s contribution to supporting the SDGs</p> </li> <li> <p>The financial value of GBIF to science and society</p> </li> <li> <p>The specific value that GBIF membership provides through exclusive services and opportunities for participating governments</p> </li> <li> <p>GBIF’s position as a data infrastructure and network that supports open data and open science</p> </li> <li> <p>GBIF’s record in managing effective capacity enhancement programmes that produce concrete results in mobilizing data demonstrating onward use through research citations, and documenting policy applications</p> </li> </ul> </div> </li> <li> <p>Prepare a second series of animated videos on additional areas of GBIF relevance aligned with priority thematic campaigns</p> </li> <li> <p>Produce an annual report summarizing progress toward implementing the new strategic framework in 2023</p> </li> <li> <p>Capture and communicate the value of work carried out by GBIF volunteers (mentors, trainers, translators, ambassadors and other voluntary roles) and report to national nodes and delegations on the value of uncharged work from volunteers in their countries</p> </li> <li> <p>Develop branding, launch and promote use of the ‘derived dataset’ tool to support and encourage more accurate citations and provide data publishers with more precise reporting on uses of their data in research and policy</p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: salaried staff apart from: external contracts and materials for communications strategy (€100,000 core funding); commission new set of animated videos (€25,000 core funding).</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity3-2"> <a class="anchor" href="#activity3-2"></a>Activity 3.2: Support and strengthen GBIF nodes</h3> <div class="sect3"> <h4 id="projected-outcomes-for-2027-8"> <a class="anchor" href="#projected-outcomes-for-2027-8"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>GBIF nodes provide a strong and stable foundation for data mobilization and use through the network</p> </li> <li> <p>The role of GBIF nodes as hubs for data mobilization and use is better understood and supported, especially at national level</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-8"> <a class="anchor" href="#indicative-tasks-for-2024-8"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Refine the Node Awards programme based on lessons learned from its first year of operation</p> </li> <li> <p>Update guidance and support materials for nodes, including:</p> <div class="ulist"> <ul> <li> <p>Alignment with the Participation and Engagement strategy</p> </li> <li> <p>Further development of the nodes training curriculum</p> </li> <li> <p>Review of the capacity self-assessment tool for Participant nodes</p> </li> <li> <p>Guidelines on applying the CARE principles on indigenous data governance, following 2023 consultation</p> </li> <li> <p>Guidelines on national approaches to handling sensitive species data, following 2023 analysis</p> </li> </ul> </div> </li> <li> <p>Following successful piloting in 2023, establish the Technical Support Hour for Nodes as a permanent forum for community exchange and interaction, peer-to-peer training and problem-solving</p> </li> <li> <p>Develop materials on the new data model for nodes to reuse and repurpose in engaging data holders</p> </li> <li> <p>In consultation with nodes, explore opportunities to enable secondments and work exchange within the GBIF network</p> </li> <li> <p>Develop a process for replicating the survey of national nodes to capture information on the value of national investment in the GBIF network</p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: salaried staff, apart from: support for pilot secondment programme (€40,000 core funding).</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity3-3"> <a class="anchor" href="#activity3-3"></a>Activity 3.3: Expand and strengthen national participation</h3> <div class="sect3"> <h4 id="projected-outcomes-for-2027-9"> <a class="anchor" href="#projected-outcomes-for-2027-9"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>GBIF national participation is expanded across currently under-represented regions, G20 economies and megadiverse nations</p> </li> <li> <p>Current Associate Participants have agreed pathways towards achieving or returning to voting participation</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-9"> <a class="anchor" href="#indicative-tasks-for-2024-9"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Consolidate the nodes onboarding programme and scope possible onboarding actions for Heads of Delegation</p> </li> <li> <p>Maintain and consolidate the regional support teams to complement and supplement the work of national nodes, and scope development of regional-level node support through associate partners</p> </li> <li> <p>Organize an in-person engagement event with the regional support team to strengthen participation in underrepresented parts of the Europe and Central Asia region (e.g. Central Asia, Caucasus, Balkans, Baltics)</p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: salaried staff apart from: external contracts for regional support teams (€80,000 core funds for the Asia support team, supplementary funding from <a href="https://www.gbif.org/country/NO/participation" target="_blank" rel="noopener">Norway</a> and <a href="https://www.gbif.org/country/FI/participation" target="_blank" rel="noopener">Finland</a> for Priority Area 3 Special Purpose Fund, <a href="https://international-partnerships.ec.europa.eu/index_en" target="_blank" rel="noopener">European Commission Directorate-General for International Partnerships</a> through the BID programme); ECA regional engagement meeting costs (supplementary funds from Priority Area 3 Special Purpose Fund).</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity3-4"> <a class="anchor" href="#activity3-4"></a>Activity 3.4: Develop capacity and skills</h3> <div class="sect3"> <h4 id="projected-outcomes-for-2027-10"> <a class="anchor" href="#projected-outcomes-for-2027-10"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>GBIF’s ongoing capacity support programmes are successfully concluded, and new support programmes are scoped</p> </li> <li> <p>Additional training and guidance resouces are available to the community in multiple languages covering both data mobilization and data use</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-10"> <a class="anchor" href="#indicative-tasks-for-2024-10"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Launch a continuation of the BID programme once contract is secured with the European Commission Directorate-General for International Partnerships, explore additional funding sources, and organize regional meetings in target regions (co-located with regional nodes meetings, where possible)</p> </li> <li> <p>Reevaluate the impact of the GBIF <a href="https://www.gbif.org/programme/82219/" target="_blank" rel="noopener">Capacity Enhancement Support Programme</a> (CESP) and develop recommendations for improvements</p> </li> <li> <p>Update materials within GBIF training courses aligned with the new data model, adding new materials and use cases as appropriate</p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: salaried staff apart from: external contracts and BID regional meeting costs (supplementary funding from <a href="https://international-partnerships.ec.europa.eu/index_en" target="_blank" rel="noopener">European Commission Directorate-General for International Partnerships</a> ) .</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="ongoing-activities-to-support-community-and-capacity"> <a class="anchor" href="#ongoing-activities-to-support-community-and-capacity"></a>Ongoing activities to support community and capacity</h3> <div class="ulist"> <ul> <li> <p>Organize annual calls for projects under the <a href="https://www.gbif.org/programme/82219/" target="_blank" rel="noopener">Capacity Enhancement Support Programme</a> (CESP): €80,000 from core funds for 2024</p> </li> <li> <p>Continue to support proposals for hosted portals, and to support the Living Atlases community including contribution towards the cost of a technical coordinator</p> </li> <li> <p>Provide ongoing support for documentation, including formatting and translation capabilities</p> </li> <li> <p>Operate effective communication channels that produce and disseminate news items and thematic content on GBIF.org and in social media, regular opt-in and publisher newsletters, and ongoing communications to the nodes</p> </li> <li> <p>Continue cycle of biennial regional nodes meetings (€40,000 core funding to support 2024 meeting costs, other costs expected to be met from supplementary funds including BID)</p> </li> <li> <p>Organize events to engage GBIF Heads of Delegation and node managers attending other international meetings including through the CBD and IPBES</p> </li> <li> <p>Coordinate work of volunteer mentors, ambassadors and regional support contractors</p> </li> <li> <p>Support <a href="https://www.tdwg.org/" target="_blank" rel="noopener">Biodiversity Information Standards</a> (TDWG) community through financial and organizational contributions towards annual meetings</p> </li> </ul> </div> </div> </div> </div> <div class="sect1"> <h2 id="priority4"> <a class="anchor" href="#priority4"></a>Priority Area 4: Infrastructure and data products</h2> <div class="sectionbody"> <div class="paragraph"> <p><strong><em>Maintain and evolve infrastructure to advance biodiversity-related knowledge</em></strong></p> </div> <div class="sect2"> <h3 id="activity4-1"> <a class="anchor" href="#activity4-1"></a>Activity 4.1: Enhance robustness of the core GBIF infrastructure</h3> <div class="sect3"> <h4 id="projected-outcomes-for-2027-11"> <a class="anchor" href="#projected-outcomes-for-2027-11"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>GBIF-maintained software and informatics infrastructure provides high, ongoing levels of availability and performance that keep pace with growth in data publication and use</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-11"> <a class="anchor" href="#indicative-tasks-for-2024-11"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Retire the internal GBIF checklist database and replace it with <a href="https://www.checklistbank.org/" target="_blank" rel="noopener">ChecklistBank</a>, and deploy corresponding updates to public GBIF APIs</p> </li> <li> <p>Maintain deployments of hosted portals and hosted data repositories (IPTs)</p> </li> <li> <p>Maintain GBIF R (<a href="https://www.gbif.org/tool/81747/" target="_blank" rel="noopener">rgbif</a>) and Python (<a href="https://www.gbif.org/tool/OlyoYyRbKCSCkMKIi4oIT/" target="_blank" rel="noopener">pygbif</a>) libraries to follow changes in GBIF public interfaces and support outcomes, including eDNA engagement activities</p> </li> <li> <p>Mature deployment and operation of software on the Kubernetes technology platform</p> </li> <li> <p>Review and test disaster recovery processes</p> </li> <li> <p>Plan capacity and hardware procurement to accommodate growth in volume and use of data</p> </li> <li> <p>Provide environments for development and network-wide testing, particularly related to indexing under revised data standards</p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: salaried staff apart from: payment for Kubernetes platform training (€20,000 core funding), costs of hardware procurement (€100,000 core funding).</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity4-2"> <a class="anchor" href="#activity4-2"></a>Activity 4.2: Enhance support services for data publishers and users</h3> <div class="sect3"> <h4 id="projected-outcomes-for-2027-12"> <a class="anchor" href="#projected-outcomes-for-2027-12"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>The expanding GBIF community of users are fully supported by a responsive help desk team and improved technical documentation</p> </li> <li> <p>The taxonomic and collections communities benefit from improvements in GBIF support to the <a href="https://www.gbif.org/grscicoll" target="_blank" rel="noopener">Global Registry of Scientific Collections</a> (GRSciColl) and the Catalogue of Life</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-12"> <a class="anchor" href="#indicative-tasks-for-2024-12"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Establish a ticketing system to manage, prioritize and monitor help desk support</p> </li> <li> <p>Replace the GBIF Backbone Taxonomy with the extended release of the Catalogue of Life Checklist, produced using ChecklistBank</p> </li> <li> <p>Support content curation on GRSciColl and coordinate editor and user communities as well as data import and synchronisation processes</p> </li> <li> <p>Upgrade documentation by</p> <div class="ulist"> <ul> <li> <p>Enhancing the understanding of data quality through consistent, accessible documentation of all related processes, tools and information products</p> </li> <li> <p>Revising the documentation on record-quality requirements, including occurrence identifier stability, and use of standardized values, including vocabularies</p> </li> <li> <p>Consolidating and expanding the technical documentation</p> </li> <li> <p><strong>Expected funding mechanisms and sources</strong>: salaried staff apart from: contractor to support ChecklistBank (core funding) costs of ticketing system (€20,000 core funding).</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity4-3"> <a class="anchor" href="#activity4-3"></a>Activity 4.3: Enhance features and capabilities of the GBIF infrastructure</h3> <div class="sect3"> <h4 id="projected-outcomes-for-2027-13"> <a class="anchor" href="#projected-outcomes-for-2027-13"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>Improved user interface to GBIF.org</p> </li> <li> <p>Improved capabilities for GBIF to handle ecological, collections, and phylogenetic data</p> </li> <li> <p>Data reuse increased through more stable GBIF identifiers</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-13"> <a class="anchor" href="#indicative-tasks-for-2024-13"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Align interfaces, functionality and software used in GBIF.org, hosted portals, the shared data pipeline project and the Living Atlases</p> </li> <li> <p>Improve ability for users to filter based on categories of dataset origins, including citizen science, eDNA and the business sector</p> </li> <li> <p>Advance capabilities for event-based search, based on prototype co-developed with the Atlas of Living Australia, and explore support for the forthcoming Humboldt extension on species inventories (see also activities 1.2 and 4.4)</p> </li> <li> <p>Implement a material catalogue to capture specimen information exposed in the new data model</p> </li> <li> <p>Enrich GRSciColl through integration of collection description information, compatible with the Latimer Core schema, to support use cases, including priority-setting for data mobilization and digitization</p> </li> <li> <p>Develop new data download formats that offer configurable summaries of occurrence data</p> </li> <li> <p>Improve data quality by:</p> <div class="ulist"> <ul> <li> <p>Integrating basic data quality checks into the IPT and implementing emerging publishing models and changes to Darwin Core</p> </li> <li> <p>Continuing to explore approaches to annotation capabilities in GBIF.org focused on taxonomic and geographic combinations to detect suspicious records, piloting rule-based issue documentation with selected volunteer communities</p> </li> <li> <p>Maturing the workflows that ensure stable GBIF occurrence identifiers and improving communication about identified issues and solutions</p> </li> </ul> </div> </li> <li> <p>Explore alternative platforms and methods for integrating and managing information from literature tracking</p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: salaried staff apart from: external contract for UI contractor (core funding); external contract to support GRSciColl integration (core funding); travel to support development of data cube format for B-cubed project (supplementary funds from <a href="https://research-and-innovation.ec.europa.eu/funding/funding-opportunities/funding-programmes-and-open-calls/horizon-europe_en" target="_blank" rel="noopener">Horizon Europe</a> ).</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity4-4"> <a class="anchor" href="#activity4-4"></a>Activity 4.4: Drive data standards development</h3> <div class="sect3"> <h4 id="projected-outcomes-for-2027-14"> <a class="anchor" href="#projected-outcomes-for-2027-14"></a>Projected outcomes for 2027</h4> <div class="ulist"> <ul> <li> <p>The revised GBIF data model is matured and applicable for use</p> </li> <li> <p>All controlled terms used in GBIF processing are managed in the vocabulary server</p> </li> </ul> </div> </div> <div class="sect3"> <h4 id="indicative-tasks-for-2024-14"> <a class="anchor" href="#indicative-tasks-for-2024-14"></a>Indicative tasks for 2024</h4> <div class="ulist"> <ul> <li> <p>Mature the unified data model aiming to become a candidate standard within <a href="https://www.tdwg.org/" target="_blank" rel="noopener">Biodiversity Information Standards</a> (TDWG)</p> </li> <li> <p>Refine and test data publishing models for specimen data with community members</p> </li> <li> <p>Develop publishing models for monitoring data (abundance and absence) and structured events around targets to improve support of inventory data using the Humboldt extension (see also activities 1.2 and 4.3)</p> </li> <li> <p>Advance data models for interaction data</p> </li> <li> <p>Encourage growth of the community of vocabulary editors to accelerate the collection of community-curated vocabularies</p> </li> <li> <p>Complete the migration of content and associated code to use the vocabulary-server for all controlled terms</p> <div class="ulist"> <ul> <li> <p><strong>Expected funding mechanisms and sources</strong>: salaried staff apart from: external contract to support further development of the unified data model (core funding)</p> </li> </ul> </div> </li> </ul> </div> </div> </div> <div class="sect2"> <h3 id="activity4-ongoing"> <a class="anchor" href="#activity4-ongoing"></a>Ongoing activities to support infrastructure and data products</h3> <div class="ulist"> <ul> <li> <p>Combined cost of contractors across priority area 4: €287,000 from core funds</p> </li> <li> <p>Software maintenance (upgrades, bug fixes, capture and handling of change requests, added functionality) and user support (IPT, <a href="https://www.gbif.org/hosted-portals" target="_blank" rel="noopener">hosted portals</a>, GBIF.org, GRSciColl, registry, ChecklistBank and taxonomic backbone builds)</p> </li> <li> <p>Hardware maintenance (purchases, installation, supervision/monitoring, optimization, operation planning, screening of future needs)</p> </li> <li> <p>Infrastructure upgrades to the latest possible versions of widely used frameworks and cluster technology (web services stack, search engines, distributed data platforms)</p> </li> <li> <p>Systems support (monitoring and remediation of risks from technical debt, operational supervision and issue handling)</p> </li> <li> <p>In-house support (error diagnostics, installation support, load tracking, training)</p> </li> <li> <p>General help desk support through <a href="mailto:helpdesk@gbif.org">email</a> and <a href="https://github.com/gbif/portal-feedback" target="_blank" rel="noopener">GitHub</a></p> </li> <li> <p>Data user support (maintenance of rgbif and pygbif libraries, custom downloads, API use) and publisher support (IPT, data formats, error diagnostics, custom metrics); training support through webinars, individual appointments, documentation, videos and workshops</p> </li> </ul> </div> </div> </div> </div> <div class="sect1"> <h2 id="colophon"> <a class="anchor" href="#colophon"></a>Colophon</h2> <div class="sectionbody"> <div class="sect2"> <h3 id="suggested-citation"> <a class="anchor" href="#suggested-citation"></a>Suggested citation</h3> <div class="paragraph"> <p>GBIF Work Programme 2024: Annual Update and Implementation Plan to Strategic Framework 2023–2027 (2023) GBIF Secretariat: Copenhagen. <a href="https://doi.org/10.35035/doc-b226-sb32" class="bare">https://doi.org/10.35035/doc-b226-sb32</a></p> </div> </div> <div class="sect2"> <h3 id="persistent-uri"> <a class="anchor" href="#persistent-uri"></a>Persistent URI</h3> <div class="paragraph"> <p><a href="https://doi.org/10.35035/doc-b226-sb32" class="bare">https://doi.org/10.35035/doc-b226-sb32</a></p> </div> </div> <div class="sect2"> <h3 id="document-control"> <a class="anchor" href="#document-control"></a>Document control</h3> <div class="paragraph"> <p>Final version, approved at the 30th Meeting of the GBIF Governing Board, October 2022</p> </div> </div> </div> </div> </div> <div id="footer"> <div id="footer-text"> Version 1.0<br> Last updated 2024-03-15 13:23:43 UTC </div> </div> <script src="https://unpkg.com/lunr/lunr.js"></script> <script type="text/javascript"> var inputField = document.getElementById('search_input'); function searchResults(query) { var documentContent = document.getElementById('content'); while (documentContent.firstChild) { documentContent.removeChild(documentContent.firstChild) } var searchResultsHeader = document.createElement('h2'); documentContent.appendChild(searchResultsHeader); searchResultsHeader.innerHTML = `Search results` window.scrollTo(searchResultsHeader); var searchResultsDescription = document.createElement('div'); documentContent.appendChild(searchResultsDescription); searchResultsDescription.innerHTML = `Search results for “${query}”` var searchResults = document.createElement('ul'); documentContent.appendChild(searchResults); return searchResults; } function submitForm(event) { event.preventDefault(); const query = inputField.value; const resultsHTML = searchResults(query); fetch('lunr-index.json') .then((response) => response.json()) .then((data) => { idx = lunr.Index.load(data.index); store = data.store; var results = idx.search(query); console.log("Search for", query, "gave", results.length, "results."); if (results.length === 0) { resultsHTML.innerHTML = 'No results'; return true; } var pages = results.map((x) => { var anchorPosition = -1; //x.ref.indexOf('#'); var storeKey = anchorPosition > 0 ? x.ref.substr(0, anchorPosition) : x.ref; return { data: store[storeKey], match: x }; }); var list = pages.map((x) => template(x)); resultsHTML.innerHTML = list.join(''); }) .catch((err) => function(err){ console.error(err); resultsHTML.innerHTML = 'Unable to complete search - please report the error'; }); return true; } var hlStart = '<span class="hl">'; var hlEnd = '</span>'; var template = ({ data, match }) => { var metadata = match.matchData.metadata; // use first 200 chars as fallback var text = `${data.text.substr(0, 200)}${data.text.length > 199 ? '...' : ''}`; // Lunr has no concept of highlighting it seems. The developer says it is the most frequent request. // Instead we try to do a lazy highlighting - I suspect that it will be fine in most cases. // If it isn't then we should look at something like mark.js which seem to solve this issue. // if there only one search term, then try to highlight it if (Object.keys(metadata).length === 1) { // only attempt with the first occurrences of the word // (though there may be many more) var matchedTerm = metadata[Object.keys(metadata)[0]]; // sometimes it can be an a title that match. Lunr does not tell us which. WE cannot do much in that case if (matchedTerm.text && matchedTerm.text.position) { var matchText = matchedTerm.text.position[0]; text = data.text.slice(0, matchText[0]) + hlStart + data.text.slice(matchText[0]); text = text.slice(0, matchText[0] + matchText[1] + hlStart.length) + hlEnd + text.slice(matchText[0] + matchText[1] + hlStart.length); var start = matchText[0]; var length = matchText[1] + hlStart.length + hlEnd.length + 200; var begin = Math.max(0, start - 100); text = text.substr(begin, length) } } return ` <li> <article> <h5> <a href="${match.ref}">${data.title}</a> </h5> <div> ... ${text} ... </div> </article> </li> `; }; </script> <script defer data-domain="docs.gbif.org,gbif.org" src="https://plausible.io/js/script.file-downloads.js"></script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10