|
|
|
The `members.json` file contains the list of members.
|
|
|
|
|
|
|
|
## Details :
|
|
|
|
|
|
|
|
*firstname, String
|
|
|
|
*surname, String
|
|
|
|
*position, String
|
|
|
|
*description, Short description (not used)
|
|
|
|
*pix, String, the path and name of the photo.
|
|
|
|
|
|
|
|
## See also :
|
|
|
|
[project list](JSONs/project-list-spec), [JSONs](JSONs/publication-list)
|
|
|
|
|
|
|
|
## Examples :
|
|
|
|
|
|
|
|
```
|
|
|
|
{"firstname": "Sara",
|
|
|
|
"surname": "Schulthess",
|
|
|
|
"position": "DH Scientist",
|
|
|
|
"description": "Multi-lingual translator, encoder and ",
|
|
|
|
"pix":"/static/team/sara_grey.png"
|
|
|
|
}
|
|
|
|
``` |
|
|
|
\ No newline at end of file |