Skip to content

Commit

Permalink
Add config files for UFPB Alumia
Browse files Browse the repository at this point in the history
- alumialab configuration
- Fix logo paths and image file
- For the lack of better option, I'm changing the example file directly
- Change the name from labcheck to alumia to reflect reality
- Add app_affiliation as "alumia"
  • Loading branch information
thesocialdev committed Dec 18, 2024
1 parent 737b701 commit 32ef811
Show file tree
Hide file tree
Showing 52 changed files with 451 additions and 5 deletions.
4 changes: 4 additions & 0 deletions config.websocket.ufpb-labcheck.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
services:
- name: websocket-aletheia-development
conf:
port: 5051
20 changes: 15 additions & 5 deletions config/localConfig.example.ts
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
import { LocalConfig } from "./localConfig.schema";

const showDonate = false;

const localConfig: LocalConfig = {
theme: {},
Logo: false,
theme: {
colors: {
primary: "#EC5F2A",
white: "#f5f5f5",
blackTertiary: "#1b1b1b",
lightSecondary: "#EC5F2A",
lightPrimary: "#f5f5f5",
},
},
Logo: true,
footer: {
socialMedias: [],
showStatuteButton: {
show: true,
show: showDonate,
},
},
header: {
donateButton: {
show: true,
show: showDonate,
},
},
home: {
affixCTA: true,
affixCTA: false,
},
};

Expand Down
Binary file added config/public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added config/public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added config/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added config/public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added config/public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added config/public/favicon.ico
Binary file not shown.
167 changes: 167 additions & 0 deletions config/public/images/default_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions config/public/locales/en/CTARegistration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"body":
"Wanna be a reviewer? Alumia is currently on Beta Test and we are accepting all journalists and fact-checking professionals to test the platform!"
}
3 changes: 3 additions & 0 deletions config/public/locales/en/NewCTARegistration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"body": "AlumiaLab.org is a collective fact-checking movement and platform that imagines a society where everyone can have free access and engage with truthful and credible information with autonomy."
}
8 changes: 8 additions & 0 deletions config/public/locales/en/about.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"intro": "AlumiaLab.org is a movement for the democratization of fact-checking in Brazil, which aims to empower ordinary citizens to check and monitor information in order to prevent the harmful spread of fake news and create a digital community engaged in teaching, learning and sharing knowledge on the subject. We are also a technological platform that offers tools in workflow format to make fact-checking processes accessible and feasible for everyone.",
"firstParagraph": "The AlumiaLab.org organization is a technology and <0>product development-focused startup</0> that began to be thought of in 2019, from experimentation, during the <1>Mozilla Open Lab</1> program. In this program, we developed a prototype with the necessary infrastructure to build a scalable, high-performance platform that, using structured data, could store and classify statements and analyses of statements made by socially relevant personalities in official speeches. In the genesis process of AlumiaLab.org, user surveys were conducted in order to understand what the product would become, always prioritizing the contextual aspects related to solving the problems caused by misinformation in Brazil.",
"secondParagraph": "As a platform, AlumiaLab.org is a repository of the technological solution offered by the movement for the democratization of fact-checking in Brazil, AlumiaLab.org is inspired by <0>Wikipedia</0> and <1>demagog.cz</1> projects.",
"thirdParagraph": "In parallel to the work developed by the development and UX workstreams, we dedicated time and energy to create fertile digital spaces for the emergence of an engaged community, with members that would characterize what we call the AlumiaLab.org Movement.",
"forthParagraph": "Educating people and building social habits are complex processes, especially when you want to reach different cultures, languages, and ways of consuming information. AlumiaLab.org considers the premises of educommunication as the theoretical guidelines of its mission, vision, and values, which means, as a movement, creating a diverse learning community, in which people are engaged in learning and sharing knowledge about the fact-checking theme.",
"alertInfo": "The AlumiaLab.org is maintained by the non-profit ALETHEIA FACT MOVEMENT (see our bylaws at the link below). All content of the platform is carried out by volunteers and distributed free of charge by the CC BY-SA 4.0 license. The platform does not pay or charge a fee or monthly payment to the audience of readers and content creators on the platform. In addition, all developed code is open source and can be accessed in"
}
3 changes: 3 additions & 0 deletions config/public/locales/en/affix.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"affixCopilotTitle": "Click here to open the Alumia's Assistant"
}
3 changes: 3 additions & 0 deletions config/public/locales/en/claimReview.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"partialReviewWarning": "Note: the reviews published in real time are partially checked by registered fact-checkers. The complete and in-depth reviews, with the Alumia standard of fact-checking, may be accessed later on the site."
}
Loading

0 comments on commit 32ef811

Please sign in to comment.