Skip to content

Commit

Permalink
adding dictionary information on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mxrcon committed Jul 10, 2022
1 parent 8b517ce commit b896931
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,51 @@ Flevorium Koshiba antibiotica

### Dictionaries

`28kAdj` - List of > 28k Adjectives, obtained from: [unpkg](https://unpkg.com/browse/rnd@1.0.9/data/adjectives/28K%20adjectives.txt)

`5kColors` - Colors with a single name from [meodai - Handpicked Colors](https://github.com/meodai/color-names)

`Aminoacids` - List of Aminoacids from IUPAC

`Animals` - Animals filtered with single name and dog breeds

`Books` - Important books for Biology, Biotechnology, Biochemistry grad students

`Brazilian` - List of Brazilian lists Joining 2 wikipedia lists: [Cientistas do Brasil](https://pt.wikipedia.org/wiki/Categoria:Cientistas_do_Brasil) and [Lista de pioneiras da Ciência no Brasil](https://pt.wikipedia.org/wiki/Lista_de_pioneiras_da_Ci%C3%AAncia_no_Brasil), and the list of Afiliated, Titulars and Members of Academia de Ciência do Brasil (ACB)

`Colors` - List of named colors from html5

`Comp` - List of words related to computer usage

`Compounds` - List of Compound names joining 3 wikipedia lists:
[Biomolecules](https://en.wikipedia.org/wiki/List_of_biomolecules),
[Organic Salts](https://en.wikipedia.org/wiki/List_of_organic_salts) and [Chemical Formulaes](https://en.wikipedia.org/wiki/Glossary_of_chemical_formulae) and spliting the names by space and sorting the unique words.

`Elements` - List of Elements from Periodic Table

`Fields` - List of Fields Medal Laureates

`Generas` - List of Bacterial Generas obtained from manipulating the output of this NCBI search string `"Bacteria[SubTree] AND species[Rank] NOT uncultured[prop] AND ( "above species level"[prop] OR specified[prop]) "`

`Lab` - List of Equipaments and words related to laboratory work

`Metals` - Periodic table metals and wikipedia page about [named alloys](https://en.wikipedia.org/wiki/List_of_named_alloys)

`NF-Adj` - List of Adjectives used by [Nextflow](https://www.nextflow.io/)

`NF-Names` - List of Names used by [Nextflow](https://www.nextflow.io/)

`Nobel` - List of Nobel Laureates obtained from `nobelprize.org` API

`Nucleic` - Nucleic Acids (RNA and DNA)

`RPG` - List of Keywords related to Role-Playing-Games Universe

`Species` - List of Bacterial Species obtained from manipulating the output of this NCBI search string `"Bacteria[SubTree] AND species[Rank] NOT uncultured[prop] AND ("above species level "[prop] OR specified[prop]) "`

## Contributing

Contributions are Welcome!! Please feel free to create Issues or Pull requests using our templates,
but please check our [Contributing Guide](https://github.com/Mxrcon/BioNameGenerator/blob/main/.github/CONTRIBUTING.md) and also our Issues and Pull-Request Templates.


0 comments on commit b896931

Please sign in to comment.