Files
landing_page/backend/seed/data/members.json
T
Godopu fb6881070c feat(backend,docker,docs): implement Go/Gin/SQLite REST API server, Docker containerization, and architecture specifications
- Implement standalone Go backend API server using Gin and pure-Go SQLite (modernc.org/sqlite)
- Add 11-table schema DDL migrations (000001_init.up.sql) based on DATA_TABLE.md
- Add seed data ingestion tool (cmd/seed) and static TypeScript content exporter (cmd/export-content)
- Add configuration loader (internal/config) supporting environment variables and .env files (HOST, PORT, DB_PATH, GIN_MODE, CORS_ALLOW_ORIGINS, AUTO_MIGRATE)
- Add lightweight multi-stage Dockerfile and docker-compose.yml with persistent SQLite volume
- Add comprehensive architecture specification (ARCHITECTURE.md) and REST API interface specification (API_INTERFACE.md)
- Harmonize frontend publications page to consume isHighlight flag from database-synced content
2026-08-24 17:34:51 +09:00

146 lines
3.2 KiB
JSON

[
{
"name_ko": "고석주",
"name_en": "Seok-Joo Koh",
"degree": "Professor",
"affiliation": null,
"email": "sjkoh@knu.ac.kr",
"is_advisor": true,
"display_order": 1
},
{
"name_ko": "최동규",
"name_en": "Dong-Kyu Choi",
"degree": "PhD",
"affiliation": null,
"email": null,
"is_advisor": false,
"display_order": 2
},
{
"name_ko": "남혜빈",
"name_en": "Hye-Been Nam",
"degree": "PhDCandidate",
"affiliation": null,
"email": null,
"is_advisor": false,
"display_order": 3
},
{
"name_ko": "임도현",
"name_en": "Dohyeon Lim",
"degree": "PhDStudent",
"affiliation": null,
"email": null,
"is_advisor": false,
"display_order": 4
},
{
"name_ko": "최준혁",
"name_en": "Jun-Hyeok Choi",
"degree": "PhDStudent",
"affiliation": null,
"email": null,
"is_advisor": false,
"display_order": 5
},
{
"name_ko": "신광선",
"name_en": "Gwang-Seon Shin",
"degree": "MSCandidate",
"affiliation": null,
"email": null,
"is_advisor": false,
"display_order": 6
},
{
"name_ko": "이환웅",
"name_en": "Hwan-Woong Lee",
"degree": "MSStudent",
"affiliation": null,
"email": null,
"is_advisor": false,
"display_order": 7
},
{
"name_ko": "Hoang Anh Dang",
"name_en": "Hoang Anh Dang",
"degree": "MSStudent",
"affiliation": null,
"email": null,
"is_advisor": false,
"display_order": 8
},
{
"name_ko": "김민희",
"name_en": "Minhee Kim",
"degree": "PhDCandidate",
"affiliation": "School of Computer Science and Engineering",
"email": null,
"is_advisor": false,
"display_order": 9
},
{
"name_ko": "김근솔",
"name_en": "Keun-Sol Kim",
"degree": "PhDCandidate",
"affiliation": "Department of Information Security",
"email": null,
"is_advisor": false,
"display_order": 10
},
{
"name_ko": "민성준",
"name_en": "Sung-Jun Min",
"degree": "PhDCandidate",
"affiliation": "Department of Information Science",
"email": null,
"is_advisor": false,
"display_order": 11
},
{
"name_ko": "최진원",
"name_en": "Jin-Won Choi",
"degree": "PhDStudent",
"affiliation": "Department of Science and Technology",
"email": null,
"is_advisor": false,
"display_order": 12
},
{
"name_ko": "정기수",
"name_en": "Ki-Soo Jung",
"degree": "PhDStudent",
"affiliation": "Department of Science and Technology",
"email": null,
"is_advisor": false,
"display_order": 13
},
{
"name_ko": "이미주",
"name_en": "Mi-Joo Lee",
"degree": "PhDStudent",
"affiliation": "Department of ICT Convergence",
"email": null,
"is_advisor": false,
"display_order": 14
},
{
"name_ko": "박유나",
"name_en": "Yunah Park",
"degree": "MSCandidate",
"affiliation": "Department of Information Security",
"email": null,
"is_advisor": false,
"display_order": 15
},
{
"name_ko": "박채영",
"name_en": "Chae-Young Park",
"degree": "MSCandidate",
"affiliation": "Department of Information Science",
"email": null,
"is_advisor": false,
"display_order": 16
}
]