Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Migrate vocabulary source to Neo4J Database #6

Open
wants to merge 9 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ yarn-error.log*
!.yarn/versions

.idea

.env
201 changes: 0 additions & 201 deletions LICENSE

This file was deleted.

42 changes: 12 additions & 30 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
Ancient Greek Vocabulary
========================
Wilhelm
=======

![Node Version][node version badge]
[![License][License badge]][License URL]
![Last Commit][last commit badge]
[![Deployment][Deployment badge]][Deployment dashboard URL]
[![QubitPi Domain][QubitPi Domain badge]][QubitPi Domain URL]
[![Paion Data Domain][Paion Data Domain badge]][Paion Data Domain URL]

How Did the Project Start
-------------------------
Expand Down Expand Up @@ -49,34 +50,15 @@ yarn
yarn start
```

> [!TIP]
>
> The vocabulary is from [Dickinson College Commentaries](https://dcc.dickinson.edu/greek-core-list) and is processed
> with a [Python script](./scripts/greek-core-list-extractor.py):
>
> ```console
> cd scripts
> python3 greek-core-list-extractor.py
> ```
>
> The output of the script is the [vocabulary.js](src/vocabulary.js) which is loaded when React App starts.

License
-------

The use and distribution terms for [ancient-greek-vocabulary]() are covered by the
[Apache License, Version 2.0][License URL].
[Deployment badge]: https://img.shields.io/badge/Vercel-000000?style=for-the-badge&logo=vercel&logoColor=white
[Deployment dashboard URL]: https://vercel.com/qubitpis-projects/wilhelm

<div align="center">
<a href="https://opensource.org/licenses">
<img align="center" width="50%" alt="License Illustration" src="https://github.com/QubitPi/QubitPi/blob/master/img/apache-2.png?raw=true">
</a>
</div>
[node version badge]: https://img.shields.io/badge/NODE-18-339933?logo=Node.js&logoColor=white&labelColor=66cc33&style=for-the-badge

[last commit badge]: https://img.shields.io/github/last-commit/QubitPi/ancient-greek-vocabulary/master?logo=github&style=for-the-badge
[License badge]: https://img.shields.io/badge/Apache%202.0-F25910.svg?style=for-the-badge&logo=Apache&logoColor=white
[License URL]: https://www.apache.org/licenses/LICENSE-2.0
[Paion Data Domain badge]: https://img.shields.io/badge/paion--data-wilhelmlang.com-000000?style=for-the-badge&logo=squarespace&logoColor=white
[Paion Data Domain URL]: https://wilhelmlang.com/

[node version badge]: https://img.shields.io/badge/NODE-18-339933?logo=Node.js&logoColor=white&labelColor=66cc33&style=for-the-badge
[QubitPi Domain badge]: https://img.shields.io/badge/QubitPi-wilhelm.qubitpi.org-000000?style=for-the-badge&logo=squarespace&logoColor=white
[QubitPi Domain URL]: https://wilhelm.qubitpi.org/

[^1]: https://tex.stackexchange.com/a/163342/277953
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,19 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@reduxjs/toolkit": "^2.2.7",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^13.0.0",
"@testing-library/user-event": "^13.2.1",
"@types/jest": "^27.0.1",
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"neo4j-driver": "^5.23.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-quizlet-flashcard": "^3.0.0",
"react-redux": "^9.1.2",
"react-scripts": "5.0.1",
"typescript": "^4.4.2",
"web-vitals": "^2.1.0"
Expand Down
80 changes: 0 additions & 80 deletions scripts/german.txt

This file was deleted.

Loading
Loading