erlef / website

Erlang Ecosystem Foundation Website
Apache License 2.0
78 stars 47 forks source link

Add Academic Papers #91

Closed zacky1972 closed 4 years ago

zacky1972 commented 4 years ago

Would you add the following academic papers:

  %{
    link: "https://ieeexplore.ieee.org/document/7797392",
    name: "Elixir programming language evaluation for IoT (in Japanese)",
    tags: "Elixir",
    date: Date.new(2016, 9, 28)
  },

  %{
    link: "https://zeam-vm.github.io/papers/callback-thread-2nd-WSA.html",
    name: "Plan to Implementation of Lightweight Callback Thread for Elixir and Improvement of Maximum Concurrent Sessions and Latency of Phoenix (in Japanese)",
    tags: "Elixir",
    date: Date.new(2018, 5, 12)
  },

  %{
    link: "https://ipsj.ixsq.nii.ac.jp/ej/index.php?active_action=repository_view_main_item_detail&page_id=13&block_id=8&item_id=190322&item_no=1",
    name: "An Empirical Evaluation to Performance of Elixir for Introducing IoT Systems (in Japanese)",
    tags: "Elixir",
    date: Date.new(2018, 6, 29)
  },

  %{
    link: "https://ipsj.ixsq.nii.ac.jp/ej/index.php?active_action=repository_view_main_item_detail&page_id=13&block_id=8&item_id=190626&item_no=1",
    name: "Implementation of Runtime Environments of C++ and Elixir with the Node Programming Model (in Japanese)",
    tags: "Elixir",
    date: Date.new(2018, 7, 23)
  },

  %{
    link: "https://researchmap.jp/?action=cv_download_main&upload_id=192105",
    name: "A Method Using GPGPU for Super-Parallelization in Elixir Programming (in Japanese)",
    tags: "Elixir",
    date: Date.new(2018, 8, 1)
  },

  %{
    link: "https://ci.nii.ac.jp/naid/170000150470/",
    name: "Hastega: Parallelization of Linear Regression Using SIMD Instruction for Elixir Programming (in Japanese)",
    tags: "Elixir",
    date: Date.new(2018, 1, 17)
  },

  %{
    link: "https://ci.nii.ac.jp/naid/170000180471/",
    name: "SumMag: Design and Implementation of an Analyzer an Extension Mechanism by Meta-programming Using Elixir Macros (in Japanese)",
    tags: "Elixir",
    date: Date.new(2019, 3, 19)
  },
pdgonzalez872 commented 4 years ago

@zacky1972 feel free to open a PR and I'll approve! Awesome! Please keep the chronological order. This is great!

pdgonzalez872 commented 4 years ago

please add it here: https://github.com/erlef/website/blob/master/lib/erlef/academic_papers.ex @zacky1972

zacky1972 commented 4 years ago

OK!