Skip to content

Commit

Permalink
Merge pull request #455 from bellingcat/build
Browse files Browse the repository at this point in the history
Update Build
  • Loading branch information
johannawild authored Dec 2, 2024
2 parents 91cddb8 + 466998b commit 3e5c7d1
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 3 deletions.
41 changes: 41 additions & 0 deletions gitbook/tools/zotero/categories.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
# 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

* [ ] [Archiving](https://bellingcat.gitbook.io/toolkit/categories/archiving)
* [ ] [Companies & Finance](https://bellingcat.gitbook.io/toolkit/categories/companies-and-finance)
* [ ] [Conflict](https://bellingcat.gitbook.io/toolkit/categories/conflict)
* [ ] [Data Organization & Analysis](https://bellingcat.gitbook.io/toolkit/categories/data)
* [ ] [Environment & Wildlife](https://bellingcat.gitbook.io/toolkit/categories/environment-and-wildlife)
* [ ] [Geolocation](https://bellingcat.gitbook.io/toolkit/categories/geolocation)
* [ ] [People](https://bellingcat.gitbook.io/toolkit/categories/people)
* [ ] [Transport](https://bellingcat.gitbook.io/toolkit/categories/transport)
* [ ] [Websites](https://bellingcat.gitbook.io/toolkit/categories/websites)
15 changes: 12 additions & 3 deletions gitbook/tools/zotero/json.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ description: This is the JSON codeblock for this tool
{% code overflow="wrap" %}
```json
{
"url": "https://www.zotero.org/",
"tags": ["reference-management", "citation", "academic-research", "free", "data-organization-&-analysis"]
"url": "https://www.zotero.org/",
"tags": [
"reference-management",
"citation",
"academic-research",
"free",
"data-organization-&-analysis"
]
}

```
{% endcode %}

Expand All @@ -20,6 +25,10 @@ Keep the codeblock updated with accurate information. Only edit the **values** (

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.
Expand Down

0 comments on commit 3e5c7d1

Please sign in to comment.