diff --git a/sirius_cli/src/main/resources/cite.bibtex b/sirius_cli/src/main/resources/cite.bibtex index f2984a8ad..dd44b574c 100644 --- a/sirius_cli/src/main/resources/cite.bibtex +++ b/sirius_cli/src/main/resources/cite.bibtex @@ -112,7 +112,7 @@ SIRIUS 3 can be a part of an untargeted metabolomics workflow, allowing research } @Article{kim21npclassifier, - author = {Kim, Hyun Woo and Wang, Mingxun and Leber, Christopher A. and Nothias, Louis-FĂ©lix and Reher, Raphael and Kang, Kyo Bin and van der Hooft, Justin J. J. and Dorrestein, Pieter C. and Gerwick, William H. and Cottrell, Garrison W.}, + author = {Kim, Hyun Woo and Wang, Mingxun and Leber, Christopher A. and Nothias, Louis-F\'elix and Reher, Raphael and Kang, Kyo Bin and van der Hooft, Justin J. J. and Dorrestein, Pieter C. and Gerwick, William H. and Cottrell, Garrison W.}, journal = {Journal of Natural Products}, title = {NPClassifier: A Deep Neural Network-Based Structural Classification Tool for Natural Products}, volume = {84}, diff --git a/sirius_dist/README.md b/sirius_dist/README.md index 514f2f58e..34242c794 100644 --- a/sirius_dist/README.md +++ b/sirius_dist/README.md @@ -26,7 +26,7 @@ It just holds different gradle configurations to build different packages/instal ### Build a Distribution locally Our build scripts create distributions for the OS they are executed on. So running it on linux will build a Linux version of SIRIUS. Each sub directory of `sirius_dist` corresponds to a specific SIRIUS type. The most common verisions are -the GUI (`sirius_gui_single_os`) and the CLI (`sirius_cli_single_os`). The following tasks of teh `distribution` group +the GUI (`sirius_gui_single_os`) and the CLI (`sirius_cli_single_os`). The following tasks of the `distribution` group are available to create an application image. Running `gradle clean` on the specific sub dir might be necessary beforehand. Results will be available in `build/distributions/`