Charles Tapley Hoyt

Results 538 issues of Charles Tapley Hoyt
trafficstars

Some phrases are super patronizing, and have no place in software. This includes: 1. claims that software is "user-friendly". If you have to say it...

Closes #73. Supercedes #75 This PR enables annotating author roles using the [Contribution Role Taxonomy (CRediT)](https://credit.niso.org/contributor-roles). It also enables (optionally) annotating the contribution degree, as [suggested by JATS](https://jats.nlm.nih.gov/archiving/tag-library/1.3/attribute/degree-contribution.html). It does...

`papersize: a4` appears twice in `contextpdf.yaml`. This PR removes the one that isn't group with other layout information

It's a bit inconvenient that the Makefile's command `preprint` creates a tex file but does not in turn compile it to PDF. it would be nice to have this as...

The [Contribution Role Taxonomy (CRediT)](https://credit.niso.org/contributor-roles) defines fourteen standard roles of authors. Each author can be annotated with one or more contribution roles. 1. [conceptualization](https://credit.niso.org/contributor-roles/conceptualization) 2. [data-curation](https://credit.niso.org/contributor-roles/data-curation) 3. [formal-analysis](https://credit.niso.org/contributor-roles/formal-analysis) 4. [funding-acquisition](https://credit.niso.org/contributor-roles/funding-acquisition)...

hi @mrmaxguns , thanks for the nice repo. I see that you made a commit about 6 months ago for a 3.0 release 5dfa455554e7c225a59c865d706c4293ca2c132e, but there's no corresponding release on...

Closes #10152 This PR adds support for annotating author roles using the [Contribution Role Taxonomy (CRediT)](https://credit.niso.org/contributor-roles). I'm motivated to add this to Pandoc since I want the Journal of Open...

Note, before you run this, you have to run `snapquery --import /Users/cthoyt/dev/snapquery/snapquery/samples/scholia.json` to import the scholia query definitions. You can also add endpoint_name with one of `'wikidata', 'qlever-wikidata', 'qlever-dblp', 'qlever-dblp-plus',...

Running `--help` on the following code: ```python import click from class_resolver.contrib.sklearn import classifier_resolver @click.command() @classifier_resolver.get_option("--classifier") def main(classifier): """Do it.""" click.echo(f"You picked: {classifier}") if __name__ == "__main__": main() ``` Gives: ```shell...