-
Notifications
You must be signed in to change notification settings - Fork 2
Members data
Antoine Mayerowitz edited this page Oct 25, 2018
·
3 revisions
The database can be found in
_data/members.yml
- There is a single file for all members.
- If you want to have member data on multiple languages, just copy paste and change the
langvalue. - Be sure to indent everything properly !
| Key | Mandatory | Value |
|---|---|---|
firstname |
YES | Name |
surname |
YES | Surname |
flatname |
YES | A person identifier that must stay the same accrosse every reference of this person on the database. It is used to link bibliography, courses, personnal pages. Only lowercase and hyphen - are admitted. No spaces, no accents !! |
picture |
YES | Name of the profil picture with extension. The picture must be in the foler assets/img/people. Example: "name-surname.jpg"
|
lang |
YES |
en or fr
|
status |
Recommended | Post doc, professor, etc. Needed for personnal page |
institution |
Recommended | What institution are you working in/for ? |
themes |
NO | YAML list of research themes |
themes |
NO | YAML list of related authors |
external |
NO | List with two items. See External links |
contact |
Recommended | Mail adress |
twitter |
NO | Your twitter pseudo without the @
|
free_text |
NO | Multiline text. You should use the > character. |
Here is an example:
- name: Adam
surname: Smith
flatname: adam-smith
picture: "adam-smith.jpg"
lang: "en"
status: "Legend"
institution: " University of Glasgow"
themes:
- economics
- philosophy
authors:
- Myself
- David Hume
external:
- name: "Wikipedia"
link: "https://en.wikipedia.org/wiki/Adam_Smith"
contact: "adam.smith@glasgow-university.ac.uk"
twitter: "adamSmith"
free_text: >
I was economist before it was cool.External links is a list with two items, name and link where the first will be printed on your personnal page and the second is the link.
Example:
- name: John
surname: Doe
external:
- name: HAL
link: "https://hal.archives-ouvertes.fr/"
- name: RePEc
link: "http://repec.org/"