แก้ดราฟต์ 3

This commit is contained in:
Pitchaya Boonsarngsuk
2018-03-22 17:51:56 +00:00
parent 0d3067775d
commit 4fad3f36ab
2 changed files with 7 additions and 2 deletions

View File

@@ -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"
}
}
@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}}

View File

@@ -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.
%==============================================================================