Add abstract to json-datacite
The abstract is stored in the field summary of the investigation. Currently, the endpoint https://icatplus.esrf.fr/doi/10.15151/ESRF-ES-404440984/json-datacite
does not fill the descriptions as it should be expected.
Currently:
{
"doi": "10.15151/ESRF-ES-404440984",
"url": "https://doi.esrf.fr/10.15151/ESRF-ES-404440984",
"publicationYear": "2024",
"creators": [
{
"name": "Aravind PENMATSA"
},
{
"name": "Aravind PENMATSA"
},
{
"name": "Gregory EFFANTIN"
}
],
"titles": [
{
"title": "Large pore channels facilitate the exchange of biological material across intercellular channels that are referred to as gap junctions. Connexins are the conventional intercellular channels that mediate electrical neurotransmission across synapses and are modulated by several intracellular factors like calmodulin. On the other hand, other members of the family resemble the structural organisation of connexin hemichannels, but are primarily involved in the efflux of ATP from cells. The ATP-release channels are also called Pannexins and are vital to mediate apoptotic cell death and inflammation processes. The ATP release is mediated by the C-terminus of the Pannexin channels that control entry into the channel pore and cleavage of the C-terminus leads to large efflux of ATP from cells. Several inhibitors block Pannexin activity including carbenoxolone, probenecid and trovafloxacin and the proposal aims to study the binding sites of these inhibitors and ATP within pannexins. "
}
],
"types": {
"resourceTypeGeneral": "Dataset",
"resourceType": "Datacollection"
},
"publisher": "European Synchrotron Radiation Facility",
"subjects": [
{
"subject": "Macromolecular Crystallography",
"subjectScheme": "Proposal Type Description"
},
{
"subject": "Structural biology of gap junctions and related hemichannels and their modulation by cellular factors",
"subjectScheme": "Proposal"
},
{
"subject": "MX/2346 CM01 29-03-2021/31-03-2021",
"subjectScheme": "Instrument"
}
],
"dates": [
{
"date": "2021-03-29",
"dateType": "Collected"
},
{
"date": "2024",
"dateType": "Issued"
}
]
}
Example on how it should be:
{
"id": "https://doi.org/10.15151/esrf-es-404440984",
"doi": "10.15151/ESRF-ES-404440984",
"url": "https://doi.esrf.fr/10.15151/ESRF-ES-404440984",
"types": {
"ris": "DATA",
"bibtex": "misc",
"citeproc": "dataset",
"schemaOrg": "Dataset",
"resourceType": "Experiment Session",
"resourceTypeGeneral": "Dataset"
},
"creators": [
{
"name": "Aravind PENMATSA",
"affiliation": [],
"nameIdentifiers": []
},
{
"name": "Aravind PENMATSA",
"affiliation": [],
"nameIdentifiers": []
},
{
"name": "EFFANTIN, Gregory",
"nameType": "Personal",
"givenName": "Gregory",
"familyName": "EFFANTIN",
"affiliation": [],
"nameIdentifiers": []
}
],
"titles": [
{
"title": "Structural biology of gap junctions and related hemichannels and their modulation by cellular factors"
}
],
"publisher": "European Synchrotron Radiation Facility",
"container": {},
"subjects": [
{
"subject": "Macromolecular Crystallography",
"subjectScheme": "Proposal Type Description"
},
{
"subject": "MX-2346",
"subjectScheme": "Proposal"
},
{
"subject": "MX/2346 CM01 29-03-2021/31-03-2021",
"subjectScheme": "Instrument"
}
],
"contributors": [],
"dates": [
{
"date": "2021-03-29",
"dateType": "Collected"
},
{
"date": "2024",
"dateType": "Issued"
}
],
"publicationYear": 2024,
"language": "en",
"identifiers": [],
"sizes": [],
"formats": [],
"rightsList": [],
"descriptions": [
{
"description": "Large pore channels facilitate the exchange of biological material across intercellular channels that are referred to as gap junctions. Connexins are the conventional intercellular channels that mediate electrical neurotransmission across synapses and are modulated by several intracellular factors like calmodulin. On the other hand, other members of the family resemble the structural organisation of connexin hemichannels, but are primarily involved in the efflux of ATP from cells. The ATP-release channels are also called Pannexins and are vital to mediate apoptotic cell death and inflammation processes. The ATP release is mediated by the C-terminus of the Pannexin channels that control entry into the channel pore and cleavage of the C-terminus leads to large efflux of ATP from cells. Several inhibitors block Pannexin activity including carbenoxolone, probenecid and trovafloxacin and the proposal aims to study the binding sites of these inhibitors and ATP within pannexins.",
"descriptionType": "Abstract"
}
],
"geoLocations": [],
"fundingReferences": [],
"relatedIdentifiers": [],
"schemaVersion": "http://datacite.org/schema/kernel-3",
"providerId": "ibaj",
"clientId": "inist.esrf",
"agency": "datacite",
"state": "findable"
}