diff --git a/_build/html/.buildinfo b/.buildinfo similarity index 100% rename from _build/html/.buildinfo rename to .buildinfo diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/_build/.doctrees/environment.pickle b/_build/.doctrees/environment.pickle deleted file mode 100644 index c695fcd..0000000 Binary files a/_build/.doctrees/environment.pickle and /dev/null differ diff --git a/_build/.doctrees/intro.doctree b/_build/.doctrees/intro.doctree deleted file mode 100644 index 5a4a833..0000000 Binary files a/_build/.doctrees/intro.doctree and /dev/null differ diff --git a/_config.yml b/_config.yml deleted file mode 100644 index e5d26fe..0000000 --- a/_config.yml +++ /dev/null @@ -1,32 +0,0 @@ -# Book settings -# Learn more at https://jupyterbook.org/customize/config.html - -title: TrongTuyen's -author: trongtuyen -logo: logo.png - -# Force re-execution of notebooks on each build. -# See https://jupyterbook.org/content/execute.html -execute: - execute_notebooks: force - -# Define the name of the latex output file for PDF builds -latex: - latex_documents: - targetname: book.tex - -# Add a bibtex file so that we can create citations -bibtex_bibfiles: - - references.bib - -# Information about where the book exists on the web -repository: - url: https://github.com/executablebooks/jupyter-book # Online location of your book - path_to_book: docs # Optional path to your book, relative to the repository root - branch: master # Which branch of the repository should be used when creating links (optional) - -# Add GitHub buttons to your book -# See https://jupyterbook.org/customize/config.html#add-a-link-to-your-repository -html: - use_issues_button: true - use_repository_button: true diff --git a/_build/html/_sources/intro.md b/_sources/intro.md similarity index 100% rename from _build/html/_sources/intro.md rename to _sources/intro.md diff --git a/_build/html/_sphinx_design_static/design-style.4045f2051d55cab465a707391d5b2007.min.css b/_sphinx_design_static/design-style.4045f2051d55cab465a707391d5b2007.min.css similarity index 100% rename from _build/html/_sphinx_design_static/design-style.4045f2051d55cab465a707391d5b2007.min.css rename to _sphinx_design_static/design-style.4045f2051d55cab465a707391d5b2007.min.css diff --git a/_build/html/_sphinx_design_static/design-tabs.js b/_sphinx_design_static/design-tabs.js similarity index 100% rename from _build/html/_sphinx_design_static/design-tabs.js rename to _sphinx_design_static/design-tabs.js diff --git a/_build/html/_static/_sphinx_javascript_frameworks_compat.js b/_static/_sphinx_javascript_frameworks_compat.js similarity index 100% rename from _build/html/_static/_sphinx_javascript_frameworks_compat.js rename to _static/_sphinx_javascript_frameworks_compat.js diff --git a/_build/html/_static/basic.css b/_static/basic.css similarity index 100% rename from _build/html/_static/basic.css rename to _static/basic.css diff --git a/_build/html/_static/check-solid.svg b/_static/check-solid.svg similarity index 100% rename from _build/html/_static/check-solid.svg rename to _static/check-solid.svg diff --git a/_build/html/_static/clipboard.min.js b/_static/clipboard.min.js similarity index 100% rename from _build/html/_static/clipboard.min.js rename to _static/clipboard.min.js diff --git a/_build/html/_static/copy-button.svg b/_static/copy-button.svg similarity index 100% rename from _build/html/_static/copy-button.svg rename to _static/copy-button.svg diff --git a/_build/html/_static/copybutton.css b/_static/copybutton.css similarity index 100% rename from _build/html/_static/copybutton.css rename to _static/copybutton.css diff --git a/_build/html/_static/copybutton.js b/_static/copybutton.js similarity index 100% rename from _build/html/_static/copybutton.js rename to _static/copybutton.js diff --git a/_build/html/_static/copybutton_funcs.js b/_static/copybutton_funcs.js similarity index 100% rename from _build/html/_static/copybutton_funcs.js rename to _static/copybutton_funcs.js diff --git a/_build/html/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css b/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css similarity index 100% rename from _build/html/_static/design-style.4045f2051d55cab465a707391d5b2007.min.css rename to _static/design-style.4045f2051d55cab465a707391d5b2007.min.css diff --git a/_build/html/_static/design-tabs.js b/_static/design-tabs.js similarity index 100% rename from _build/html/_static/design-tabs.js rename to _static/design-tabs.js diff --git a/_build/html/_static/doctools.js b/_static/doctools.js similarity index 100% rename from _build/html/_static/doctools.js rename to _static/doctools.js diff --git a/_build/html/_static/documentation_options.js b/_static/documentation_options.js similarity index 100% rename from _build/html/_static/documentation_options.js rename to _static/documentation_options.js diff --git a/_build/html/_static/file.png b/_static/file.png similarity index 100% rename from _build/html/_static/file.png rename to _static/file.png diff --git a/_build/html/_static/images/logo_binder.svg b/_static/images/logo_binder.svg similarity index 100% rename from _build/html/_static/images/logo_binder.svg rename to _static/images/logo_binder.svg diff --git a/_build/html/_static/images/logo_colab.png b/_static/images/logo_colab.png similarity index 100% rename from _build/html/_static/images/logo_colab.png rename to _static/images/logo_colab.png diff --git a/_build/html/_static/images/logo_deepnote.svg b/_static/images/logo_deepnote.svg similarity index 100% rename from _build/html/_static/images/logo_deepnote.svg rename to _static/images/logo_deepnote.svg diff --git a/_build/html/_static/images/logo_jupyterhub.svg b/_static/images/logo_jupyterhub.svg similarity index 100% rename from _build/html/_static/images/logo_jupyterhub.svg rename to _static/images/logo_jupyterhub.svg diff --git a/_build/html/_static/jquery-3.6.0.js b/_static/jquery-3.6.0.js similarity index 100% rename from _build/html/_static/jquery-3.6.0.js rename to _static/jquery-3.6.0.js diff --git a/_build/html/_static/jquery.js b/_static/jquery.js similarity index 100% rename from _build/html/_static/jquery.js rename to _static/jquery.js diff --git a/_build/html/_static/language_data.js b/_static/language_data.js similarity index 100% rename from _build/html/_static/language_data.js rename to _static/language_data.js diff --git a/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.mo b/_static/locales/ar/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/ar/LC_MESSAGES/booktheme.mo rename to _static/locales/ar/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/ar/LC_MESSAGES/booktheme.po b/_static/locales/ar/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/ar/LC_MESSAGES/booktheme.po rename to _static/locales/ar/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.mo b/_static/locales/bg/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/bg/LC_MESSAGES/booktheme.mo rename to _static/locales/bg/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/bg/LC_MESSAGES/booktheme.po b/_static/locales/bg/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/bg/LC_MESSAGES/booktheme.po rename to _static/locales/bg/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.mo b/_static/locales/bn/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/bn/LC_MESSAGES/booktheme.mo rename to _static/locales/bn/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/bn/LC_MESSAGES/booktheme.po b/_static/locales/bn/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/bn/LC_MESSAGES/booktheme.po rename to _static/locales/bn/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.mo b/_static/locales/ca/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/ca/LC_MESSAGES/booktheme.mo rename to _static/locales/ca/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/ca/LC_MESSAGES/booktheme.po b/_static/locales/ca/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/ca/LC_MESSAGES/booktheme.po rename to _static/locales/ca/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.mo b/_static/locales/cs/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/cs/LC_MESSAGES/booktheme.mo rename to _static/locales/cs/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/cs/LC_MESSAGES/booktheme.po b/_static/locales/cs/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/cs/LC_MESSAGES/booktheme.po rename to _static/locales/cs/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/da/LC_MESSAGES/booktheme.mo b/_static/locales/da/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/da/LC_MESSAGES/booktheme.mo rename to _static/locales/da/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/da/LC_MESSAGES/booktheme.po b/_static/locales/da/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/da/LC_MESSAGES/booktheme.po rename to _static/locales/da/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/de/LC_MESSAGES/booktheme.mo b/_static/locales/de/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/de/LC_MESSAGES/booktheme.mo rename to _static/locales/de/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/de/LC_MESSAGES/booktheme.po b/_static/locales/de/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/de/LC_MESSAGES/booktheme.po rename to _static/locales/de/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/el/LC_MESSAGES/booktheme.mo b/_static/locales/el/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/el/LC_MESSAGES/booktheme.mo rename to _static/locales/el/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/el/LC_MESSAGES/booktheme.po b/_static/locales/el/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/el/LC_MESSAGES/booktheme.po rename to _static/locales/el/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.mo b/_static/locales/eo/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/eo/LC_MESSAGES/booktheme.mo rename to _static/locales/eo/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/eo/LC_MESSAGES/booktheme.po b/_static/locales/eo/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/eo/LC_MESSAGES/booktheme.po rename to _static/locales/eo/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/es/LC_MESSAGES/booktheme.mo b/_static/locales/es/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/es/LC_MESSAGES/booktheme.mo rename to _static/locales/es/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/es/LC_MESSAGES/booktheme.po b/_static/locales/es/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/es/LC_MESSAGES/booktheme.po rename to _static/locales/es/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/et/LC_MESSAGES/booktheme.mo b/_static/locales/et/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/et/LC_MESSAGES/booktheme.mo rename to _static/locales/et/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/et/LC_MESSAGES/booktheme.po b/_static/locales/et/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/et/LC_MESSAGES/booktheme.po rename to _static/locales/et/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.mo b/_static/locales/fi/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/fi/LC_MESSAGES/booktheme.mo rename to _static/locales/fi/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/fi/LC_MESSAGES/booktheme.po b/_static/locales/fi/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/fi/LC_MESSAGES/booktheme.po rename to _static/locales/fi/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.mo b/_static/locales/fr/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/fr/LC_MESSAGES/booktheme.mo rename to _static/locales/fr/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/fr/LC_MESSAGES/booktheme.po b/_static/locales/fr/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/fr/LC_MESSAGES/booktheme.po rename to _static/locales/fr/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.mo b/_static/locales/hr/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/hr/LC_MESSAGES/booktheme.mo rename to _static/locales/hr/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/hr/LC_MESSAGES/booktheme.po b/_static/locales/hr/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/hr/LC_MESSAGES/booktheme.po rename to _static/locales/hr/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/id/LC_MESSAGES/booktheme.mo b/_static/locales/id/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/id/LC_MESSAGES/booktheme.mo rename to _static/locales/id/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/id/LC_MESSAGES/booktheme.po b/_static/locales/id/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/id/LC_MESSAGES/booktheme.po rename to _static/locales/id/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/it/LC_MESSAGES/booktheme.mo b/_static/locales/it/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/it/LC_MESSAGES/booktheme.mo rename to _static/locales/it/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/it/LC_MESSAGES/booktheme.po b/_static/locales/it/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/it/LC_MESSAGES/booktheme.po rename to _static/locales/it/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.mo b/_static/locales/iw/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/iw/LC_MESSAGES/booktheme.mo rename to _static/locales/iw/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/iw/LC_MESSAGES/booktheme.po b/_static/locales/iw/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/iw/LC_MESSAGES/booktheme.po rename to _static/locales/iw/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.mo b/_static/locales/ja/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/ja/LC_MESSAGES/booktheme.mo rename to _static/locales/ja/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/ja/LC_MESSAGES/booktheme.po b/_static/locales/ja/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/ja/LC_MESSAGES/booktheme.po rename to _static/locales/ja/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.mo b/_static/locales/ko/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/ko/LC_MESSAGES/booktheme.mo rename to _static/locales/ko/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/ko/LC_MESSAGES/booktheme.po b/_static/locales/ko/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/ko/LC_MESSAGES/booktheme.po rename to _static/locales/ko/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.mo b/_static/locales/lt/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/lt/LC_MESSAGES/booktheme.mo rename to _static/locales/lt/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/lt/LC_MESSAGES/booktheme.po b/_static/locales/lt/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/lt/LC_MESSAGES/booktheme.po rename to _static/locales/lt/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.mo b/_static/locales/lv/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/lv/LC_MESSAGES/booktheme.mo rename to _static/locales/lv/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/lv/LC_MESSAGES/booktheme.po b/_static/locales/lv/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/lv/LC_MESSAGES/booktheme.po rename to _static/locales/lv/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.mo b/_static/locales/ml/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/ml/LC_MESSAGES/booktheme.mo rename to _static/locales/ml/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/ml/LC_MESSAGES/booktheme.po b/_static/locales/ml/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/ml/LC_MESSAGES/booktheme.po rename to _static/locales/ml/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.mo b/_static/locales/mr/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/mr/LC_MESSAGES/booktheme.mo rename to _static/locales/mr/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/mr/LC_MESSAGES/booktheme.po b/_static/locales/mr/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/mr/LC_MESSAGES/booktheme.po rename to _static/locales/mr/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.mo b/_static/locales/ms/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/ms/LC_MESSAGES/booktheme.mo rename to _static/locales/ms/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/ms/LC_MESSAGES/booktheme.po b/_static/locales/ms/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/ms/LC_MESSAGES/booktheme.po rename to _static/locales/ms/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.mo b/_static/locales/nl/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/nl/LC_MESSAGES/booktheme.mo rename to _static/locales/nl/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/nl/LC_MESSAGES/booktheme.po b/_static/locales/nl/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/nl/LC_MESSAGES/booktheme.po rename to _static/locales/nl/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/no/LC_MESSAGES/booktheme.mo b/_static/locales/no/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/no/LC_MESSAGES/booktheme.mo rename to _static/locales/no/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/no/LC_MESSAGES/booktheme.po b/_static/locales/no/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/no/LC_MESSAGES/booktheme.po rename to _static/locales/no/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.mo b/_static/locales/pl/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/pl/LC_MESSAGES/booktheme.mo rename to _static/locales/pl/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/pl/LC_MESSAGES/booktheme.po b/_static/locales/pl/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/pl/LC_MESSAGES/booktheme.po rename to _static/locales/pl/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.mo b/_static/locales/pt/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/pt/LC_MESSAGES/booktheme.mo rename to _static/locales/pt/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/pt/LC_MESSAGES/booktheme.po b/_static/locales/pt/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/pt/LC_MESSAGES/booktheme.po rename to _static/locales/pt/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.mo b/_static/locales/ro/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/ro/LC_MESSAGES/booktheme.mo rename to _static/locales/ro/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/ro/LC_MESSAGES/booktheme.po b/_static/locales/ro/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/ro/LC_MESSAGES/booktheme.po rename to _static/locales/ro/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.mo b/_static/locales/ru/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/ru/LC_MESSAGES/booktheme.mo rename to _static/locales/ru/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/ru/LC_MESSAGES/booktheme.po b/_static/locales/ru/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/ru/LC_MESSAGES/booktheme.po rename to _static/locales/ru/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.mo b/_static/locales/sk/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/sk/LC_MESSAGES/booktheme.mo rename to _static/locales/sk/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/sk/LC_MESSAGES/booktheme.po b/_static/locales/sk/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/sk/LC_MESSAGES/booktheme.po rename to _static/locales/sk/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.mo b/_static/locales/sl/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/sl/LC_MESSAGES/booktheme.mo rename to _static/locales/sl/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/sl/LC_MESSAGES/booktheme.po b/_static/locales/sl/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/sl/LC_MESSAGES/booktheme.po rename to _static/locales/sl/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.mo b/_static/locales/sr/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/sr/LC_MESSAGES/booktheme.mo rename to _static/locales/sr/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/sr/LC_MESSAGES/booktheme.po b/_static/locales/sr/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/sr/LC_MESSAGES/booktheme.po rename to _static/locales/sr/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.mo b/_static/locales/sv/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/sv/LC_MESSAGES/booktheme.mo rename to _static/locales/sv/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/sv/LC_MESSAGES/booktheme.po b/_static/locales/sv/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/sv/LC_MESSAGES/booktheme.po rename to _static/locales/sv/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.mo b/_static/locales/ta/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/ta/LC_MESSAGES/booktheme.mo rename to _static/locales/ta/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/ta/LC_MESSAGES/booktheme.po b/_static/locales/ta/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/ta/LC_MESSAGES/booktheme.po rename to _static/locales/ta/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/te/LC_MESSAGES/booktheme.mo b/_static/locales/te/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/te/LC_MESSAGES/booktheme.mo rename to _static/locales/te/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/te/LC_MESSAGES/booktheme.po b/_static/locales/te/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/te/LC_MESSAGES/booktheme.po rename to _static/locales/te/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.mo b/_static/locales/tg/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/tg/LC_MESSAGES/booktheme.mo rename to _static/locales/tg/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/tg/LC_MESSAGES/booktheme.po b/_static/locales/tg/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/tg/LC_MESSAGES/booktheme.po rename to _static/locales/tg/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/th/LC_MESSAGES/booktheme.mo b/_static/locales/th/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/th/LC_MESSAGES/booktheme.mo rename to _static/locales/th/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/th/LC_MESSAGES/booktheme.po b/_static/locales/th/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/th/LC_MESSAGES/booktheme.po rename to _static/locales/th/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.mo b/_static/locales/tl/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/tl/LC_MESSAGES/booktheme.mo rename to _static/locales/tl/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/tl/LC_MESSAGES/booktheme.po b/_static/locales/tl/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/tl/LC_MESSAGES/booktheme.po rename to _static/locales/tl/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.mo b/_static/locales/tr/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/tr/LC_MESSAGES/booktheme.mo rename to _static/locales/tr/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/tr/LC_MESSAGES/booktheme.po b/_static/locales/tr/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/tr/LC_MESSAGES/booktheme.po rename to _static/locales/tr/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.mo b/_static/locales/uk/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/uk/LC_MESSAGES/booktheme.mo rename to _static/locales/uk/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/uk/LC_MESSAGES/booktheme.po b/_static/locales/uk/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/uk/LC_MESSAGES/booktheme.po rename to _static/locales/uk/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.mo b/_static/locales/ur/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/ur/LC_MESSAGES/booktheme.mo rename to _static/locales/ur/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/ur/LC_MESSAGES/booktheme.po b/_static/locales/ur/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/ur/LC_MESSAGES/booktheme.po rename to _static/locales/ur/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.mo b/_static/locales/vi/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/vi/LC_MESSAGES/booktheme.mo rename to _static/locales/vi/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/vi/LC_MESSAGES/booktheme.po b/_static/locales/vi/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/vi/LC_MESSAGES/booktheme.po rename to _static/locales/vi/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo b/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.mo rename to _static/locales/zh_CN/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.po b/_static/locales/zh_CN/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/zh_CN/LC_MESSAGES/booktheme.po rename to _static/locales/zh_CN/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo b/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo similarity index 100% rename from _build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.mo rename to _static/locales/zh_TW/LC_MESSAGES/booktheme.mo diff --git a/_build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.po b/_static/locales/zh_TW/LC_MESSAGES/booktheme.po similarity index 100% rename from _build/html/_static/locales/zh_TW/LC_MESSAGES/booktheme.po rename to _static/locales/zh_TW/LC_MESSAGES/booktheme.po diff --git a/_build/html/_static/logo.png b/_static/logo.png similarity index 100% rename from _build/html/_static/logo.png rename to _static/logo.png diff --git a/_build/html/_static/minus.png b/_static/minus.png similarity index 100% rename from _build/html/_static/minus.png rename to _static/minus.png diff --git a/_build/html/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css b/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css similarity index 100% rename from _build/html/_static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css rename to _static/mystnb.4510f1fc1dee50b3e5859aac5469c37c29e427902b24a333a5f9fcb2f0b3ac41.css diff --git a/_build/html/_static/plus.png b/_static/plus.png similarity index 100% rename from _build/html/_static/plus.png rename to _static/plus.png diff --git a/_build/html/_static/pygments.css b/_static/pygments.css similarity index 100% rename from _build/html/_static/pygments.css rename to _static/pygments.css diff --git a/_build/html/_static/sbt-webpack-macros.html b/_static/sbt-webpack-macros.html similarity index 100% rename from _build/html/_static/sbt-webpack-macros.html rename to _static/sbt-webpack-macros.html diff --git a/_build/html/_static/scripts/bootstrap.js b/_static/scripts/bootstrap.js similarity index 100% rename from _build/html/_static/scripts/bootstrap.js rename to _static/scripts/bootstrap.js diff --git a/_build/html/_static/scripts/bootstrap.js.LICENSE.txt b/_static/scripts/bootstrap.js.LICENSE.txt similarity index 100% rename from _build/html/_static/scripts/bootstrap.js.LICENSE.txt rename to _static/scripts/bootstrap.js.LICENSE.txt diff --git a/_build/html/_static/scripts/bootstrap.js.map b/_static/scripts/bootstrap.js.map similarity index 100% rename from _build/html/_static/scripts/bootstrap.js.map rename to _static/scripts/bootstrap.js.map diff --git a/_build/html/_static/scripts/pydata-sphinx-theme.js b/_static/scripts/pydata-sphinx-theme.js similarity index 100% rename from _build/html/_static/scripts/pydata-sphinx-theme.js rename to _static/scripts/pydata-sphinx-theme.js diff --git a/_build/html/_static/scripts/pydata-sphinx-theme.js.map b/_static/scripts/pydata-sphinx-theme.js.map similarity index 100% rename from _build/html/_static/scripts/pydata-sphinx-theme.js.map rename to _static/scripts/pydata-sphinx-theme.js.map diff --git a/_build/html/_static/scripts/sphinx-book-theme.js b/_static/scripts/sphinx-book-theme.js similarity index 100% rename from _build/html/_static/scripts/sphinx-book-theme.js rename to _static/scripts/sphinx-book-theme.js diff --git a/_build/html/_static/scripts/sphinx-book-theme.js.map b/_static/scripts/sphinx-book-theme.js.map similarity index 100% rename from _build/html/_static/scripts/sphinx-book-theme.js.map rename to _static/scripts/sphinx-book-theme.js.map diff --git a/_build/html/_static/searchtools.js b/_static/searchtools.js similarity index 100% rename from _build/html/_static/searchtools.js rename to _static/searchtools.js diff --git a/_build/html/_static/sphinx-thebe.css b/_static/sphinx-thebe.css similarity index 100% rename from _build/html/_static/sphinx-thebe.css rename to _static/sphinx-thebe.css diff --git a/_build/html/_static/sphinx-thebe.js b/_static/sphinx-thebe.js similarity index 100% rename from _build/html/_static/sphinx-thebe.js rename to _static/sphinx-thebe.js diff --git a/_build/html/_static/styles/bootstrap.css b/_static/styles/bootstrap.css similarity index 100% rename from _build/html/_static/styles/bootstrap.css rename to _static/styles/bootstrap.css diff --git a/_build/html/_static/styles/pydata-sphinx-theme.css b/_static/styles/pydata-sphinx-theme.css similarity index 100% rename from _build/html/_static/styles/pydata-sphinx-theme.css rename to _static/styles/pydata-sphinx-theme.css diff --git a/_build/html/_static/styles/sphinx-book-theme.css b/_static/styles/sphinx-book-theme.css similarity index 100% rename from _build/html/_static/styles/sphinx-book-theme.css rename to _static/styles/sphinx-book-theme.css diff --git a/_build/html/_static/styles/theme.css b/_static/styles/theme.css similarity index 100% rename from _build/html/_static/styles/theme.css rename to _static/styles/theme.css diff --git a/_build/html/_static/togglebutton.css b/_static/togglebutton.css similarity index 100% rename from _build/html/_static/togglebutton.css rename to _static/togglebutton.css diff --git a/_build/html/_static/togglebutton.js b/_static/togglebutton.js similarity index 100% rename from _build/html/_static/togglebutton.js rename to _static/togglebutton.js diff --git a/_build/html/_static/underscore-1.13.1.js b/_static/underscore-1.13.1.js similarity index 100% rename from _build/html/_static/underscore-1.13.1.js rename to _static/underscore-1.13.1.js diff --git a/_build/html/_static/underscore.js b/_static/underscore.js similarity index 100% rename from _build/html/_static/underscore.js rename to _static/underscore.js diff --git a/_build/html/_static/vendor/fontawesome/6.1.2/LICENSE.txt b/_static/vendor/fontawesome/6.1.2/LICENSE.txt similarity index 100% rename from _build/html/_static/vendor/fontawesome/6.1.2/LICENSE.txt rename to _static/vendor/fontawesome/6.1.2/LICENSE.txt diff --git a/_build/html/_static/vendor/fontawesome/6.1.2/css/all.min.css b/_static/vendor/fontawesome/6.1.2/css/all.min.css similarity index 100% rename from _build/html/_static/vendor/fontawesome/6.1.2/css/all.min.css rename to _static/vendor/fontawesome/6.1.2/css/all.min.css diff --git a/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf b/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf similarity index 100% rename from _build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf rename to _static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.ttf diff --git a/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 b/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 similarity index 100% rename from _build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 rename to _static/vendor/fontawesome/6.1.2/webfonts/fa-brands-400.woff2 diff --git a/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf b/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf similarity index 100% rename from _build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf rename to _static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.ttf diff --git a/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 b/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 similarity index 100% rename from _build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 rename to _static/vendor/fontawesome/6.1.2/webfonts/fa-regular-400.woff2 diff --git a/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf b/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf similarity index 100% rename from _build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf rename to _static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.ttf diff --git a/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 b/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 similarity index 100% rename from _build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 rename to _static/vendor/fontawesome/6.1.2/webfonts/fa-solid-900.woff2 diff --git a/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf b/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf similarity index 100% rename from _build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf rename to _static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.ttf diff --git a/_build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 b/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 similarity index 100% rename from _build/html/_static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 rename to _static/vendor/fontawesome/6.1.2/webfonts/fa-v4compatibility.woff2 diff --git a/_build/html/_static/webpack-macros.html b/_static/webpack-macros.html similarity index 100% rename from _build/html/_static/webpack-macros.html rename to _static/webpack-macros.html diff --git a/_toc.yml b/_toc.yml deleted file mode 100644 index 5f35900..0000000 --- a/_toc.yml +++ /dev/null @@ -1,6 +0,0 @@ -# Table of contents -# Learn more at https://jupyterbook.org/customize/toc.html - -format: jb-book -root: intro - diff --git a/_build/html/genindex.html b/genindex.html similarity index 100% rename from _build/html/genindex.html rename to genindex.html diff --git a/_build/html/index.html b/index.html similarity index 100% rename from _build/html/index.html rename to index.html diff --git a/_build/html/intro.html b/intro.html similarity index 100% rename from _build/html/intro.html rename to intro.html diff --git a/intro.md b/intro.md deleted file mode 100644 index 751fce5..0000000 --- a/intro.md +++ /dev/null @@ -1,12 +0,0 @@ -# Hi, I'm Trong Tuyen! - -Welcome to my GitHub page! I am a passionate student currently pursuing a degree in Artificial Intelligence at FPT University. My primary areas of interest and expertise lie in Natural Language Processing (NLP) and Computer Vision. I am fascinated by the endless possibilities AI offers in transforming the way we interact with technology. - -In my journey as an AI enthusiast, I have been exploring various domains, including search and recommendation systems. I believe that by harnessing the power of data and AI, we can create intelligent systems that revolutionize user experiences and make a positive impact on society. - -Aside from my AI pursuits, I possess strong skills in frontend development using ReactJS and NextJS. I enjoy crafting interactive and user-friendly interfaces that enhance the overall user experience. On the backend side, I am proficient in frameworks like Django and Flask, enabling me to build robust and scalable web applications. Furthermore, I have experience in iOS development and am well-versed in Docker, which allows me to containerize applications for efficient deployment. - -My GitHub repository showcases a collection of my projects, where I apply my knowledge and skills to solve real-world problems. I am always eager to collaborate and learn from fellow developers, so feel free to explore my work and reach out to me with any exciting opportunities or ideas. -Thank you for visiting my page, and I look forward to connecting with you! - - diff --git a/logo.png b/logo.png deleted file mode 100644 index 06d56f4..0000000 Binary files a/logo.png and /dev/null differ diff --git a/_build/html/objects.inv b/objects.inv similarity index 100% rename from _build/html/objects.inv rename to objects.inv diff --git a/references.bib b/references.bib deleted file mode 100644 index 783ec6a..0000000 --- a/references.bib +++ /dev/null @@ -1,56 +0,0 @@ ---- ---- - -@inproceedings{holdgraf_evidence_2014, - address = {Brisbane, Australia, Australia}, - title = {Evidence for {Predictive} {Coding} in {Human} {Auditory} {Cortex}}, - booktitle = {International {Conference} on {Cognitive} {Neuroscience}}, - publisher = {Frontiers in Neuroscience}, - author = {Holdgraf, Christopher Ramsay and de Heer, Wendy and Pasley, Brian N. and Knight, Robert T.}, - year = {2014} -} - -@article{holdgraf_rapid_2016, - title = {Rapid tuning shifts in human auditory cortex enhance speech intelligibility}, - volume = {7}, - issn = {2041-1723}, - url = {http://www.nature.com/doifinder/10.1038/ncomms13654}, - doi = {10.1038/ncomms13654}, - number = {May}, - journal = {Nature Communications}, - author = {Holdgraf, Christopher Ramsay and de Heer, Wendy and Pasley, Brian N. and Rieger, Jochem W. and Crone, Nathan and Lin, Jack J. and Knight, Robert T. and Theunissen, Frédéric E.}, - year = {2016}, - pages = {13654}, - file = {Holdgraf et al. - 2016 - Rapid tuning shifts in human auditory cortex enhance speech intelligibility.pdf:C\:\\Users\\chold\\Zotero\\storage\\MDQP3JWE\\Holdgraf et al. - 2016 - Rapid tuning shifts in human auditory cortex enhance speech intelligibility.pdf:application/pdf} -} - -@inproceedings{holdgraf_portable_2017, - title = {Portable learning environments for hands-on computational instruction using container-and cloud-based technology to teach data science}, - volume = {Part F1287}, - isbn = {978-1-4503-5272-7}, - doi = {10.1145/3093338.3093370}, - abstract = {© 2017 ACM. There is an increasing interest in learning outside of the traditional classroom setting. This is especially true for topics covering computational tools and data science, as both are challenging to incorporate in the standard curriculum. These atypical learning environments offer new opportunities for teaching, particularly when it comes to combining conceptual knowledge with hands-on experience/expertise with methods and skills. Advances in cloud computing and containerized environments provide an attractive opportunity to improve the effciency and ease with which students can learn. This manuscript details recent advances towards using commonly-Available cloud computing services and advanced cyberinfrastructure support for improving the learning experience in bootcamp-style events. We cover the benets (and challenges) of using a server hosted remotely instead of relying on student laptops, discuss the technology that was used in order to make this possible, and give suggestions for how others could implement and improve upon this model for pedagogy and reproducibility.}, - booktitle = {{ACM} {International} {Conference} {Proceeding} {Series}}, - author = {Holdgraf, Christopher Ramsay and Culich, A. and Rokem, A. and Deniz, F. and Alegro, M. and Ushizima, D.}, - year = {2017}, - keywords = {Teaching, Bootcamps, Cloud computing, Data science, Docker, Pedagogy} -} - -@article{holdgraf_encoding_2017, - title = {Encoding and decoding models in cognitive electrophysiology}, - volume = {11}, - issn = {16625137}, - doi = {10.3389/fnsys.2017.00061}, - abstract = {© 2017 Holdgraf, Rieger, Micheli, Martin, Knight and Theunissen. Cognitive neuroscience has seen rapid growth in the size and complexity of data recorded from the human brain as well as in the computational tools available to analyze this data. This data explosion has resulted in an increased use of multivariate, model-based methods for asking neuroscience questions, allowing scientists to investigate multiple hypotheses with a single dataset, to use complex, time-varying stimuli, and to study the human brain under more naturalistic conditions. These tools come in the form of “Encoding” models, in which stimulus features are used to model brain activity, and “Decoding” models, in which neural features are used to generated a stimulus output. Here we review the current state of encoding and decoding models in cognitive electrophysiology and provide a practical guide toward conducting experiments and analyses in this emerging field. Our examples focus on using linear models in the study of human language and audition. We show how to calculate auditory receptive fields from natural sounds as well as how to decode neural recordings to predict speech. The paper aims to be a useful tutorial to these approaches, and a practical introduction to using machine learning and applied statistics to build models of neural activity. The data analytic approaches we discuss may also be applied to other sensory modalities, motor systems, and cognitive systems, and we cover some examples in these areas. In addition, a collection of Jupyter notebooks is publicly available as a complement to the material covered in this paper, providing code examples and tutorials for predictive modeling in python. The aimis to provide a practical understanding of predictivemodeling of human brain data and to propose best-practices in conducting these analyses.}, - journal = {Frontiers in Systems Neuroscience}, - author = {Holdgraf, Christopher Ramsay and Rieger, J.W. and Micheli, C. and Martin, S. and Knight, R.T. and Theunissen, F.E.}, - year = {2017}, - keywords = {Decoding models, Encoding models, Electrocorticography (ECoG), Electrophysiology/evoked potentials, Machine learning applied to neuroscience, Natural stimuli, Predictive modeling, Tutorials} -} - -@book{ruby, - title = {The Ruby Programming Language}, - author = {Flanagan, David and Matsumoto, Yukihiro}, - year = {2008}, - publisher = {O'Reilly Media} -} diff --git a/requirements.txt b/requirements.txt deleted file mode 100644 index 7e821e4..0000000 --- a/requirements.txt +++ /dev/null @@ -1,3 +0,0 @@ -jupyter-book -matplotlib -numpy diff --git a/_build/html/search.html b/search.html similarity index 100% rename from _build/html/search.html rename to search.html diff --git a/_build/html/searchindex.js b/searchindex.js similarity index 100% rename from _build/html/searchindex.js rename to searchindex.js