This repository contains the public bilingual website for Hou Shengren. The site is positioned as a public personal profile for an energy technology entrepreneur and researcher, not as an internal company site or an academic-only homepage.
- Present a public profile for readers in academia, industry, media, and collaboration networks.
- Explain current work across electricity markets, AI decision systems, storage and flexibility, and energy digitalization.
- Provide a curated record of public milestones without exposing private or internal information.
The main site pages are maintained in both English and Chinese on the same routes:
AboutNewsResearchPublicationsCVContact
- Use only public-safe summaries.
- Do not publish phone numbers, detailed addresses, birth dates, private identifiers, or internal company operating details.
- Do not publish financing structure, equity terms, customer specifics, contracts, hiring plans, internal meeting notes, or government-relations details.
- Treat the
Newspage as a manually curated public milestones page, not as an internal changelog.
- Update the page content under
_pages/. - Keep
Newsreverse-chronological and public-safe. - Run
py -3 scripts/verify_public_site.pyafter content changes. - If Ruby and Bundler are available, build locally with
bundle exec jekyll build. - If local Ruby is unavailable, rely on the GitHub Actions Pages workflow for build verification.
This repository is now treated as a personal GitHub Pages user site.
- Target canonical public URL:
https://shengrenhou.github.io/ - Repository path:
ShengrenHOU/shengrenhou.github.io - Default branch:
master - No custom domain is configured in this round.
- The repository ownership was transferred from
EnergyQuantResearchtoShengrenHOU. - The repository name was normalized to
shengrenhou.github.io. git remote -vshould point toShengrenHOU/shengrenhou.github.io.- No
CNAMEfile exists in the repository. _config.ymlis configured for a personal Pages site withbaseurl: "".- The canonical public site is
https://shengrenhou.github.io/.
- GitHub Actions builds the Jekyll site and deploys the generated
_siteoutput to GitHub Pages. - The workflow and
_config.ymlare configured for personal Pages hosting athttps://shengrenhou.github.io/.