Jaewan Kim

12 papers Journal 12
YearRankTypeTitle / Venue / Authors
2021 J jnl
Quantum
Adel Sohbi, Damian Markham, Jaewan Kim, Marco Túlio Quintino
2021 J jnl
Quantum
Seung-Woo Lee, Jaewan Kim, Hyunchul Nha
2021 J jnl
Quantum Inf. Process.
Wooyeong Song, Marcin Wiesniak, Nana Liu, Marcin Pawlowski, Jin-Hyoung Lee, Jaewan Kim, Jeongho Bang
2020 J jnl
Entropy
Kabgyun Jeong, Kyu-Won Park, Jaewan Kim
2019 J jnl
Quantum Inf. Process.
Youngrong Lim, Jaewan Kim, Soojoon Lee, Kabgyun Jeong
2019 J jnl
Quantum Inf. Process.
Su-Yong Lee, Jeongho Bang, Jaewan Kim
2017 J jnl
Quantum Inf. Process.
Mun Dae Kim, Jaewan Kim
2015 J jnl
Quantum Inf. Process.
Kabgyun Jeong, Jaewan Kim
2014 J jnl
Quantum Inf. Process.
Sergey A. Podoshvedov, Jaewan Kim, Kisik Kim
2011 J jnl
Quantum Inf. Comput.
Nguyen B. An, Kisik Kim, Jaewan Kim
2005 J jnl
IEICE Trans. Commun.
Jaewan Kim, Seiichi Sampei, Norihiko Morinaga
2002 J jnl
Quantum Inf. Process.
Jae-weon Lee, Chang Ho Kim, Eok Kyun Lee, Jaewan Kim, Soonchil Lee
redb/extractors/js_extractors/scripts/package.json
← Index redb/extractors/js_extractors/scripts/package.json json
{
  "name": "redb-js-xray-runner",
  "private": true,
  "description": "Node bridge that runs @nodesecure/js-x-ray for the Python JS pipeline. Run `npm install` here once, then point JS_XRAY_RUNNER_PATH at js-xray-runner.js (it defaults to this directory).",
  "version": "0.1.0",
  "main": "js-xray-runner.js",
  "scripts": {
    "postinstall": "patch-package"
  },
  "dependencies": {
    "@nodesecure/js-x-ray": "^7.0.0",
    "patch-package": "^8.0.1"
  }
}