From 7fa84ef982839d5df12e639a939f6986acee5d6f Mon Sep 17 00:00:00 2001 From: Sam Zorowitz Date: Sun, 3 Dec 2023 11:21:36 -0500 Subject: [PATCH] website rename (#3) * website rename (1) rename opendata to opencogdata * website rename (2) shrink sidebar width * website rename (3) update URLs * website rename (4) update About page * rename (5) update Contribute page * website rename (6) update README * website rename (7) minor catches --- README.md | 18 ++++++++----- _config.yml | 8 +++--- source/about/index.md | 24 +++++++++--------- source/contribute/index.md | 12 ++++----- themes/{OpenData => OpenCogData}/LICENSE | 0 themes/{OpenData => OpenCogData}/_config.yml | 14 +++++----- .../includes/generators/insight.js | 0 .../includes/generators/tags.js | 0 .../includes/helpers/site.js | 0 .../includes/tasks/welcome.js | 0 .../languages/en.yml | 0 .../languages/pt-BR.yml | 0 .../languages/zh-cn.yml | 0 .../layout/archive.pug | 0 .../layout/category.pug | 0 .../layout/index.pug | 0 .../layout/mixins.pug | 0 .../{OpenData => OpenCogData}/layout/page.pug | 0 .../layout/partial/comments.pug | 0 .../layout/partial/footer.pug | 0 .../layout/partial/head.pug | 0 .../layout/partial/layout.pug | 0 .../layout/partial/nav.pug | 0 .../layout/partial/search.pug | 0 .../layout/partial/sidebar.pug | 2 +- .../layout/partial/social_links.pug | 0 .../layout/partial/toc.pug | 0 .../{OpenData => OpenCogData}/layout/post.pug | 0 .../{OpenData => OpenCogData}/layout/tag.pug | 0 .../{OpenData => OpenCogData}/layout/tags.pug | 0 themes/{OpenData => OpenCogData}/package.json | 0 .../scripts/index.js | 0 .../source/css/blog_basic.styl | 0 .../source/css/font-awesome.css | 0 .../source/css/font-awesome.min.css | 0 .../source/css/insight.css | 0 .../source/css/search.css | 0 .../source/css/style.styl | 6 ++--- .../source/fonts/FontAwesome.otf | Bin .../source/fonts/fontawesome-webfont.eot | Bin .../source/fonts/fontawesome-webfont.svg | 0 .../source/fonts/fontawesome-webfont.ttf | Bin .../source/fonts/fontawesome-webfont.woff | Bin .../source/fonts/fontawesome-webfont.woff2 | Bin .../source/images/favicon.webp | Bin .../source/images/gongan.png | Bin .../source/images/logo.webp | Bin .../source/js/add-bookmark.js | 0 .../source/js/baidu-tongji.js | 0 .../source/js/insight.js | 0 .../source/js/jquery-migrate-1.2.1.min.js | 0 .../source/js/jquery.appear.js | 0 .../source/js/jquery.js | 0 .../source/js/tagcanvas.js | 0 .../source/js/tagcloud.js | 0 .../source/js/visitors.js | 0 56 files changed, 45 insertions(+), 39 deletions(-) rename themes/{OpenData => OpenCogData}/LICENSE (100%) rename themes/{OpenData => OpenCogData}/_config.yml (82%) rename themes/{OpenData => OpenCogData}/includes/generators/insight.js (100%) rename themes/{OpenData => OpenCogData}/includes/generators/tags.js (100%) rename themes/{OpenData => OpenCogData}/includes/helpers/site.js (100%) rename themes/{OpenData => OpenCogData}/includes/tasks/welcome.js (100%) rename themes/{OpenData => OpenCogData}/languages/en.yml (100%) rename themes/{OpenData => OpenCogData}/languages/pt-BR.yml (100%) rename themes/{OpenData => OpenCogData}/languages/zh-cn.yml (100%) rename themes/{OpenData => OpenCogData}/layout/archive.pug (100%) rename themes/{OpenData => OpenCogData}/layout/category.pug (100%) rename themes/{OpenData => OpenCogData}/layout/index.pug (100%) rename themes/{OpenData => OpenCogData}/layout/mixins.pug (100%) rename themes/{OpenData => OpenCogData}/layout/page.pug (100%) rename themes/{OpenData => OpenCogData}/layout/partial/comments.pug (100%) rename themes/{OpenData => OpenCogData}/layout/partial/footer.pug (100%) rename themes/{OpenData => OpenCogData}/layout/partial/head.pug (100%) rename themes/{OpenData => OpenCogData}/layout/partial/layout.pug (100%) rename themes/{OpenData => OpenCogData}/layout/partial/nav.pug (100%) rename themes/{OpenData => OpenCogData}/layout/partial/search.pug (100%) rename themes/{OpenData => OpenCogData}/layout/partial/sidebar.pug (87%) rename themes/{OpenData => OpenCogData}/layout/partial/social_links.pug (100%) rename themes/{OpenData => OpenCogData}/layout/partial/toc.pug (100%) rename themes/{OpenData => OpenCogData}/layout/post.pug (100%) rename themes/{OpenData => OpenCogData}/layout/tag.pug (100%) rename themes/{OpenData => OpenCogData}/layout/tags.pug (100%) rename themes/{OpenData => OpenCogData}/package.json (100%) rename themes/{OpenData => OpenCogData}/scripts/index.js (100%) rename themes/{OpenData => OpenCogData}/source/css/blog_basic.styl (100%) rename themes/{OpenData => OpenCogData}/source/css/font-awesome.css (100%) rename themes/{OpenData => OpenCogData}/source/css/font-awesome.min.css (100%) rename themes/{OpenData => OpenCogData}/source/css/insight.css (100%) rename themes/{OpenData => OpenCogData}/source/css/search.css (100%) rename themes/{OpenData => OpenCogData}/source/css/style.styl (99%) rename themes/{OpenData => OpenCogData}/source/fonts/FontAwesome.otf (100%) rename themes/{OpenData => OpenCogData}/source/fonts/fontawesome-webfont.eot (100%) rename themes/{OpenData => OpenCogData}/source/fonts/fontawesome-webfont.svg (100%) rename themes/{OpenData => OpenCogData}/source/fonts/fontawesome-webfont.ttf (100%) rename themes/{OpenData => OpenCogData}/source/fonts/fontawesome-webfont.woff (100%) rename themes/{OpenData => OpenCogData}/source/fonts/fontawesome-webfont.woff2 (100%) rename themes/{OpenData => OpenCogData}/source/images/favicon.webp (100%) rename themes/{OpenData => OpenCogData}/source/images/gongan.png (100%) rename themes/{OpenData => OpenCogData}/source/images/logo.webp (100%) rename themes/{OpenData => OpenCogData}/source/js/add-bookmark.js (100%) rename themes/{OpenData => OpenCogData}/source/js/baidu-tongji.js (100%) rename themes/{OpenData => OpenCogData}/source/js/insight.js (100%) rename themes/{OpenData => OpenCogData}/source/js/jquery-migrate-1.2.1.min.js (100%) rename themes/{OpenData => OpenCogData}/source/js/jquery.appear.js (100%) rename themes/{OpenData => OpenCogData}/source/js/jquery.js (100%) rename themes/{OpenData => OpenCogData}/source/js/tagcanvas.js (100%) rename themes/{OpenData => OpenCogData}/source/js/tagcloud.js (100%) rename themes/{OpenData => OpenCogData}/source/js/visitors.js (100%) diff --git a/README.md b/README.md index 16046e05..4ae71265 100644 --- a/README.md +++ b/README.md @@ -1,26 +1,32 @@ -# OpenData +# OpenCogData -A collection of publicly available behavioral datasets maintained by the Data Science & Sharing Team at the National Institute of Mental Health. +A collection of publicly available cognitive task datasets maintained by the [Data Science & Sharing Team](https://cmn.nimh.nih.gov/dsst) at the National Institute of Mental Health. This project is hosted on GitHub Pages using [Hexo](https://hexo.io/docs/) and [Anatolo](https://github.com/Lhcfl/hexo-theme-anatolo). ## Submit a dataset +The aim of this project is to catalogue all open datasets involving cognitive tasks (e.g., Stroop, delay discounting, 2-arm bandits). The inclusion criteria for datasets are: + +1. The data were collected from human participants. +2. The data involve at least one cognitive task. +3. Trial- or item-level data are available (i.e., summary statistics are not sufficient). + Have a dataset to submit? Fill out this form: https://forms.gle/N87Dqhs73vbfoPec8 ## Contributing -To contribute to OpenData, please see the [contributing](https://nimh-dsst.github.io/opendata/contribute) page. +To contribute to OpenCogData, please see the [contributing](https://nimh-dsst.github.io/opencogdata/contribute) page. ### Previewing the demos page locally -If you'd like to preview OpenData locally (for example, in the process of proposing a change): +If you'd like to preview OpenCogData locally (for example, in the process of proposing a change): -1. Clone down the project's repository (`git clone https://github.com/nimh-dsst/opendata`) +1. Clone down the project's repository (`git clone https://github.com/nimh-dsst/opencogdata`) 2. `cd` into the project's directory 3. Run `npm install` to install the necessary dependencies 4. Run `hexo generate` to generate the site 5. Run `hexo server` to start the preview server -6. Visit `localhost:4000/opendata` in your browser to preview the project +6. Visit `localhost:4000/opencogdata` in your browser to preview the project If you do not already have Hexo installed, please see their [installation page](https://hexo.io/docs/#Installation). diff --git a/_config.yml b/_config.yml index 608f4d11..0e17d3e2 100644 --- a/_config.yml +++ b/_config.yml @@ -3,9 +3,9 @@ ## Source: https://github.com/hexojs/hexo/ # Site -title: OpenData +title: OpenCogData subtitle: '' -description: A collection of publicly available behavioral datasets +description: A collection of publicly available cognitive task datasets keywords: author: Data Science & Sharing Team @ National Institute of Mental Health language: en @@ -13,7 +13,7 @@ timezone: '' # URL ## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project' -url: https://nimh-dsst.github.io/opendata/ +url: https://nimh-dsst.github.io/opencogdata/ permalink: :post_title/ permalink_defaults: pretty_urls: @@ -99,7 +99,7 @@ ignore: # Extensions ## Plugins: https://hexo.io/plugins/ ## Themes: https://hexo.io/themes/ -theme: OpenData +theme: OpenCogData # Deployment ## Docs: https://hexo.io/docs/one-command-deployment diff --git a/source/about/index.md b/source/about/index.md index 823eb60e..a9b0914a 100644 --- a/source/about/index.md +++ b/source/about/index.md @@ -1,25 +1,25 @@ --- -title: About OpenData -date: 2023-10-29 00:00:00 +title: About OpenCogData +date: 2023-12-03 00:00:00 --- -OpenData is a database of publicly available behavioral datasets. To browse the database, click on the links above or use the search bar at the top-right of this page. +OpenCogData is a database of publicly available cognitive task datasets. To browse the database, click on the links above or use the search bar at the top-right of this page. -

What is the goal of OpenData?

-The goal of this project is simply to make it easier for researchers to find and use publicly available behavioral data as part of research. There's already so much out there that can be used to: +

What is the goal of OpenCogData?

+The goal of this project is to make it easier for researchers to find and use publicly available cognitive task data as part of research. There's already so much data out there that can be used to test new hypotheses or models; calculate effect sizes for power analysis; and estimate meta-analytic effects across studies. -- Test new hypotheses or models -- Calculate effect sizes for power analysis -- Estimate meta-analytic effects across studies +

What is the scope of OpenCogData?

+The scope of this project is to catalogue all open datasets involving cognitive tasks (e.g., Stroop, delay discounting, 2-arm bandits). The inclusion criteria for datasets are: -

What is the scope of OpenData?

-The scope of this project is to catalogue any and all open datasets involving experimental or cognitive tasks (e.g., Stroop, delay discounting, 2-arm bandits). Datasets involving more naturalistic behaviors are also welcomed. The only firm requirement is that trial-level data must be available. +1. The data were collected from human participants. +2. The data involve at least one cognitive task. +3. Trial- or item-level data are available (i.e., summary statistics are not sufficient). -

Who maintains OpenData?

+

Who maintains OpenCogData?

This project is maintained by Sam Zorowitz and the Data Science and Sharing Team at the National Institute of Mental Health.

How can I add a dataset?

Please see the contributing page.

How can I report an issue?

-Please open an issue on our Github or directly contact the maintainer. +Please open an issue on our Github or directly contact the maintainer. diff --git a/source/contribute/index.md b/source/contribute/index.md index 508236f1..324d46b9 100644 --- a/source/contribute/index.md +++ b/source/contribute/index.md @@ -1,18 +1,18 @@ --- -title: Contributing to OpenData -date: 2023-10-29 00:00:00 +title: Contributing to OpenCogData +date: 2023-12-03 00:00:00 --- -Contributions to OpenData are welcome! All of the code is managed through the [GitHub repository](https://github.com/nimh-dsst/opendata). +Contributions to OpenCogData are welcome! All of the code is managed through the [GitHub repository](https://github.com/nimh-dsst/opencogdata).

How to submit a dataset

-There are three main ways you can submit a dataset for entry to OpenData, which are described in turn below. Note that they are ranked in order of preference, from most preferred to least preferred, by the maintainers of Open Data. +There are three main ways you can submit a dataset for entry to OpenCogData, which are described in turn below. Note that they are ranked in order of preference, from most preferred to least preferred, by the maintainers of OpenCogData.

1. Fill out the Google form

Have a dataset to submit? Fill out this form: https://forms.gle/N87Dqhs73vbfoPec8

2. Submit a pull request

-To directly add a dataset yourself, you can open a pull request on Github. First you should fork the OpenData library via GitHub and make modifications on your fork. The OpenData database is written in markdown using a standardized, easy-to-copy template. To add a paper, add a markdown file named with the format `{firs_authors_last_name.lower()}{year}.md` to the `source/contribute` directory. Once your modification is complete, submit a pull request to merge your changes into the docs branch of OpenData. Pull requests will be reviewed by the maintainers. +To directly add a dataset yourself, you can open a pull request on Github. First you should fork the OpenCogData library via GitHub and make modifications on your fork. The OpenCogData database is written in markdown using a standardized, easy-to-copy template. To add a dataset, add a markdown file named with the format `{firs_authors_last_name.lower()}{year}.md` to the `source/contribute` directory. Once your modification is complete, submit a pull request to merge your changes into the docs branch of OpenCogData. Pull requests will be reviewed by the maintainers.

3. Open an issue

-To advertise a dataset for entry into the database, you can open a new issue via GitHub. Please provide a link to a repository for the data and, if available, a link to a corresponding manuscript describing the data. +To flag a dataset for entry into the database, you can open a new issue via GitHub. Please provide a link to a repository for the data and, if available, a link to a corresponding manuscript describing the data. diff --git a/themes/OpenData/LICENSE b/themes/OpenCogData/LICENSE similarity index 100% rename from themes/OpenData/LICENSE rename to themes/OpenCogData/LICENSE diff --git a/themes/OpenData/_config.yml b/themes/OpenCogData/_config.yml similarity index 82% rename from themes/OpenData/_config.yml rename to themes/OpenCogData/_config.yml index 7a78c759..7ebb3085 100644 --- a/themes/OpenData/_config.yml +++ b/themes/OpenCogData/_config.yml @@ -1,7 +1,7 @@ # Blog config keywords: author: DSST/NIMH -description: A collection of publicly available
behavioral datasets +description: A collection of publicly available
cognitve task datasets # icon favicon: /images/favicon.webp @@ -21,7 +21,7 @@ footbar: # Social Links # If you want to add more, go to sidebar.pug -github: https://github.com/nimh-dsst/opendata +github: https://github.com/nimh-dsst/opencogdata mail: zhihu: QQ: @@ -33,11 +33,11 @@ weibo: # Nav menu menu: - Home: /opendata - Archives: /opendata/archives - Tags: /opendata/tags - About: /opendata/about - Contribute: /opendata/contribute + Home: /opencogdata + Archives: /opencogdata/archives + Tags: /opencogdata/tags + About: /opencogdata/about + Contribute: /opencogdata/contribute # Links: /links # Navbar rightbtn diff --git a/themes/OpenData/includes/generators/insight.js b/themes/OpenCogData/includes/generators/insight.js similarity index 100% rename from themes/OpenData/includes/generators/insight.js rename to themes/OpenCogData/includes/generators/insight.js diff --git a/themes/OpenData/includes/generators/tags.js b/themes/OpenCogData/includes/generators/tags.js similarity index 100% rename from themes/OpenData/includes/generators/tags.js rename to themes/OpenCogData/includes/generators/tags.js diff --git a/themes/OpenData/includes/helpers/site.js b/themes/OpenCogData/includes/helpers/site.js similarity index 100% rename from themes/OpenData/includes/helpers/site.js rename to themes/OpenCogData/includes/helpers/site.js diff --git a/themes/OpenData/includes/tasks/welcome.js b/themes/OpenCogData/includes/tasks/welcome.js similarity index 100% rename from themes/OpenData/includes/tasks/welcome.js rename to themes/OpenCogData/includes/tasks/welcome.js diff --git a/themes/OpenData/languages/en.yml b/themes/OpenCogData/languages/en.yml similarity index 100% rename from themes/OpenData/languages/en.yml rename to themes/OpenCogData/languages/en.yml diff --git a/themes/OpenData/languages/pt-BR.yml b/themes/OpenCogData/languages/pt-BR.yml similarity index 100% rename from themes/OpenData/languages/pt-BR.yml rename to themes/OpenCogData/languages/pt-BR.yml diff --git a/themes/OpenData/languages/zh-cn.yml b/themes/OpenCogData/languages/zh-cn.yml similarity index 100% rename from themes/OpenData/languages/zh-cn.yml rename to themes/OpenCogData/languages/zh-cn.yml diff --git a/themes/OpenData/layout/archive.pug b/themes/OpenCogData/layout/archive.pug similarity index 100% rename from themes/OpenData/layout/archive.pug rename to themes/OpenCogData/layout/archive.pug diff --git a/themes/OpenData/layout/category.pug b/themes/OpenCogData/layout/category.pug similarity index 100% rename from themes/OpenData/layout/category.pug rename to themes/OpenCogData/layout/category.pug diff --git a/themes/OpenData/layout/index.pug b/themes/OpenCogData/layout/index.pug similarity index 100% rename from themes/OpenData/layout/index.pug rename to themes/OpenCogData/layout/index.pug diff --git a/themes/OpenData/layout/mixins.pug b/themes/OpenCogData/layout/mixins.pug similarity index 100% rename from themes/OpenData/layout/mixins.pug rename to themes/OpenCogData/layout/mixins.pug diff --git a/themes/OpenData/layout/page.pug b/themes/OpenCogData/layout/page.pug similarity index 100% rename from themes/OpenData/layout/page.pug rename to themes/OpenCogData/layout/page.pug diff --git a/themes/OpenData/layout/partial/comments.pug b/themes/OpenCogData/layout/partial/comments.pug similarity index 100% rename from themes/OpenData/layout/partial/comments.pug rename to themes/OpenCogData/layout/partial/comments.pug diff --git a/themes/OpenData/layout/partial/footer.pug b/themes/OpenCogData/layout/partial/footer.pug similarity index 100% rename from themes/OpenData/layout/partial/footer.pug rename to themes/OpenCogData/layout/partial/footer.pug diff --git a/themes/OpenData/layout/partial/head.pug b/themes/OpenCogData/layout/partial/head.pug similarity index 100% rename from themes/OpenData/layout/partial/head.pug rename to themes/OpenCogData/layout/partial/head.pug diff --git a/themes/OpenData/layout/partial/layout.pug b/themes/OpenCogData/layout/partial/layout.pug similarity index 100% rename from themes/OpenData/layout/partial/layout.pug rename to themes/OpenCogData/layout/partial/layout.pug diff --git a/themes/OpenData/layout/partial/nav.pug b/themes/OpenCogData/layout/partial/nav.pug similarity index 100% rename from themes/OpenData/layout/partial/nav.pug rename to themes/OpenCogData/layout/partial/nav.pug diff --git a/themes/OpenData/layout/partial/search.pug b/themes/OpenCogData/layout/partial/search.pug similarity index 100% rename from themes/OpenData/layout/partial/search.pug rename to themes/OpenCogData/layout/partial/search.pug diff --git a/themes/OpenData/layout/partial/sidebar.pug b/themes/OpenCogData/layout/partial/sidebar.pug similarity index 87% rename from themes/OpenData/layout/partial/sidebar.pug rename to themes/OpenCogData/layout/partial/sidebar.pug index cd7b7ed6..d3a9a637 100644 --- a/themes/OpenData/layout/partial/sidebar.pug +++ b/themes/OpenCogData/layout/partial/sidebar.pug @@ -4,7 +4,7 @@ .title img(src= url_for(theme.logo_dir),style=theme.logo_style, alt="favicon") h3(title="") - a(href="/opendata")= config.title + a(href="/opencogdata")= config.title if theme.description .description p!= theme.description diff --git a/themes/OpenData/layout/partial/social_links.pug b/themes/OpenCogData/layout/partial/social_links.pug similarity index 100% rename from themes/OpenData/layout/partial/social_links.pug rename to themes/OpenCogData/layout/partial/social_links.pug diff --git a/themes/OpenData/layout/partial/toc.pug b/themes/OpenCogData/layout/partial/toc.pug similarity index 100% rename from themes/OpenData/layout/partial/toc.pug rename to themes/OpenCogData/layout/partial/toc.pug diff --git a/themes/OpenData/layout/post.pug b/themes/OpenCogData/layout/post.pug similarity index 100% rename from themes/OpenData/layout/post.pug rename to themes/OpenCogData/layout/post.pug diff --git a/themes/OpenData/layout/tag.pug b/themes/OpenCogData/layout/tag.pug similarity index 100% rename from themes/OpenData/layout/tag.pug rename to themes/OpenCogData/layout/tag.pug diff --git a/themes/OpenData/layout/tags.pug b/themes/OpenCogData/layout/tags.pug similarity index 100% rename from themes/OpenData/layout/tags.pug rename to themes/OpenCogData/layout/tags.pug diff --git a/themes/OpenData/package.json b/themes/OpenCogData/package.json similarity index 100% rename from themes/OpenData/package.json rename to themes/OpenCogData/package.json diff --git a/themes/OpenData/scripts/index.js b/themes/OpenCogData/scripts/index.js similarity index 100% rename from themes/OpenData/scripts/index.js rename to themes/OpenCogData/scripts/index.js diff --git a/themes/OpenData/source/css/blog_basic.styl b/themes/OpenCogData/source/css/blog_basic.styl similarity index 100% rename from themes/OpenData/source/css/blog_basic.styl rename to themes/OpenCogData/source/css/blog_basic.styl diff --git a/themes/OpenData/source/css/font-awesome.css b/themes/OpenCogData/source/css/font-awesome.css similarity index 100% rename from themes/OpenData/source/css/font-awesome.css rename to themes/OpenCogData/source/css/font-awesome.css diff --git a/themes/OpenData/source/css/font-awesome.min.css b/themes/OpenCogData/source/css/font-awesome.min.css similarity index 100% rename from themes/OpenData/source/css/font-awesome.min.css rename to themes/OpenCogData/source/css/font-awesome.min.css diff --git a/themes/OpenData/source/css/insight.css b/themes/OpenCogData/source/css/insight.css similarity index 100% rename from themes/OpenData/source/css/insight.css rename to themes/OpenCogData/source/css/insight.css diff --git a/themes/OpenData/source/css/search.css b/themes/OpenCogData/source/css/search.css similarity index 100% rename from themes/OpenData/source/css/search.css rename to themes/OpenCogData/source/css/search.css diff --git a/themes/OpenData/source/css/style.styl b/themes/OpenCogData/source/css/style.styl similarity index 99% rename from themes/OpenData/source/css/style.styl rename to themes/OpenCogData/source/css/style.styl index 51efed24..7af5dfe0 100644 --- a/themes/OpenData/source/css/style.styl +++ b/themes/OpenCogData/source/css/style.styl @@ -126,12 +126,12 @@ a:active { .content { height: auto; float: right; - width: 70%; + width: 75%; margin-top: 60px; } .page-top { - width: 70%; + width: 75%; position: fixed; right: 0; z-index: 3; @@ -185,7 +185,7 @@ a:active { } .sidebar { - width: 30%; + width: 25%; -webkit-background-size: cover; background-size: cover; background-color: #fff; diff --git a/themes/OpenData/source/fonts/FontAwesome.otf b/themes/OpenCogData/source/fonts/FontAwesome.otf similarity index 100% rename from themes/OpenData/source/fonts/FontAwesome.otf rename to themes/OpenCogData/source/fonts/FontAwesome.otf diff --git a/themes/OpenData/source/fonts/fontawesome-webfont.eot b/themes/OpenCogData/source/fonts/fontawesome-webfont.eot similarity index 100% rename from themes/OpenData/source/fonts/fontawesome-webfont.eot rename to themes/OpenCogData/source/fonts/fontawesome-webfont.eot diff --git a/themes/OpenData/source/fonts/fontawesome-webfont.svg b/themes/OpenCogData/source/fonts/fontawesome-webfont.svg similarity index 100% rename from themes/OpenData/source/fonts/fontawesome-webfont.svg rename to themes/OpenCogData/source/fonts/fontawesome-webfont.svg diff --git a/themes/OpenData/source/fonts/fontawesome-webfont.ttf b/themes/OpenCogData/source/fonts/fontawesome-webfont.ttf similarity index 100% rename from themes/OpenData/source/fonts/fontawesome-webfont.ttf rename to themes/OpenCogData/source/fonts/fontawesome-webfont.ttf diff --git a/themes/OpenData/source/fonts/fontawesome-webfont.woff b/themes/OpenCogData/source/fonts/fontawesome-webfont.woff similarity index 100% rename from themes/OpenData/source/fonts/fontawesome-webfont.woff rename to themes/OpenCogData/source/fonts/fontawesome-webfont.woff diff --git a/themes/OpenData/source/fonts/fontawesome-webfont.woff2 b/themes/OpenCogData/source/fonts/fontawesome-webfont.woff2 similarity index 100% rename from themes/OpenData/source/fonts/fontawesome-webfont.woff2 rename to themes/OpenCogData/source/fonts/fontawesome-webfont.woff2 diff --git a/themes/OpenData/source/images/favicon.webp b/themes/OpenCogData/source/images/favicon.webp similarity index 100% rename from themes/OpenData/source/images/favicon.webp rename to themes/OpenCogData/source/images/favicon.webp diff --git a/themes/OpenData/source/images/gongan.png b/themes/OpenCogData/source/images/gongan.png similarity index 100% rename from themes/OpenData/source/images/gongan.png rename to themes/OpenCogData/source/images/gongan.png diff --git a/themes/OpenData/source/images/logo.webp b/themes/OpenCogData/source/images/logo.webp similarity index 100% rename from themes/OpenData/source/images/logo.webp rename to themes/OpenCogData/source/images/logo.webp diff --git a/themes/OpenData/source/js/add-bookmark.js b/themes/OpenCogData/source/js/add-bookmark.js similarity index 100% rename from themes/OpenData/source/js/add-bookmark.js rename to themes/OpenCogData/source/js/add-bookmark.js diff --git a/themes/OpenData/source/js/baidu-tongji.js b/themes/OpenCogData/source/js/baidu-tongji.js similarity index 100% rename from themes/OpenData/source/js/baidu-tongji.js rename to themes/OpenCogData/source/js/baidu-tongji.js diff --git a/themes/OpenData/source/js/insight.js b/themes/OpenCogData/source/js/insight.js similarity index 100% rename from themes/OpenData/source/js/insight.js rename to themes/OpenCogData/source/js/insight.js diff --git a/themes/OpenData/source/js/jquery-migrate-1.2.1.min.js b/themes/OpenCogData/source/js/jquery-migrate-1.2.1.min.js similarity index 100% rename from themes/OpenData/source/js/jquery-migrate-1.2.1.min.js rename to themes/OpenCogData/source/js/jquery-migrate-1.2.1.min.js diff --git a/themes/OpenData/source/js/jquery.appear.js b/themes/OpenCogData/source/js/jquery.appear.js similarity index 100% rename from themes/OpenData/source/js/jquery.appear.js rename to themes/OpenCogData/source/js/jquery.appear.js diff --git a/themes/OpenData/source/js/jquery.js b/themes/OpenCogData/source/js/jquery.js similarity index 100% rename from themes/OpenData/source/js/jquery.js rename to themes/OpenCogData/source/js/jquery.js diff --git a/themes/OpenData/source/js/tagcanvas.js b/themes/OpenCogData/source/js/tagcanvas.js similarity index 100% rename from themes/OpenData/source/js/tagcanvas.js rename to themes/OpenCogData/source/js/tagcanvas.js diff --git a/themes/OpenData/source/js/tagcloud.js b/themes/OpenCogData/source/js/tagcloud.js similarity index 100% rename from themes/OpenData/source/js/tagcloud.js rename to themes/OpenCogData/source/js/tagcloud.js diff --git a/themes/OpenData/source/js/visitors.js b/themes/OpenCogData/source/js/visitors.js similarity index 100% rename from themes/OpenData/source/js/visitors.js rename to themes/OpenCogData/source/js/visitors.js