mirror of
				https://github.com/explosion/spaCy.git
				synced 2025-11-04 01:48:04 +03:00 
			
		
		
		
	Add course to landing [ci skip]
This commit is contained in:
		
							parent
							
								
									0f1beb5ff2
								
							
						
					
					
						commit
						53da6bd672
					
				| 
						 | 
					@ -86,6 +86,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.banner-content-small
 | 
					.banner-content-small
 | 
				
			||||||
    display: block
 | 
					    display: block
 | 
				
			||||||
 | 
					    margin-bottom: 0 !important
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.banner-title
 | 
					.banner-title
 | 
				
			||||||
    display: block
 | 
					    display: block
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -9,7 +9,6 @@ import {
 | 
				
			||||||
    LandingGrid,
 | 
					    LandingGrid,
 | 
				
			||||||
    LandingCard,
 | 
					    LandingCard,
 | 
				
			||||||
    LandingCol,
 | 
					    LandingCol,
 | 
				
			||||||
    LandingButton,
 | 
					 | 
				
			||||||
    LandingDemo,
 | 
					    LandingDemo,
 | 
				
			||||||
    LandingBannerGrid,
 | 
					    LandingBannerGrid,
 | 
				
			||||||
    LandingBanner,
 | 
					    LandingBanner,
 | 
				
			||||||
| 
						 | 
					@ -19,7 +18,8 @@ import { H2 } from '../components/typography'
 | 
				
			||||||
import { Ul, Li } from '../components/list'
 | 
					import { Ul, Li } from '../components/list'
 | 
				
			||||||
import Button from '../components/button'
 | 
					import Button from '../components/button'
 | 
				
			||||||
import Link from '../components/link'
 | 
					import Link from '../components/link'
 | 
				
			||||||
import irlBackground from '../images/spacy-irl.jpg'
 | 
					
 | 
				
			||||||
 | 
					import courseImage from '../../docs/images/course.jpg'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import BenchmarksChoi from 'usage/_benchmarks-choi.md'
 | 
					import BenchmarksChoi from 'usage/_benchmarks-choi.md'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -148,13 +148,35 @@ const Landing = ({ data }) => {
 | 
				
			||||||
            </LandingGrid>
 | 
					            </LandingGrid>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <LandingBannerGrid>
 | 
					            <LandingBannerGrid>
 | 
				
			||||||
 | 
					                <LandingBanner
 | 
				
			||||||
 | 
					                    to="https://course.spacy.io"
 | 
				
			||||||
 | 
					                    button="Start the course"
 | 
				
			||||||
 | 
					                    background="#f6f6f6"
 | 
				
			||||||
 | 
					                    color="#252a33"
 | 
				
			||||||
 | 
					                    small
 | 
				
			||||||
 | 
					                >
 | 
				
			||||||
 | 
					                    <Link to="https://course.spacy.io" hidden>
 | 
				
			||||||
 | 
					                        <img
 | 
				
			||||||
 | 
					                            src={courseImage}
 | 
				
			||||||
 | 
					                            alt="Advanced NLP with spaCy: A free online course"
 | 
				
			||||||
 | 
					                        />
 | 
				
			||||||
 | 
					                    </Link>
 | 
				
			||||||
 | 
					                    <br />
 | 
				
			||||||
 | 
					                    <br />
 | 
				
			||||||
 | 
					                    In this <strong>free and interactive online course</strong> you’ll learn how to
 | 
				
			||||||
 | 
					                    use spaCy to build advanced natural language understanding systems, using both
 | 
				
			||||||
 | 
					                    rule-based and machine learning approaches. It includes{' '}
 | 
				
			||||||
 | 
					                    <strong>55 exercises</strong> featuring videos, slide decks, multiple-choice
 | 
				
			||||||
 | 
					                    questions and interactive coding practice in the browser.
 | 
				
			||||||
 | 
					                </LandingBanner>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
                <LandingBanner
 | 
					                <LandingBanner
 | 
				
			||||||
                    title="Prodigy: Radically efficient machine teaching"
 | 
					                    title="Prodigy: Radically efficient machine teaching"
 | 
				
			||||||
                    label="From the makers of spaCy"
 | 
					                    label="From the makers of spaCy"
 | 
				
			||||||
                    to="https://prodi.gy"
 | 
					                    to="https://prodi.gy"
 | 
				
			||||||
                    button="Try it out"
 | 
					                    button="Try it out"
 | 
				
			||||||
                    background="#eee"
 | 
					                    background="#eee"
 | 
				
			||||||
                    color="#252a33"
 | 
					                    color="#000"
 | 
				
			||||||
                    small
 | 
					                    small
 | 
				
			||||||
                >
 | 
					                >
 | 
				
			||||||
                    Prodigy is an <strong>annotation tool</strong> so efficient that data scientists
 | 
					                    Prodigy is an <strong>annotation tool</strong> so efficient that data scientists
 | 
				
			||||||
| 
						 | 
					@ -165,25 +187,6 @@ const Landing = ({ data }) => {
 | 
				
			||||||
                    update your model in real-time and chain models together to build more complex
 | 
					                    update your model in real-time and chain models together to build more complex
 | 
				
			||||||
                    systems.
 | 
					                    systems.
 | 
				
			||||||
                </LandingBanner>
 | 
					                </LandingBanner>
 | 
				
			||||||
 | 
					 | 
				
			||||||
                <LandingBanner
 | 
					 | 
				
			||||||
                    title="spaCy IRL 2019: Two days of NLP"
 | 
					 | 
				
			||||||
                    label="Watch the videos"
 | 
					 | 
				
			||||||
                    to="https://www.youtube.com/playlist?list=PLBmcuObd5An4UC6jvK_-eSl6jCvP1gwXc"
 | 
					 | 
				
			||||||
                    button="Watch the videos"
 | 
					 | 
				
			||||||
                    background="#ffc194"
 | 
					 | 
				
			||||||
                    backgroundImage={irlBackground}
 | 
					 | 
				
			||||||
                    color="#1a1e23"
 | 
					 | 
				
			||||||
                    small
 | 
					 | 
				
			||||||
                >
 | 
					 | 
				
			||||||
                    We were pleased to invite the spaCy community and other folks working on Natural
 | 
					 | 
				
			||||||
                    Language Processing to Berlin this summer for a small and intimate event{' '}
 | 
					 | 
				
			||||||
                    <strong>July 6, 2019</strong>. We booked a beautiful venue, hand-picked an
 | 
					 | 
				
			||||||
                    awesome lineup of speakers and scheduled plenty of social time to get to know
 | 
					 | 
				
			||||||
                    each other and exchange ideas. The YouTube playlist includes 12 talks about NLP
 | 
					 | 
				
			||||||
                    research, development and applications, with keynotes by Sebastian Ruder
 | 
					 | 
				
			||||||
                    (DeepMind) and Yoav Goldberg (Allen AI).
 | 
					 | 
				
			||||||
                </LandingBanner>
 | 
					 | 
				
			||||||
            </LandingBannerGrid>
 | 
					            </LandingBannerGrid>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            <LandingLogos title="spaCy is trusted by" logos={data.logosUsers}>
 | 
					            <LandingLogos title="spaCy is trusted by" logos={data.logosUsers}>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user