This is a public repository to record all SIDAN Lab's partners. We will use this static information to render creative components around SIDAN Lab's work.
To add yourself to our partner network, please submit a pull request with the following information:
{
partners: {
name: string /* Name of the partner */;
title: string /* Title of the partner */;
photo: string /* URL of the partner's photo */;
}[];
country: string;
coordinates: [number, number] /* [longitude, latitude] */;
position?:
| "up"
| "down"
| 'left'
| 'right'
/* For whether the text shows above the marker or below, default up */;
link?: string /* Link to social media */;
city?: string;
}