tjumbo/ncn-dataset
收藏资源简介:
--- license: cc-by-4.0 language: - pl pretty_name: NCN Research Projects Dataset size_categories: - 10K<n<100K configs: - config_name: example-ncn-publications data_files: - split: train path: example-ncn-publications/train-* - config_name: ncn-projects data_files: - split: train path: data/ncn-projects/*.parquet - config_name: ncn-publications data_files: - split: train path: data/ncn-publications/*.parquet - config_name: ncn-unresolved-publications data_files: - split: train path: ncn-unresolved-publications/train-* - config_name: ncn-unresolved-publications-enriched data_files: - split: train path: ncn-unresolved-publications-enriched/train-* - config_name: ncn-unresolved-publications-mapping data_files: - split: train path: ncn-unresolved-publications-mapping/train-* - config_name: paper-journal-mapping data_files: - split: train path: paper-journal-mapping/train-* dataset_info: - config_name: example-ncn-publications features: - name: publication_id dtype: string - name: doi dtype: string - name: journal dtype: string - name: url_id dtype: int64 - name: project_id dtype: string - name: pub_type dtype: string splits: - name: train num_bytes: 109207 num_examples: 500 download_size: 70530 dataset_size: 109207 - config_name: ncn-unresolved-publications features: - name: doi dtype: string - name: journal dtype: string - name: url_id dtype: int64 - name: project_id dtype: string - name: pub_type dtype: string splits: - name: train num_bytes: 5456 num_examples: 50 download_size: 4480 dataset_size: 5456 - config_name: ncn-unresolved-publications-enriched features: - name: doi dtype: large_string - name: journal dtype: large_string - name: url_id dtype: int64 - name: project_id dtype: large_string - name: pub_type dtype: large_string - name: pmid_missing dtype: float64 - name: journal_issn dtype: large_string - name: journal_name dtype: large_string - name: mapping_status dtype: large_string - name: SJR_Score dtype: string - name: SJR_Best_Quartile dtype: string - name: SJR_H_Index dtype: string - name: SJR_Open_Access dtype: string - name: SJR_Areas dtype: string splits: - name: train num_bytes: 11182 num_examples: 50 download_size: 9462 dataset_size: 11182 - config_name: ncn-unresolved-publications-mapping features: - name: doi dtype: large_string - name: pmid dtype: large_string - name: journal_issn dtype: large_string - name: journal_name dtype: large_string - name: mapping_status dtype: large_string splits: - name: train num_bytes: 2046 num_examples: 18 download_size: 3407 dataset_size: 2046 - config_name: paper-journal-mapping features: - name: doi dtype: string - name: pmid dtype: 'null' - name: journal_issn dtype: string - name: journal_name dtype: string - name: mapping_status dtype: string splits: - name: train num_bytes: 5197977 num_examples: 64340 download_size: 899591 dataset_size: 5197977 --- # NCN Research Projects Dataset Scraped from the Polish National Science Centre (NCN) public database at [projekty.ncn.gov.pl](https://projekty.ncn.gov.pl/). Covers all **settled projects** (`status=1`, *Projekty Rozliczone*) across major Polish academic cities plus a global search pass. ## Subsets ### `ncn-projects` One row per NCN research grant. | Column | Type | Description | |---|---|---| | `url_id` | int | NCN portal `projekt_id` (primary key) | | `title` | str | Project title (Polish) | | `project_id` | str | Registration number, e.g. `2015/17/B/NZ2/03692` | | `panel` | str | Discipline panel code, e.g. `NZ2` | | `area_of_science` | str | High-level area: `NZ`, `HS`, or `ST` | | `institution` | str | Host institution name | | `region` | str | Polish voivodeship, e.g. `mazowieckie` | | `city` | str | City of the institution | | `pi_name` | str | Principal investigator name and title | | `num_employees` | int | Number of project employees | | `funding_amount_pln` | float | Awarded funding in PLN | | `start_date` | date | Project start date | | `end_date` | date | Project end date | | `duration_months` | int | Planned duration in months | | `status` | str | Project status (always *Projekt rozliczony* here) | ### `ncn-publications` One row per publication reported in the project's final report. | Column | Type | Description | |---|---|---| | `url_id` | int | NCN `projekt_id` (foreign key → `ncn-projects`) | | `project_id` | str | Registration number | | `pub_type` | str | `article`, `book`, or `conference` | | `publication_id` | str | Internal deterministic publication key (`url_id:pub_type:title_norm`) | | `title` | str | Publication title | | `authors` | str | Author list | | `journal` | str | Journal or publisher name | | `doi` | str | Valid DOI identifier (null if not reported/invalid) | | `link` | str | Source publication URL (if reported) | | `quality_score` | float | Mock score: DOI present→1.0, absent→0.1, book→0.5 | > **Note:** `quality_score` is a placeholder. Real journal metrics (SJR, h-index) > will replace it in a future version. ## Source & Licence Data scraped from the publicly accessible NCN portal. Released under [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/).




