All Projects → MTG → Conferences

MTG / Conferences

Music Technology / MIR conference and journal calls

Labels

Projects that are alternatives of or similar to Conferences

Font Awesome Animation
Simple animations using FontAwesome and some CSS3.
Stars: ✭ 856 (+2213.51%)
Mutual labels:  scss
Mozilla Iot.github.io
Mozilla IoT Website
Stars: ✭ 21 (-43.24%)
Mutual labels:  scss
Mustard Ui
A starter CSS framework that actually looks good.
Stars: ✭ 968 (+2516.22%)
Mutual labels:  scss
Papers I Read
A-Paper-A-Week
Stars: ✭ 869 (+2248.65%)
Mutual labels:  scss
Bojler
Bojler is an email framework
Stars: ✭ 885 (+2291.89%)
Mutual labels:  scss
Blazm.components
A few useful and awesome components for Blazor. Blazor + awesome (azm)=Blazm (Blossom)
Stars: ✭ 29 (-21.62%)
Mutual labels:  scss
Gulp Frontnote
スタイルガイドジェネレーターFrontNoteのGulpプラグイン
Stars: ✭ 7 (-81.08%)
Mutual labels:  scss
Mailgo
💌 mailgo, a new concept of mailto and tel links
Stars: ✭ 978 (+2543.24%)
Mutual labels:  scss
Three Dots
🔮 CSS loading animations made by single element.
Stars: ✭ 912 (+2364.86%)
Mutual labels:  scss
Textbundle.github.io
TextBundle spec homepage
Stars: ✭ 31 (-16.22%)
Mutual labels:  scss
React Redux Saga Starter
Basic, Opinionated starter kit for React+Redux+Redux Saga with support for SCSS CSS Modules, Storybook, JEST testing, and ESLint
Stars: ✭ 12 (-67.57%)
Mutual labels:  scss
Hive Framework
A website development framework built with Sass, and incorporating jQuery UI.
Stars: ✭ 14 (-62.16%)
Mutual labels:  scss
Tic Tac Vue
A simple Tic-Tac-Toe game written in Vue.
Stars: ✭ 29 (-21.62%)
Mutual labels:  scss
Jalpc
🍎Jalpc -- A flexible Jekyll theme, 3 steps to build your website.
Stars: ✭ 859 (+2221.62%)
Mutual labels:  scss
Aroworkshop
Azure Red Hat OpenShift workshop
Stars: ✭ 35 (-5.41%)
Mutual labels:  scss
Sierra
Sierra SCSS library
Stars: ✭ 852 (+2202.7%)
Mutual labels:  scss
Slate
Beautiful static documentation for your API
Stars: ✭ 33,447 (+90297.3%)
Mutual labels:  scss
Activeadmin blaze theme
ActiveAdmin theme based on Blaze CSS toolkit
Stars: ✭ 35 (-5.41%)
Mutual labels:  scss
Html Sass Babel Webpack Boilerplate
Webpack 4 + Babel + ES6 + SASS + HTML Modules + Livereload
Stars: ✭ 35 (-5.41%)
Mutual labels:  scss
Gravityforms Bootstrap Styling
Gravity Forms SASS styles for use in your Bootstrap enabled WordPress theme. Use together with https://github.com/MoshCat/gravityforms-bootstrap-hooks
Stars: ✭ 30 (-18.92%)
Mutual labels:  scss

Music Technology conference list

This repository hosts a list of upcoming and past conference calls and journal calls for the wider music technology community.

It is maintained by the Music Technology Group (MTG UPF).

Anyone can contribute to this list by sending a pull request with the data for a new conference or journal call. See below for instructions.

Contributing

Conferences

Fork the repository and create a new file in the _conferences directory. Name it [confyear]-[confabbr][confyear].md. For example, 2017-ismir2017.md. Write the conference abbreviation in lower-case. The initial year field is used to sort the files in a directory listing.

Copy this template into the file and fill in each field. Dates should be in yyyy-mm-dd format and surrounded by quotes, e.g. '2017-04-01'.

---
title:
acronym:
date: '201x-mm-dd' # Conference date. Ensure mm and dd are 2 digits
end_date: '201x-mm-dd' # Conference end date, leave empty if unknown
submission_date: '201x-mm-dd' # Date of submissions
ext_url: # External URL to conference website
location: # City, Country
---

Save the file and submit your addition as a pull request.

Journals

Fork the repository as for conferences and create a file in the _journals directory. Name the file something like [year]-[journal-name].md. If there are many issues for this journal in the same year either add a letter to the year (2017b-journal.md) or include the issue name in the filename too. By convention, we name the file in lower-case, using hyphens instead of spaces, and only including letters and numbers in the name.

Include the following content in the file. Dates should be in yyyy-mm-dd format and surrounded by quotes, e.g. '2017-04-01'.

The date field is required by Jekyll, but is not used. You can set it to the same value as submission_date, or to the date that the issue will be published.

---
submission_date: '201x-mm-dd' # Date that submissions are due
date: '201x-mm-dd' # Same as submission_date, or publishing date
journal: # Name of the journal
issue: # Name of this issue
ext_url: # URL to call for articles for this issue
---

Technical information

We have separate pages for each year. This means at the end of each year, we need to update the index.html page for conferences and journals to reflect items for the current year, and to create new year.html pages for the last year.

  • You need to create 2 new year.html files. One for the conferences and the other for the journals (the last goes inside the folder journalcalls). You can copy the content from one of the previous years and just change the year number in the heading and in include conferences.html year="2018".
  • You also need to update both index.html: the one for conferences and the one for journals (also found inside journalcalls). You have to change the year on the line: {% include conferences.html year="2019" confs=confs greaterthan=true %} to the following year of the year you're updating. You also have to add the following line: <a href="/2018">2018</a> with the corresponding year.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].