Skip to content
Merged

Uat #22

Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
a0c95e1
routes fixed
zisanurhaque1 Dec 29, 2023
719c806
changes
zisanurhaque1 Jan 4, 2024
59a7219
errors handled
zisanurhaque1 Jan 4, 2024
9394b3d
metadata added in home route and a error resolved
zisanurhaque1 Jan 6, 2024
78cc22a
build added
zisanurhaque1 Jan 6, 2024
31bce6e
advance search slider for author death date removed and input box added
zisanurhaque1 Jan 8, 2024
7e9f25b
fixed issues
zisanurhaque1 Jan 15, 2024
d702216
routes fixed
zisanurhaque1 Jan 15, 2024
6adabc1
recent issue fixed
zisanurhaque1 Jan 16, 2024
193e1b8
metadata on url removed in home route
zisanurhaque1 Jan 18, 2024
2483747
some changes, insight page
zisanurhaque1 Jan 21, 2024
cfcbdc8
update
zisanurhaque1 Jan 22, 2024
6944ba9
redme chanages
zisanurhaque1 Jan 22, 2024
764c8f1
latest update added
zisanurhaque1 Jan 23, 2024
aaf2cc4
Merge branch 'main' of https://github.com/kitab-project-org/explore i…
zisanurhaque1 Jan 23, 2024
0e3fc3f
ci: add Azure Static Web Apps workflow file
sohailmerchant Jan 23, 2024
d665b91
removed
zisanurhaque1 Jan 30, 2024
3bdee0c
removed
zisanurhaque1 Jan 30, 2024
1d181aa
latest code added
zisanurhaque1 Jan 30, 2024
d6a66fc
Merge pull request #7 from kitab-project-org/zisan
sohailmerchant Jan 30, 2024
1c94e93
Disallow scraping and point towards data sources on GitHub and Zenodo
pverkind Jul 18, 2025
0bc12c7
Add KITAB logos
pverkind Jul 18, 2025
292b6bc
Fix issue with visualizing largest one-to-many graph; closes #12
pverkind Jul 18, 2025
fd0771f
Clean up
pverkind Jul 18, 2025
c4f5aa6
compare integers
pverkind Jul 18, 2025
c6e58df
Enable upload of non-OpenITI data
pverkind Jul 18, 2025
86ea63e
Add the version number to the Visualisation URL
pverkind Jul 18, 2025
d1a7ec6
Fix upload of pairwise csv files
pverkind Jul 18, 2025
70a9440
Update default release code to 2023.1.8
Jul 21, 2025
79f8662
Update README links and description
Jul 21, 2025
20ed6fe
Allow user to set tick font size in pairwise viz; closes #14
Jul 21, 2025
35cd10f
Hide file input
Jul 21, 2025
8e93a17
Fix the tooltip issues in the one-to-many viz; closes #15
Jul 21, 2025
f684542
Remove page param from querystring; closes #11
Jul 22, 2025
82dcf98
remove URL from downloaded pairwize vis + change filename
Jul 22, 2025
10c8e8e
Merge pull request #16 from kitab-project-org/oneToManyFix
sohailmerchant Jul 22, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 46 additions & 0 deletions .github/workflows/azure-static-web-apps-witty-bay-0dafe9a10.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Azure Static Web Apps CI/CD

on:
push:
branches:
- uat
pull_request:
types: [opened, synchronize, reopened, closed]
branches:
- uat

jobs:
build_and_deploy_job:
if: github.event_name == 'push' || (github.event_name == 'pull_request' && github.event.action != 'closed')
runs-on: ubuntu-latest
name: Build and Deploy Job
steps:
- uses: actions/checkout@v3
with:
submodules: true
lfs: false
- name: Build And Deploy
id: builddeploy
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WITTY_BAY_0DAFE9A10 }}
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
action: "upload"
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
# For more information regarding Static Web App workflow configurations, please visit: https://aka.ms/swaworkflowconfig
app_location: "/" # App source code path
api_location: "" # Api source code path - optional
output_location: "build" # Built app content directory - optional
###### End of Repository/Build Configurations ######

close_pull_request_job:
if: github.event_name == 'pull_request' && github.event.action == 'closed'
runs-on: ubuntu-latest
name: Close Pull Request Job
steps:
- name: Close Pull Request
id: closepullrequest
uses: Azure/static-web-apps-deploy@v1
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_WITTY_BAY_0DAFE9A10 }}
action: "close"
24 changes: 14 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
# KitabApps - Historical Arabic Books Library
# KITAB explore

![KitabApps Logo](https://placekitten.com/800/400) _(Replace this with your project logo or relevant image)_
A web portal for the KITAB project.

The portal gives access to the OpenITI metadata and the KITAB text reuse data and visualisations.

![Kitab Logo](public/logo192.png)

KitabApps is a comprehensive library of historical Arabic books, providing a rich collection of literary and scholarly works. This project aims to preserve and make accessible a diverse range of Arabic texts from different historical periods.

## Features

- **Extensive Collection:** Browse through a vast repository of historical Arabic books.
- **Search Functionality:** Easily search for specific books or topics of interest.
- **User-Friendly Interface:** Intuitive design for a seamless user experience.
- **Responsive:** Accessible on various devices, ensuring a consistent experience.
- **Extensive Collection:** Browse through a vast repository of historical Arabic books from the OpenITI corpus.
- **Metata Search Functionality:** Search for specific works by author, title and other metadata.
- **Explore Text Reuse Data:** visualize the text reuse relations between two books, or between one book and all other books in the corpus
- **Download:** Download OpenITI text files and KITAB text reuse data.


## Getting Started

To get started with KitabApps, follow these steps:
To get started with KITAB explore, follow these steps:

1. **Clone the Repository:**

```bash
git clone https://github.com/sohailmerchant/kitabapps.git
git clone https://github.com/kitab-project-org/explore.git
```

2. **Install Dependencies:**
Expand Down Expand Up @@ -83,7 +87,7 @@ We welcome contributions to enhance the library and improve its features. To con
## Issues

If you encounter any issues or have suggestions, please open an issue. We appreciate your feedback!
License - https://github.com/sohailmerchant/kitabapps/issues/new
License - https://github.com/kitab-project-org/explore/issues/new

This project is licensed under the MIT License - see the LICENSE file for details.

Expand Down
Loading
Loading