aliases:
- Wondrium
- The Teaching Company
tags:
- Type/Source/Video
- proto
from:
- "[[Learning]]"
related:
contra:
to:
by:
rating:
status:
dateCreated: 2024-01-05, 20:44
dateModified: 2024-01-05, 20:45
version: 1
publish: true| The Teaching Company, doing business as Wondrium, is a media production company that produces educational, video and audio content in the form of courses, documentaries, series under two content brands – Wondrium and The Great Courses. The company distributes their content globally through a mix of Direct to Consumer models such as their streaming service Wondrium.com and TheGreatCourses.com, as well distribution through third party platforms like the Apple TV app, Audible, Amazon Prime, and Roku. | |
|---|---|
| wikipedia:: The Teaching Company |
aka:: wondrium
On Kanopy
= this.file.name TABLE WITHOUT ID
file.link AS Name, by AS By, in AS In, of AS Of, date AS Date, year AS Year
FROM #Type
WHERE
(
(
any(contains(by, this.by))
AND
by
)
OR
(
any(contains(in, this.in))
AND
in
)
OR
(
any(contains(of, this.of))
AND
of
)
OR
(
any(contains(in, this.file.name))
OR
any(contains(in, this.file.link))
)
OR
(
any(contains(of, this.file.name))
OR
any(contains(of, this.file.link))
)
AND
file.name !=this.file.name
)
SORT file.etags DESC, date DESC, year DESC