https://github.com/ai4co/assets

Collection of source files for AI4CO swag

https://github.com/ai4co/assets

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (8.3%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

Collection of source files for AI4CO swag

Basic Info
  • Host: GitHub
  • Owner: ai4co
  • License: mit
  • Default Branch: main
  • Size: 184 KB
Statistics
  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme License

README.md

AI4CO assets

Simple repository containing assets such as logos, their source files, and other swag!

Some examples - less than 10KB each, simple SVG code that can be easily modified!

Usage

Insert the following in markdown, such as in a README.md file:

markdown <div align="center"> <a href="https://github.com/ai4co"> <img src="https://raw.githubusercontent.com/ai4co/assets/main/svg/ai4co_animated_full.svg" alt="AI4CO Logo" style="width: 40%; height: auto;"> </a> </div>

to display the below:

AI4CO Logo

(remember to adjust width and height to a suitable value) You may substitute the ai4co_animated_full.svg part at the end of src for different icons, such as:

  • ai4co_static.svg: (note: width set to 15%)
AI4CO Logo
  • ai4co_static_full.svg:
AI4CO Logo
  • ai4co_animated.svg: (note: width set to 15%)
AI4CO Logo

Conversions

To convert from svg to png, you may use rsvg-convert. Install with:

bash sudo apt-get install librsvg2-bin

Then, convert with:

bash rsvg-convert -w 1033 -h 318 svg/rl4co_static_full.svg > img/rl4co_static_full.png

where 1033 and 318 are the width and height of the image, respectively.

Owner

  • Name: ai4co
  • Login: ai4co
  • Kind: organization

GitHub Events

Total
  • Push event: 4
Last Year
  • Push event: 4