Skip to content

Commit 3ad441b

Browse files
committed
updates to website
1 parent 04dad35 commit 3ad441b

File tree

5 files changed

+24
-87
lines changed

5 files changed

+24
-87
lines changed

CLAUDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,7 @@ The site uses a two-stage deployment process:
195195
- Publishes built site to `deploy` branch
196196
- Uses `peaceiris/actions-gh-pages` action
197197

198-
2. **Netlify** serves the pre-built site from the `deploy` branch:
199-
- No build step on Netlify (configured in `netlify.toml`)
200-
- Simply serves static files from the branch
198+
2. **GitHub Pages** serves the pre-built site from the `deploy` branch, with **Cloudflare** handling DNS routing
201199
- Live site: **www.i3open.org**
202200

203201
Simply commit and push changes to `main` to trigger the build and deployment. No need to manually run `quarto render`.

README.md

Lines changed: 4 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# Innovation Information Initiative () Website
1+
# Innovation Information Initiative (i3) Website
22

33
[![Build Quarto](https://github.com/Innovation-Information-Initiative/i3_website/actions/workflows/quarto-build.yml/badge.svg)](https://github.com/Innovation-Information-Initiative/i3_website/actions/workflows/quarto-build.yml)
44

5-
The official website for the Innovation Information Initiative, built with [Quarto](https://quarto.org/).
5+
The official website for the Innovation Information Initiative, built with [Quarto](https://quarto.org/).
66

77
## Prerequisites
88

@@ -20,7 +20,7 @@ This starts a local development server with live reload.
2020
```bash
2121
quarto render
2222
```
23-
This generates static files in the `_site/` directory. Netlify does this automatically.
23+
This generates static files in the `_site/` directory.
2424

2525
### Adding Content
2626

@@ -40,69 +40,10 @@ Content uses automatic discovery with folder-based organization:
4040

4141
#### Other Content Types
4242
- **Publications**: Add entries to `publications.yml`
43-
- **Essays**: Create individual `.qmd` files
4443
- **Datasets**: Update `datasets.qmd` with dataset information
4544

4645
See `CLAUDE.md` for detailed examples and YAML front matter templates.
4746

48-
### Images
49-
50-
Images are stored with their respective content:
51-
- `events/*/images/` - Event-specific images
52-
- `news/*/images/` - News-specific images
53-
- `/files/images/` - Shared assets, publication logos, legacy images
54-
55-
## Project Structure
56-
57-
```
58-
.
59-
├── _quarto.yml # Main configuration
60-
├── index.qmd # Homepage
61-
├── about.qmd # About page
62-
├── news.qmd # News listing page
63-
├── events.qmd # Events listing page
64-
├── publications.qmd # Publications listing page
65-
├── essays.qmd # Essays page
66-
├── datasets.qmd # Datasets page
67-
├── contact.qmd # Contact page
68-
├── publications.yml # Publications data
69-
├── *.css # Stylesheets
70-
├── _site/ # Output directory (generated by quarto render)
71-
├── events/ # Event content (auto-discovered)
72-
│ └── event-name/
73-
│ ├── index.qmd # Event details
74-
│ └── images/ # Event images
75-
├── news/ # News content (auto-discovered)
76-
│ └── news-item/
77-
│ ├── index.qmd # News article
78-
│ └── images/ # News images
79-
├── files/ # Static assets
80-
│ ├── images/ # Shared images
81-
│ └── includes/ # Reusable content snippets
82-
└── MIGRATION_GUIDE.md # Content migration instructions
83-
```
84-
85-
## Configuration
86-
87-
### Site Settings
88-
89-
Edit `_quarto.yml` to configure:
90-
- Site title and description
91-
- Navigation menu
92-
- Theme and styling
93-
- Search functionality
94-
- Social media integration
95-
96-
### Styling
97-
98-
- `styles.css` - Main stylesheet
99-
- `custom.css` - Homepage custom styles
100-
- Navbar colors defined in `_quarto.yml`
101-
102-
### Analytics
103-
104-
Add your analytics code to `/files/includes/_msclarity.qmd`
105-
10647
## Deployment
10748

10849
The site uses a two-stage deployment process:
@@ -112,14 +53,11 @@ The site uses a two-stage deployment process:
11253
- Publishes built site to `deploy` branch
11354
- Build status shown in badge above
11455

115-
2. **Netlify** serves the pre-built site
116-
- Deploys from `deploy` branch
117-
- No build step on Netlify (just serves static files)
56+
2. **GitHub Pages** serves the pre-built site from the `deploy` branch, with **Cloudflare** handling DNS routing
11857
- **Live site**: www.i3open.org
11958

12059
Simply commit and push changes to `main` to trigger the build and deployment.
12160

12261
## License
12362

12463
Licensed under GPL-3.0. Based on the [Deep Policy Lab website template](https://github.com/deeppolicylab/deeppolicylab.github.io).
125-

about.qmd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ We are supported by the **Alfred P. Sloan Foundation**, with facilitation by **N
2424
- Agnes Cameron
2525
- Dror Shvadron
2626

27+
## Governance
28+
29+
Learn more about how i3 is organized and how decisions are made in our [Governance](governance.qmd) document.
30+
2731
## Code of Conduct
2832

2933
We are committed to providing a welcoming and inclusive environment for all participants. Please review our [Code of Conduct](CODE_OF_CONDUCT.qmd) to understand our community standards and expectations.

contact.qmd

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: "Contact Us"
33
subtitle: "Get in touch with the Innovation Information Initiative"
44
page-layout: full
5+
toc: false
56
---
67

78
{{< include /files/includes/_msclarity.qmd >}}
@@ -14,6 +15,7 @@ All participants are welcome to join the Innovation Information Initiative. We h
1415

1516
For questions, contributions, or to get involved with i3, please reach out using the form below:
1617

18+
```{=html}
1719
<form action="https://formspree.io/f/mkoqwvrp" method="POST">
1820
<div class="mb-3">
1921
<label for="email" class="form-label">Your email:</label>
@@ -25,6 +27,7 @@ For questions, contributions, or to get involved with i3, please reach out using
2527
</div>
2628
<button type="submit" class="btn btn-primary">Send</button>
2729
</form>
30+
```
2831

2932
## Contributing
3033

@@ -35,19 +38,4 @@ We welcome contributions in several areas:
3538
- **Technical Working Group**: Join our regular convenings and technical discussions
3639
- **Feedback**: Help us improve the initiative by sharing your ideas
3740

38-
## Support
39-
40-
The Innovation Information Initiative is supported by the **Alfred P. Sloan Foundation**, with facilitation by **NBER** and the **Knowledge Futures Group**.
41-
42-
## Founding Members
43-
44-
- Adam Jaffe
45-
- Osmat Jefferson
46-
- Samuel Klein
47-
- Matt Marx
48-
- Gaetan de Rassenfosse
49-
- James Weis
50-
- Bronwyn Hall
51-
- Bhaven Sampat
52-
5341

governance.qmd

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Innovation Information Initiative (i3) Governance Document
22

3-
**Version 1.0 | Effective Date: [Insert Date]**
3+
**Version 1.0 | Effective Date: March 1, 2026**
44

55
## 1. Mission and Purpose
66

@@ -14,6 +14,7 @@ The Steering Committee is the primary governing body of i3, responsible for sett
1414

1515

1616
**Decision-Making:**
17+
1718
- Decisions require a simple majority vote
1819
- Quorum: At least 50% of committee members must be present
1920
- Meetings held at least semiannually
@@ -55,6 +56,7 @@ i3 follows a tiered decision-making model designed to balance efficiency with ac
5556
### 6.1 Principles
5657

5758
i3 is committed to fostering an inclusive, respectful, and collaborative community. All members must:
59+
5860
- Treat others with respect and professionalism
5961
- Value diverse perspectives and contributions
6062
- Adhere to principles of open science and reproducibility
@@ -70,6 +72,7 @@ Reports of Code of Conduct violations should be submitted to [designated contact
7072
### 7.1 Default License
7173

7274
All datasets, code, and documentation produced by i3 or with i3 funds should be released under permissive open licenses:
75+
7376
- Data: CC0 or CC-BY 4.0
7477
- Code: MIT, Apache 2.0, or BSD
7578
- Documentation: CC-BY 4.0
@@ -85,27 +88,30 @@ Contributors who use i3 infrastructure or funding agree to license their outputs
8588
## 8. Amendments
8689

8790
This governance document may be amended by:
91+
8892
- Two-thirds vote of the Steering Committee
8993
- Community consultation period (minimum 30 days)
9094

9195
## 9. Dissolution
9296

9397
In the event of dissolution:
98+
9499
- All remaining funds will be transferred another organization supporting open science
95100
- All datasets and tools will remain publicly available
96101
- Documentation will be archived in long-term repositories
97102

98103
## 10. Effective Date and Review
99104

100-
**Effective Date:** [Insert Date]
105+
**Effective Date:** March 1, 2026
101106

102107
**Review Schedule:** This governance document will be reviewed annually by the Steering Committee and updated as needed.
103108

104109
---
105110

106111
## Appendix A: Current Leadership
107112

108-
**Steering Committee:** (need to add term expirations)
113+
**Steering Committee:**
114+
109115
- Adam Jaffe
110116
- Samuel Klein
111117
- Matt Marx
@@ -115,7 +121,10 @@ In the event of dissolution:
115121
- Dror Shvadron
116122

117123
**Project Lead(s):**
124+
118125
- Matt Marx
126+
119127
**Contact Information:**
128+
120129
- Email: mmarx@cornell.edu
121130

0 commit comments

Comments
 (0)