معرفی شرکت ها


NFDI-0.1.1


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Basic info about NFDI consortia. Named entity linking for them. Support for Wikidata WikiProject NFDI.
ویژگی مقدار
سیستم عامل OS Independent
نام فایل NFDI-0.1.1
نام NFDI
نسخه کتابخانه 0.1.1
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Renat Shigapov
ایمیل نویسنده -
آدرس صفحه اصلی https://github.com/UB-Mannheim/NFDI
آدرس اینترنتی https://pypi.org/project/NFDI/
مجوز MIT
# NFDI [![PyPI version](https://badge.fury.io/py/NFDI.svg)](https://badge.fury.io/py/NFDI) [![Jupyter Book Badge](https://jupyterbook.org/badge.svg)](https://ub-mannheim.github.io/NFDI) The Python library [NFDI](https://pypi.org/project/NFDI) provides: * basic information about [NFDI](https://www.nfdi.de) (also known as Nationale ForschungsDatenInfrastruktur and [National Research Data Infrastructure](https://www.dfg.de/en/research_funding/programmes/nfdi/index.html)) and all funded NFDI consortia, * support for [Wikidata WikiProject NFDI](https://www.wikidata.org/wiki/Wikidata:WikiProject_NFDI) aimed to create and edit the Wikidata entities and entity schemas relevant for NFDI, * simple named entity linker on texts for the accepted NFDI consortia. The [NFDI Jupyter Book](https://ub-mannheim.github.io/NFDI) describes: * [how to use](https://ub-mannheim.github.io/NFDI/docs/how_to_use/quick_start_module_info.html) the library, * [how to send SPARQL queries to Wikidata](https://ub-mannheim.github.io/NFDI/docs/sparql/tables.html) and to [get visualisations](https://ub-mannheim.github.io/NFDI/docs/sparql/maps.html) for NFDI consortia, * [Wikidata WikiProject NFDI](https://ub-mannheim.github.io/NFDI/docs/wikiproject/wikiproject_nfdi.html) and relevant [entity schemas](https://ub-mannheim.github.io/NFDI/docs/wikiproject/entity_schemas.html), * [how we parsed the data](https://ub-mannheim.github.io/NFDI/docs/parsing/01_parsing_DFG_NFDI.html), * [how we edited Wikidata](https://ub-mannheim.github.io/NFDI/docs/editing_wikidata/04_editing_Wikidata_GUI.html). ## Table of contents * [Installation](#installation) * [How to use](#how-to-use) * [NFDI Jupyter Book](#nfdi-jupyter-book) ## Installation ```shell pip install NFDI ``` ## How to use ### Module `info` [[docs module info](https://ub-mannheim.github.io/NFDI/docs/how_to_use/quick_start_module_info.html)] The module `info` has classes `consortium` and `consortia`: ```python from nfdi import info nfdi = info.consortia() berd = info.consortium('BERD@NFDI') ``` The instance `nfdi` has the following attributes: 'label', 'homepage', 'wikidata', 'github', 'google', 'linkedin', 'twitter', 'youtube', 'zenodo', 'labels', 'consortia'. For example: ```python nfdi.twitter ``` prints ```shell "https://twitter.com/NFDI_de" ``` The instances `nfdi` and `berd` have the methods `print`, `dict` and `_wikidata`: ```python json = berd._wikidata() nfdi.print() ``` The `json` variable contains JSON representation of the corresponding entity at Wikidata including labels, aliases and descriptions: ```python print('LABELS', json.get('labels')) print('DESCRIPTIONS', json.get('descriptions')) print('ALIASES', json.get('aliases')) ``` It prints: ```shell LABELS {'en': {'language': 'en', 'value': 'BERD@NFDI'}, 'de': {'language': 'de', 'value': 'BERD@NFDI'}, 'fr': {'language': 'fr', 'value': 'BERD@NFDI'}, 'bar': {'language': 'bar', 'value': 'BERD@NFDI'}, 'de-at': {'language': 'de-at', 'value': 'BERD@NFDI'}, 'de-ch': {'language': 'de-ch', 'value': 'BERD@NFDI'}, 'de-formal': {'language': 'de-formal', 'value': 'BERD@NFDI'}, 'en-ca': {'language': 'en-ca', 'value': 'BERD@NFDI'}, 'en-gb': {'language': 'en-gb', 'value': 'BERD@NFDI'}, 'es': {'language': 'es', 'value': 'BERD@NFDI'}, 'nl': {'language': 'nl', 'value': 'BERD@NFDI'}, 'pt': {'language': 'pt', 'value': 'BERD@NFDI'}, 'simple': {'language': 'simple', 'value': 'BERD@NFDI'}} DESCRIPTIONS {'en': {'language': 'en', 'value': 'NFDI consortium for Business, Economic and Related Data (Social and Behavioural Sciences)'}, 'de': {'language': 'de', 'value': 'NFDI für Wirtschaftsdaten und Verwandtes (Sozial- und Verhaltenswissenschaften)'}} ALIASES {'en': [{'language': 'en', 'value': 'BERD-NFDI'}], 'de': [{'language': 'de', 'value': 'BERD-NFDI'}], 'fr': [{'language': 'fr', 'value': 'BERD-NFDI'}], 'bar': [{'language': 'bar', 'value': 'BERD-NFDI'}], 'de-at': [{'language': 'de-at', 'value': 'BERD-NFDI'}], 'de-ch': [{'language': 'de-ch', 'value': 'BERD-NFDI'}], 'de-formal': [{'language': 'de-formal', 'value': 'BERD-NFDI'}], 'en-ca': [{'language': 'en-ca', 'value': 'BERD-NFDI'}], 'en-gb': [{'language': 'en-gb', 'value': 'BERD-NFDI'}], 'es': [{'language': 'es', 'value': 'BERD-NFDI'}], 'nl': [{'language': 'nl', 'value': 'BERD-NFDI'}], 'pt': [{'language': 'pt', 'value': 'BERD-NFDI'}], 'simple': [{'language': 'simple', 'value': 'BERD-NFDI'}]} ``` ### Module `data` [[docs module data](https://ub-mannheim.github.io/NFDI/docs/how_to_use/quick_start_module_data.html)] The module `data` has raw data as a dictionary: ```python from nfdi import data data.raw() ``` ### Module `nel` [[docs module nel](https://ub-mannheim.github.io/NFDI/docs/how_to_use/quick_start_module_nel.html)] The module `nel` provides simple rule-based named entity linker for the NFDI consortia. In Jupyter Notebook use ```python from nfdi.nel import linker, test t = linker(test) t.render() ``` where `test` stores the following sentences: ```shell What are BERD@NFDI, NFDI4Earth, NFDI4DataScience, NFDI-MatWerk, PUNCH4NFDI, FAIRmat and Text+? How are they related to NFDI4Ing, NFDI4Culture, NFDI4Chem and NFDIGHGA? ``` In Python console use: ```python from nfdi.nel import linker, test t = linker(test) t.serve() ``` The Wikidata QIDs are stored in `.ent_id_`: ```python from nfdi.nel import linker, test t = linker(test) for span in t.doc.ents: print((span.text, span.ent_id_, span.label_)) ``` It prints: ```shell ('BERD@NFDI', 'Q108542181', 'ORG') ('NFDI4Earth', 'Q108542504', 'ORG') ('NFDI4DataScience', 'Q108542422', 'ORG') ('NFDI-MatWerk', 'Q108542607', 'ORG') ('PUNCH4NFDI', 'Q108542637', 'ORG') ('FAIRmat', 'Q108542373', 'ORG') ('Text+', 'Q98271443', 'ORG') ('NFDI4Ing', 'Q98380344', 'ORG') ('NFDI4Culture', 'Q98276929', 'ORG') ('NFDI4Chem', 'Q96678459', 'ORG') ('NFDIGHGA', 'Q98380337', 'ORG') ``` ## NFDI Jupyter Book Check out [NFDI Jupyter Book](https://ub-mannheim.github.io/NFDI). ### Deploying the Book locally First, create and activate conda environment using the provided `docs/environment.yml`: ```shell conda env create -f docs/environment.yml conda activate nfdi ```` Then, build the Book: ```shell script jb build docs ``` Open the file `docs/_build/html/index.html` in a browser. To remove the build folder, run: ```shell jb clean --all docs ``` ### Deploying the Book at GitHub Install ghp-import: ```python pip install ghp-import ``` Once the book is built, run: ```shell ghp-import -n -p -f docs/_build/html ```


نیازمندی

مقدار نام
>=2.24.0 requests
>=3.1.3 spacy


زبان مورد نیاز

مقدار نام
>=3.7 Python


نحوه نصب


نصب پکیج whl NFDI-0.1.1:

    pip install NFDI-0.1.1.whl


نصب پکیج tar.gz NFDI-0.1.1:

    pip install NFDI-0.1.1.tar.gz