Who Are We?

Lead Faculty

Wei Chen

Wei Chen, Associate Professor, University of Connecticut

Wei Chen is an Associate Professor of Operations and Information Management (OPIM) at the School of Business, University of Connecticut. He is also the academic director of the UConn Digital Frontiers Initiative. Wei's current research focuses on the design and governance of generative AI. His work on Platforms, Crowds, and Financial Technologies (FinTech) has been published in leading academic journals, such as Management Science, Information Systems Research, and MIS Quarterly. Wei teaches OPIM 5515 Generative AI for Business in the graduate programs at UConn School of Business to MS BAPM, MS FinTech, and MBA students, and frequently speaks to industry partners and conferences on GenAI.

Liwei Chen

Liwei Chen, Associate Professor, University of Cincinnati

Liwei Chen is an Associate Professor in the Department of Operations, Business Analytics, and Information Systems at the Carl H. Lindner College of Business at the University of Cincinnati. Liwei’s research focuses on the empowering roles of IT in healthcare and business contexts. She has published in leading academic journals such as MIS Quarterly, Information Systems Research, Journal of the Association for Information Systems, European Journal of Information Systems, and Journal of Medical Internet Research. She teaches Generative AI for Business both in the graduate programs at Lindner College of Business.

Contributors

Research Assistants

  • Eric Chen (High School Junior): Helped compile the resources page.
  • Sana Lulat (UConn Undergraduate): Helped process and cut the course videos.
  • Seamus Kelliher (UConn Undergraduate): Helped process and cut the course videos.
  • Shivangi Chamoli (UConn MSBAPM Student): Helped edit the course page.

How to Contribute?

What is GenAI4All.org?

GenAI4All.org is an open-source educational platform hosted on GitHub Pages. Our mission is to make GenAI accessible to everyone. All our content and code are available at our GitHub repository.

How to Contribute?

If you're new to GitHub, this official tutorial video explains the contribution process:

GitHub Contribution Tutorial

We welcome contributions from everyone! Here's how you can help improve GenAI4All:

Step 1: Fork the Repository

Start by creating your own copy (fork) of our repository:

  1. Go to https://github.com/GENAI4ALL/GENAI4ALL.github.io
  2. Click the "Fork" button in the top-right corner
  3. This creates a copy of the repository in your GitHub account

Step 2: Clone Your Fork

Next, download your fork to your local machine:

git clone https://github.com/YOUR-USERNAME/GENAI4ALL.github.io.git cd GENAI4ALL.github.io

Step 3: Create a Branch

Create a new branch for your changes:

git checkout -b your-feature-name

Step 4: Make Your Changes

Edit files or add new content. You can:

  • Add new resources to the resources page
  • Improve course materials
  • Fix errors or typos
  • Enhance the site design

Step 5: Commit and Push

Save your changes and upload them to your fork:

git add . git commit -m "Brief description of your changes" git push origin your-feature-name

Step 6: Create a Pull Request

Submit your changes for review:

  1. Go to your fork on GitHub
  2. Click "Compare & pull request"
  3. Write a title and description for your changes
  4. Click "Create pull request"

Contribution Guidelines

  • Focus on open-source resources only
  • Provide accurate information and proper attribution
  • Follow the existing code style and formatting
  • Test your changes before submitting

Thank you for helping make GenAI accessible to all!