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

resurrect the math dictionary. #37

Open
kohlhase opened this issue Oct 3, 2018 · 3 comments
Open

resurrect the math dictionary. #37

kohlhase opened this issue Oct 3, 2018 · 3 comments
Assignees
Labels
enhancement New feature or request prototype A prototype of this implementation exists.

Comments

@kohlhase
Copy link
Contributor

kohlhase commented Oct 3, 2018

In the original MathHub we had a math dictionary unter http://mathhub.info/mh/dictionary. This was mainly a thin front-end for an MMT service that generated dictionary lookupts (or something similar).
@tkw1536 do you remember where we can find this?

It should be very easy to convert the MMT service to JSON and make a view for this. Then we could re-linkt it at https://new.mathhub.info/#/applications/dictionary

@kohlhase kohlhase added the enhancement New feature or request label Oct 3, 2018
@kohlhase kohlhase assigned tkw1536, kohlhase and ghost Oct 3, 2018
@kohlhase
Copy link
Contributor Author

kohlhase commented Oct 4, 2018

The necessary information is already in mock.json, there we see

    "glossary": [
        {
            "id": "bijective?bijective",
            "kwd": {
                "en": "bijective",
                "de": "bijektiv",
                "zhs": "<p>simplified Chinese Keyword</p>",
                "fr": "bijective"
            },
            "def": {

So we should have a view on glossary that looks and acts a bit like http://10.188.48.202/mh/dictionary
So if we enter the "math term" bijective and select the button zhs, this should return the respective value <p>simplified Chinese Keyword</p>.
And there should be a link "details" next to this that links to the definition (maybe in the glossary).

@kohlhase
Copy link
Contributor Author

kohlhase commented Oct 4, 2018

@AiraComet please come to me if you have questions.

@kohlhase kohlhase added the priority This should be done with priority label Oct 4, 2018
@tkw1536 tkw1536 changed the title resurrect the math dictinonary. resurrect the math dictionary. Oct 4, 2018
@kohlhase
Copy link
Contributor Author

the front-end is done, only need the backend now.

@kohlhase kohlhase added this to the Global Services milestone Nov 19, 2018
@tkw1536 tkw1536 added prototype A prototype of this implementation exists. and removed priority This should be done with priority labels Mar 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prototype A prototype of this implementation exists.
Projects
None yet
Development

No branches or pull requests

2 participants