From 5bdcc01f60b09d058b63b0f48bc2b178bcac0671 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Tue, 14 Apr 2026 23:33:15 +0700 Subject: [PATCH] docs: note original data source URL (now inaccessible) --- 2016/README.md | 2 +- 2016/docs/project-overview-pdr.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/2016/README.md b/2016/README.md index 6fcd788..4c04d76 100644 --- a/2016/README.md +++ b/2016/README.md @@ -39,4 +39,4 @@ React 19 · Vite · sql.js (WASM) · better-sqlite3 (build-time only) · GitHub - [System architecture](./docs/system-architecture.md) - [Deployment guide](./docs/deployment-guide.md) -**Source**: Collected from news sites at the time · Data is for reference only. +**Source**: Originally published at (currently inaccessible). Data is for reference only. diff --git a/2016/docs/project-overview-pdr.md b/2016/docs/project-overview-pdr.md index 5891649..9249e0a 100644 --- a/2016/docs/project-overview-pdr.md +++ b/2016/docs/project-overview-pdr.md @@ -27,6 +27,8 @@ Provide a public lookup tool for Vietnam's 2016 National High School Graduation Excel files (`.xlsx`/`.xls`) collected from newspapers and exam clusters in 2016, stored in `data/`. One file per cluster, with several different column layouts (see `scripts/build-database.js`). +Original aggregator link: — no longer accessible, so the raw Excel files are mirrored in this repo under `data/`. + ## Status Stable. Data is frozen. Recent work focuses on UX polish (dark mode, accessibility, diacritics-insensitive search).