From 6a8619dd736f03e0fa8eec173a9277a3adbc46f9 Mon Sep 17 00:00:00 2001 From: Tuomo Hiippala Date: Mon, 17 Jan 2022 09:28:51 +0200 Subject: [PATCH] Update the entry for Applied Language Technology in spaCy Universe (#10068) * add entry for Applied Language Technology under "Courses" Added the following entry into `universe.json`: ``` { "type": "education", "id": "applt-course", "title": "Applied Language Technology", "slogan": "NLP for newcomers using spaCy and Stanza", "description": "These learning materials provide an introduction to applied language technology for audiences who are unfamiliar with language technology and programming. The learning materials assume no previous knowledge of the Python programming language.", "url": "https://applied-language-technology.readthedocs.io/", "image": "https://www.mv.helsinki.fi/home/thiippal/images/applt-preview.jpg", "thumb": "https://applied-language-technology.readthedocs.io/en/latest/_static/logo.png", "author": "Tuomo Hiippala", "author_links": { "twitter": "tuomo_h", "github": "thiippal", "website": "https://www.mv.helsinki.fi/home/thiippal/" }, "category": ["courses"] }, ``` * Update the entry for "Applied Language Technology" --- website/meta/universe.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/meta/universe.json b/website/meta/universe.json index 384a7e070..0fde2d612 100644 --- a/website/meta/universe.json +++ b/website/meta/universe.json @@ -1770,9 +1770,9 @@ "title": "Applied Language Technology", "slogan": "NLP for newcomers using spaCy and Stanza", "description": "These learning materials provide an introduction to applied language technology for audiences who are unfamiliar with language technology and programming. The learning materials assume no previous knowledge of the Python programming language.", - "url": "https://applied-language-technology.readthedocs.io/", + "url": "https://applied-language-technology.mooc.fi", "image": "https://www.mv.helsinki.fi/home/thiippal/images/applt-preview.jpg", - "thumb": "https://applied-language-technology.readthedocs.io/en/latest/_static/logo.png", + "thumb": "https://www.mv.helsinki.fi/home/thiippal/images/applt-logo.png", "author": "Tuomo Hiippala", "author_links": { "twitter": "tuomo_h",