From 44105227312a414386cbf34837314c50b704fbaa Mon Sep 17 00:00:00 2001 From: Marcel Jerzyk Date: Tue, 28 Mar 2023 10:22:00 +0200 Subject: [PATCH] Added links to Springer. (#15) Doc: Added missing links in README.md Doc: Added link to Springer Paper Change: Added link to Springer Paper in footer and header #patch --- README.md | 6 +++--- src/components/header/index.tsx | 4 ++++ src/views/catalog/content/footer/index.tsx | 5 ++++- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0891ee4..6b1d908 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@

Bad Code Smells

A Comprehensive Online Catalog

- Visit the Website · Checkout the Paper · Checkout the Thesis + Visit the Website · Preprint · Springer Paper · The Thesis
@@ -11,8 +11,8 @@ 1. [What's this?](#whats-this) 2. [How can I use this?](#how-can-i-use-this) - - Knowledge Browsing - - Data Extraction + - [Knowledge Browsing](#website) + - [Data Extraction](#data) 3. [Who is the beneficent?](#who-is-the-beneficent) - [New Programmers](#new-programmers) - [Developers](#developers) diff --git a/src/components/header/index.tsx b/src/components/header/index.tsx index 057bf95..3e45faa 100644 --- a/src/components/header/index.tsx +++ b/src/components/header/index.tsx @@ -7,6 +7,7 @@ import AlternateEmailIcon from "@mui/icons-material/AlternateEmail" import HelpIcon from "@mui/icons-material/Help" import HomeIcon from "@mui/icons-material/Home" import MenuBookIcon from "@mui/icons-material/MenuBook" +import ArticleIcon from "@mui/icons-material/Article" import { AppBar, IconButton, Toolbar, Typography } from "@mui/material" import createStyles from "@mui/styles/createStyles" import makeStyles from "@mui/styles/makeStyles" @@ -47,6 +48,9 @@ function Header({ ButtonOpenSidebar }: Props): JSX.Element { + + + diff --git a/src/views/catalog/content/footer/index.tsx b/src/views/catalog/content/footer/index.tsx index 44657bc..50520d4 100644 --- a/src/views/catalog/content/footer/index.tsx +++ b/src/views/catalog/content/footer/index.tsx @@ -31,7 +31,10 @@ function CatalogFooter() { {" On GitHub "} +