-
Notifications
You must be signed in to change notification settings - Fork 0
/
WBFS.html
executable file
·73 lines (70 loc) · 2.16 KB
/
WBFS.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
layout: page
title: Technology
permalink: /technology
---
<!-- Slider Start -->
<section id="global-header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="block">
<h1>{{ page.title }}</h1>
</div>
</div>
</div>
</div>
</section>
<section id="data" class="service">
<div class="container">
<div class="row">
<div class="section-title">
<h2> Data </h2>
</div>
</div>
<div class="row section-body">
<div class="col-md-3 col-sm-12 data-wrapper">
<h4> Apple </h4>
<br>
<p> 10k Business Section </p>
<p>from <a href="https://www.sec.gov/Archives/edgar/data/320193/000119312511282113/d220209d10k.htm">sec.gov</a></p>
<br>
<img src="img/apple_10k.png" class="data-img">
</div>
<div class="col-md-3 col-sm-12 data-wrapper">
<h4> Samsung Electronics </h4>
<br>
<p> 사업보고서 - 사업의 내용</p>
<p> from <a href="https://dart.fss.or.kr/dsaf001/main.do?rcpNo=20170331004518">dart.fss.or.kr</a> </p>
<br>
<img src="img/samsung_electronics_business.png" class="data-img">
</div>
<div class="col-md-3 col-sm-12 data-wrapper">
<h4> Banker's Speech </h4>
<br>
<p> Monetary Policy </p>
<p>from <a href="https://www.federalreserve.gov/newsevents/speech/yellen20151202a.htm">federalreserve.gov</a></p>
<img src="img/yellen_speech.png" class="data-img">
</div>
</div>
</section>
<section id="document_embedding" class="service">
<div class="container">
<div class="row">
<div class="section-title">
<h2> Document Embedding </h2>
<br>
</div>
<img src="img/document_embedding_flowchart.png" alt="document_embedding_flow_chart">
</div>
</section>
<section id="papers" class="service">
<div class="container">
<div class="row">
<div class="section-title">
<h2> Paper </h2>
<br>
<p>"Automatic Integration of Securities using Hierarchical Clustering of 10-Ks", Hoseong Yang, Hye Jin Lee, Eugene Cho, and Sungzoon Cho, IEEE Big NLP, Dec. 2016, Washington DC, USA <a href="papers/btic_paper.pdf">[Download Paper]</a></p>
</div>
</div>
</section>