Skip to content

Commit

Permalink
testing publication
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonEricsson committed Dec 21, 2023
1 parent 375c397 commit 94b2c7f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
11 changes: 5 additions & 6 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,14 @@ export const skills = [

export const publications = [
{
category: "",
category: "Computer Vision",
items: [
{
name: "",
authors: [
],
url: "",
name: "Generalized super-resolution 4D Flow MRI - using ensemble learning to extend across the cardiovascular system",
authors: ["Leon Ericsson", "Adam Hjalmarsson"],
url: "https://arxiv.org/abs/2311.11819",
publisher:
"",
"Pending review",
},
],
},
Expand Down
3 changes: 0 additions & 3 deletions pages/publications.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ import Layout from "../components/Layout";
import { ArrowRightCircleIcon } from "@heroicons/react/24/outline";

export default function Publications() {
const googleScholarURL =
"https://scholar.google.com/citations?user=XuwmCz4AAAAJ&hl=en";

return (
<Layout>
<div className="container mx-auto pt-4 md:pt-12 md:px-12 lg:pt-24 lg:px-24">
Expand Down

0 comments on commit 94b2c7f

Please sign in to comment.