Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,3 +179,9 @@ Finally, thanks to the following some basic boilerplates / inspiration:
- [Tiny ANTLR Language](https://github.com/bkiers/tiny-language-antlr4/tree/master) under the [Unlicense License](https://github.com/bkiers/tiny-language-antlr4/blob/master/UNLICENSE).

Note that additional open source libraries used by the model pipeline are discussed at [https://github.com/SchmidtDSE/plastics-pipeline](https://github.com/SchmidtDSE/plastics-pipeline).

<br>

Retrospectives
--------------------------------------------------------------------------------
As an open source project, we record major security or reliability incidents publicly. We have 1 report to mention: we had a near-miss as described in [20250611-GlobalPlasticsTool-Polyfill](https://github.com/SchmidtDSE/retrospectives/blob/main/20250611_GlobalPlasticsTool_Polyfill.md) in which we do not believe users were impacted.
12 changes: 0 additions & 12 deletions template/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,6 @@ <h1>Global Plastics AI Policy Tool </h1>

$target

<!-- Check for errors -->
<script src="https://js.sentry-cdn.com/2ee7c86623d4fda26896db4fd757096f.min.js" crossorigin="anonymous"></script>

<script type="text/javascript">
Sentry.init({
ignoreErrors: [
// Spurious error from safe links scanner
"Non-Error promise rejection captured with value: Object Not Found Matching Id:",
],
});
</script>

<!-- Check browser and load shim -->
<script type="text/javascript" src="third_party/ua-parser.min.js"></script>
<script type="text/javascript">
Expand Down