diff --git a/gitbook/tools/cninfo/README.md b/gitbook/tools/cninfo/README.md deleted file mode 100644 index 5cec5d6c4..000000000 --- a/gitbook/tools/cninfo/README.md +++ /dev/null @@ -1,57 +0,0 @@ ---- -description: Chinese public companies financial reports and regular announcements. ---- - -# Cninfo - -## URL - -http://www.cninfo.com.cn/new/index - -## Description - -\[\[ A full description of the tool, any background information needed to use it. What problem does it solve? Can you give an example use case? ]] - -## Cost - -* [x] Free -* [ ] Partially Free -* [ ] Paid - -\[\[Pricing or subscription information, if relevant.]] - -## Level of difficulty - -
1
- -## Requirements - -\[\[Information on the requirement for using a tool, for instance, API key, e-mail address etc.]] - -## Limitations - -\[\[The limitations of each tool should be described. This is important for researchers if they want to decide whether they should invest the time to learn how to use a new tool.]] - -## Ethical Considerations - -\[\[The ethical considerations of each tool should be described.]] - -## Guide - -\[\[Link to a guide on this tool]] - -## Tool provider - -\[\[Name the tool provider (and potentially info on them)]] - -## Advertising Trackers - -* [x] This tool has not been checked for advertising trackers yet. -* [ ] This tool uses tracking cookies. Use with caution. -* [ ] This tool does not appear to use tracking cookies. - -| Page maintainer | -| -------------------------------------------------------------- | -| \[\[Your name here (optional) or "Bellingcat volunteer team"]] | -| | - diff --git a/gitbook/tools/cninfo/SUMMARY.md b/gitbook/tools/cninfo/SUMMARY.md deleted file mode 100644 index 31334da34..000000000 --- a/gitbook/tools/cninfo/SUMMARY.md +++ /dev/null @@ -1,4 +0,0 @@ -# Table of contents - -* [Cninfo](README.md) -* [Categories](categories.md) diff --git a/gitbook/tools/cninfo/categories.md b/gitbook/tools/cninfo/categories.md deleted file mode 100644 index e20a61bf6..000000000 --- a/gitbook/tools/cninfo/categories.md +++ /dev/null @@ -1,40 +0,0 @@ -# Categories - -## Image/Video - -* [ ] [Facial Recognition](https://bellingcat.gitbook.io/toolkit/categories/image-video/facial-recognition) -* [ ] [Misc](https://bellingcat.gitbook.io/toolkit/categories/image-video/image-misc) -* [ ] [Metadata](https://bellingcat.gitbook.io/toolkit/categories/image-video/metadata) -* [ ] [Reverse Image Search](https://bellingcat.gitbook.io/toolkit/categories/image-video/reverse-image-search) - -## Maps & Satellites - -* [ ] [Maps](https://bellingcat.gitbook.io/toolkit/categories/maps-and-satellites/maps) -* [ ] [Satellite Imagery](https://bellingcat.gitbook.io/toolkit/categories/maps-and-satellites/satellite-imagery) -* [ ] [Street View](https://bellingcat.gitbook.io/toolkit/categories/maps-and-satellites/street-view) - -## Social Media - -* [ ] [Discord](https://bellingcat.gitbook.io/toolkit/categories/social-media/discord) -* [ ] [Facebook](https://bellingcat.gitbook.io/toolkit/categories/social-media/facebook) -* [ ] [Instagram](https://bellingcat.gitbook.io/toolkit/categories/social-media/instagram) -* [ ] [LinkedIn](https://bellingcat.gitbook.io/toolkit/categories/social-media/linkedin) -* [ ] [Multiple Networks](https://bellingcat.gitbook.io/toolkit/categories/social-media/multiple-networks) -* [ ] [Other Networks](https://bellingcat.gitbook.io/toolkit/categories/social-media/other-networks) -* [ ] [Reddit](https://bellingcat.gitbook.io/toolkit/categories/social-media/reddit) -* [ ] [Telegram](https://bellingcat.gitbook.io/toolkit/categories/social-media/telegram) -* [ ] [Tiktok](https://bellingcat.gitbook.io/toolkit/categories/social-media/tiktok) -* [ ] [Twitter/X](https://bellingcat.gitbook.io/toolkit/categories/social-media/twitter) -* [ ] [Vkontakte](https://bellingcat.gitbook.io/toolkit/categories/social-media/vkontakte) -* [ ] [Youtube](https://bellingcat.gitbook.io/toolkit/categories/social-media/youtube) - -## Other - -* [ ] [Geolocation](https://bellingcat.gitbook.io/toolkit/categories/Geolocation) -* [ ] [Archiving](https://bellingcat.gitbook.io/toolkit/categories/archiving) -* [x] [Companies & Finance](https://bellingcat.gitbook.io/toolkit/categories/companies-and-finance) -* [ ] [Data Visualization](https://bellingcat.gitbook.io/toolkit/categories/data-visualization) -* [ ] [Environment & Wildlife](https://bellingcat.gitbook.io/toolkit/categories/environment-and-wildlife) -* [ ] [People](https://bellingcat.gitbook.io/toolkit/categories/people) -* [ ] [Transport](https://bellingcat.gitbook.io/toolkit/categories/transport) -* [ ] [Websites](https://bellingcat.gitbook.io/toolkit/categories/websites) diff --git a/gitbook/tools/cninfo/json.md b/gitbook/tools/cninfo/json.md deleted file mode 100644 index 4a2a36e96..000000000 --- a/gitbook/tools/cninfo/json.md +++ /dev/null @@ -1,43 +0,0 @@ ---- -description: This is the JSON codeblock for this tool ---- - -# JSON - -{% code overflow="wrap" %} -```json -{ - "name": "Cninfo", - "url": "http://www.cninfo.com.cn/new/index", - "description": "Chinese public companies financial reports and regular announcements.", - "details": "Other, China", - "tags": [ - "companies-and-finance", - "china" - ] -} -``` -{% endcode %} - -Keep the codeblock updated with accurate information. Only edit the **values** (words to the right of the `:` on each line, in dark blue font). Do not change the key names (left side, slightly light blue) or any of the other formatting. Every line should end in a comma except the last line. Every key and value should be enclosed in quotation marks. See below for an explanation of each line. - -## name, description (optional) - -If omitted, the name and description will be copied from the page title and page description of the main content. If present, the JSON values override the main content. - -## draft (optional) - -If set to `true`, this prevents this tool from being listed in relevant category pages. Useful if the tool does not yet have a url and description set. Omit or set to false to publish. - -## url - -A hyperlink directly to the tool, for quick-access from the category page. Be sure to use the secure (http**S**) version if possible. - -## tags - -This list of tags will determine which category pages the tool appears on. Tags should be lowercase with dashes between words and no spaces: e.g., "facial-recognition". Seperate tags with a comma `,`. - -If a tool is completely free to use, include the tag "free". - -If the tool is focused on one specific country (or a limited number of them), tag it with the name of the country as well as "international". -