Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ baseurl: ""
collections:
projects:
output: true
events:
output: true
permalink: /events/:name/


exclude:
- /node_modules/
- gulpfile.js
Expand Down
12 changes: 6 additions & 6 deletions _includes/core/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
</button>
<ul class="usa-nav__primary usa-accordion">
<li class="usa-nav__primary-item">
<a class="usa-nav__link" href="{{ site.baseurl }}/projects">
<span>Projects</span>
<a class="usa-nav__link" href="{{ site.baseurl }}/data-showcase">
<span>Data Showcase Event</span>
</a>
</li>
<li class="usa-nav__primary-item">
<a class="usa-nav__link" href="{{ site.baseurl }}/events">
<span>Special Events</span>
<a class="usa-nav__link" href="{{ site.baseurl }}/partners">
<span>Partners</span>
</a>
</li>
<li class="usa-nav__primary-item">
<a class="usa-nav__link" href="{{ site.baseurl }}/partners">
<span>Partners</span>
<a class="usa-nav__link" href="{{ site.baseurl }}/projects">
<span>Projects</span>
</a>
</li>
<li class="usa-nav__primary-item">
Expand Down
33 changes: 0 additions & 33 deletions _layouts/events.html

This file was deleted.

77 changes: 4 additions & 73 deletions _projects/cib-mango-tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,79 +4,10 @@ is_active: true
title: CIB Mango Tree
image: mango.png
image_alt_text: Yellow cartoon mango fruit
github_link: https://github.com/CIB-Mango-Tree/
slack_channel: cib-mango-tree-main
description: An integrated library of open source programs to test datasets of social media activity for signs of coordinated inauthentic behavior (CIB).
---
<section class="bg-base-lightest padding-y-4 usa-prose maxw-none">
<div class="grid-container usa-prose">
<em>To provide open source software that detect coordinated inauthentic behavior (CIB) to researchers, moderators, and journalists. We aim to make our programs intuitive so users do not need programming experience to run our tests.</em>
</div>
</section>

<section class="padding-y-1 usa-prose maxw-none">
<div class="grid-container">
<h2 class="font-sans-lg">🏠 Why This Matters</h2>
<p>CIB Mango Tree works to support researchers to detect and respond to coordinated inauthentic behavior (CIB) online - one of the most subtle yet damaging threats to democratic discourse. Inspired by Taiwan’s civic tech spirit, this open-source project equips non-technical watchdogs with tools to analyze social media activity and uncover manipulation. By identifying low-hanging signs like repeated phrases or synchronized posting times, CIB Mango Tree lowers the barrier to entry for <strong>civic engagement in digital spaces.</strong> In an age where disinformation silences genuine voices, we are working to create a more truthful internet.</p>
</div>
</section>

<section class="padding-y-1 usa-prose maxw-none">
<div class="grid-container">
<h2 class="font-sans-lg">🚀 Our Impact</h2>
<p>
CIB Mango Tree is democratizing access to powerful social media analysis tools and helping communities respond to online manipulation. Our prototype has been used to <strong>flag suspicious online activity during key moments like elections</strong>. Beyond the tools, we’ve built a community of volunteers and collaborators who are passionate about protecting open discourse, both in Washington, DC and globally.
</p>
</div>
</section>

<section class="padding-y-1 usa-prose maxw-none">
<div class="grid-container">
<h2 class="font-sans-lg">🌍 Geography / Reach</h2>
<p>International use for researchers around the world.</p>
</div>
</section>

<section class="padding-y-1 usa-prose maxw-none">
<div class="grid-container">
<h2 class="font-sans-lg">🤝 Community Partners</h2>
We are thankful for all our partners from journalists to researchers, especially
<a href="https://ospo.gwu.edu/" class="usa-link usa-link--external" target="_blank" rel="noopener noreferrer">GW Open Source Program Office</a>.
</div>
</section>

<section class="padding-y-1 usa-prose maxw-none">
<div class="grid-container">
<h2 class="font-sans-lg">📖 Our Story</h2>
<p>CIB Mango Tree began with a simple idea rooted in admiration for Taiwan’s civic tech movement. Sparked in Washington, DC in August 2024, our project grew out of conversations among volunteers determined to build tools that help communities protect online discourse.</p>
</div>
</section>

<section class="bg-primary-darker text-white padding-y-5 usa-prose maxw-none">
<div class="grid-container text-white">
<h2>👋 Come Join Us</h2>
<p>Everyone is welcome no matter your skill level or background. We especially need help with:</p>
<ul class="usa-list">
<li>Web development</li>
<li>Community engagement</li>
<li>Workflow management</li>
<li>Python</li>
<li>Software testing</li>
<li>Data analysis and engineering</li>
</ul>
</div>
</section>

<section class="usa-section padding-y-4">
<div class="grid-container">
<div class="usa-button-group">
<a href="https://civictechdc.slack.com/archives/C077YB2ES84" class="usa-button" style="background-color: #253551; color: #ffffff;" target="_blank" rel="noopener noreferrer">
💬 Slack (#cib-mango-tree-main)
</a>
<a href="https://github.com/civictechdc/mango-tango-cli" class="usa-button" style="background-color: #253551; color: #ffffff;" target="_blank" rel="noopener noreferrer">
🧩 GitHub Repo
</a>
<a href="https://cibmangotree.org/" class="usa-button" style="background-color: #253551; color: #ffffff;" target="_blank" rel="noopener noreferrer">
🌐 Project Website
</a>
</div>
</div>
</section>
An integrated library of open source programs to test datasets of social media activity for signs of coordinated inauthentic behavior (CIB).
[Website](https://cibmangotree.org/)
119 changes: 0 additions & 119 deletions _projects/congressional-modernization.md

This file was deleted.

Loading