Skip to content

Commit

Permalink
Added Additional resources links in FAQ page
Browse files Browse the repository at this point in the history
  • Loading branch information
anju-jsl committed Nov 17, 2017
1 parent fdcb8ae commit b81e95c
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 5 deletions.
34 changes: 31 additions & 3 deletions docs/faqs.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
<div id="includedHeader"></div>
<ol class="breadcrumb">
<li><a href="index.html">Home</a></li>
<li class="active">FAQs</li>
<li class="active">FAQs &amp; Additional Resources</li>
</ol>
</div>
</header>
<div style="border:1px solid #e7e7e7;"></div>
<div class="doc-wrapper">
<div class="container">
<div id="doc-header" class="doc-header text-center">
<h1 class="doc-title"><span aria-hidden="true" class="icon icon_lifesaver"></span> SparkNLP - FAQs</h1>
<h1 class="doc-title"><span aria-hidden="true" class="icon icon_lifesaver"></span> SparkNLP - FAQs &amp; Additional Resources</h1>
<div class="meta"><i class="fa fa-clock-o"></i> Last updated: <span class="wrapper"></span></div>
</div>
<div class="doc-body">
Expand Down Expand Up @@ -131,13 +131,41 @@ <h3 class="question"><i class="fa fa-question-circle"></i> Can I contribute?</h3
even code review. Refer to the contribute page for more information.
</div>
</div>
</section>
<section id="resources" class="doc-section">
<h2 class="section-title">Additonal Resources</h2>
<p>Browse through our collection of videos, blogs to deepen your knowledge and experience with spark-nlp</p>
</section>
<section id="videos" class="doc-section">
<h3><i class="fa fa-youtube"></i> Videos/Webinars</h3>
<p><b>Natural Language Understanding at Scale with Spark Native NLP, Spark ML & TensorFlow with Alex Thomas</b></p>
<iframe width="560" height="315" src="https://www.youtube.com/embed/k5X12mdEvb8" frameborder="0" allowfullscreen></iframe>
</section>
<section id="podcasts" class="doc-section">
<h3><i class="fa fa-play-circle"></i> Podcasts</h3>
<b><a href="https://www.oreilly.com/ideas/building-a-natural-language-processing-library-for-apache-spark?twitter=@bigdata" target="_blank">Building a Natural Language Processing Library for Apache Spark</a></b>
<p> In this O'Reilly Data Show Podcast, Ben Lorica spoke with David Talby of Pacific.AI on a new NLP library for Spark, and why model development starts after a model gets deployed to production… </p>
</section>
<section id="blogs" class="doc-section">
<h3><i class="fa fa-edit"></i> Blogs</h3>
<b><a href="https://databricks.com/blog/2017/10/19/introducing-natural-language-processing-library-apache-spark.html" target="_blank">Introducing the Natural Language Processing Library for Apache Spark</a></b>
<p> By David Talby|October 19, 2017 </p>
</section>
</div>
</div>
<div class="doc-sidebar">
<nav id="doc-nav">
<ul id="doc-menu" class="nav doc-menu hidden-xs" data-spy="affix">
<li><a class="scrollto" href="#general">General</a></li>
<li><a class="scrollto" href="#general">FAQs</a></li>
<ul class="nav doc-sub-menu">
<li><a class="scrollto" href="#general">General</a></li>
</ul>
<li><a class="scrollto" href="#resources">Additional Resources</a></li>
<ul class="nav doc-sub-menu">
<li><a class="scrollto" href="#videos">Videos/Webinars</a></li>
<li><a class="scrollto" href="#podcasts">Podcasts</a></li>
<li><a class="scrollto" href="#blogs">Blogs</a></li>
</ul>
</ul>
</nav>
</div>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -116,8 +116,8 @@ <h3 class="title">Contribute</h3>
<div class="icon-holder">
<span aria-hidden="true" class="icon icon_lifesaver"></span>
</div>
<h3 class="title">FAQs</h3>
<p class="intro">Frequencty Asked Questions (FAQs) page</p>
<h3 class="title">FAQs &amp; Additional Resources </h3>
<p class="intro">Frequencty Asked Questions (FAQs), Videos, Podcasts, Whitepapers etc.</p>
<a class="link" href="faqs.html"><span></span></a>
</div>
</div>
Expand Down

0 comments on commit b81e95c

Please sign in to comment.