generated from entelecheia/course-template-i18n
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from entelecheia/entelecheia/issue1
- Loading branch information
Showing
31 changed files
with
430 additions
and
175 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,34 +5,38 @@ author: Young Joon Lee | |
build_and_release: true | ||
code_template_answers_file: .copier-hyfi-config.yaml | ||
code_template_source: '' | ||
codecov_graph_token: usYkLC6aBx | ||
codecov_graph_token: FZ6rvEttdM | ||
copyright_year: 2024 | ||
documentaion_tool: jupyter-book | ||
documentation_url: https://entelecheia.github.io/course-template-i18n | ||
documentation_url: https://nlp4ss.entelecheia.ai | ||
email: [email protected] | ||
favicon_path: https://assets.entelecheia.ai/favicon.png | ||
friendly_name: Course Template Internationalization | ||
github_repo_name: course-template-i18n | ||
friendly_name: NLP for Social Science | ||
github_repo_name: nlp4ss | ||
github_username: entelecheia | ||
google_analytics_id: G-BQJE5V9RK2 | ||
logo_path: '' | ||
main_branch: main | ||
open_link: true | ||
package_name: coursetempi | ||
package_name: nlp4ss | ||
package_scripts: | ||
- coursetempi = 'coursetempi.__cli__:main' | ||
- nlp4ss = 'nlp4ss.__cli__:main' | ||
poe_task_files: | ||
- .tasks.toml | ||
- .tasks-extra.toml | ||
project_description: This project provides a comprehensive and flexible template for | ||
creating and managing multilingual online courses. It leverages GitHub for version | ||
control and Jupyter Book for interactive content delivery, enabling educators | ||
to easily develop, maintain, and share their educational materials across different | ||
languages and cultures. | ||
project_description: NLP for Social Science (nlp4ss) is a comprehensive, multilingual | ||
course and toolkit designed to bridge the gap between natural language processing | ||
(NLP) and social science research. This project provides researchers, students, | ||
and practitioners with the knowledge and tools to apply cutting-edge NLP techniques | ||
to social science questions. It covers a wide range of topics, including text | ||
preprocessing, sentiment analysis, topic modeling, and machine learning applications | ||
in social contexts. With interactive Jupyter notebooks, hands-on examples, and | ||
real-world case studies, nlp4ss offers a practical approach to integrating computational | ||
methods into social science research. | ||
project_license: CC-BY-4.0 | ||
project_name: course-template-i18n | ||
project_short_description: Multilingual course creation template with interactive | ||
documentation support for international audiences | ||
project_name: nlp4ss | ||
project_short_description: A course on applying natural language processing (NLP) | ||
techniques for social science research. | ||
upload_to_release: true | ||
upload_to_repository: true | ||
use_launch_buttons: true | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Changes here will be overwritten by Copier; do NOT edit manually | ||
_commit: v0.31.0 | ||
_src_path: gh:entelecheia/hyperfast-docker-template | ||
app_dirname: course_temp | ||
app_dirname: nlp4ss | ||
app_install_root: /workspace | ||
author: Young Joon Lee | ||
build_images_from_dockerfile: true | ||
|
@@ -15,8 +15,8 @@ docker_container_uid: 9001 | |
docker_container_username: dev | ||
docker_image_variant_name: base | ||
docker_image_version_variable_name: IMAGE_VERSION | ||
docker_name_prefix: COURSE_TEMP | ||
docker_project_name: course-template-i18n | ||
docker_name_prefix: NLP4SS | ||
docker_project_name: nlp4ss | ||
docker_registry: ghcr.io | ||
docker_run_command: zsh | ||
docker_service_name: workspace | ||
|
@@ -25,7 +25,7 @@ docker_username: entelecheia | |
email: [email protected] | ||
enable_nvidia_gpu: true | ||
friendly_name: Course Template | ||
github_repo_name: course-template-i18n | ||
github_repo_name: nlp4ss | ||
github_username: entelecheia | ||
install_dotfiles: true | ||
jupyter_host_port: 19871 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
# .readthedocs.yaml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the version of Python and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.10" | ||
jobs: | ||
pre_build: | ||
# Generate on-the-fly Sphinx configuration from Jupyter Book's _config.yml | ||
- "jupyter-book config sphinx book/" | ||
|
||
formats: | ||
- epub | ||
|
||
# Optionally declare the Python requirements required to build your docs | ||
python: | ||
install: | ||
- requirements: book/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1 @@ | ||
<!--next-version-placeholder--> | ||
|
||
## v0.2.0 (2024-07-08) | ||
|
||
### Feature | ||
|
||
* **language_switcher:** Add language switcher functionality in multiple locations ([`5fce548`](https://github.com/entelecheia/course-template-i18n/commit/5fce548c5f291dcfdf147347722d950e8d6526a4)) | ||
* **language:** Add language selector and post-processing script ([`c1e30f3`](https://github.com/entelecheia/course-template-i18n/commit/c1e30f331738e878134bfc921c4531a6ab3bf2b8)) | ||
* **build:** Add build script for books with language support ([`d23760c`](https://github.com/entelecheia/course-template-i18n/commit/d23760c65b86512889313492dce24dc8f47b02ab)) | ||
* **book:** Add publish script for building HTML ([`abdc4f1`](https://github.com/entelecheia/course-template-i18n/commit/abdc4f1e36f5f8b29980a63bebd4e09e53375e99)) | ||
* **language_redirect:** Add language-based redirection logic ([`3b1f44b`](https://github.com/entelecheia/course-template-i18n/commit/3b1f44b3b6c58dd984fceddf4b37ae214698a8d8)) | ||
* **language-selector:** Add CSS styles for language selector ([`b6c6dae`](https://github.com/entelecheia/course-template-i18n/commit/b6c6daebacc28f99d3cab16bc833959d221060a7)) | ||
* **book:** Add Google Fonts integration ([`f44d6d7`](https://github.com/entelecheia/course-template-i18n/commit/f44d6d70191be5e3e34aac4ab46233b4efc9ba9f)) | ||
* **language-selector:** Add styles for language selector ([`536f8cb`](https://github.com/entelecheia/course-template-i18n/commit/536f8cbaa7c70a87378bebe5eff7299883094193)) | ||
|
||
### Fix | ||
|
||
* **docs:** Update build script in deploy workflow ([`5c80307`](https://github.com/entelecheia/course-template-i18n/commit/5c80307549b6471ad426b09e3c850451482928c8)) | ||
* **lang-redirect:** Correct redirection URL to include index.html ([`558959a`](https://github.com/entelecheia/course-template-i18n/commit/558959ab07188d011d47c5ca1cfbb8aa8e3b4a98)) | ||
|
||
## v0.1.0 (2024-07-07) | ||
|
||
### Feature | ||
|
||
* **config:** Update project to support internationalization ([`f9bfc0c`](https://github.com/entelecheia/course-template-i18n/commit/f9bfc0c992afcfb59c9ee092a028b3e172bc5b3f)) | ||
|
||
### Fix | ||
|
||
* **makefile:** Correct file paths in remove-template target ([`2a16e79`](https://github.com/entelecheia/course-template-i18n/commit/2a16e796626bb158338f667290e013f6f8875b35)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.