-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
749 lines (695 loc) · 38.7 KB
/
index.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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<!--[if IE]><meta http-equiv="x-ua-compatible" content="IE=9" /><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>HOXOM-M Inc.</title>
<meta name="description" content="HOXO-M Inc.">
<meta name="keywords" content="hoxo_m,hoxom">
<meta name="author" content="hoxominc">
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="img/favicon2.ico" type="image/x-icon">
<!-- Bootstrap -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="fonts/font-awesome/css/font-awesome.css">
<!-- Slider
================================================== -->
<link href="css/owl.carousel.css" rel="stylesheet" media="screen">
<link href="css/owl.theme.css" rel="stylesheet" media="screen">
<!-- Stylesheet
================================================== -->
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="css/responsive.css">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,100italic,300italic,400italic,700italic,900italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,700,300,600,800,400' rel='stylesheet' type='text/css'>
<script type="text/javascript" src="js/modernizr.custom.js"></script>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Navigation
==========================================-->
<nav id="tf-menu" class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">HOXO-M Inc.</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#tf-home" class="page-scroll">Home</a></li>
<li><a href="#tf-services" class="page-scroll">Services</a></li>
<li><a href="#tf-team" class="page-scroll">Team</a></li>
<li><a href="#tf-works" class="page-scroll">Works</a></li>
<li><a href="#tf-message" class="page-scroll">Message</a></li>
<li><a href="#tf-blog" class="page-scroll">Blog</a></li>
<!-- <li><a href="#tf-recruit" class="page-scroll">Recruit</a></li> -->
<li><a href="#tf-company" class="page-scroll">Company</a></li>
<li><a href="#tf-contact" class="page-scroll">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<!-- Home Page
==========================================-->
<div id="tf-home" class="text-center">
<div class="overlay">
<div class="content">
<h1>Welcome on <strong><span class="color">HOXO-M Inc.</span></strong></h1>
<p class="lead">We will build a society where humans can concentrate only on the areas that humans should focus on<br /> by using <strong>artificial intelligence (A.I.)</strong> and <strong>data analysis</strong><br />so that everyone can live as human beings with a smile.</p>
<a href="#tf-services" class="fa fa-angle-down page-scroll"></a>
</div>
</div>
</div>
<!-- Services Section
==========================================-->
<div id="tf-services" class="text-center">
<div class="container">
<div class="section-title center">
<h2>Take a look at <strong>our services</strong></h2>
<div class="line">
<hr>
</div>
<div class="clearfix"></div>
<p>The main business contents are as follows. Please ask from <a href="#tf-contact">CONTACT</a>. We will quote for free.</p>
</div>
<div class="space"></div>
<div class="row">
<div class="col-md-4 service">
<i class="fa fa-area-chart"></i>
<h4><strong>Research and Product Development</strong></h4>
<p>Sales forecast<br />Improvement and automation in manufacturing<br />Decision making in clinical trials<br />Implementation of latest methods</p>
</div>
<div class="col-md-4 service">
<i class="fa fa-university"></i>
<h4><strong>Trainings, Seminars and Lectures</strong></h4>
<p>Various seminar and lecture activities<br />Trainings for in-house data scientists</p>
</div>
<div class="col-md-4 service">
<i class="fa fa-pencil"></i>
<h4><strong>Writing Books and Series Articles</strong></h4>
<p>Various writing activities<br />dedicated to A.I. and data analysis</p>
</div>
</div>
</div>
</div>
<!-- Team Page
==========================================-->
<div id="tf-team" class="text-center">
<div class="overlay">
<div class="container">
<div class="section-title center">
<h2>Meet <strong>our team</strong></h2>
<div class="line">
<hr>
</div>
</div>
<div id="team" class="owl-carousel owl-theme row">
<div class="item">
<div class="thumbnail">
<img src="img/team/makiyama.png" alt="..." class="img-circle team-img">
<div class="caption">
<h3>Koji Makiyama<br />牧山 幸史</h3>
<p>President & CEO</p>
<p>Master of Engineering, Graduate School and Faculty of Information Science and Electrical Engineering, Kyushu University. Conducted statistical data analysis in life science and electronic commerce industries.</p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/takayanagi.png" alt="..." class="img-circle team-img">
<div class="caption">
<h3>Shinichi Takayanagi<br />高柳 慎一</h3>
<p>Executive Vice President</p>
<p>Master of Physics, Graduate School of Science, Hokkaido University. Experienced machine learning, data mining, software development and theoretical calculations in semiconductor, finance and web industries.</p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/ichikawa.jpg" alt="..." class="img-circle team-img">
<div class="caption">
<h3>Daisuke ICHIKAWA<br />市川 太祐</h3>
<p>Executive Vice President (M.D.)</p>
<p>M.D., Department of Medicine, Kyushu University. Conducted machine learning and data mining using health care data.</p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/eguchi.png" alt="..." class="img-circle team-img">
<div class="caption">
<h3>Akifumi Eguchi<br />江口 哲史</h3>
<p>Executive Adviser (Ph.D.)</p>
<p>Ph.D., Graduate School of Science and Engineering, Ehime University. Assistant Professor, Chiba University (current position). Conducted research related to environmental chemistry, omics, and analytical chemistry. <a href="https://scholar.google.com/citations?user=in2FlHwAAAAJ">list</a></p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/matsuura.jpg" alt="..." class="img-circle team-img">
<div class="caption">
<h3>Kentaro Matsuura<br />松浦 健太郎</h3>
<p>Executive Adviser</p>
<p>Master of Arts, Department of Pure and Applied Sciences, Tokyo University Graduate School. Graduated from Department of Basic Science, Tokyo University. Conducted designs of clinical trials using statistical modeling.</p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/hayakawa.png" alt="..." class="img-circle team-img">
<div class="caption">
<h3>Atsushi Hayakawa<br />早川 敦士</h3>
<p>Executive Officer (e-Education Promotion Division)</p>
<p>Master of Engineering, Department of Informatics, University of Electro-Communications. Conducted data analysis in advertisement and marketing industries.</p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/motohashi.jpg" alt="..." class="img-circle team-img">
<div class="caption">
<h3>Tomomitsu Motohashi<br />本橋 智光</h3>
<p>Executive Officer</p>
<p>Master of Engneering, Department of Machinery Engneering, Sophia University. Conducted machine learning, data mining and System development.</p>
</div>
</div>
</div>
<div class="item">
<div class="thumbnail">
<img src="img/team/uryu.jpg" alt="..." class="img-circle team-img">
<div class="caption">
<h3>Shinya Uryu<br />瓜生 真也</h3>
<p>Executive Officer (Global Promotion Division Headquarters)</p>
<p>Master of Bioscience, Graduate School of Environment and Information Sciences, Yokohama National University. Conducted visualization of position data with GIS and log data analysis.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio Section
==========================================-->
<div id="tf-works">
<div class="container"> <!-- Container -->
<div class="section-title text-center center">
<h2>Take a look at <strong>OUR WORKS</strong></h2>
<div class="line">
<hr>
</div>
<div class="clearfix"></div>
</div>
<div class="space"></div>
<div class="categories">
<ul class="cat">
<li class="pull-left"><h4>Filter by Type:</h4></li>
<li class="pull-right">
<ol class="type">
<li><a href="#" data-filter="*" class="active">All</a></li>
<li><a href="#" data-filter=".product">Product</a></li>
<li><a href="#" data-filter=".seminar">Seminar</a></li>
<li><a href="#" data-filter=".book">Book</a></li>
</ol>
</li>
</ul>
<div class="clearfix"></div>
</div>
<div id="lightbox" class="row">
<!--
<div class="col-sm-6 col-md-3 col-lg-3 book">
<div class="portfolio-item">
<div class="hover-bg">
<a href="#">
<div class="hover-text">
<h4>Logo Design</h4>
<small>Branding</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/01.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
-->
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="http://www.c-r.com/book/detail/1105">
<div class="pitem-text">
<h5>Mar. 2017</h5>
<h4>Rによるスクレイピング入門</h4>
<small>This book is full of practical skills of scraping techniques. Also, uses the statistical analysis tool "R" to gather and analyze information from websites with huge amounts of information.<br />Authors in our company: Ichikawa and Uryu</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="http://gihyo.jp/book/2017/978-4-7741-8877-5">
<div class="pitem-text">
<h5>Mar. 2017</h5>
<h4>データサイエンティスト養成読本 登竜門編(技術評論社)</h4>
<small>This book summarizes in one volume, both the knowledge that beginner cannot avoid and the knowledge that experienced data scientists must know. <br />Author in our company: Hayakawa</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="http://gihyo.jp/book/2017/978-4-7741-8812-6">
<div class="pitem-text">
<h5>Mar. 2017</h5>
<h4>パーフェクトR(技術評論社)</h4>
<small>A thorough explanation of the theory of R language. Complete coverage of analysis methods up to classification, regression, time series analysis, and frequent pattern.<br />Author in our company: Ichikawa</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="http://www.kyoritsu-pub.co.jp/bookdetail/9784320124035">
<div class="pitem-text">
<h5>Feb. 2017</h5>
<h4>データ分析プロジェクトの手引―データの前処理から予測モデルの運用までを俯瞰する20章― </h4>
<small>A book to read when you are told to be a manager of the data analysis project from tomorrow. <br />Author in our company (translation): Ichikawa</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="https://sites.google.com/site/iwanamidatascience/vol5/vol5-tokusyu">
<div class="pitem-text">
<h5>Feb. 2017</h5>
<h4>岩波データサイエンス vol.5(岩波書店)</h4>
<small>Feature article "Sparse modeling and multivariate data analysis".<br />Author in our company: Takayanagi</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="http://www.kyoritsu-pub.co.jp/bookdetail/9784320112421">
<div class="pitem-text">
<h5>Oct. 2016</h5>
<h4>StanとRでベイズ統計モデリング (シリーズ Wonderful R 2)</h4>
<small>A book for the practice of Bayesian modeling using Stan and R, with real data analysis in mind. Also, described the background idea carefully. <br />Author: Matsuura</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="https://book.mynavi.jp/manatee/series/detail/id=54225">
<div class="pitem-text">
<h5>Aug.-Sep. 2016</h5>
<h4>Rではじめよう![モダン]なデータ分析</h4>
<small>Data analysis can be done with statistical analysis software R! Practices of "modern" data analysis using R. <br />Authors in our company: Makiyama and Takayanagi</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="http://gihyo.jp/book/2016/978-4-7741-8360-2">
<div class="pitem-text">
<h5>Aug. 2016</h5>
<h4>改訂2版 データサイエンティスト養成読本(技術評論社)</h4>
<small>You will acquire data analysis skills to become a professional! <br />Author in our company: Hayakawa</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="http://www.kyoritsu-pub.co.jp/bookdetail/9784320123939">
<div class="pitem-text">
<h5>Feb. 2016</h5>
<h4>R言語徹底解説(共立出版)</h4>
<small>Translated the R language book by Hadley Wickham, who is a prominent package author of R. <br />Authors in our company (translation): Ichikawa and Takayanagi</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="https://www.oreilly.co.jp/books/9784873117508/">
<div class="pitem-text">
<h5>Jan. 2016</h5>
<h4>SparkRについて(Sparkによる実践データ解析付録C)(オライリー・ジャパン)</h4>
<small>Authors in our company: Makiyama and Takayanagi</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="https://sites.google.com/site/iwanamidatascience/vol1/support_tokushu">
<div class="pitem-text">
<h5>Oct. 2015</h5>
<h4>岩波データサイエンス vol.1(岩波書店)</h4>
<small>Feature article "Bayesian inference and MCMC free software".<br />Authors in our company: Matsuura and Takayanagi</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="https://book.mynavi.jp/ec/products/detail/id=39763">
<div class="pitem-text">
<h5>Jun. 2015</h5>
<h4>みんなのR - データ分析と統計解析の新しい教科書(マイナビ)</h4>
<small>A professional data scientist demonstrates from the basics of R to the latest modern data analysis. <br />Authors in our company (translation): Makiyama and Takayanagi</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="http://www.slideshare.net/hoxo_m/ss-45361675">
<div class="pitem-text">
<h5>May 2015</h5>
<h4>カップルが一緒にお風呂に入る割合”を「ベイズ推定」で分かりやすく推論(Yahoo!ニュース他)</h4>
<small>Explained simply the idea of Bayesian inference, with a friendly example and earned a reputation in many places. <br />Author: Makiyama</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="http://gihyo.jp/book/2015/978-4-7741-7057-2">
<div class="pitem-text">
<h5>Dec. 2014</h5>
<h4>データサイエンティスト養成読本 R活用編(技術評論社)</h4>
<small>A book for readers who want to become a data scientist, demonstrating how to utilize R, which gains an absolute position as data analysis software.<br />Author in our company: Ichikawa</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="http://www.kyoritsu-pub.co.jp/bookdetail/9784320123717">
<div class="pitem-text">
<h5>Aug. 2014</h5>
<h4>金融データ解析の基礎 (シリーズ Useful R 8) </h4>
<small>An introductory book for readers who are interested in data analysis of finance, dealing with the basic usage of R language, how to acquire financial market and economic data, visualization and summarization of data, and how to analyze the data. <br />Author in our company: Takayanagi</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-4 book">
<div class="portfolio-item">
<div class="pitem-bg">
<a href="http://www.tokyo-tosho.co.jp/books/ISBN978-4-489-02097-1.html">
<div class="pitem-text">
<h5>Apr. 2011</h5>
<h4>Rパッケージガイドブック(東京図書)</h4>
<small>The introduction of recommended packages by 16 R-people, who are using R every day for work and study. <br />Author in our company: Takayanagi</small>
<div class="clearfix"></div>
<i class="fa fa-plus"></i>
</div>
<img src="img/portfolio/book.jpg" class="img-responsive" alt="...">
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Message Section
==========================================-->
<div id="tf-message" class="text-center">
<div class="overlay">
<div class="container">
<div class="section-title center">
<h2><strong>Message</strong></h2>
<div class="line">
<hr>
</div>
</div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="item">
Since 2011, HOXO-M has been acting as a decentralized stand-alone organization consisting of multiple anonymous intellectual members on the cloud. As a result of earning many reputations for A.I. development and data analysis capabilities of individual HOXO-M members, we have decided to reboot our organization as HOXO-M Inc. We will dedicate ourselves to building the future where everyone can live as human beings with a smile.
</div>
<p></p>
<p class="lead">President & CEO Koji Makiyama</p>
</div>
</div>
<div class="space"></div>
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="about-text">
<div class="section-title center">
<h2>Our Strength</h2>
<div class="line">
<hr>
</div>
</div>
<div class="item">
HOXO-M Inc. is a company that supports all customers who wish to utilize data through state-of-the-art academic research and advanced implementation so that the clients can quickly, accurately and rationally make decisions based on their data. HOXO-M Inc. is composed of members with various backgrounds such as web, marketing, medicine, biotechnology, health care, semiconductor, finance, etc. Therefore we firmly believe that our services will meet the needs of a wide variety of customers.
</div>
</div>
</div>
</div>
<div class="space"></div>
</div>
</div>
</div>
<!-- Clients Section
==========================================-->
<!--
<div id="tf-clients" class="text-center">
<div class="overlay">
<div class="container">
<div class="section-title center">
<h2>Some of <strong>our Clients</strong></h2>
<div class="line">
<hr>
</div>
</div>
<div id="clients" class="owl-carousel owl-theme">
<div class="item">
<img src="img/client/01.png">
</div>
<div class="item">
<img src="img/client/02.png">
</div>
<div class="item">
<img src="img/client/03.png">
</div>
<div class="item">
<img src="img/client/04.png">
</div>
<div class="item">
<img src="img/client/05.png">
</div>
<div class="item">
<img src="img/client/06.png">
</div>
<div class="item">
<img src="img/client/07.png">
</div>
</div>
</div>
</div>
</div>
-->
<!-- Blog Section
==========================================-->
<div id="tf-blog" class="text-center">
<div class="overlay">
<div class="container">
<div class="section-title center">
<h2><strong><a href="http://blog.hoxo-m.com/">Blog</a></strong></h2>
<div class="line">
<hr>
</div>
</div>
<p><a href="http://blog.hoxo-m.com/">HOXO-M Blog</a></p>
</div>
</div>
</div>
<!-- company Section
==========================================-->
<div id="tf-company" class="text-center">
<div class="overlay">
<div class="container">
<div class="section-title center">
<h2>ABOUT COMPANY</h2>
<div class="line">
<hr>
</div>
<div class="clearfix"></div>
<div class="col-md-8">
<table class="table">
<tbody>
<tr>
<td>Company Name</td>
<td>HOXO-M Inc.</td>
</tr>
<tr>
<td>President & CEO</td>
<td>Koji Makiyama</td>
</tr>
<tr>
<td>Establishment</td>
<td>Nov. 2, 2016</td>
</tr>
</tbody>
</table>
</div>
<div class="col-md-4">
<img src="img/8596885627_76002aee77_b.jpg" class="img-responsive">
</div>
</div>
</div>
</div>
</div>
<!-- Contact Section
==========================================-->
<div id="tf-contact" class="text-center">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<div class="section-title center">
<h2>CONTACT</h2>
<div class="line">
<hr>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-12">
<div class="google-form">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSeu1juP3SLIG9Ll1moclNrdAgkViXSIKUoviuy9cJVGn5M1Ew/viewform?embedded=true" width="600" height="400" frameborder="0" style="border:0">Loading ...</iframe>
</div>
</div>
</div>
</div>
</div>
<nav id="footer">
<div class="container">
<div class="pull-left fnav">
<p>© 2017 HOXO-M Inc.</p>
</div>
<!--
<div class="pull-right fnav">
<ul class="footer-social">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
</ul>
</div>
-->
</div>
</nav>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript" src="js/jquery.1.11.1.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script type="text/javascript" src="js/bootstrap.js"></script>
<script type="text/javascript" src="js/SmoothScroll.js"></script>
<script type="text/javascript" src="js/jquery.isotope.js"></script>
<script src="js/owl.carousel.js"></script>
<!-- Javascripts
================================================== -->
<script type="text/javascript" src="js/main.js"></script>
<!-- ga-beacon
================================================== -->
<a href="https://hoxominc.github.io/website/index.html">
<img src="https://ga-beacon.appspot.com/UA-87778111-2/hoxominc.github.io/website/index.html"/>
</a>
</body>
</html>