1+ # # To get started: Copy this template profile below and start editing.
2+ # Role: ["Faculty", "Staff", "Collaborator", "Student", "Outside"]
3+ # ** Faculty -> set any title, should be Professor, Assistant Professor, Post-Doc
4+ # ** Staff -> set any title, can be intern / external hires,
5+ # ** Collaborator -> set any title ( will not be shown on people page)
6+ # ** Student ->PhD, Master, Undergrad
7+
8+ # auto_update_publications: can only be set to true if current_role type is faculty, staft, student and semantic scholar id is provided
9+ # (we can just set this by ourselves)
10+
11+ # # If we change the schema, we have to update the following:
12+ # # _data/authors.yml
13+ # # _includes/author-profile.html
14+ # # _includes/card-authors-with-role.html
15+ # # _includes/display-author.html
16+ # # .github/issue_template/add-update-member.yml
17+ # # src/python/add_update_member.py
18+
19+ # # Questions:
20+ # # Is there data schema for .yml files?
21+
22+ # # Add / Update member (top-level & current role)
23+ # # Update member - change current_role to past_role
24+ # # Update member - update past_role
25+
26+ # # Automations to do:
27+ # # auto update data schema
28+ # # e.g. (research_directions to be pulled directionly from _research_directions)
29+ # # auto update .github issue templates?
30+ # # e.g. (research_directions to be pulled directionly from _research_directions)
31+ # # e.g. split add / update member into two issues
32+ # # * update member -> issue_template automatically adds member in dropdown.
33+ # # * can't change the name (as it is the id)
34+ # # e.g. split add / update publication
35+ # # * update publication --> dropdown list to get publication (put id + paper name)
36+ # # * ==> cannot update publication id manually
37+ # # auto check dependencies
38+ # # once finalized, add templates for
39+ # # -- add / updating research_directions
40+ # # -- add / updating sub-research-directions
41+
42+ # # TODO:
43+ # Add an update documentation folder?
44+
45+ # # Research Directions
46+
47+ # # team_members:
48+ # # grab from authors.yml
49+ # # auto-hide (past members?)
50+
51+ # # For highlights, manual:
52+ # # Higlighted publications / news
53+ # # provide the id?
54+ # # image, overlay
55+ # # title
56+ # # caption
57+ # # order
58+
59+ # # Publications
60+ # # automatic scraping from semantic (do we want to change the layout?)
61+ # # author on the side (?)
62+ # # do we want to underline users from our lab & link to each author?
63+
64+ # # News
65+ # # In the media / event
66+ # # Custom pages, blog, curated
0 commit comments