This repository contains the source code and content for the official website of the NEU-ModelBest Data Intelligence Joint Lab at Northeastern University, China.
Website: neuir.github.io
_data/: publications, projects, and structured site content_members/: team member profiles_posts/: news and announcementsimages/: images and other static assets
The site is built with Jekyll. Ruby 3.3 is used in continuous integration.
bundle install
bundle exec jekyll serveThe local site is available at http://localhost:4000.
To create a production build:
JEKYLL_ENV=production bundle exec jekyll buildChanges pushed to main are built by GitHub Actions and deployed to the gh-pages branch.
This website is based on the Lab Website Template developed by Greene Lab.
The website source code is distributed under the BSD 3-Clause License. Third-party materials remain subject to their respective terms. Unless otherwise stated, original website content is copyright © 2026 NEU-ModelBest Data Intelligence Joint Lab.