Official website for the joint MSc in Electronics Science and Technology program between the Cyprus University of Technology (CUT) in Cyprus and Hangzhou Dianzi University (HDU) in China.
This is a collaborative master's program that combines the expertise of two leading institutions in electronics and technology education. The program offers:
- International Collaboration: Joint degree from CUT (Cyprus) and HDU (China)
- Comprehensive Curriculum: 6-semester program covering electronics, technology, and research
- Research Focus: Emphasis on practical research and thesis work
- Multilingual Support: Website available in English and Chinese
- Program Information: Detailed course structure across 6 semesters
- Faculty Profiles: Meet the academic staff and coordinators
- Publications: Latest research publications from students and faculty
- News & Updates: Program announcements and latest developments
- Contact Information: Easy access to program coordinators
- Multilingual: Full support for English and Chinese languages
- Static Site Generator: Hugo
- Theme: Wowchemy Research Group Theme
- Deployment: Netlify
- Content Management: Markdown-based with Hugo shortcodes
- Hugo Extended 0.97.3 (pinned in
netlify.toml) - Go 1.15+ (for Hugo modules)
- Clone the repository and enter the project directory.
- Install Hugo modules:
hugo mod get
- Start the development server (
-Dincludes drafts):hugo server -D
- Open http://localhost:1313 in your browser.
Content is bilingual. Each page under content/en/ has a translated mirror under content/zh/ with identical folder and file names.
content/en/— English (default language)content/zh/— Simplified Chinesecontent/en/program/— Program overview and semester-by-semester course catalogcontent/en/authors/— Faculty profiles (folder name = author slug, e.g.ChristakisDamianou)content/en/publication/— Student theses and research outputcontent/en/post/— News and announcements
The website is automatically deployed to Netlify when changes are pushed to the main branch. The live site is available at https://mscet.cut.ac.cy/.
To update content:
- Edit the appropriate Markdown files in the
content/directory - Test locally with
hugo server - Commit and push changes
- Netlify will automatically rebuild and deploy
For questions about the program, see the People page. For technical issues with the website, open an issue on this repository.
This website is built using the Wowchemy Research Group Theme which is licensed under the MIT License.