You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
used by bibeasy to format (eg undeline students), however, some students are no more students, yet they still publish with Julien (eg: Eva, Benjamin). So we need to add a logic in bibeasy to account for a date range for the student status.
The text was updated successfully, but these errors were encountered:
For clarification, scripts/student_asterisk_helper.py will remove the asterisk from a student if they are removed from bibeasy.formatting.STUDENTS but do you want the asterisk to remain there between dates the student was a member of the lab?
For clarification, scripts/student_asterisk_helper.py will remove the asterisk from a student if they are removed from bibeasy.formatting.STUDENTS but do you want the asterisk to remain there between dates the student was a member of the lab?
yes exactly. And for this to work, we should not remove students from bibeasy.formatting.STUDENTS, but rather add start/end information
this file list Julien's students: https://github.com/neuropoly/bibeasy/blob/main/bibeasy/formatting.py
used by bibeasy to format (eg undeline students), however, some students are no more students, yet they still publish with Julien (eg: Eva, Benjamin). So we need to add a logic in bibeasy to account for a date range for the student status.
The text was updated successfully, but these errors were encountered: