-
Notifications
You must be signed in to change notification settings - Fork 12
Some fixes that were destined for the new site, but... #209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| FROM klakegg/hugo:0.82.1-ext-alpine-onbuild | ||
| FROM klakegg/hugo:0.101.0-ext-asciidoctor-onbuild |
| Original file line number | Diff line number | Diff line change | ||||||
|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,21 @@ | ||||||||
| --- | ||||||||
| title: "Conformance" | ||||||||
| featured_image: '' | ||||||||
| --- | ||||||||
|
|
||||||||
| ## Introduction | ||||||||
|
|
||||||||
| TBD | ||||||||
|
|
||||||||
| ## Checklist | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
|
||||||||
| TBD | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
|
||||||||
| ## Program Details | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
|
||||||||
| https://github.com/c2pa-org/conformance-public | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
|
||||||||
| ## Interested in participating? | ||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
|
|
||||||||
| https://docs.google.com/forms/d/e/1FAIpQLSds0w9DHq_x9iFoQ3sM_a3n9-m_yPRkGEuInCDmc7FBbTCd4w/viewform | ||||||||
|
|
||||||||
|
Comment on lines
+20
to
+21
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| build: | ||
| list: never | ||
| render: never | ||
| title: "Digital Source Types" | ||
| featured_image: '' | ||
| --- |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| --- | ||
| title: "Digital Source Type: Empty" | ||
| featured_image: '' | ||
| --- | ||
|
|
||
|
|
||
| [%noheader] | ||
| [cols="1,1,1,1"] | ||
| |=== | ||
| 4+| *Concept* ID (QCode) = digsrctype:empty, ID (URI) = http://c2pa.org/digitalsourcetype/empty | ||
|
|
||
| | *Type*: cpnat:abstract | ||
| | *Created*: 2025-06-15T19:58:50.916Z | ||
| | *Modified*: 2025-06-15T19:58:50.916Z | ||
| | *Retired*: | ||
|
|
||
| 4+| *Name* (en): Empty media | ||
|
|
||
| 4+| *Definition* (en): Media whose digital content is effectively empty, such as a blank canvas or zero-length video. | ||
|
|
||
| 4+| *Member of scheme*: http://c2pa.org/digitalsourcetype/ | ||
| |=== |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,21 @@ | ||
| --- | ||
| title: "Digital Source Type: Trained Algorithmic Data" | ||
| featured_image: '' | ||
| --- | ||
|
|
||
| [%noheader] | ||
| [cols="1,1,1,1"] | ||
| |=== | ||
| 4+| *Concept* ID (QCode) = digsrctype:trainedAlgorithmicMedia, ID (URI) = http://c2pa.org/digitalsourcetype/trainedAlgorithmicData | ||
|
|
||
| | *Type*: cpnat:abstract | ||
| | *Created*: 2025-06-15T19:58:50.916Z | ||
| | *Modified*: 2025-06-15T19:58:50.916Z | ||
| | *Retired*: | ||
|
|
||
| 4+| *Name* (en): Data created using Generative AI | ||
|
|
||
| 4+| *Definition* (en): Data that is the result of algorithmically using a model derived from sampled content and data. Differs from http://cv.iptc.org/newscodes/digitalsourcetype/trainedAlgorithmicMedia in that the result isn’t a media type (e.g., image or video) but is a data format (e.g., CSV, pickle). | ||
|
|
||
| 4+| *Member of scheme*: http://c2pa.org/digitalsourcetype/ | ||
| |=== |
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.