Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sK: FIS data import #59

Open
MarioStanke opened this issue Jun 21, 2023 · 1 comment
Open

sK: FIS data import #59

MarioStanke opened this issue Jun 21, 2023 · 1 comment

Comments

@MarioStanke
Copy link
Contributor

MarioStanke commented Jun 21, 2023

Adapt the new data from Forschungsinformationssystem for our existing code and data

  • sKt1: bring tables from Daniel Fredrich into our format (3 steps)
    publication lists, list of institutes
  • sKt2: merge with existing data from WebOfScience (unique IDs, concatenate publication lists)
  • sKt3: reconstruct 2D plots, option for thinning out point, e.g. by number of publications) (2 steps)
@MarioStanke
Copy link
Contributor Author

Structure of tables:

table name: column name 1, column name 2, ...
the columns are tab-separated

Table
inst_abbrev.tbl: long_name, short_name
The long_names are unique in this table.

The short name is for example Physik instead of Institut fuer Physik.

Table
inst_color.tbl: short_name, color

The color is a consecutive integer.
The short_name is unque in this table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant