diff --git a/.github/workflows/login_redirect.yml b/.github/workflows/login_redirect.yml index df06223..d473cc3 100644 --- a/.github/workflows/login_redirect.yml +++ b/.github/workflows/login_redirect.yml @@ -3,6 +3,7 @@ on: push: branches: - login_redirect + - feature-similarity jobs: build: diff --git a/_learn_tutorials_subject/curated-playlist-finding-and-understanding-international-radio-in-the-media-suite.markdown b/_learn_tutorials_subject/curated-playlist-finding-and-understanding-international-radio-in-the-media-suite.markdown index 0a42615..c46b723 100644 --- a/_learn_tutorials_subject/curated-playlist-finding-and-understanding-international-radio-in-the-media-suite.markdown +++ b/_learn_tutorials_subject/curated-playlist-finding-and-understanding-international-radio-in-the-media-suite.markdown @@ -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 @@ -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. \ \ diff --git a/codemeta.json b/codemeta.json new file mode 100644 index 0000000..86dd16f --- /dev/null +++ b/codemeta.json @@ -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" +} \ No newline at end of file diff --git a/styleguide/index.html b/styleguide/index.html index b32f765..2065d9d 100644 --- a/styleguide/index.html +++ b/styleguide/index.html @@ -22,7 +22,7 @@

Media Suite

Bootstrap CSS

- +
@@ -1467,7 +1467,7 @@ $('body').on('click', '.source-button', function(e) { e.preventDefault(); - + var html = $(this).parent().html(); html = cleanSource(html); $("#source-modal pre").text(html); @@ -1482,7 +1482,6 @@ .replace(/→/g, "→"); var lines = html.split(/\n/); - lines.shift(); lines.splice(-1, 1);