Extract text in .smi files and convert to .html files
- The
.smifiles should be in the./smifolder. - Extracted text will be contained in
.htmlfiles and located in a `./html' folder.
Modified from the example 'force-collapsible' of the d3 library by SNU DMLab.
Caveat: This work is still in progress!
The data download script can be found here.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <link href="style.css" rel="stylesheet" type="text/css"> | |
| </head> | |
| <body> | |
| <object data="skorea-provinces-v3.1.svg" type="image/svg+xml"></object> | |
| </body> | |
| </html> |
| .DS_Store |