Skip to content

Commit

Permalink
Update Wall.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Oct 10, 2024
1 parent 092993e commit 80a5c8a
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions src/components/Wall.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import { useEffect } from "react"
import Link from "./Link"
import GettingStarted from "./GettingStarted"

const CodeSample = `
const CodeSample = `# Install the impresso library
!pip install impresso
from impresso import api
print(api.version())
Expand Down Expand Up @@ -72,14 +74,28 @@ const Wall = ({
</p>
</Col>
<Col md={4}>
The Impresso project (link to project website) strives to create
meaningful links across distinct datasets. The Impresso Datalab is
an infrastructure for programmatic data access and annotation
services. It offers access to our data and models via API and a
dedicated Python library via Jupyter notebooks. The Datalab enables
custom analyses of the Impresso corpus and the semantic indexation
of external document collections with the help of models created by
the project.
<h3>
Join us in this early stage of development and help us to improve
the platform.
</h3>
The{" "}
<a
href="https://impresso-project.ch"
target="_blank"
rel="noopener noreferrer"
>
Impresso project
</a>{" "}
strives to create meaningful links across distinct datasets. The
Impresso <em>Datalab</em> is an infrastructure for{" "}
<b>programmatic data access</b> and <b>annotation services</b>.
<p>
It offers access to our data and models via API and a dedicated
Python library via Jupyter notebooks. The Datalab enables custom
analyses of the Impresso corpus and the semantic indexation of
external document collections with the help of models created by
the project.
</p>
</Col>
</Row>
<Row className="my-3 align-items-bottom d-none">
Expand Down

0 comments on commit 80a5c8a

Please sign in to comment.