You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A primer resource for AI readiness in the community, hosted as a Quarto website via GitHub Pages.
4
+
5
+
## About
6
+
7
+
This repository hosts resources consolidated into a primer for community use. The site is built using [Quarto](https://quarto.org/) and automatically published to GitHub Pages.
8
+
9
+
## View the Site
10
+
11
+
The published site is available at: https://esipfed.github.io/ai-readiness-primer/
12
+
13
+
## Local Development
14
+
15
+
### Prerequisites
16
+
17
+
-[Quarto](https://quarto.org/docs/get-started/) installed on your system
18
+
19
+
### Building Locally
20
+
21
+
To preview the site locally:
22
+
23
+
```bash
24
+
quarto preview
25
+
```
26
+
27
+
To render the site:
28
+
29
+
```bash
30
+
quarto render
31
+
```
32
+
33
+
The rendered site will be in the `_site` directory.
34
+
35
+
## Contributing
36
+
37
+
Contributions are welcome! To contribute:
38
+
39
+
1. Fork the repository
40
+
2. Create a new branch for your changes
41
+
3. Make your changes to the `.qmd` files
42
+
4. Test locally with `quarto preview`
43
+
5. Submit a pull request
44
+
45
+
## Project Structure
46
+
47
+
-`_quarto.yml` - Quarto project configuration
48
+
-`index.qmd` - Homepage content
49
+
-`about.qmd` - About page content
50
+
-`styles.css` - Custom CSS styles
51
+
-`.github/workflows/publish.yml` - GitHub Actions workflow for publishing
52
+
53
+
## Deployment
54
+
55
+
The site is automatically built and deployed to GitHub Pages when changes are pushed to the `main` branch. The workflow uses GitHub Actions and the official Quarto action.
The AI Readiness Primer is a collaborative effort to provide resources and guidance for organizations and individuals looking to understand and prepare for AI adoption.
8
+
9
+
## Purpose
10
+
11
+
This primer aims to:
12
+
13
+
- Provide foundational knowledge about AI readiness
14
+
- Consolidate best practices and resources
15
+
- Support community learning and collaboration
16
+
- Enable organizations to assess and improve their AI readiness
17
+
18
+
## Community
19
+
20
+
This project is maintained by ESIP Fed and welcomes contributions from the community.
This is a primer resource for AI readiness in the community. This site consolidates resources and information to help organizations and individuals prepare for and adopt AI technologies effectively.
8
+
9
+
## Getting Started
10
+
11
+
Explore the resources available in the navigation menu to learn more about AI readiness.
12
+
13
+
## Contributing
14
+
15
+
This is a community resource. Contributions are welcome! Please see the repository for information on how to contribute.
0 commit comments