RACS2020online

  • Simple Virtual Conference Web Service in PHP
  • You need .json formatted file for providing a paper(or presentation) information.
  • The .json
{
    "title": "The title of the paper or presentation",
    "video_url": "https://www.youtube.com/embed/....",
    "abstracts": "Abstract of the paper or presentation",
    "presenter": "presenter's name",
    "presenter_email": "presenter's email",
    "authors": [
        "author1",
        "author2"
    ],
    "github_issue_id": 1
}