Skip to content

Commit

Permalink
Added more example content and generated an example markdown file fro…
Browse files Browse the repository at this point in the history
…m a test orcid profile
  • Loading branch information
sri0606 committed Sep 8, 2023
1 parent 4b59904 commit be853cf
Show file tree
Hide file tree
Showing 2 changed files with 106 additions and 5 deletions.
28 changes: 23 additions & 5 deletions example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"outputs": [],
"source": [
"# Load environment variables from .env\n",
"pyorcid.OrcidAuthentication(client_id=\"APP-xxxxxxxx\",client_secret=\"xx-xx-xxxx-xxx\",redirect_uri=\"https://github.com\")\n"
"pyorcid.OrcidAuthentication(client_id=\"APP-xxxxxxxxxxxx\",client_secret=\"xxxx-xxx-xxxxx-xxx\",redirect_uri=\"https://github.com\")\n"
]
},
{
Expand All @@ -51,14 +51,14 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
"from src import pyorcid\n",
"orcid_id = 'xxxx-xxxx-xxxx-xxxx'\n",
"orcid_id = '0009-0005-8629-1578'\n",
"orcid = pyorcid.Orcid(orcid_id=orcid_id)\n",
"orcid.__dir__()"
"# orcid.__dir__()"
]
},
{
Expand All @@ -85,10 +85,28 @@
"metadata": {},
"outputs": [],
"source": [
"for key,value in fundings_data.items():\n",
"for key,value in works_data.items():\n",
" print(key,value)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"orcid.record_summary()"
]
},
{
"cell_type": "code",
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
"orcid.generate_markdown_file(\"md_generator_example.md\")"
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down
83 changes: 83 additions & 0 deletions md_generator_example.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,83 @@
## Name

sri

## Biography

I am an accomplished researcher and academic with a passion for advancing knowledge in the field of artificial intelligence and natural language processing. With a career spanning over a decade, I have dedicated myself to conducting cutting-edge research, contributing to the academic community, and mentoring the next generation of scientists.

Research Interests:

My research interests are multifaceted, encompassing a wide range of topics within the realm of artificial intelligence. Some of my primary areas of focus include:

Natural Language Processing (NLP): I have worked extensively on developing state-of-the-art NLP models, exploring techniques for sentiment analysis, machine translation, text generation, and named entity recognition.

Machine Learning: I am deeply committed to advancing the field of machine learning, with a particular emphasis on deep learning architectures, reinforcement learning, and ensemble techniques.

## Emails

- [email protected]
- [email protected]

## Research Tags (keywords)

- science
- Machine learning
- Artificial intelligence
- Medical

## Education

| Department | Role | start-date | end-date | organization | organization-address | url |
| --- | --- | --- | --- | --- | --- | --- |
| Science | Computer engineering | 01/2024 | 01/2034 | University of Castilla-La Mancha | Ciudad Real, US, LB | http://asdadg.com |

## Quaifications

| Department | Role | start-date | end-date | organization | organization-address | url |
| --- | --- | --- | --- | --- | --- | --- |
| medicine | doctor | 01/2024 | 01/2034 | Q-Med | East Lansing, MI, SE | http://asfadg.com |

## Employment

| Department | Role | start-date | end-date | organization | organization-address | url |
| --- | --- | --- | --- | --- | --- | --- |
| qwerty | qwerty | 01/2024 | 01/2034 | qwerty | East Lansing, MI, US | http://qwerty.com |
| abcd | abcd | 01/2024 | 01/2034 | ABCD | Canton, Ohio, US | http://abcd.com |

## Distinctions

| Department | Role | start-date | end-date | organization | organization-address | url |
| --- | --- | --- | --- | --- | --- | --- |
| CSE | Doctrate | 01/2024 | | IIT@MIT | Cambridge, Massachusetts, US | http://asfs.com |

## Invited Positions

| Department | Role | start-date | end-date | organization | organization-address | url |
| --- | --- | --- | --- | --- | --- | --- |
| technology | tech-role | 01/2024 | 01/2034 | Sintef Energi As | Trondheim, NO | http://asfasf.com |

## Memberships

| Department | Role | start-date | end-date | organization | organization-address | url |
| --- | --- | --- | --- | --- | --- | --- |
| Social | Lead | 01/2024 | 01/2034 | AP&T (Sweden) | Ulricehamn, SE | http://asfa.com |

## Service

| Department | Role | start-date | end-date | organization | organization-address | url |
| --- | --- | --- | --- | --- | --- | --- |
| cmse | helper | 01/2024 | 01/2034 | msu | East Lansing, MI, US | http://asdf.com |

## Fundings

| title | type | start-date | end-date | organization | organization-address | url |
| --- | --- | --- | --- | --- | --- | --- |
| ML develop | grant | 01/2024 | 01/2034 | US Forest Service | Washington, US | http://asfdf.com |

## Works

| title | type | publication-date | journal title | organization | organization-address | url |
| --- | --- | --- | --- | --- | --- | --- |
| tech bro | book-review | 01/2024 | techypub | | | http://asfasf.com |

0 comments on commit be853cf

Please sign in to comment.