For donations in cash or in kind, contact us on gian@gian.org or +91 9537574742 and we will get in touch!
“The best way to find yourself is to lose yourself in the service of others.”
EVERY HELP COUNTS! JOIN US
In The Times of Corona….
To join us in alleviating the problems of workers, please mail us at gian@gian.org or call on +91 9537574742
Community Solutions
To learn about the different experiments and examples that people are trying to ensure distancing, safety etc.
Community Solutions
To learn about the different experiments and examples that people are trying to ensure distancing, safety etc.
Literature on Corona
What science is saying To learn about the latest research on Covid 19
Serving meals
We have been serving meals to 300 migrant laborers in Ahmedabad everyday for the past three weeks. We distributed 100 rations kits to people in J & K. To sponsor food for a day, contribute Rs 4000 and Rs 500 per ration kit.
Safety gears
Distributed masks, sanitizers and soaps to low income groups and security personnel. For contribution:
1) reusable cloth masks Rs 15 per mask
2) Sanitizer Rs 50 per bottle
3) Rs 15 per soap
Supporting innovations
Stories of grassroots innovators innovating in the corona times
Rs. 4000 for solar powered automatic soap dispenser
Rs. 30000 per Sanitizer tunnel
Rs 2000 for a foot operated soap dispenser
`
: '';
/*
* Location / map.
*
* We first try to find decimal
* latitude + longitude in the
* database location field.
*/
const locationValue =
practice.location ||
'';
const coordinates =
gridExtractCoordinates(
locationValue
);
let mapHTML = '';
if(coordinates){
const lat =
coordinates.lat;
const lng =
coordinates.lng;
/*
* OpenStreetMap embed.
*
* The marker is directly visible.
*/
const delta = 0.035;
const west =
lng - delta;
const east =
lng + delta;
const south =
lat - delta;
const north =
lat + delta;
const mapURL =
'https://www.openstreetmap.org/export/embed.html' +
'?bbox=' +
encodeURIComponent(west) +
',' +
encodeURIComponent(south) +
',' +
encodeURIComponent(east) +
',' +
encodeURIComponent(north) +
'&layer=mapnik' +
'&marker=' +
encodeURIComponent(lat) +
',' +
encodeURIComponent(lng);
mapHTML = `
`;
}else{
mapHTML = `
Location coordinates are not available
for this practice.