Publications (2024)

342

Open access rate

74%

Active researchers

127

Growth vs 2023

+14

Publications
Publications by department
Department Publications Citations Open Access
Computer Science 87 1842 72
Electrical Eng. 74 1367 58
Mechanical Eng. 68 1204 49
Mathematics 55 923 44
Physics 52 889 41
Chemical Eng. 48 743 35
Biotechnology 43 698 33
Civil Eng. 39 541 28
Industrial Eng. 37 489 24
Architecture 31 312 18
Note

2024 milestone: Total publications exceeded 340 for the first time. Open access now accounts for 74 % of output.

Tip

Use the Style Guide page to see how all callout types and typography components are rendered with the kth-quarto theme.

Important

Figures for Q4 2024 are preliminary and subject to revision pending final journal indexing.

The five Quarto callout types styled via kth-content.css:

Note

Note--bs-primary border (#004791). Supplementary information, definitions, or things the reader should be aware of.

Tip

Tip--bs-success border (#3f824e). Best practice suggestions, shortcuts, or recommendations.

Warning

Warning — KTH orange border (#A65900). Caveats or situations where the reader should proceed with care.

Caution

Caution — also orange. Use for potentially harmful or hard-to-reverse actions.

Important

Important--bs-danger border (#d8351e). Critical information the reader must not miss.

Set via --bs-heading-color in kth-content.css, overriding the pre-compiled Bootswatch value.

Body uses --bs-body-color: #212121 at line-height: 1.6. Inline code snippets get a light grey background (#ededed) and 0.9em size — matching the @kth/style prose mixin spec.

The monospace font is IBM Plex Mono (embedded woff2):

model <- lm(Citations ~ Publications, data = depts)
summary(model)$coefficients
Role CSS variable Hex Used in
Primary --bs-primary #004791 Buttons, value boxes
Success --bs-success #3f824e Positive states, tips
Danger --bs-danger #d8351e Errors, important callouts
Link --bs-link-color #036eb8 Hyperlinks
Body text --bs-body-color #212121 Default text
Headings --bs-heading-color #004791 h1–h6
Code bg #ededed Inline code background

 

primary #004791

 

success #3f824e

 

danger #d8351e