-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,17 @@ import ContentBoxProject from "../components/ContentBoxProject" | |
import ContentBoxPartner from "../components/ContentBoxPartner" | ||
import Footer from "../components/Footer" | ||
|
||
<Header>We are a <ins>**digital collections consulting firm**</ins> specialized in research and development of technical solutions for cultural heritage institutions and private collections</Header> | ||
<Header>We are a <ins>**digital collections consulting firm**</ins> specialized in research and development for cultural heritage institutions and private collectors</Header> | ||
<MainContent> | ||
<ContentBox> | ||
<ContentBoxTitle>Foco</ContentBoxTitle> | ||
<ContentBoxTitle>Focus</ContentBoxTitle> | ||
<ContentBoxCarouselTwoColumns> | ||
<ContentBoxText> | ||
<p>Trabalhamos com inteligência artificial e padrões abertos na digitalização, catalogação e difusão de obras de arte e documentos históricos na web</p> | ||
<p>We use AI and open standards for digitizing, cataloguing, and sharing historical documents and artworks on the web</p> | ||
</ContentBoxText> | ||
<ContentBoxText> | ||
<p><ContentBoxSubTitle>Infraestrutura IIIF</ContentBoxSubTitle> Implementação do Protocolo Internacional para Interoperabilidade de Images</p> | ||
<p><ContentBoxSubTitle>Visão Computacional</ContentBoxSubTitle> Reconhecimento de imagens, classificação de conteúdo, transcrição de manuscritos, e descrição textual automática</p> | ||
<p><ContentBoxSubTitle>IIIF infrastructure</ContentBoxSubTitle> Implementations of the International Image Interoperability Framework</p> | ||
<p><ContentBoxSubTitle>Computer Vision</ContentBoxSubTitle> Image recognizition, content classification, and manuscript transcription</p> | ||
</ContentBoxText> | ||
</ContentBoxCarouselTwoColumns> | ||
</ContentBox> | ||
|
@@ -31,7 +31,7 @@ import Footer from "../components/Footer" | |
<ContentBoxTeamMember | ||
img="/team_anita.png" | ||
name="Anita Lucchesi" | ||
jobTitle="Negócios" | ||
jobTitle="Business" | ||
url="https://pt.wikipedia.org/wiki/Anita_Lucchesi" | ||
/> | ||
<ContentBoxTeamMember | ||
|
@@ -43,19 +43,19 @@ import Footer from "../components/Footer" | |
<ContentBoxTeamMember | ||
img="/team_martim.png" | ||
name="Martim Passos" | ||
jobTitle="Tecnologia" | ||
jobTitle="Technology" | ||
url="" | ||
/> | ||
<ContentBoxTeamMember | ||
img="/team_yuri.png" | ||
name="Yuri Tavares" | ||
jobTitle="Tecnologia" | ||
jobTitle="Technology" | ||
url="" | ||
/> | ||
</ContentBoxCarouselFourColumns> | ||
</ContentBox> | ||
<ContentBox> | ||
<ContentBoxTitle>Clientes</ContentBoxTitle> | ||
<ContentBoxTitle>Partners</ContentBoxTitle> | ||
<ContentBoxCarouselFourColumns> | ||
<ContentBoxPartner | ||
img="/partner_rice.svg" | ||
|
@@ -64,26 +64,26 @@ import Footer from "../components/Footer" | |
</ContentBoxCarouselFourColumns> | ||
</ContentBox> | ||
<ContentBox> | ||
<ContentBoxTitle>Projetos</ContentBoxTitle> | ||
<ContentBoxTitle>Projects</ContentBoxTitle> | ||
<ContentBoxCarouselTwoColumns> | ||
<ContentBoxProject | ||
logo="/project_tropiiify_logo.png" | ||
img="/project_tropiiify.png" | ||
name="tropiiify" | ||
url="https://github.com/arkalab/tropiiify" | ||
description="Plugin para exportar coleções IIIF através do gerenciador de imagens Tropy" | ||
description="Tropy plugin for exporting IIIF collections" | ||
/> | ||
<ContentBoxProject | ||
logo="/project_imaginerio_logo.png" | ||
img="/project_imaginerio.png" | ||
name="imagineRio" | ||
url="https://www.imaginerio.org" | ||
description="Plataforma de mapeamento histórico da cidade do Rio de Janeiro." | ||
description="Historical mapping platform of Rio de Janeiro" | ||
/> | ||
</ContentBoxCarouselTwoColumns> | ||
</ContentBox> | ||
</MainContent> | ||
<Footer> | ||
<p>Arka, 2024.</p> | ||
<p>[email protected]</p> | ||
</Footer> | ||
</Footer> |