Skip to content

Commit

Permalink
Merge branch 'feature-similarity' of https://github.com/beeldengeluid…
Browse files Browse the repository at this point in the history
…/mediasuite-website into feature-similarity
  • Loading branch information
whelmich committed Jan 5, 2024
2 parents 0498b8f + a678840 commit 32140da
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/login_redirect.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- login_redirect
- feature-similarity

jobs:
build:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: 'Curated Playlist: Finding and Understanding International Radio in the Media
Suite'
date: 2022-05-31 10:15:00 +02:00
date: 2022-12-16 10:15:00 +01:00
tags:
- Radio Studies
- Media Studies
Expand All @@ -16,7 +16,7 @@ Mary-Joy van der Deure, Utrecht University \
\
**Introduction**\
\
The Media Suite provides access to many audio-visual collections from institutions in The Netherlands, and is therefore centred around Dutch cultural heritage. However, this does not mean that one cannot find international or internationally oriented material in the Media Suite. This curated playlist will engage with international radio specifically, as it has long been characterised “as a medium capable of quickly transcending national borders; \[..\] as a mode of cultural production based on both sound and language that can strengthen local bonds within transnational communities; \[and as\] transnational communities of practice and standardizing transnational sounds.” (Badenoch and Föllmer 2018, 16). I will investigate these modalities of international radio with two specific (new) user groups in mind, namely lecturers and students in the international classroom at Dutch universities, as well as researchers interested in international radio in The Netherlands. While reflecting upon the different conceptualisations, this playlist will also present multiple search techniques that users can deploy in order to find this data. \
The Media Suite provides access to many audio-visual collections from institutions in The Netherlands, and is therefore centred around Dutch cultural heritage. However, this does not mean that one cannot find international or internationally oriented material in the Media Suite. This curated playlist will engage with international radio specifically, as it has long been characterised “as a medium capable of quickly transcending national borders; \[..\] as a mode of cultural production based on both sound and language that can strengthen local bonds within transnational communities; \[and as\] transnational communities of practice and standardizing transnational sounds.” (Badenoch and Föllmer 2018, 16). I will investigate these modalities of international radio with two specific (new) user groups in mind, namely lecturers and students in the international classroom at Dutch universities, as well as researchers and journalists interested in international radio in The Netherlands. While reflecting upon the different conceptualisations, this playlist will also present multiple search techniques that users can deploy in order to find this data. \
\
But what is international material? Language is not restricted to national borders, and even those borders themselves are not a historically set given, as they have formed and changed over time. As Benedict Anderson (1983) argued, nations are ‘imagined communities’, where individuals identify as part of a socially constructed group without there truly being signifiers that distinguish them from others. As Chiara de Cesari and Ann Rigney (2014) argue, cultural remembrance too, has agency in this matter and has the ability to “reconfigure” these imagined communities. The audio-visual material present in the collections within the Media Suite is one form of cultural remembrance. This content can therefore reinforce the idea of the nation, just as much as it has the ability to make us question these borders in the first place. Looking through these collections from an inter- or transnational perspective can therefore provide valuable insight into the content itself, and its historic context. \
\
Expand Down
113 changes: 113 additions & 0 deletions codemeta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,113 @@
{
"@context": [
"https://doi.org/10.5063/schema/codemeta-2.0",
"http://schema.org",
"https://w3id.org/software-types"
],
"@type": "SoftwareSourceCode",
"identifier": "mediasuite",
"name": "CLARIAH Media Suite",
"version": "6.10",
"description": "The CLARIAH Media Suite is a research environment in which researchers can search, bookmark, annotate and compare items from a number of cultural heritage collections",
"license": "https://spdx.org/licenses/MIT.html",
"url": "https://mediasuite.clariah.nl/",
"producer": [
{
"@id": "https://www.beeldengeluid.nl/",
"@type": "Organization",
"name": "Netherlands Institute for Sound and Vision",
"url": "https://www.beeldengeluid.nl/",
"location": {
"@type": "Place",
"name": "Hilversum"
}
}
],
"author": [
{
"@id": "https://github.com/jblom",
"@type": "Person",
"givenName": "Jaap",
"familyName": "Blom",
"affiliation": {
"@id": "https://www.beeldengeluid.nl/"
}
}
],
"sourceOrganization": {
"@id": "https://www.beeldengeluid.nl/"
},
"programmingLanguage": {
"@type": "ComputerLanguage",
"identifier": "python",
"name": "python"
},
"operatingSystem": "Linux",
"codeRepository": "https://github.com/beeldengeluid/clariah-mediasuite",
"softwareRequirements": [
{
"@type": "SoftwareLibrary",
"identifier": "flask",
"name": "flask"
}
],
"funding": [
{
"@type": "Grant",
"name": "CLARIAH-CORE (NWO grant 184.033.101)",
"url": "https://www.clariah.nl",
"funder": {
"@type": "Organization",
"name": "NWO",
"url": "https://www.nwo.nl"
}
},
{
"@type": "Grant",
"name": "CLARIAH-PLUS (NWO grant 184.034.023)",
"funder": {
"@type": "Organization",
"name": "NWO",
"url": "https://www.nwo.nl"
}
}
],
"readme": "https://github.com/CLARIAH/clariah-mediasuite/blob/main/README.md",
"issueTracker": "https://github.com/beeldengeluid/clariah-mediasuite/issues",
"contIntegration": "https://github.com/beeldengeluid/mediasuite-website/actions/workflows/nightly-production-deploy.yml",
"releaseNotes": "https://mediasuite.clariah.nl/documentation/release-notes",
"developmentStatus": [
"https://www.repostatus.org/#active",
"https://w3id.org/research-technology-readiness-levels#Level9Proven"
],
"keywords": [
"cultural heritage",
"data portal",
"collection analysis",
"faceted search",
"scholerly annotation",
"virtual workspace"
],
"softwareHelp": [
{
"@id": "https://mediasuite.clariah.nl/documentation",
"@type": "WebSite",
"name": "Media Suite Documentation",
"url": "https://mediasuite.clariah.nl/documentation"
}
],
"targetProduct": [
{
"@type": "WebApplication",
"name": "CLARIAH Media Suite",
"url": "https://mediasuite.clariah.nl",
"provider": {
"@type": "Organization",
"name": "Netherlands Institute for Sound and Vision",
"url": "https://beeldengeluid.nl"
}
}
],
"dateCreated": "2023-11-21",
"dateModified": "2023-11-21"
}
5 changes: 2 additions & 3 deletions styleguide/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h1>Media Suite</h1>
<p class="lead">Bootstrap CSS</p>
</div>
<div class="col-lg-4 col-md-5 col-sm-6">

</div>
</div>
</div>
Expand Down Expand Up @@ -1467,7 +1467,7 @@ <h4 class="modal-title">Source Code</h4>

$('body').on('click', '.source-button', function(e) {
e.preventDefault();

var html = $(this).parent().html();
html = cleanSource(html);
$("#source-modal pre").text(html);
Expand All @@ -1482,7 +1482,6 @@ <h4 class="modal-title">Source Code</h4>
.replace(//g, "&rarr;");

var lines = html.split(/\n/);

lines.shift();
lines.splice(-1, 1);

Expand Down

0 comments on commit 32140da

Please sign in to comment.