Contribute

Adding additional papers is simple!

  1. First star Star   and then fork   Fork   the repo on GitHub

  2. Then clone your fork to a local directory.

    git clone https://github.com/YOUR-USERNAME/AutomaticMixingPapers.git

  3. Edit the data/research.json file and add a new entry, for example:

    {
        "title" : "A real-time semiautonomous audio panning system for music mixing",
        "author" : "E. Perez Gonzalez and J. D. Reiss",
        "year" : 2010,
        "category" : "Panning",
        "approach" : "KBS",
        "pdf" : "https://asp-eurasipjournals.springeropen.com/articles/10.1155/2010/436895",
        "code" : "",
        "demo" : ""
    }

  4. Once you are done, stage and commit your changes, then push them to your fork.

    
        git add data/datasets.json
        git commit -m "adding panning paper from E. Perez Gonzalez and J. D. Reiss"
        git push
                    

  5. Finally, go back to the repo onGitHub and make a pull request with your changes after successfully pushing the changes.