Skip to content

Latest commit

 

History

History
118 lines (94 loc) · 4.58 KB

branding.md

File metadata and controls

118 lines (94 loc) · 4.58 KB
title description tagline button_text button_link layout
RAPIDS Branding and Guides
RAPIDS logos, style guides, and brand guidelines
Branding and Guides
LEARN MORE
default

{% capture brand_left %}

Guides and Themes

{: .section-title-halfs} This page contains useful guides, assets, fonts{: target="_blank"}, and themes to help you style RAPIDS communications consistently and clearly.

RAPIDS Citation Guide

We welcome citations! If you use RAPIDS in a publication, please use citations in the following format (BibTeX entry for LaTeX):

@Manual{,
  title = {RAPIDS: Collection of Libraries for End to End GPU Data Science},
  author = {RAPIDS Development Team},
  year = {2018},
  url = {https://rapids.ai},
}

{: .padding-bottom-3em }

RAPIDS Style Guide

A concise visual guide on the colors, fonts, and layouts to best apply the RAPIDS style. {: .no-tb-margins } [Get style guide PDF ]({{ site.baseurl }}{% link /assets/files/rapids-style-guide-2019-r8-web.pdf %}){: target="_blank"} {: .padding-bottom-3em }

RAPIDS Jupyter Notebook Theme

An easy to use RAPIDS theme for Jupyter Notebooks. {: .no-tb-margins } [Get theme 'custom.css' ]({{ site.baseurl }}{% link /assets/files/custom.css %}){: target="_blank"}

RAPIDS notebook theme

NOTE To apply theme globally, place .css in:

~/.jupyter/custom/ {: .no-tb-margins }

NOTE To apply theme in a single notebook, in the first cell run:

from IPython.core.display import HTML
import urllib.request
response = urllib.request.urlopen('https://rapids.ai/assets/files/custom.css')
CSSstyle = '<style>' + response.read().decode("utf-8") + ' </style>'
HTML(CSSstyle)

{% endcapture %}

{% capture brand_right %}

SVG Logos

{: .section-subtitle-top-1} High resolution SVG files, right click to save. RAPIDS logo svg RAPIDS logo svg {: .padding-bottom-3em }

PNG Logos

High resolution PNG files, right click to save. RAPIDS logo png RAPIDS logo png {: .padding-bottom-3em }

Background

High resolution background SVG file, right click to save. RAPIDS motif {: .padding-bottom-3em }

Color Values

RAPIDS colors for easy reference. {: .no-tb-margins }

Primary

#7400ff
#d216d2
#ffb500
#36c9dd

Secondary

#8735fb
#984dfb
#a788e4
#babab
#666666

{% endcapture %}

{% include section-halfs.html background="background-white" padding-top="1em" padding-bottom="10em" content-left-half=brand_left content-right-half=brand_right %}

{% include slopecap.html background="background-darkpurple" position="top" slope="up" %} {% include cta-footer.html name="Try Data Science on GPUs with RAPIDS" tagline="" button="LEARN MORE" link="https://medium.com/rapids-ai" %}