Skip to content

Commit

Permalink
Merge pull request #27 from doerners/master
Browse files Browse the repository at this point in the history
OpenAlex Document Types Blogpost Contribution
naustica authored Aug 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 117bb46 + aea1afa commit 44c1c90
Showing 4 changed files with 3,309 additions and 92 deletions.
6 changes: 5 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -7,4 +7,8 @@ rsconnect
.DS_Store
*_cache
issues
dev
dev
oal_scp.csv
oal_wos.csv
scp_oal.csv
wos_oal.csv
569 changes: 544 additions & 25 deletions _posts/openalex_document_types/openalex_document_types_2024.Rmd

Large diffs are not rendered by default.

2,724 changes: 2,658 additions & 66 deletions _posts/openalex_document_types/openalex_document_types_2024.html

Large diffs are not rendered by default.

102 changes: 102 additions & 0 deletions _posts/openalex_document_types/vis.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
.my-tbl {
margin: 0 auto;
width: 575px;
}
.tbl-header {
margin: 18px 0;
font-size: 1.25em;
}
.filters {
display: flex;
flex-wrap: wrap;
margin-top: 4px;
margin-bottom: 24px;
margin-left: auto;
margin-right: auto;
}
.filter-input {
margin-top: 4px;
margin-left: 32px;
flex: 1;
max-width: 250px;
}
.filter-input label {
color: hsl(0, 0%, 45%);
font-weight: 700;
font-size: 13px;
letter-spacing: 0.4px;
text-transform: uppercase;
}
.group-header {
font-weight: 700;
font-size: 14px;
letter-spacing: 0.4px;
text-transform: uppercase;
}
.filter-input select,
.filter-input input[type="search"] {
padding: 0 6px;
height: 32px;
}
.filter-input input[type="search"] {
/* Reset Bootstrap 3 styles */
-webkit-appearance: searchfield;
}
.filter-input input[type="search"]::-webkit-search-cancel-button {
/* Reset Bootstrap 3 styles */
-webkit-appearance: searchfield-cancel-button;
}
.followers-tbl a {
color: inherit;
}
.header {
border-bottom: 2px solid #555;
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
}
.header:hover {
background-color: #eee;
}
/* Highlight headers when sorting */
.header:hover,
.header[aria-sort="ascending"],
.header[aria-sort="descending"] {
background-color: rgba(236, 236, 237, 1);
}
.agreement-footer {
margin: 18px 0;
font-size: 10px;
}

.agreement-tbl {
margin: 18px 0;
font-size: 14px;
}
.bar-cell {
display: flex;
align-items: center;
}
.number {
font-family: monospace;
font-size: 14px;
white-space: pre;
}
.label {
font-size: 14px;
white-space: pre;
}
.bar-chart {
flex-grow: 1;
margin-left: 6px;
height: 14px;
}
.bar {
height: 100%;
}
.border-left {
border-left: 2px solid #b5b5b5;
}
.name {
font-weight: 900;
}

0 comments on commit 44c1c90

Please sign in to comment.