From 4fad3f36abb6953b74d23cf6590582424a69334a Mon Sep 17 00:00:00 2001 From: Pitchaya Boonsarngsuk <2285135b@student.gla.ac.uk> Date: Thu, 22 Mar 2018 17:51:56 +0000 Subject: [PATCH] =?UTF-8?q?=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=94=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=9F=E0=B8=95=E0=B9=8C=203?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- l4proj.bib | 7 ++++++- l4proj.tex | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/l4proj.bib b/l4proj.bib index 9fe01ef..1a19a70 100644 --- a/l4proj.bib +++ b/l4proj.bib @@ -254,4 +254,9 @@ doi = "https://doi.org/10.1016/j.neunet.2006.05.014", url = "http://www.sciencedirect.com/science/article/pii/S0893608006000724", author = "Jarkko Venna and Samuel Kaski", keywords = "Information visualization, Manifold extraction, Multi-dimensional scaling (MDS), Nonlinear dimensionality reduction, Non-linear projection, Gene expression" -} \ No newline at end of file +} + +@misc{eslint, +title={ESLint - Pluggable JavaScript linter}, url={https://eslint.org/}, journal={ESLint - Pluggable JavaScript linter}} + +@misc{js-beautify, title={js-beautify}, url={https://www.npmjs.com/package/js-beautify}, journal={npm}} \ No newline at end of file diff --git a/l4proj.tex b/l4proj.tex index 17153c7..54a847f 100644 --- a/l4proj.tex +++ b/l4proj.tex @@ -350,7 +350,7 @@ Figure \ref{fig:des_gui} shows the modified GUI used in this project. At the top %============================ \section{Summary} -In this chapter, several technologies and alternatives were discussed. In the end, the project is set out to reuse Bartasius's repository, using D3.js with standard JavaScript, HTML, CSS and SVG for their learning resources, with ESLint tool to format the JavaScript code. +In this chapter, several technologies and alternatives were discussed. In the end, the project is set out to reuse Bartasius's repository, running on D3.js with standard JavaScript, HTML, CSS and SVG for their learning resources. The ESLint tool is also setup to format the JavaScript code and check for possible errors. %==============================================================================