An Undergraduate Lecture Series for the Foundations of Computational Economics (Chinese Language)
When working on the lectures it is useful to install the quantecon environment for executing and building the lectures locally.
This can be done using conda by:
conda env create -f environment.yml
or within China it is best to use the environment-cn.yml
conda env create -f environment-cn.yml
This repo is a testing ground for the development of a high-quality Chinese language version of the introductory lecture site.
This project will initially undertake a manual editing process (with the assistance of AI to generate the new source material) with the eventual goal of automating as much of the conversion process as possible. This will include iterating and tracking changes to see if we can (a) improve the initial AI conversion, and (b) think about the future editing experience for improvements to future workflows (ie. how to keep the english and chinese versions in sync ENGLISH -> CHINESE; ENGLISH<->CHINESE)
Aim: To deliver a high quality Chinese language version of the intro lecture series
Role | Lead |
---|---|
ChatGPT / AI | Humphrey |
Editorial and Workflow | Longye and Sylvia |
GitHub Integration | Matt |
Schedule:
Target Date | Milestone |
---|---|
15th September 2024 | Jupyter Book powered version building with HTML |
30th September 2024 | Version 1 to share more broadly with teams |
Oct - Nov 2024 | Technical refinements in editorial workflow process (identify future software development needs) |
Organisation of Repo:
converter/
and documentation in converter/README.md
lectures
etc.Aim: To improve workflows to increase automation to allow for translations to be more automated, and improve the ability to maintain different language versions and keep them in sync.
Improvements to:
Aim: Generalise what we have learnt on maintaining different languages and work with broader open-source community to release tools that enable other sites to maintain multiple language sites.