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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,10 @@ Before creating a new version on GitHub, don't forget to bump the versions of th

- **[ARASAAC](https://arasaac.org/)** - Aragonese Portal of Augmentative and Alternative Communication, providing pictograms and resources under Creative Commons license

## Legacy Oer Aggregator

The legacy Oer aggregator implementation is available on this branch: https://github.com/edufeed-org/oer-finder-plugin/tree/legacy-oer-aggregator, reasoning why it was transformed to the oer-proxy can be seen here https://github.com/edufeed-org/oer-finder-plugin/pull/147

## Funding
This project is being funded by the BMBSFJ.

Expand Down
5 changes: 3 additions & 2 deletions docs/nostr-events.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
The system uses Nostr events following the AMB (A Metadata Bundle) format to represent OER resources. These events are stored on AMB relays and queried by the proxy through the `nostr-amb-relay` adapter.

### EduFeed Metadata Event (kind 30142)
Educational metadata based on the [EduFeed NIP](https://github.com/edufeed-org/nips/blob/edufeed-amb/edufeed.md) and [AMB Data Model](https://dini-ag-kim.github.io/amb/latest/). Contains:
Educational metadata based on the [EduFeed AMB NIP](https://github.com/edufeed-org/nips/blob/edufeed-amb/AMB.md) and [AMB Data Model](https://dini-ag-kim.github.io/amb/latest/). Contains:
- Educational metadata (learning resource type, audience, educational level)
- Licensing information (license URI, accessibility)
- Descriptive metadata (name, description, keywords, language)
- Temporal metadata (creation, publication, modification dates)
- Important: It is expected that the url to the image is the final image resource, not a front page protecting the image
- Important: It is expected that the url to e.g. an image is the final image resource, not a front page protecting the image

## Nostr Event Examples for an Image

Expand Down Expand Up @@ -64,6 +64,7 @@ docker compose run --rm nak event -k 30142 \

## Related Standards

- [NIP-AMB](https://github.com/edufeed-org/nips/blob/edufeed-amb/AMB.md) - AMB NIP
- [NIP-94](https://nips.nostr.com/94) - File Metadata (kind 1063)
- [NIP-09](https://nips.nostr.com/9) - Event Deletion
- [AMB Data Model](https://dini-ag-kim.github.io/amb/latest/) - Educational metadata standard
Expand Down
Loading