--- import * as config from "../config.yaml"; import core from "../core.json"; ---

CATEGORY

Objective

Details

More info

Events

{ config.organisation.table.events.map((item) => (

{item.objective}

)) }
{ config.organisation.table.events.map((item) => (

{item.details}

)) }
{ config.organisation.table.events.map((item) => ( )) }

RESEARCH

{ config.organisation.table.research.map((item) => (

{item.objective}

)) }
{ config.organisation.table.research.map((item) => (

{item.details}

)) }
{ config.organisation.table.research.map((item) => item.url ? ( ) : (

 

) ) }

TOOLS

{ config.organisation.table.tools.map((item) => (

{item.objective}

)) }
{ config.organisation.table.tools.map((item) => (

{item.details}

)) }
{ config.organisation.table.tools.map((item) => ( )) }

education

{ config.organisation.table.education.map((item) => (

{item.objective}

)) }
{ config.organisation.table.education.map((item) => (

{item.details}

)) }
{ config.organisation.table.education.map((item) => item.url ? ( ) : (

 

) ) }