tjumbo commited on
Commit
669afbb
·
verified ·
1 Parent(s): 8e02805

Update dataset card

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -55,11 +55,13 @@ One row per publication reported in the project's final report.
55
  |---|---|---|
56
  | `url_id` | int | NCN `projekt_id` (foreign key → `ncn-projects`) |
57
  | `project_id` | str | Registration number |
58
- | `pub_type` | str | `article` or `book` |
 
59
  | `title` | str | Publication title |
60
  | `authors` | str | Author list |
61
  | `journal` | str | Journal or publisher name |
62
- | `doi` | str | DOI or URL (null if not reported) |
 
63
  | `quality_score` | float | Mock score: DOI present→1.0, absent→0.1, book→0.5 |
64
 
65
  > **Note:** `quality_score` is a placeholder. Real journal metrics (SJR, h-index)
 
55
  |---|---|---|
56
  | `url_id` | int | NCN `projekt_id` (foreign key → `ncn-projects`) |
57
  | `project_id` | str | Registration number |
58
+ | `pub_type` | str | `article`, `book`, or `conference` |
59
+ | `publication_id` | str | Internal deterministic publication key (`url_id:pub_type:title_norm`) |
60
  | `title` | str | Publication title |
61
  | `authors` | str | Author list |
62
  | `journal` | str | Journal or publisher name |
63
+ | `doi` | str | Valid DOI identifier (null if not reported/invalid) |
64
+ | `link` | str | Source publication URL (if reported) |
65
  | `quality_score` | float | Mock score: DOI present→1.0, absent→0.1, book→0.5 |
66
 
67
  > **Note:** `quality_score` is a placeholder. Real journal metrics (SJR, h-index)