Erik Whiting
Erik Whiting
here you go! https://github.com/OBOFoundry/OBOFoundry.github.io/pull/2247
Should we leave this open in case more logos start not showing up or should we go ahead and close this?
I have two questions about these requests to the GitHub API. GitHub rate-limits requests to the API to 60 an hour if you're not using a token, see this section...
Is this issue duplicated here?: https://github.com/OBOFoundry/OBOFoundry.github.io/issues/2325 I could be reading these issues wrong but they seem to kinda say the same thing, unless there's a different download button
I'm going to close this specific issue because Dr. Hoyt's fix seems to fix this _specific_ problem, though #547, a related but more broad issue, remains open.
do you have an idea of how often the search box is used? is it completely necessary?
@matentzn for putting the search box next to the buttons, is there already a component in which there is a small input box? When I do a simple copy and...
Hello, I made PR for this here: https://github.com/biopython/biopython/pull/4307 Please let me know if this is helpful or if there's anything you'd like me to change about the PR to make...
alternatively, this issue's author (@Bodasaieswar) could use the method I added in #4307 as an example of how to build an author-affiliation mapping object. See here: ```python def get_all_author_affiliations(handle): """Get...
> This looks like it would work, but means re-parsing the file. I would rather the existing Medline parser was changed to retain the author-affiliation mapping, which would mean changing...