Project for the FFA Art Research Portal showing the research items from the researchcatalogue.net API. Aims to be a simple, static & lightweight portal for the FFA Art Research Catalogue.
This repository consists of 2 projects: portal (projects/portal, portal.favu.vut.cz) and journal (projects/journal, journal.favu.vut.cz). As these share behaviour and some design aspects, they are kept in one repository and as much code is shared as possible.
Na Jozefa: Kde se vzalo 3 radkove logo? https://designmanual.planobnovy.gov.cz/logo.html
Original API of the Research Catalogue can be seen at: https://www.researchcatalogue.net/portal/search-result?resulttype=research&format=json&limit=2500&page=3
However this project currently uses API cors proxy provided by Casper Shipper (rcmap.org), thank you! Some docs for rcmap.org: https://www.researchcatalogue.net/view/3561733/3561732
https://www.researchcatalogue.net/view/1609630/2671314 id=1609630
We can search all results from author: https://rcdata.org/api/portal/search-result?resulttype=research&format=json&limit=2500&author=369929
Deploy portal build to portal.favu.vut.cz:
ng build portal
sftp -i ~/.ssh/portal-favu-vut-cz-gajdosik web-portal@vampire.ffa.vutbr.cz
lcd dist/portal/browser
cd public_html
rm *
put -r *
THIS NEEDS UPDATE ONCE JIRI PSOTA RESPONDS Deploy journal build to journal.favu.vut.cz:
ng build journal
sftp -i ~/.ssh/portal-favu-vut-cz-gajdosik web-portal@vampire.ffa.vutbr.cz
lcd dist/journal/browser
cd public_html_journal
rm *
put -r *
This project was generated using Angular CLI version 19.2.5.
To start a local development server of the portal, run:
ng serveor explicitly:
ng serve portalTo serve journal, run:
ng serve journalOnce the server is running, open your browser and navigate to http://localhost:4200/, http://localhost:55506/ or any other URL reported by the ng serve command.
The application will automatically reload whenever you modify any of the source files.
Both the portal and journal can be run at the same time.
Angular CLI includes powerful code scaffolding tools. To generate a new component, run:
ng generate component component-nameFor a complete list of available schematics (such as components, directives, or pipes), run:
ng generate --helpTo build the project run:
ng buildThis will compile your project and store the build artifacts in the dist/ directory. By default, the production build optimizes your application for performance and speed.
To execute unit tests with the Karma test runner, use the following command:
ng testFor end-to-end (e2e) testing, run:
ng e2eAngular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs.
For more information on using the Angular CLI, including detailed command references, visit the Angular CLI Overview and Command Reference page.