Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
zxch91 committed Aug 1, 2023
1 parent 0072549 commit 79de4cb
Show file tree
Hide file tree
Showing 18 changed files with 2,187 additions and 74 deletions.
Original file line number Diff line number Diff line change
@@ -1 +1 @@
I"'{"source"=>"/Users/sam.pepler/play/jekyll/archive-site", "destination"=>"/Users/sam.pepler/play/jekyll/archive-site/_site", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>[], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false}, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>"http://localhost:4000"}:ET
I"�{"source"=>"C:/Users/fdq63749/Desktop/archive-site", "destination"=>"docs", "collections_dir"=>"", "cache_dir"=>".jekyll-cache", "plugins_dir"=>"_plugins", "layouts_dir"=>"_layouts", "data_dir"=>"_data", "includes_dir"=>"_includes", "collections"=>{"posts"=>{"output"=>true, "permalink"=>"/:categories/:year/:month/:day/:title:output_ext"}}, "safe"=>false, "include"=>[".htaccess"], "exclude"=>[".sass-cache", ".jekyll-cache", "gemfiles", "Gemfile", "Gemfile.lock", "node_modules", "vendor/bundle/", "vendor/cache/", "vendor/gems/", "vendor/ruby/"], "keep_files"=>[".git", ".svn"], "encoding"=>"utf-8", "markdown_ext"=>"markdown,mkdown,mkdn,mkd,md", "strict_front_matter"=>false, "show_drafts"=>nil, "limit_posts"=>0, "future"=>false, "unpublished"=>false, "whitelist"=>[], "plugins"=>["jekyll-feed"], "markdown"=>"kramdown", "highlighter"=>"rouge", "lsi"=>false, "excerpt_separator"=>"\n\n", "incremental"=>false, "detach"=>false, "port"=>"4000", "host"=>"127.0.0.1", "baseurl"=>nil, "show_dir_listing"=>false, "permalink"=>"date", "paginate_path"=>"/page:num", "timezone"=>nil, "quiet"=>false, "verbose"=>false, "defaults"=>[], "liquid"=>{"error_mode"=>"warn", "strict_filters"=>false, "strict_variables"=>false}, "kramdown"=>{"auto_ids"=>true, "toc_levels"=>[1, 2, 3, 4, 5, 6], "entity_output"=>"as_char", "smart_quotes"=>"lsquo,rsquo,ldquo,rdquo", "input"=>"GFM", "hard_wrap"=>false, "guess_lang"=>true, "footnote_nr"=>1, "show_warnings"=>false, "syntax_highlighter"=>"rouge", "syntax_highlighter_opts"=>{:default_lang=>"plaintext", :guess_lang=>true}, "coderay"=>{}}, "title"=>"CEDA Archive", "description"=>"CEDA Archive site implemented using Jekyll.", "show_excerpts"=>true, "livereload_port"=>35729, "serving"=>true, "watch"=>true, "url"=>"http://localhost:4000"}:ET
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ git_source(:github) { |repo_name| "https://github.com/#{repo_name}" }
gem "jekyll"
gem "kramdown-parser-gfm"
gem "webrick"
gem 'jekyll-feed'
gem 'jekyll-feed'
gem 'public_suffix', '5.0.3'
74 changes: 43 additions & 31 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,71 +1,83 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
concurrent-ruby (1.1.9)
em-websocket (0.5.2)
concurrent-ruby (1.2.2)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
http_parser.rb (~> 0)
eventmachine (1.2.7)
ffi (1.15.3)
ffi (1.15.5)
forwardable-extended (2.6.0)
http_parser.rb (0.6.0)
i18n (0.9.5)
google-protobuf (3.23.4-arm64-darwin)
google-protobuf (3.23.4-x64-mingw-ucrt)
google-protobuf (3.23.4-x86_64-darwin)
http_parser.rb (0.8.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
jekyll (3.9.1)
jekyll (4.3.2)
addressable (~> 2.4)
colorator (~> 1.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
jekyll-sass-converter (~> 1.0)
i18n (~> 1.0)
jekyll-sass-converter (>= 2.0, < 4.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
kramdown (~> 2.3, >= 2.3.1)
kramdown-parser-gfm (~> 1.0)
liquid (~> 4.0)
mercenary (~> 0.3.3)
mercenary (>= 0.3.6, < 0.5)
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
rouge (>= 3.0, < 5.0)
safe_yaml (~> 1.0)
jekyll-feed (0.15.1)
terminal-table (>= 1.8, < 4.0)
webrick (~> 1.7)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-sass-converter (3.0.0)
sass-embedded (~> 1.54)
jekyll-watch (2.2.1)
listen (~> 3.0)
kramdown (2.3.1)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.5.1)
liquid (4.0.4)
listen (3.8.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.3.6)
mercenary (0.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.6)
rb-fsevent (0.11.0)
public_suffix (5.0.3)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
rexml (3.2.6)
rouge (4.1.3)
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)
webrick (1.7.0)
sass-embedded (1.64.1-arm64-darwin)
google-protobuf (~> 3.23)
sass-embedded (1.64.1-x64-mingw-ucrt)
google-protobuf (~> 3.23)
sass-embedded (1.64.1-x86_64-darwin)
google-protobuf (~> 3.23)
terminal-table (3.0.2)
unicode-display_width (>= 1.1.1, < 3)
unicode-display_width (2.4.2)
webrick (1.8.1)

PLATFORMS
universal-darwin-20
x64-mingw-ucrt
x86_64-darwin-19

DEPENDENCIES
jekyll
jekyll-feed
kramdown-parser-gfm
public_suffix (= 5.0.3)
webrick

BUNDLED WITH
Expand Down
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- title: Help
url: https://help.ceda.ac.uk/
- title: Tools
url: /tools.html
url: /tools
- title: Deposit
url: https://arrivals.ceda.ac.uk
- title: My Account
Expand Down
2 changes: 1 addition & 1 deletion _layouts/base_ceda.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<head>
<meta charset="utf-8">
<title> {{page.title | default: "CEDA Archive"}}</title>
<title> {{page.title | default: "| The CEDA Archive"}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="alternate" type="application/rss+xml" title="RSS" href="/blog/feeds/rss/">
Expand Down
80 changes: 51 additions & 29 deletions about.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,45 +3,67 @@ title: About the CEDA Archive
layout: base_ceda
permalink: /about/
---
# What is the CEDA Archive
Its the UK's national data centre for atmospheric and earth observation research data. It stores, catalogues and distributes over 18 Petabytes of data. The aim of the CEDA Archive is to provide a long-term home for data produced by environmental research and to facilitate use of data that research needs.

# Who runs the CEDA Archive?
The CEDA Archive is run by The Centre for Environmental Data Analysis (CEDA). CEDA also run the JASMIN super-data-cluster which provides the storage and compute infrasructure for the archive.
<ol class="breadcrumb">
<li class="breadcrumb-item" id="breadcrumb-menu-home">
<a href="/">Home</a>
</li>
<li class="breadcrumb-item" id="breadcrumb-menu-about">About
</li>

[CEDA](https://www.ceda.ac.uk/) ia a division of RAL Space, which is a department in STFC. STFC is one of the UKRI Research Councils.
</ol>
The [Centre for Environmental Data Analysis](https://www.ceda.ac.uk/) (CEDA) runs the UK's national data centre for atmospheric and earth observation research, hosting over 18 Petabytes of data.

# The broader picture
The CEDA Archive forms part of NERC's Environmental Data Service (EDS) - a network of data centres covering all aspects of environmental science. The EDS provides a focal point for NERC's scientific data and information. We work with the other data centres to ensure that environmental data is deposited in the most appropriate archive.
The CEDA Archive forms part of [NERC's Environmental Data Service (EDS)](https://eds.ukri.org/) - a network of data centres covering all aspects of environmental science. The EDS provides a focal point for NERC's scientific data and information. We work with the other data centres to ensure that environmental data is deposited in the most appropriate archive.

# Who pays for the CEDA Archive
The Natural Environment Research Council ([NERC](https://nerc.ukri.org/)). More specificly, the National Centre for Atmospheric Science ([NCAS](https://ncas.ac.uk/)) and the National Centre for Earth Observation ([NCEO](https://www.nceo.ac.uk/)) are the two NERC centres that fund the core EDS service. This is suplimented by contributions from NERC science budgets.
The aim of the CEDA Archive is to provide a long-term home for data produced by environmental research and to facilitate use of data that research needs.

<a href="http://www.nceo.ac.uk" title="STFC"><img
src="https://artefacts.ceda.ac.uk/themes/orgtheme_ceda_serv/0.2/_assets/img/nceologo200.png"
title="NCEO logo" alt="NCEO logo"></a>
<div class="card-deck">

<a href="http://www.ncas.ac.uk" title="NCAS"><img
src="https://artefacts.ceda.ac.uk/themes/orgtheme_ceda_serv/0.2/_assets/img/ncas_logo_transparent_blacktext.png"
title="NCAS logo" alt="NCAS logo"></a>
<div class="col-4">

<div class="card text-center">
<div class="card-header">

~~~
$ more file1.dat
~~~
{: .bash}
<span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-download fa-stack-1x fa-inverse"></i>
</span>


~~~
import os
</div>
<div class="card-body">
<h4 class="card-title"><a class="inherit-color" href="/about/accessing-data/">Accessing data</a></h4>
<p class="card-text"></p>
<a href="/about/accessing-data/" class="btn btn-default">Learn More</a>
</div>
</div>

x = "ffff"
y = 300
</div>

print(x, y)
</div>

def funfunc(aaa):
print(aaa)
~~~
{: .python}
Hello there!
<div class="card-deck">

<div class="col-4">

<div class="card text-center" style="width: 18rem;">
<div class="card-header">

<span class="fa-stack fa-5x">
<i class="fa fa-circle fa-stack-2x text-primary"></i>
<i class="fa fa-upload fa-stack-1x fa-inverse"></i>
</span>


</div>
<div class="card-body">
<h4 class="card-title"><a class="inherit-color" href="/about/depositing-data/">Depositing data</a></h4>
<p class="card-text"></p>
<a href="/about/depositing-data/" class="btn btn-default">Learn More</a>
</div>
</div>

</div>

</div>
54 changes: 54 additions & 0 deletions accessing-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
---
title: accessing-data
layout: base_ceda
permalink: about/accessing-data
---


<ol class="breadcrumb">
<li class="breadcrumb-item" id="breadcrumb-menu-home">
<a href="/">Home</a>
</li>
<li class="breadcrumb-item" id="breadcrumb-menu-about">
<a href="/about/">About</a>
</li>
<li class="breadcrumb-item" id="breadcrumb-menu-accessing-data">Accessing Data
</li>
</ol>

<div class="row">
<div class="col-md-12">
<div class="row">
<div class="col-4">
<img src="/static/noaa-ujsujr3cgem-unsplash-300x0.jpg" class="img-fluid">
</div>

<div class="col-4">
<p><span>We hold environmental data related to atmospheric and earth observation fields. Our remit covers the following areas (see linked examples to some of our most popular datasets):&nbsp;</span></p>
<ul>
<li><span>Climate - e.g. </span><a href="https://catalogue.ceda.ac.uk/uuid/4dc8450d889a491ebb20e724debe2dfb"><span>HadUK Grid</span></a><span>, </span><a href="https://catalogue.ceda.ac.uk/uuid/b96ce180077f4810abc4eef0e48901d9"><span>CMIP</span></a><span>, </span><a href="https://catalogue.ceda.ac.uk/uuid/b6c783922d1ce68c4293d90caede5bb9"><span>CRU</span></a></li>

<li><span>Composition - e.g. </span><a href="https://catalogue.ceda.ac.uk/uuid/615aa50d66fe4b2771457e83d8b47217"><span>CCI</span></a></li>

<li><span>Observations - e.g. </span><a href="https://catalogue.ceda.ac.uk/uuid/dbd451271eb04662beade68da43546e1"><span>MIDAS Open</span></a></li>

<li><span>Numerical weather prediction - e.g. </span><a href="https://catalogue.ceda.ac.uk/uuid/f46cfa4784fb454e105f336981f1a82b"><span>Met Office NWP</span></a></li>

<li><span>Airborne - e.g. </span><a href="https://catalogue.ceda.ac.uk/uuid/07d2ebf9e4fb15ab35211208ddd2205a"><span>FAAM</span></a></li>

<li><span>Satellite data and imagery - e.g. </span><a href="https://catalogue.ceda.ac.uk/uuid/7896ea1117dc4fa9bb95485ca9b1c6be"><span>Sentinel</span></a><span>&nbsp;</span></li>
</ul>
</div>
<div class="col-4 text-right">
<span class="fa-stack fa-3x pull-right">
<i class="fas fa-circle fa-stack-2x text-primary"></i>
<i class="fas fa-download fa-stack-1x fa-inverse"></i>
</span>
</div>

</div>
</div>
</div>

55 changes: 55 additions & 0 deletions corral.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
permalink: /corral
---

<body bgcolor="#ffffff">


<h1>UK COLONIAL REGISTERS AND ROYAL NAVY LOGBOOKS:
making the past available for the future</h1>

<hr align="LEFT">


<a href="http://www.corral.org.uk/">CORRAL (UK Colonial Registers and Royal Navy Logbooks)
(project home page)</a> uses late 18th to early 20th century archive material to enhance the global
coverage of daily to sub-daily weather observations. These are essential for current research that
requires an enhancement in the quality and quantity of past data in order to assess better the full
nature of medium- to long-term climate variability and change. Three distinct but complimentary
and hitherto untapped sources will be used, two are based on Royal Navy ship’s logbooks (from
ships of voyages of scientific discovery and those in the service of the Hydrographic Survey), the
third being the coastal and island records contained in UK Colonial documents. The former of the
three categories constitute documents of national and historical importance, with a corresponding
need to make them freely available through managed websites. In all three instances, the
instrumental data (mostly of air pressure and temperature) are of singular importance in
representing marine conditions; this being an area that is traditionally under-represented in the
climate record despite it occupying over two-thirds of the planet’s surface. All these data will be
abstracted, verified and made available to the scientific community through the British Atmospheric
Data Centre (BADC) website.
Most documents are to be found in The National Archives (Kew).


<h2>Records of the Admiralty, Naval Forces, Royal Marines, Coastguard, and related bodies [ADM]</h2>

These records are held at The National Archive, Kew. The
ADM section includes records of the Admiralty, Naval Forces, Royal Marines, Coastguard, and
related bodies, concerning all aspects of the organisation and operation of the Royal Navy and associated naval forces,
over the period 1205-1998 (more details are available in the National Archives
<a target="_other" href="http://www.nationalarchives.gov.uk/catalogue/displaycataloguedetails.asp?CATID=4&amp;CATLN=1">catalogue entry</a>).

The CORRAL project deals with the following series:
<ul>
<li><a href="adm51/adm51_index.html">ADM51: Admiralty: Captains' Logs, 1669-1853</a></li>
<li><a href="adm53/adm53_index.html">ADM53: Admiralty: and Ministry of Defence, Navy Department: Ships' Logs 1799-1985</a></li>
<li><a href="adm55/adm55_index.html">ADM55: Admiralty: Supplementary Logs and Journals of Ships on Exploration, 1757-1861; 1904</a>, including logs from the voyages of James Cook.</li>
</ul>

<h2>Links to further information</h2>

Further information is available from the project <a href="http://www.corral.org.uk/">web page</a>.
<br>
If you have an inquiry, see the <a href="contacts.html">contacts page</a>.



</body>
Loading

0 comments on commit 79de4cb

Please sign in to comment.