Skip to content

Commit 5808a64

Browse files
authored
Merge branch 'master' into cc-search
2 parents 514623a + 4719139 commit 5808a64

File tree

5 files changed

+40
-1
lines changed

5 files changed

+40
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
username: annatuma
2+
---
3+
name: Anna Tumadóttir
4+
---
5+
md5_hashed_email: c6b98be141f57ce877a7ae10595b0ae0
6+
---
7+
about:
8+
[Anna](https://creativecommons.org/author/annacreativecommons-org/) is Director of Product at Creative Commons. She's `@Anna` on the CC Slack.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
name: collaboration
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
title: X5GON Using CC Catalog API for Image Results
2+
---
3+
categories:
4+
community
5+
cc-catalog
6+
cc-search
7+
announcements
8+
collaboration
9+
---
10+
author: annatuma
11+
---
12+
pub_date: 2020-08-24
13+
---
14+
body:
15+
A few months ago, the Open Education team at Creative Commons made an introduction between the folks working on X5GON and CC Search.
16+
17+
Throughout a few conversations, we quickly discovered that there are many parallels to how we're approaching our work, and some important differences that would allow each of us to benefit from cooperation.
18+
19+
[X5GON](https://www.x5gon.org/) is building an AI-driven platform, focused on delivery of open education resources (OER). At its core, it is building a catalog of OER, upon which other [services](https://www.x5gon.org/platforms/services/) are based, such as analytics for personalized recommendations, and a discovery engine. By aggregating relevant content, curating it with the use of artificial intelligence and machine learning, and personalizing the experience to each learner, they're making OER more accessible and relevant.
20+
21+
CC Search is not yet ready to ingest content types beyond images, but when we are able to do so, we plan to integrate via API with X5GON in order to serve OER that is made available in formats we will support in the future, starting with audio.
22+
23+
The [X5GON Discovery search engine](https://discovery.x5gon.org/) allows users to find OER in video, audio, and text formats - and now, with the integration of results powered by the CC Catalog API, which also powers CC Search, users can also find openly licensed images for relevant educational queries. This is a great resource for educators and learners from all over the world.
24+
25+
Try it for yourself, or look at these results for making [geometry](https://discovery.x5gon.org/search?q=geometry&type=Image) visual and fun!

databags/community_team_members.json

+5
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,11 @@
3838
"github": "sp35",
3939
"name": "Shubham Pandey",
4040
"role": "Project Contributor"
41+
},
42+
{
43+
"github": "avats-dev",
44+
"name": "Aditya Vats",
45+
"role": "Project Contributor"
4146
}
4247
],
4348
"name": "CC Catalog",

themes/vocabulary_theme/templates/layout.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@
241241
<a href="{{ '/contributing-code'|url }}" class="menu-item">Contribution Guidelines</a>
242242
</li>
243243
<li>
244-
<a href="{{ '/community/community-team'|url }}" class="menu-item">Community Teams</a>
244+
<a href="{{ '/community/community-team'|url }}" class="menu-item">Community Team</a>
245245
</li>
246246
<li>
247247
<a href="{{ '/contributing-code/projects'|url }}" class="menu-item">Project List</a>

0 commit comments

Comments
 (0)