+ const options = {
+ valueNames: ['listing-project','listing-website','listing-format','listing-language','listing-date-format','listing-title-block-banner','listing-toc','listing-toc-title','listing-toc-location','listing-execute','listing-include-back-link','listing-title','listing-techniques','listing-areas','listing-categories','listing-author','listing-organisations','listing-image','listing-status','listing-repo','listing-pub-info','listing-path','listing-outputHref','listing-description','listing-filename','listing-file-modified','listing-reading-time','listing-word-count',{ data: ['index'] },{ data: ['categories'] },{ data: ['listing-file-modified-sort'] },{ data: ['listing-reading-time-sort'] },{ data: ['listing-word-count-sort'] }],
+
+ searchColumns: ["listing-project","listing-website","listing-format","listing-language","listing-date-format","listing-title-block-banner","listing-toc","listing-toc-title","listing-toc-location","listing-execute","listing-include-back-link","listing-title","listing-techniques","listing-areas","listing-categories","listing-author","listing-organisations","listing-image","listing-status","listing-repo","listing-pub-info","listing-path","listing-outputHref","listing-description","listing-filename","listing-file-modified","listing-reading-time","listing-word-count"],
+ };
-
-
-
-
Projects by Organisation Type
+ window['quarto-listings'] = window['quarto-listings'] || {};
+ window['quarto-listings']['listing-projects_5'] = new List('listing-projects_5', options);
-
-
-
-
+ if (window['quarto-listing-loaded']) {
+ window['quarto-listing-loaded']();
+ }
+ });
-
+ window.addEventListener('hashchange',() => {
+ if (window['quarto-listing-loaded']) {
+ window['quarto-listing-loaded']();
+ }
+ })
+
-
-
+ window.document.addEventListener("DOMContentLoaded", function (_event) {
+ const listingTargetEl = window.document.querySelector('#listing-projects_6 .list');
+ if (!listingTargetEl) {
+ // No listing discovered, do not attach.
+ return;
+ }
-
-
-
-
+ const options = {
+ valueNames: ['listing-project','listing-website','listing-format','listing-language','listing-date-format','listing-title-block-banner','listing-toc','listing-toc-title','listing-toc-location','listing-execute','listing-include-back-link','listing-title','listing-categories','listing-techniques','listing-areas','listing-author','listing-organisations','listing-image','listing-pub-info','listing-path','listing-outputHref','listing-description','listing-filename','listing-file-modified','listing-reading-time','listing-word-count',{ data: ['index'] },{ data: ['categories'] },{ data: ['listing-file-modified-sort'] },{ data: ['listing-reading-time-sort'] },{ data: ['listing-word-count-sort'] }],
+ searchColumns: ["listing-project","listing-website","listing-format","listing-language","listing-date-format","listing-title-block-banner","listing-toc","listing-toc-title","listing-toc-location","listing-execute","listing-include-back-link","listing-title","listing-categories","listing-techniques","listing-areas","listing-author","listing-organisations","listing-image","listing-pub-info","listing-path","listing-outputHref","listing-description","listing-filename","listing-file-modified","listing-reading-time","listing-word-count"],
+ };
-
-