yoyololicon / sdx-submissions

Sound Demixing Challenge Submission Repo

Home Page:https://sdx-workshop.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SDX Workshop Submissions

⏰ _Abstract Deadline: October 15th 2023 (Anywhere on Earth)

The SDX23 workshop is a satellite event at ISMIR 2023. We will feature invited talks as well as presentations and posters from submitted extended abstracts. The contents of the abstracts can be descriptions of your submission to the SDX23 challenge as well as other topics around audio source separation that you would like to share with the community.

This is the submission repository for the Sound Demixing Workshop 2023. The submission system is based on Github pull requests and is fully transparent and open for both, authors and reviewers.

In case you have any question, please open an issue in this repository.

Submissions

We encourage participants to submit a short abstract. Submissions are markdown abstracts. Please make sure that the abstract is within 250 words.

After a reviewing, you would have the opportunity to present your work in virtually or on-site at the workshop.

How to write an article

All submissions are created via markdown files and uses the same template and syntax as in the Journal of Open Source Software. An example paper can be seen in paper.md.

How to submit an article ?

  1. Create a github account

  2. Fork the SDX workshop submission repository

  3. Clone this new repository into your desktop environment

    git clone https://github.com/YOUR-USERNAME/sdx-submissions
    
  4. Create a branch (the branch name should be author names separated with dashes)

    git checkout -b AUTHOR1-AUTHOR2
    
  5. Add your article and commit your changes:

    git commit -a -m "Some comment"
    
  6. Push to github

    git push origin AUTHOR1-AUTHOR2
    
  7. Issue a pull request (PR) with title containing author(s) name and follow the template that will appear once you opened the pull request.

  8. Answer questions and requests by the reviewers made in the PR conversation page.

  9. The pull request will be closed when the paper is accepted and published.

How to preview an article

All markdown papers are automatically compiled to PDF using a github action service. This can be used to preview the PDF before submission. Look for the paper artifacts of the Paper Draft.

screenshot

About

Sound Demixing Challenge Submission Repo

https://sdx-workshop.github.io/


Languages

Language:TeX 100.0%