Skip to content

Commit

Permalink
wording and text
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleguido committed Jan 10, 2025
1 parent d2ffb1b commit c3d3f6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion src/components/CorpusOverviewModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ const CorpusOverviewModal: React.FC<CorpusOverviewModalProps> = ({
className="underline"
onClick={() => setView(BrowserViewLogin)}
>
lo in
log in
</a>{" "}
to view data accessibility conditions based on your plan.
</span>
Expand Down
6 changes: 3 additions & 3 deletions src/components/TokenWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const TokenWrapper: React.FC<{ delay?: number }> = ({ delay = 2000 }) => {
axios
.post(
`${import.meta.env.PUBLIC_IMPRESSO_API_PATH}/authentication`,
payload,
payload
)
.then((res) => res.data)

Expand All @@ -44,7 +44,7 @@ const TokenWrapper: React.FC<{ delay?: number }> = ({ delay = 2000 }) => {
console.info(
"[TokenWrapper] llToken is set, calling the mutation in",
delay,
"ms",
"ms"
)
clearTimeout(timerRef.current)
setIsBusy(true)
Expand Down Expand Up @@ -135,7 +135,7 @@ const TokenWrapper: React.FC<{ delay?: number }> = ({ delay = 2000 }) => {
)}
{showLoginForm && (
<section className="my-4 d-flex flex-column justify-content-center">
<h2 className="mx-auto ">Please login to get your API Token</h2>
<h2 className="mx-auto ">Please log in to get your API Token</h2>
<button
type="submit"
className="btn btn-secondary mx-auto d-flex justify-content-center px-5"
Expand Down
5 changes: 2 additions & 3 deletions src/content/pagesContents/corpus-overview.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
title: Impresso Corpus Overview
modalTitle: Impresso Corpus Overview
modalTitle: "Impresso Corpus Overview: Data Accessibility and Usage Permissions"
excerpt: Data Accessibility and Usage Permissions
---

Explore a wide range of datasets featuring newspapers and radio content, each associated with its permitted use. This table allows you to find the resources you need for your research.
You can view which datasets are available under your [current subscription plan](/datalab/profile) and identify those that can be unlocked with an upgrade. If you’re not logged in, please [log in or register](/datalab/login) to see your available datasets. To learn more about the various plans available through your university enrollment, visit the [Plans](/datalab/plans) page.
The Impresso Corpus features newspaper titles and radio broadcasts from various cultural heritage institutions. This table outlines its composition, detailing data accessibility (required [user plans](/datalab/plans)) and permitted uses.

0 comments on commit c3d3f6d

Please sign in to comment.