Skip to content

Commit

Permalink
Project: Updating README.md, SECURITY.md, CITATION.ctf
Browse files Browse the repository at this point in the history
  • Loading branch information
rokotyan committed Dec 18, 2024
1 parent 9eac021 commit fa0f279
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 24 deletions.
13 changes: 13 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security Policy

## Supported Versions

Security updates are applied only to the latest release.

## Reporting a Vulnerability

If you have discovered a security vulnerability in this project, please report it privately. **Do not disclose it as a public issue.** This gives us time to work with you to fix the issue before public exposure, reducing the chance that the exploit will be used before a patch is released.

Please disclose it at [security advisory](https://github.com/cosmograph-org/cosmos/security/advisories/new).

This project is maintained by a team of volunteers on a reasonable-effort basis. As such, please give us at least 90 days to work on a fix before public exposure.
7 changes: 4 additions & 3 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,15 @@ authors:
- family-names: Ovsyannikov
given-names: Denis
title: "Cosmograph: GPU-accelerated Force Graph Layout and Rendering"
version: 1.3.0
date-released: 2022-06-10
version: 2.0.0
date-released: 2024-12-20
url: "https://cosmograph.app"
repository-code: 'https://github.com/cosmograph-org/cosmos'
repository-artifact: 'https://www.npmjs.com/package/@cosmograph/cosmos'
keywords:
- Force Graph
- GPU
- WebGL
- Embedding
- Visualization
license: CC-BY-NC-4.0
license: MIT
2 changes: 0 additions & 2 deletions LICENCE
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
MIT License

Copyright The Cosmos Authors.
Copyright The Cosmos Contributors.
Copyright Contributors to the Cosmos project.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand Down
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

It enables real-time simulation of network graphs consisting of hundreds of thousands of points and links on modern hardware.

<img src="https://user-images.githubusercontent.com/755708/173392407-9b05cbb6-d39e-4c2c-ab41-50900cfda823.mp4" autoplay controls>
</img>
<video src="https://user-images.githubusercontent.com/755708/173392407-9b05cbb6-d39e-4c2c-ab41-50900cfda823.mp4" autoplay controls alt="Demo of Cosmos GPU-accelerated Force Graph">
</video>

[📺 Comparison with other libraries](https://www.youtube.com/watch?v=HWk78hP8aEE)

Expand Down Expand Up @@ -64,7 +64,7 @@ Cosmos v2.0 introduces significant improvements in performance and data handling
- New Clustering Feature (`setPointClusters`, `setClusterPositions` and `setPointClusterStrength`).
- Ability to drag points.

Check the [Migration Guide](https://github.com/cosmograph-org/cosmos/tree/next/cosmos-2-0-migration-notes.md) for details.
Check the [Migration Guide](https://github.com/cosmograph-org/cosmos/cosmos-2-0-migration-notes.md) for details.

---

Expand Down Expand Up @@ -98,9 +98,7 @@ Check the [Migration Guide](https://github.com/cosmograph-org/cosmos/tree/next/c

### License

**CC-BY-NC-4.0**

Cosmos is free for non-commercial usage. If you're a scientist, artist, educator, journalist, or student, we'd love to hear how you're using Cosmos! For commercial projects, please [reach out](mailto:[email protected]).
**MIT**

---

Expand Down
12 changes: 0 additions & 12 deletions SECURITY.md

This file was deleted.

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa0f279

Please sign in to comment.