Currently the gender of a person is a column of the persons sheet. However, based on a request from the PhD students and to ease analysis in Excel, we should add columns in the translation sheet to indicate which translation had at least one female author or female translator.
We should add a script that computes the new columns femaleAuthor and femaleTranslator that can contain the values TRUE, FALSE or UNKNOWN (in case the gender information is unknown for at least one of the authors respectively translator)
Currently the gender of a person is a column of the persons sheet. However, based on a request from the PhD students and to ease analysis in Excel, we should add columns in the translation sheet to indicate which translation had at least one female author or female translator.
We should add a script that computes the new columns
femaleAuthor
andfemaleTranslator
that can contain the values TRUE, FALSE or UNKNOWN (in case the gender information is unknown for at least one of the authors respectively translator)