From 806b2fcf09f77d8243edf4de34f67dce3eaa6300 Mon Sep 17 00:00:00 2001 From: d3netxer Date: Wed, 18 Oct 2023 20:14:14 +0300 Subject: [PATCH] adding osmgeoweek link --- Gemfile | 4 + Gemfile.lock | 52 +- _includes/navbar.html | 5 + _sass/navbar.scss | 19 + _site/404.html | 14 +- _site/README.md | 4 +- _site/assets/css/style.css | 16 + _site/assets/js/custom/add-project-form.js | 3 +- _site/blog.html | 196 +++++- _site/feed.xml | 608 ++++++++++-------- _site/index.html | 16 +- _site/posts/2014/10/Georgia-Ave.html | 14 +- _site/posts/2014/10/gw-mapping.html | 14 +- _site/posts/2015/01/DCGreatStreets.html | 14 +- _site/posts/2015/02/farmers.html | 14 +- _site/posts/2015/04/TeachOSM-CapeCod.html | 14 +- _site/posts/2016/04/StLuciaRoadmap.html | 14 +- _site/privacy-policy.html | 14 +- _site/projects.json | 606 +++++++++++++---- _site/projects/add.html | 14 +- _site/projects/index.html | 14 +- .../projects/teachosm-for-high-school-0.html | 247 ------- .../projects/teachosm-for-high-school-1.html | 247 ------- .../projects/teachosm-for-high-school-10.html | 18 +- .../projects/teachosm-for-high-school-11.html | 247 ------- .../projects/teachosm-for-high-school-12.html | 18 +- .../projects/teachosm-for-high-school-2.html | 247 ------- .../projects/teachosm-for-high-school-3.html | 247 ------- .../projects/teachosm-for-high-school-4.html | 247 ------- .../projects/teachosm-for-high-school-5.html | 18 +- .../projects/teachosm-for-high-school-6.html | 18 +- .../projects/teachosm-for-high-school-7.html | 18 +- .../projects/teachosm-for-high-school-8.html | 18 +- .../projects/teachosm-for-high-school-9.html | 18 +- _site/resources.html | 14 +- _site/terms-of-use.html | 14 +- 36 files changed, 1305 insertions(+), 2000 deletions(-) delete mode 100644 _site/projects/teachosm-for-high-school-0.html delete mode 100644 _site/projects/teachosm-for-high-school-1.html delete mode 100644 _site/projects/teachosm-for-high-school-11.html delete mode 100644 _site/projects/teachosm-for-high-school-2.html delete mode 100644 _site/projects/teachosm-for-high-school-3.html delete mode 100644 _site/projects/teachosm-for-high-school-4.html diff --git a/Gemfile b/Gemfile index ab7a9189..ec026616 100644 --- a/Gemfile +++ b/Gemfile @@ -13,6 +13,10 @@ gem "jekyll", "~> 3.8.5" # This is the default theme for new Jekyll sites. You may change this to anything you like. gem "minima", "~> 2.0" +gem 'rexml', '~> 3.2' +gem 'webrick', '~> 1.7' + + # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. # gem "github-pages", group: :jekyll_plugins diff --git a/Gemfile.lock b/Gemfile.lock index d6ac88ec..56119f40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,20 +1,20 @@ GEM remote: https://rubygems.org/ specs: - addressable (2.6.0) - public_suffix (>= 2.0.2, < 4.0) + addressable (2.8.5) + public_suffix (>= 2.0.2, < 6.0) colorator (1.1.0) - concurrent-ruby (1.1.5) - em-websocket (0.5.1) + 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.11.1) + ffi (1.16.3) forwardable-extended (2.6.0) - http_parser.rb (0.6.0) + http_parser.rb (0.8.0) i18n (0.9.5) concurrent-ruby (~> 1.0) - jekyll (3.8.5) + jekyll (3.8.7) addressable (~> 2.4) colorator (~> 1.0) em-websocket (~> 0.5) @@ -27,47 +27,49 @@ GEM pathutil (~> 0.9) rouge (>= 1.7, < 4) safe_yaml (~> 1.0) - jekyll-feed (0.12.1) + jekyll-feed (0.17.0) jekyll (>= 3.7, < 5.0) jekyll-sass-converter (1.5.2) sass (~> 3.4) - jekyll-seo-tag (2.6.1) - jekyll (>= 3.3, < 5.0) + jekyll-seo-tag (2.8.0) + jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) kramdown (1.17.0) - liquid (4.0.3) - listen (3.1.5) - rb-fsevent (~> 0.9, >= 0.9.4) - rb-inotify (~> 0.9, >= 0.9.7) - ruby_dep (~> 1.2) + 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) - minima (2.5.0) - jekyll (~> 3.5) + minima (2.5.1) + jekyll (>= 3.5, < 5.0) jekyll-feed (~> 0.9) jekyll-seo-tag (~> 2.1) pathutil (0.16.2) forwardable-extended (~> 2.6) - public_suffix (3.0.3) - rb-fsevent (0.10.3) - rb-inotify (0.10.0) + public_suffix (5.0.3) + rb-fsevent (0.11.2) + rb-inotify (0.10.1) ffi (~> 1.0) - rouge (3.3.0) - ruby_dep (1.5.0) + rexml (3.2.6) + rouge (3.30.0) 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.8.1) PLATFORMS - ruby + arm64-darwin-21 DEPENDENCIES jekyll (~> 3.8.5) minima (~> 2.0) + rexml (~> 3.2) tzinfo-data + webrick (~> 1.7) BUNDLED WITH - 2.1.4 + 2.3.4 diff --git a/_includes/navbar.html b/_includes/navbar.html index f632f925..4d2ea732 100644 --- a/_includes/navbar.html +++ b/_includes/navbar.html @@ -67,6 +67,11 @@ +
  • + + #osmgeoweek + +
  • Start
  • diff --git a/_sass/navbar.scss b/_sass/navbar.scss index d18edbb6..7e70d14f 100644 --- a/_sass/navbar.scss +++ b/_sass/navbar.scss @@ -50,6 +50,14 @@ transition: all ease .35s; } +.text-green { + color: #2eb05c; +} + +.text-white { + color: #fff; +} + .navbar-default.black-text .nav li a { color: #222; } @@ -60,6 +68,17 @@ color: $primary-color; } +.navbar-default .nav li a:hover .text-green, +.navbar-default .nav li a:focus .text-green { + color: $primary-color; /* Or whatever color you want on hover/focus */ +} + +.navbar-default .nav li a:hover .text-white, +.navbar-default .nav li a:focus .text-white { + color: $primary-color; /* Or another color if you want a different one from .text-green */ +} + + .navbar-default .navbar-nav>.active>a { border-radius: 0; color: #fff; diff --git a/_site/404.html b/_site/404.html index 6dcf9ca6..09666a1b 100644 --- a/_site/404.html +++ b/_site/404.html @@ -71,7 +71,7 @@ - beta + @@ -84,6 +84,14 @@ +
  • + + #osmgeoweek + +
  • +
  • + Start +
  • Blog
  • @@ -94,7 +102,7 @@ Resources
  • - Donate + Donate
  • @@ -155,7 +163,7 @@

    404

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -132,6 +140,188 @@

    Blog Posts

    + +
    +
    Welcome our new Communications and Outreach intern, Emma Gray!
    +
    + + + +
    +
    TeachOSM is excited to welcome our new intern, Emma Gray. Emma will be assisting with Communications and Outreach through May 2023. Get to know her in this latest blog post.
    +
    +
    +
    +
    + + +
    +
    Roads as Collaborative Corridors
    +
    + + + +
    +
    Guest Blog Post by Bill Wetherholt (Associate Professor of Geography, Frostburg State University)
    +
    +
    +
    +
    + + +
    +
    Intern with TeachOSM this school year!
    +
    + + + +
    +
    Design your own internship to support our mission
    +
    +
    +
    +
    + + +
    +
    Shaking Up Earth Science with OSM
    +
    + + + +
    +
    Guest blog post by Jamie Dickinson
    +
    +
    +
    +
    + + +
    +
    Launching the TeachOSM Collaboration Grants
    +
    + + + +
    +
    Grant applications are due August 20, 2022
    +
    +
    +
    +
    + + +
    +
    A New Way to Get Involved with TeachOSM
    +
    + + + +
    +
    Announcing the Education Working Group.
    +
    +
    +
    +
    + + +
    +
    What is State of the Map US?
    +
    + + + +
    +
    A look into the direction of OpenStreetMap and the current problems it is tackling.
    +
    +
    +
    +
    + + +
    +
    Welcome to our newest communications & outreach intern, Hayden MacLachlan!
    +
    + + + +
    +
    TeachOSM is excited to welcome our newest intern, Hayden MacLachlan. Hayden will be assisting with Communications and Outreach through May 2022. Get to know her in this latest blog post.
    +
    +
    +
    +
    + + +
    +
    Transformando la educación universitaria con OpenStreetMap 
    +
    + + + +
    +
    Para esta entrada, platicamos con Can Ünen, quien ha trabajado como profesor de Ingeniería Geomática, participó en la creación de OpenStreetMap Turquía en Estambul y actualmente desarrolla contenidos de clase utilizando los mapas de OSM como punto de partida.
    +
    +
    +
    +
    + + +
    +
    Transforming university education through OpenStreetMap 
    +
    + + + +
    +
    For this post, we spoke with Can Ünen, who has worked as a professor of Geomatics Engineering, participated in the creation of OpenStreetMap Turkey in Istanbul and is currently developing class content using OSM maps as a starting point.
    +
    +
    +
    +
    + + +
    +
    ¡Produzcamos mapas, en lugar de consumir mapas!
    +
    + + + +
    +
    La Sra. Reynolds nos demuestra cómo OpenStreetMap puede ser utilizado como herramienta para entender nuestra realidad y contribuir a diferentes comunidades.
    +
    +
    +
    +
    + + +
    +
    Instead of consuming maps, let’s produce maps!
    +
    + + + +
    +
    Mrs. Reynolds shows students how OpenStreetMap can be used as a tool to understand our reality and contribute to different communities.
    +
    +
    +
    +
    + + +
    +
    Join us in welcoming Maya Lovo, our new intern!
    +
    + + + +
    +
    TeachOSM is excited to welcome our first intern, Maya Lovo. Maya will be assisting with Communications and Outreach through February 2022. Get to know her in this latest blog post.
    +
    +
    +
    +
    +
    MapSaintLucia - a Community Development Roadmap
    @@ -243,7 +433,7 @@

    Blog Posts

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -171,7 +179,7 @@

    About TeachOSM

    -
    TeachOSM was chartered in 2016 as a project of OpenStreetMap US (OSM US), led by a volunteer steering committee, providing operational support and strategic guidance for the educational outreach mission of OSM US. TeachOSM's purpose is to empower and support educators at all levels to integrate open source mapping and the OpenStreetMap ecosystem of tools in the classroom. +
    TeachOSM was chartered in 2016 as a project of OpenStreetMap US (OSM US), led by a volunteer steering committee, providing operational support and strategic guidance for the educational outreach mission of OSM US. TeachOSM's purpose is to empower and support educators at all levels to integrate open source mapping and the OpenStreetMap ecosystem of tools in the classroom.


    @@ -353,7 +361,7 @@

    Contact Us

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -161,7 +169,7 @@

    Results

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -163,7 +171,7 @@

    What we discovered

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -236,7 +244,7 @@

    For more information:

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -165,7 +173,7 @@

    Contact Information

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -195,7 +203,7 @@

    Contact Information

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -214,7 +222,7 @@

    Promotional:

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -287,7 +295,7 @@

    How to Contact Us

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -408,7 +416,7 @@

    Finish and Submit

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -322,7 +330,7 @@

    Tags

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -138,8 +146,8 @@
    -

    Teach OSM for High School

    -

    Module 10 - Mapping Cities and Urban Land Use

    +

    Module 10 - Mapping Cities and Urban Land Use

    +

    Teach OSM for High School

    TeachOSM and OpenStreetMap contributors

    @@ -205,7 +213,7 @@

    Education Activity Duration:

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -138,8 +146,8 @@
    -

    Teach OSM for High School

    -

    Module 12 - Let’s Organize a Mapathon

    +

    Module 12 - Let’s Organize a Mapathon

    +

    Teach OSM for High School

    TeachOSM and OpenStreetMap contributors

    @@ -203,7 +211,7 @@

    Education Activity Duration:

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -138,8 +146,8 @@
    -

    Teach OSM for High School

    -

    Module 5 - Population and Open Street Map

    +

    Module 5 - Population and Open Street Map

    +

    Teach OSM for High School

    OpenStreetMap Contributors

    @@ -205,7 +213,7 @@

    Education Activity Duration:

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -138,8 +146,8 @@
    -

    Teach OSM for High School

    -

    Module 6 - Mapping Cultural Patterns and Processes OSM Map Features

    +

    Module 6 - Mapping Cultural Patterns and Processes OSM Map Features

    +

    Teach OSM for High School

    OpenStreetMap Contributors

    @@ -205,7 +213,7 @@

    Education Activity Duration:

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -138,8 +146,8 @@
    -

    Teach OSM for High School

    -

    Module 7 - Mapping Political Organization of Space OSM Map Features

    +

    Module 7 - Mapping Political Organization of Space OSM Map Features

    +

    Teach OSM for High School

    TeachOSM Contributors

    @@ -205,7 +213,7 @@

    Education Activity Duration:

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -138,8 +146,8 @@
    -

    Teach OSM for High School

    -

    Module 8 - Mapping Agricultural and Rural Land Use OSM Map Features

    +

    Module 8 - Mapping Agricultural and Rural Land Use OSM Map Features

    +

    Teach OSM for High School

    TeachOSM Contributors

    @@ -205,7 +213,7 @@

    Education Activity Duration:

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -138,8 +146,8 @@
    -

    Teach OSM for High School

    -

    Module 9 - Industrialization and Economic Development

    +

    Module 9 - Industrialization and Economic Development

    +

    Teach OSM for High School

    OpenStreetMap Contributors

    @@ -205,7 +213,7 @@

    Education Activity Duration:

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -595,7 +603,7 @@

    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023
    @@ -172,7 +180,7 @@

    Use of Personally Identifiab
    - Copyright © TeachOSM 2021 + Copyright © TeachOSM 2023