Benjamin Lee

Results 69 comments of Benjamin Lee

@bitprophet Is there any news about this? I'm using Alabaster for my CV website and would love to have a "last updated" footer.

As a quick workaround, I put this in my `conf.py`: ``` from datetime import datetime now = datetime.now() project = 'Benjamin Lee' copyright = str(now.year) + ', Benjamin Lee. Updated...

Can we make this a thing? I was surprised that `logo_name` could not accept a string.

Ps here's the traceback: ``` BenjaminLee@mbp ~/r/playground [1]> nim r monomerize.nim (viroid-search) Hint: used config file '/usr/local/Cellar/nim/1.6.0/nim/config/nim.cfg' [Conf] Hint: used config file '/usr/local/Cellar/nim/1.6.0/nim/config/config.nims' [Conf] .................................................................................................... CC: monomerize.nim Hint: [Link] Hint:...

I tried that and am receiving the same error with the template in which the grey bar overlaps the 1. I checked to make sure panda was properly parsing the...

mwe.md: ```md 1. >This is a quote. 2. This is the second line. 3. A list item with a blockquote: > This is a blockquote > inside a list item....

@cgreene and @rasbt, thank you for your suggestions. Here are the PLOS guidelines for COIs: - They work at the same institution or organization as an author, currently or recently...

@rasbt, good idea. Let's lock those in. I'll add checking for conflicts to #226. The only possible issue is that Enrico Ferrero is a coauthor on Deep Review, so he...

Some thoughts in response: 1. We should mention them as well as mention using auto-ML tools like [TPOT](https://github.com/EpistasisLab/tpot). 2. DL fairness should probably be mentioned in the interpretation or privacy...