{ "cells": [ { "cell_type": "code", "execution_count": 14, "id": "df5a1f59", "metadata": {}, "outputs": [], "source": [ "import pandas as pd\n", "import numpy as np\n", "from collections import Counter" ] }, { "cell_type": "code", "execution_count": 3, "id": "0b47ecac", "metadata": {}, "outputs": [], "source": [ "author = pd.read_csv('../data/ht_class/ht_cleaned_author_df.csv')\n", "paper = pd.read_csv('../data/ht_class/ht_cleaned_paper_df.csv')" ] }, { "cell_type": "code", "execution_count": 6, "id": "d8d8d536", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "(52, 27)" ] }, "execution_count": 6, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# first conference papers\n", "first_conf_papers = paper[paper.Year == min(paper.Year)]\n", "first_conf_papers.shape" ] }, { "cell_type": "code", "execution_count": 12, "id": "a857697a", "metadata": {}, "outputs": [ { "data": { "text/plain": [ "118" ] }, "execution_count": 12, "metadata": {}, "output_type": "execute_result" } ], "source": [ "# first conf authors\n", "first_conf_authors = author[author.Year == min(author.Year)]\n", "unique_first_conf_authors = list(\n", " set(first_conf_authors['OpenAlex Author ID']))\n", "len(unique_first_conf_authors)" ] }, { "cell_type": "code", "execution_count": 21, "id": "4fead9a0", "metadata": {}, "outputs": [ { "data": { "text/html": [ "
| \n", " | Year | \n", "DOI | \n", "Title | \n", "Number of Authors | \n", "Author Position | \n", "Author Name | \n", "OpenAlex Author ID | \n", "Affiliation Name | \n", "Affiliation Country Code | \n", "Affiliation Type | \n", "Binary Type | \n", "Cross-type Collaboration | \n", "International Collaboration | \n", "
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 7746 | \n", "1990 | \n", "10.1109/VISUAL.1990.146385 | \n", "A journey into the fourth dimension | \n", "2.0 | \n", "2.0 | \n", "E.S. Panduranga | \n", "https://openalex.org/A2302757246 | \n", "department of computer sciences johns hopkins ... | \n", "US | \n", "education | \n", "education | \n", "False | \n", "True | \n", "
| 9955 | \n", "1990 | \n", "10.1109/VISUAL.1990.146393 | \n", "A numerical method for rendering spherical ref... | \n", "3.0 | \n", "2.0 | \n", "E.S. Panduranga | \n", "https://openalex.org/A2302757246 | \n", "department of computer sciences johns hopkins ... | \n", "US | \n", "education | \n", "education | \n", "False | \n", "False | \n", "