https://github.com/protontypes/open-traceability
A framework that enables consistent assessment across environmental claims by breaking the knowledge-creation process into traceability dimensions covering evidence, methods, execution, review, publication, and linkage
https://github.com/protontypes/open-traceability
Last synced: 29 days ago
JSON representation
A framework that enables consistent assessment across environmental claims by breaking the knowledge-creation process into traceability dimensions covering evidence, methods, execution, review, publication, and linkage
- Host: GitHub
- URL: https://github.com/protontypes/open-traceability
- Owner: protontypes
- License: mit
- Created: 2026-05-14T12:09:39.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2026-05-21T11:12:47.000Z (about 1 month ago)
- Last Synced: 2026-05-21T19:42:41.679Z (about 1 month ago)
- Language: HTML
- Size: 12.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Open Traceability
A framework that enables consistent assessment across environmental claims by breaking the knowledge-creation process into traceability dimensions covering evidence, methods, execution, review, publication, and linkage.
## Repository Structure
- `docs/`: Core documentation and project planning
- `definition.md`: The Open Traceability Definition
- `website/`: Design specs, branding, and content drafts
- `branding/`: Branding assets and [Figma Links](docs/website/branding/README.md)
- `content/`: Landing page and audience-specific copy
- `web/`: Source code for the static website
- `content/`: Page content (Markdown)
- `data/`: Structured data (YAML) used throughout the site
- `assets/`: Shared images, icons, and infographics
## Running the Website
The website is built using [Hugo](https://gohugo.io/).
### Prerequisites
- [Hugo](https://gohugo.io/installation/) (extended version recommended)
### Local Development
1. Navigate to the `web` directory:
```bash
cd web
```
2. Start the Hugo development server:
```bash
hugo server -D
```
3. Open your browser to `http://localhost:1313`.
### Building for Production
To generate the static site files in the `web/public` directory:
```bash
cd web
hugo
```
## Contributing
Please place your documentation and drafts in the appropriate `docs/` subfolder. For website-related design, use the `docs/website/branding` folder to link Figma assets.
To contribute directly to the website content:
- Update page text in `web/content/`.
- Update structured data in `web/data/`.