-
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
e526063
commit 231004f
Showing
10 changed files
with
358 additions
and
12 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 |
---|---|---|
@@ -1,7 +1,5 @@ | ||
_/ | ||
_cache/ | ||
_site/ | ||
_*.markdown | ||
_*.md | ||
_*.textile | ||
.DS_Store | ||
_site | ||
.sass-cache | ||
.jekyll-cache | ||
.jekyll-metadata | ||
vendor |
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,25 @@ | ||
--- | ||
permalink: /404.html | ||
layout: default | ||
--- | ||
|
||
<style type="text/css" media="screen"> | ||
.container { | ||
margin: 10px auto; | ||
max-width: 600px; | ||
text-align: center; | ||
} | ||
h1 { | ||
margin: 30px 0; | ||
font-size: 4em; | ||
line-height: 1; | ||
letter-spacing: -1px; | ||
} | ||
</style> | ||
|
||
<div class="container"> | ||
<h1>404</h1> | ||
|
||
<p><strong>Page not found :(</strong></p> | ||
<p>The requested page could not be found.</p> | ||
</div> |
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,5 +1,33 @@ | ||
# frozen_string_literal: true | ||
|
||
source "https://rubygems.org" | ||
# Hello! This is where you manage which Jekyll version is used to run. | ||
# When you want to use a different version, change it below, save the | ||
# file and run `bundle install`. Run Jekyll with `bundle exec`, like so: | ||
# | ||
# bundle exec jekyll serve | ||
# | ||
# This will help ensure the proper Jekyll version is running. | ||
# Happy Jekylling! | ||
gem "jekyll", "~> 4.3.3" | ||
# This is the theme for OpenHydra sites。 | ||
gem "minimal-mistakes-jekyll" | ||
# 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 | ||
# If you have any plugins, put them here! | ||
group :jekyll_plugins do | ||
gem "jekyll-feed" | ||
end | ||
|
||
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem | ||
# and associated library. | ||
platforms :mingw, :x64_mingw, :mswin, :jruby do | ||
gem "tzinfo", ">= 1", "< 3" | ||
gem "tzinfo-data" | ||
end | ||
|
||
# Performance-booster for watching directories on Windows | ||
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] | ||
|
||
gem "jekyll" | ||
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem | ||
# do not have a Java counterpart. | ||
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] |
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
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,206 @@ | ||
# 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 edit after that. If you find | ||
# yourself editing this file very often, consider using Jekyll's data files | ||
# feature for the data you need to update frequently. | ||
|
||
# Site Settings | ||
locale : "zh-CN" | ||
title : OpenHydra(水螅社区) | ||
tagline : "水螅社区是一个开源爱好者的社区,致力于分享、交流、学习。" | ||
theme : minimal-mistakes-jekyll | ||
minimal_mistakes_skin : "air" # "air", "aqua", "contrast", "dark", "dirt", "neon", "mint", "plum", "sunrise" | ||
|
||
|
||
# Site Author | ||
author: | ||
name : "OpenHydra" | ||
avatar : "images/openhydra_logo.png" | ||
bio : "开源是一种态度,而不是一种能力。" | ||
location : "Shanghai, China" | ||
email : "[email protected]" | ||
uri : "http://www.shuixi.org.cn" | ||
bitbucket : | ||
codepen : | ||
dribbble : | ||
flickr : | ||
facebook : | ||
foursquare : | ||
github : "zhangjinnan" | ||
google_plus : | ||
keybase : | ||
instagram : | ||
lastfm : | ||
linkedin : | ||
pinterest : | ||
soundcloud : | ||
stackoverflow : # http://stackoverflow.com/users/123456/username | ||
steam : | ||
tumblr : | ||
twitter : *twitter | ||
vine : | ||
weibo : | ||
xing : | ||
youtube : | ||
|
||
|
||
# Reading Files | ||
include: | ||
- .htaccess | ||
- _pages | ||
exclude: | ||
- "*.sublime-project" | ||
- "*.sublime-workspace" | ||
- vendor | ||
- .asset-cache | ||
- .bundle | ||
- .jekyll-assets-cache | ||
- .sass-cache | ||
- assets/js/plugins | ||
- assets/js/_main.js | ||
- assets/js/vendor | ||
- Capfile | ||
- CHANGELOG | ||
- config | ||
- Gemfile | ||
- Gruntfile.js | ||
- gulpfile.js | ||
- LICENSE | ||
- log | ||
- node_modules | ||
- package.json | ||
- Rakefile | ||
- README | ||
- tmp | ||
keep_files: | ||
- .git | ||
- .svn | ||
encoding: "utf-8" | ||
markdown_ext: "markdown,mkdown,mkdn,mkd,md" | ||
|
||
|
||
# Conversion | ||
markdown: kramdown | ||
highlighter: rouge | ||
lsi: false | ||
excerpt_separator: "\n\n" | ||
incremental: false | ||
|
||
|
||
# Markdown Processing | ||
kramdown: | ||
input: GFM | ||
hard_wrap: false | ||
auto_ids: true | ||
footnote_nr: 1 | ||
entity_output: as_char | ||
toc_levels: 1..6 | ||
smart_quotes: lsquo,rsquo,ldquo,rdquo | ||
enable_coderay: false | ||
|
||
|
||
# Collections | ||
collections: | ||
docs: | ||
output: true | ||
permalink: /:collection/:path/ | ||
recipes: | ||
output: true | ||
permalink: /:collection/:path/ | ||
pets: | ||
output: true | ||
permalink: /:collection/:path/ | ||
portfolio: | ||
output: true | ||
permalink: /:collection/:path/ | ||
|
||
|
||
# Defaults | ||
defaults: | ||
# _posts | ||
- scope: | ||
path: "" | ||
type: posts | ||
values: | ||
layout: single | ||
author_profile: true | ||
read_time: true | ||
comments: true | ||
share: true | ||
related: true | ||
# _pages | ||
- scope: | ||
path: "" | ||
type: pages | ||
values: | ||
layout: single | ||
author_profile: true | ||
# _docs | ||
- scope: | ||
path: "" | ||
type: docs | ||
values: | ||
layout: single | ||
read_time: false | ||
author_profile: false | ||
share: false | ||
comments: false | ||
sidebar: | ||
nav: "docs" | ||
# _recipes | ||
- scope: | ||
path: "" | ||
type: recipes | ||
values: | ||
layout: single | ||
author_profile: true | ||
share: true | ||
comments: true | ||
# _pets | ||
- scope: | ||
path: "" | ||
type: pets | ||
values: | ||
layout: single | ||
author_profile: true | ||
share: true | ||
comment: true | ||
# _portfolio | ||
- scope: | ||
path: "" | ||
type: portfolio | ||
values: | ||
layout: single | ||
author_profile: false | ||
share: true | ||
|
||
|
||
# Sass/SCSS | ||
sass: | ||
sass_dir: _sass | ||
style: compressed # http://sass-lang.com/documentation/file.SASS_REFERENCE.html#output_style | ||
|
||
|
||
# Outputting | ||
permalink: /:categories/:title/ | ||
# paginate: 5 # amount of posts to show | ||
# paginate_path: /page:num/ | ||
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones | ||
|
||
|
||
# Plugins | ||
gems: | ||
- jekyll-paginate | ||
- jekyll-sitemap | ||
- jekyll-gist | ||
- jekyll-feed | ||
- jemoji | ||
|
||
# mimic GitHub Pages with --safe | ||
whitelist: | ||
- jekyll-paginate | ||
- jekyll-sitemap | ||
- jekyll-gist | ||
- jekyll-feed | ||
- jemoji |
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,29 @@ | ||
--- | ||
layout: post | ||
title: "OepnHydra 社区介绍" | ||
date: 2024-08-04 21:49:39 +0800 | ||
categories: info | ||
--- | ||
|
||
# 社区介绍 | ||
OpenHydra是一个开源项目,旨在为AI教育提供一个开箱即用的学习与实践平台。OpenHydra社区汇聚了大量开源的AI开发工具和AI教学实践项目,教师和学生可以直接参考学习,甚至参与到项目开发中,从而培养用AI解决真实问题的能力。OpenHydra项目是由全国师范生人工智能教育共同体、亓绚科技联合发起,华东师范大学、华南师范大学、中国儿童中心儿童人工智能教育研究院、中国电子学会现代教育技术分会、上海开源信息技术协会、上海白玉兰开源开放研究院、温州大学元宇宙与人工智能研究院、NOAI组委会、虚谷计划组委会等共同参与的面向K12人工智能教育的开放学习与实践平台。 | ||
|
||
# 使命 | ||
|
||
用开源的方式助力人工智能教育 | ||
|
||
# 愿景 | ||
|
||
* 让每个孩子学习真正的人工智能 | ||
* 让老师家长了解真正的人工智能 | ||
* 让每个学校都能开的起人工智能课程 | ||
|
||
# 价值观 | ||
|
||
开放、创新、协作、共赢 | ||
|
||
# 提供了什么价值 | ||
|
||
- 通过开放源代码、教案、课件等形式的优质教育资源,推动教育人工智能资源的共建共享,助力人工智能教育事业的发展; | ||
- 经优化设计的教具,既易于使用又易于获取,能够使学生在亲手组装与编程的过程中,锻炼其实践创新能力。此教具不仅有助于教师引导学生更深入地理解和探索科技世界,而且为中小学生提供了宝贵的机会,使他们能够接触并实践最前沿的人工智能技术,从而培养其对未来科技领域的兴趣和热情; | ||
- 构建一个供教师、开发者和教育研究者沟通交流的平台,汇聚各方智慧,共同研讨教育领域的问题与挑战,分享先进的教学经验与技术解决方案,以促进教育理念和教学方法的不断创新与发展。 |
Oops, something went wrong.