The projlist.json
file contains the list of projects and their full description.
Details
- name : project name
- altname : String, shortname
- urlp : String, the url of the application
- imgsrcp : String, the url or path of the image displayed in the grid
- bannersrcp : String, the url of path of the image to use as banner in project specific page
- tags : list, the project tags,
- sourcecodein: String the repository of the source code (not used)
- sourceurl: String, the source code rep url
- imgcaption: String, the image banner caption
- summarytextshort: String, summary text short
- summarytextlong: String, summary text long
- abstracttext: String, abstract text
- news : list, list of news object
- date : String, date of publication
- info : String, the info
- content : String, the content of the news,
- url : String, external url.
- outputs: list, list of the output object.
- date : String, date of publication
- info : String, the info
- content : String, the content of the news,
- url : String, external url.
- type : String, type of news (e.g, news, event other)
- dld : String, link download materials,
- videolink : String, url of video link
- etalk: String, link of the etalk
See Also :
Example :
{
"name": "The eTalks",
"altnm":"etalk",
"urlp": "https://etalk.vital-it.ch/",
"imgsrcp": "https://etalk.vital-it.ch/../i/p041_3.jpg",
"bannersrcp": "",
"tags": ["Edition", "App", "Publishing"],
"sourcecodein": "github",
"sourceurl": "https://github.com/msank/etalk-docker",
"description": "Online talk edition mixing image, text and sound where each portion can be cited just like any paper-based scientific publication.",
"imgcaption":"",
"summarytextshort":"",
"summarytextlong":"",
"abstracttext":"",
"newslabel":"",
"news" : [],
"outputs" : [],
"etalk" : []
},