-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2f9ddcd
commit 029bb63
Showing
202 changed files
with
53,430 additions
and
724 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
_site/ | ||
.sass-cache/ | ||
.jekyll-cache/ | ||
.jekyll-metadata |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: Page Not Found | DigitalPebble | ||
permalink: "/404.html" | ||
--- | ||
|
||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
{% include head.html %} | ||
</head> | ||
<body> | ||
{% include header.html %} | ||
|
||
<section id="main_banner" style="background-image: url(/images/banner.png);" class="error_page_banner"> | ||
<div class="banner_outer_wrapper d-flex align-items-center p_t_50 p_b_50"> | ||
<div class="container container-lg"> | ||
<div class="row"> | ||
<div class="banner_inner_wrapper col-12"> | ||
<div class="banner_alignment"> | ||
<h5 class="text-center">OOPS! Looks like the page you’re looking for no longer exists | ||
</h5> | ||
<h1 class="text-center">404</h1> | ||
<h5 class="text-center" >Don’t worry. Since you’re valuable to us, we will bring you back to safety. | ||
</h5> | ||
<div class="cta_wrapper"> | ||
<a href="{{site.baseurl}}" class="yellow_cta">Go back to Homepage</a> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
<div class="overlay"></div> | ||
</section> | ||
|
||
|
||
|
||
{% include scripts.html %} | ||
{% include footer.html %} | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
addressable (2.7.0) | ||
public_suffix (>= 2.0.2, < 5.0) | ||
colorator (1.1.0) | ||
concurrent-ruby (1.1.6) | ||
ffi (1.13.1) | ||
ffi (1.13.1-x64-mingw32) | ||
forwardable-extended (2.6.0) | ||
jekyll (3.6.3) | ||
addressable (~> 2.4) | ||
colorator (~> 1.0) | ||
jekyll-sass-converter (~> 1.0) | ||
jekyll-watch (~> 1.1) | ||
kramdown (~> 1.14) | ||
liquid (~> 4.0) | ||
mercenary (~> 0.3.3) | ||
pathutil (~> 0.9) | ||
rouge (>= 1.7, < 3) | ||
safe_yaml (~> 1.0) | ||
jekyll-feed (0.11.0) | ||
jekyll (~> 3.3) | ||
jekyll-paginate-v2 (3.0.0) | ||
jekyll (>= 3.0, < 5.0) | ||
jekyll-redirect-from (0.16.0) | ||
jekyll (>= 3.3, < 5.0) | ||
jekyll-sass-converter (1.5.2) | ||
sass (~> 3.4) | ||
jekyll-seo-tag (2.6.1) | ||
jekyll (>= 3.3, < 5.0) | ||
jekyll-sitemap (1.2.0) | ||
jekyll (~> 3.3) | ||
jekyll-tagging (1.1.0) | ||
nuggets | ||
jekyll-watch (1.5.1) | ||
listen (~> 3.0) | ||
kramdown (1.17.0) | ||
liquid (4.0.3) | ||
listen (3.2.1) | ||
rb-fsevent (~> 0.10, >= 0.10.3) | ||
rb-inotify (~> 0.9, >= 0.9.10) | ||
mercenary (0.3.6) | ||
minima (2.5.1) | ||
jekyll (>= 3.5, < 5.0) | ||
jekyll-feed (~> 0.9) | ||
jekyll-seo-tag (~> 2.1) | ||
nuggets (1.6.0) | ||
pathutil (0.16.2) | ||
forwardable-extended (~> 2.6) | ||
public_suffix (4.0.5) | ||
rb-fsevent (0.10.4) | ||
rb-inotify (0.10.1) | ||
ffi (~> 1.0) | ||
rouge (2.2.1) | ||
safe_yaml (1.0.5) | ||
sass (3.7.4) | ||
sass-listen (~> 4.0.0) | ||
sass-listen (4.0.0) | ||
rb-fsevent (~> 0.9, >= 0.9.4) | ||
rb-inotify (~> 0.9, >= 0.9.7) | ||
tzinfo (2.0.2) | ||
concurrent-ruby (~> 1.0) | ||
tzinfo-data (1.2020.1) | ||
tzinfo (>= 1.0.0) | ||
|
||
PLATFORMS | ||
ruby | ||
x64-mingw32 | ||
|
||
DEPENDENCIES | ||
jekyll (~> 3.6.2) | ||
jekyll-feed (~> 0.6) | ||
jekyll-tagging | ||
minima (~> 2.0) | ||
tzinfo-data | ||
|
||
BUNDLED WITH | ||
2.1.4 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# digital-pebble |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
baseurl: '' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,36 @@ | ||
# Welcome to Jekyll! | ||
# | ||
# This config file is meant for settings that affect your whole blog, values | ||
# which you are expected to set up once and rarely need to edit after that. | ||
# For technical reasons, this file is *NOT* reloaded automatically when you use | ||
# 'jekyll serve'. If you change this file, please restart the server process. | ||
|
||
# Site settings | ||
title: DigitalPebble | ||
--- | ||
title: Digital Pebble | ||
timezone: UTC | ||
collections: | ||
references: | ||
title: References | ||
output: true | ||
uploads: | ||
title: Uploads | ||
output: true | ||
defaults: | ||
- scope: | ||
path: '' | ||
type: references | ||
values: | ||
main-description: | ||
title: | ||
image: | ||
image-alt: | ||
sitemap: false | ||
email: [email protected] | ||
description: DigitalPebble Ltd is a consultancy specialised in web crawling, natural language processing, information retrieval and extraction. Our expertise is based on open source solutions, such as StormCrawler, Apache Nutch, GATE, Elasticsearch, Hadoop or Storm. | ||
baseurl: "" # the subpath of your site, e.g. /blog | ||
url: "http://digitalpebble.com" # the base hostname & protocol for your site | ||
twitter_username: digitalpebble | ||
github_username: digitalpebble | ||
|
||
# Build settings | ||
meta-description: DigitalPebble can help your organisation by advising on best practice and identifying suitable resources, | ||
designing scalable solutions as well as implementing them. We can help you deploy and monitor your project on your premises or on the cloud. | ||
baseurl: | ||
sass: | ||
sass_dir: _sass | ||
style: compressed | ||
markdown: kramdown | ||
permalink: "/blog/:title" | ||
theme: minima | ||
exclude: | ||
- Gemfile.lock | ||
- node_modules | ||
plugins: | ||
- jekyll-feed | ||
- jekyll-seo-tag |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- ALL SCRIPT FOR Footer --> | ||
|
||
|
||
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
|
||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col"> | ||
<div class="inner_wrapper"> | ||
<div class="left"> | ||
<h6>DigitalPebble Ltd</h6> | ||
<p>DigitalPebble Ltd Registered Office : 16 Codrington Road, Bristol, BS7 8ET, United Kingdom. <br>Registered in England and Wales under number 6476708</p> | ||
</div> | ||
<div class="right"> | ||
<ul id="social_links"> | ||
<li> | ||
<a href="https://twitter.com/digitalpebble" target="_blank"> | ||
<i class="fab fa-twitter"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/digitalpebble" target="_blank"> | ||
<i class="fab fa-github"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://www.linkedin.com/company/digitalpebble-ltd/" target="_blank"> | ||
<i class="fab fa-linkedin-in"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="http://digitalpebble.blogspot.com/" target="_blank"> | ||
<i class="fab fa-blogger-b"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,37 @@ | ||
<head> | ||
<title>{{ page.title }}</title> | ||
<meta name="description" | ||
content="DigitalPebble Ltd is a consultancy specialised in web crawling, natural language processing, search and machine learning. Our expertise is based on open source solutions, such as Apache Nutch, StormCrawler, GATE, ElasticSearch or SOLR."> | ||
<meta name="keywords" content="web crawl, consultant, consultancy, consulting, information extraction, information retrieval, search, NLP, IE, nutch, solr, stormcrawler"> | ||
<link rel="icon" href="img/favicon.ico" type="image/vnd.microsoft.icon"> | ||
<link type="text/css" href="style.css" rel="stylesheet"> | ||
<meta name="google-site-verification" content="ZNIbylXN61hwJhB39tK17-u7RsU5kgiHXWbQ5F7lrNc" /> | ||
</head> | ||
<!-- Your Basic Site Informations --> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=11" /> | ||
<meta name="author" content=""> | ||
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title> | ||
<meta name="description" content="{% if page.meta-description %}{{ page.meta-description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.meta-description }}{% endif %}"> | ||
<!-- Mobile Specific Meta --> | ||
<meta http-equiv="X-UA-Compatible" content="IE=11" /> | ||
<meta name="keywords" content="{% if page.meta-keywords %}{{ page.meta-keywords }}{% else %}{{ site.keywords }}{% endif %}"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> | ||
|
||
<base href="/" /> | ||
<meta property="og:title" content="{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}"> | ||
<meta property="og:site_name" content="DigitalPebble can help your organisation by advising on best practises and identifying suitable resources, designing scalable solutions as well as implementing them."> | ||
<meta property="og:url" content="http://digitalpebble.com/"> | ||
<meta property="og:description" content="{% if page.meta-description %}{{ page.meta-description | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.meta-description }}{% endif %}"> | ||
<meta property="og:type" content="website"> | ||
<meta property="og:image" content="{% if page.banner-image %}{{site.baseurl}}{{ page.banner-image }}{% else %} http://digitalpebble.com/images/banner.png {% endif %}"> | ||
<!-- Standard Favicon --> | ||
<link rel="icon" type="image/x-icon" href="{{site.baseurl}}/images/favicon.ico" /> | ||
<!-- Stylesheets --> | ||
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/slick/slick.css" /> | ||
<link rel="stylesheet" type="text/css" href="{{site.baseurl}}/slick/slick-theme.css" /> | ||
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet"> | ||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: site.baseurl }}" /> | ||
|
||
<!-- For not indexing --> | ||
<!-- <meta name="robots" content="noindex,nofollow"> --> | ||
<meta name="google-site-verification" content="ZNIbylXN61hwJhB39tK17-u7RsU5kgiHXWbQ5F7lrNc" /> | ||
|
||
|
||
|
||
{% include header-scripts.html %} | ||
|
||
<script src="{{site.baseurl}}/js/jquery-3.js"></script> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<!-- ALL SCRIPT FOR HEADER --> | ||
|
||
<!-- Global site tag (gtag.js) - Google Analytics --> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,84 @@ | ||
|
||
|
||
<header class="transparent_bg"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="col"> | ||
<div class="navigation_alignmnet"> | ||
<nav class="navbar navbar-expand-md navbar-dark"> | ||
<a class="navbar-brand" href="{{site.baseurl}}"> | ||
<img src="{{site.baseurl}}/images/digital-pebble-logo.svg" alt="DigitalPebble Ltd" class="img-fluid"> | ||
</a> | ||
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar"> | ||
<!-- <span class="navbar-toggler-icon"></span> --> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
<span></span> | ||
</button> | ||
|
||
<div class="collapse navbar-collapse" id="collapsibleNavbar"> | ||
|
||
<!-- <div class="mobile_nav_wrapper"> --> | ||
<ul class="navbar-nav"> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link outer" href="#webcrawling">Web Crawling </a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link outer" href="#search">Search </a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link outer" href="#big_data">Big Data </a> | ||
</li> | ||
|
||
<li class="nav-item"> | ||
<a class="nav-link outer" href="#about_us">About Us </a> | ||
</li> | ||
<li class="nav-item"> | ||
<a class="nav-link outer" href="#references">References </a> | ||
</li> | ||
|
||
</ul> | ||
|
||
|
||
<!-- </div> --> | ||
|
||
</div> | ||
<div class="right hide_on_mobile"> | ||
<ul id="social_links"> | ||
<li> | ||
<a href="https://twitter.com/digitalpebble" target="_blank"> | ||
<i class="fab fa-twitter"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://github.com/digitalpebble" target="_blank"> | ||
<i class="fab fa-github"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="https://www.linkedin.com/company/digitalpebble-ltd/" target="_blank"> | ||
<i class="fab fa-linkedin-in"></i> | ||
</a> | ||
</li> | ||
<li> | ||
<a href="http://digitalpebble.blogspot.com/" target="_blank"> | ||
<i class="fab fa-blogger-b"></i> | ||
</a> | ||
</li> | ||
</ul> | ||
</div> | ||
|
||
</nav> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
</header> | ||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
<!-- Bootstrap --> | ||
<script src="{{ "{{site.baseurl}}/js/bootstrap/bootstrap.min.js" }}"></script> | ||
<script src="{{site.baseurl}}/js/main.js"></script> |
Oops, something went wrong.