Chinese

Support This Project

If this free open-source UGA Athens housing guide saved you time, please give the project a star.

The repo is at github.com/liaoyanqing666/UGA_Athens_Renting. If you spot issues or have suggestions, open an Issue.

Star on GitHub

Update Data

Update the UGA Athens Renting Dataset

Suggestions of any size are useful. The project is a static site backed by Excel files. If you just want to report a mistake, the first two methods are enough. If you want to maintain the data yourself, the third method walks through the full contribution flow.

Method 1

Open an Issue

  1. If you find missing data, price changes, or mistakes, open a GitHub issue directly.
  2. Include the apartment name, the fields that need updates, and the corrected values if you have them.

Method 2

Contact the Author

  1. If you do not use GitHub, or you want to coordinate directly, contact the author instead.
  2. When possible, send the apartment name, target fields, and replacement values in one message to reduce back-and-forth.
  3. QQ Mail: 1793706453@qq.com; UGA Mail: sl64343@uga.edu.

Method 3

Edit the Excel Files and Rebuild JSON

  1. Fork the repository to your own GitHub account.
  2. Update both 26fall renting.xlsx and 26fall renting EN.xlsx if you want the Chinese and English sites to stay aligned.
  3. Run python scripts/build_data.py to regenerate data/apartments.json and data/apartments_EN.json.
  4. Open both language versions locally and verify that the pages render correctly.
  5. Commit the updated Excel files and generated JSON files, then open a Pull Request.