Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Contributing

How Can I Contribute to Awesome Equivariant Filtering?

Adding a New Resource

  1. Fork the repository and create a new branch from main

  2. Add your resource in the appropriate section of README.md

  3. Follow the formatting style of existing entries

  4. Submit a pull request with a clear description

Formatting Guidelines

For papers:

- **[Paper Title](link-to-paper)** (Year)  
  _Author Names_  
  Brief description of the contribution.

For software/libraries:

- **[Project Name](link-to-repo)** - Brief description
  - Key features or variants

What to Include

Do include:

Don’t include:

Sections

Resources should be added to appropriate sections:

Blog Posts

We welcome focused blog posts that:

To add a blog post:

  1. Create a new Markdown file under the blog/ folder, for example:
    blog/2025-12-20-iekf-vs-eqf-notes.md

  2. Add minimal front matter with a title:

    ---
    title: Your Post Title
    ---
  3. Start the post with an optional header block:

    > **Date:** YYYY-MM-DD  
    > **Author:** Your Name
  4. Write the content in regular Markdown / MyST (equations, code blocks, images are all fine).

  5. Wire it into navigation by updating myst.yml:

    - file: blog.md
      children:
        - file: blog/2025-12-18-welcome.md
        - file: blog/2025-12-20-iekf-vs-eqf-notes.md
  6. Optionally, add a link to the new post under Latest Posts in blog.md.

Quality Standards

Suggesting Improvements

If you have ideas for improving the structure or organization:

  1. Open an issue describing your suggestion

  2. Explain the benefit to users

  3. Discuss with maintainers before making large changes

Reporting Issues

Found a broken link or error? Please:

  1. Open an issue with a descriptive title

  2. Provide the section and entry name

  3. Include the correction or working link if known

Code of Conduct

Be respectful and constructive. This is a community resource, and we’re all here to learn and share knowledge about this fascinating field!

Questions?

Feel free to open an issue for any questions about contributing.

Thank you for helping make this resource better! 🙏