Skip to content

Commit

Permalink
Minor formating
Browse files Browse the repository at this point in the history
  • Loading branch information
rkrug committed Dec 15, 2023
1 parent fd425a5 commit b1f9632
Show file tree
Hide file tree
Showing 3 changed files with 58 additions and 10 deletions.
39 changes: 30 additions & 9 deletions IPBES_BBA_Ch6_Fin_snowball.html

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions IPBES_BBA_Ch6_Fin_snowball.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ format:
embed-resources: true
code-fold: true
code-summary: 'Show the code'
grid:
sidebar-width: 0px
body-width: 4000px
margin-width: 200px
gutter-width: 1.5rem
params:
keypapers: "./input/keypapers_snowball.json"
---
Expand Down Expand Up @@ -249,8 +254,30 @@ if (!file.exists(fn)) {
}
```


To download the Excsl file with all references, plese [click here](data/snowball_excel.xlsx).

The column are: (the Concept columns are not that relevant at the moment)

- **id**: internal id fromOpenAlex
- **author**: authors of the paper
- **publication_year**: publication year
- **title**: title of the paper
- **doi**: doi of the paper
- **no_referenced_works**: number of references in the paper which are also in OpenAlex
- **cited_global**: Number of times the paper has been cited
- **cited_global_per_year**: standardised number of times cirted (cited_global / number of years published)
- **no_connections**: number of connections in the rgaph, i.e. either cited or citing a paper in the snowball corpus
- **concepts_l0**: Concept 0. level assigned by OpenAlex
- **concepts_l1**: Concept 1. level assigned by OpenAlex
- **concepts_l2**: Concept 2. level assigned by OpenAlex
- **concepts_l3**: Concept 3. level assigned by OpenAlex
- **concepts_l4**: Concept 4. level assigned by OpenAlex
- **concepts_l5**: Concept 5. level assigned by OpenAlex
- **author_institute**: Institute of the authors
- **institute_country**: Country of the institute
- **abstract**: the abstract of the paper

### Static Citation Network Graph

#### Snowball Search
Expand Down
2 changes: 1 addition & 1 deletion buildNo
Original file line number Diff line number Diff line change
@@ -1 +1 @@
68
70

0 comments on commit b1f9632

Please sign in to comment.