Skip to content

Commit

Permalink
feat: update latest papers
Browse files Browse the repository at this point in the history
also remove paper archive link
  • Loading branch information
erichartline committed May 29, 2019
1 parent 08e2f84 commit 6445cad
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 29 deletions.
7 changes: 4 additions & 3 deletions src/components/frontpage/Papers.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
SourceTitle,
Link,
MoreLink,
RouterLink,
// RouterLink,
} from "styles"

/** Widget that displays the latest Dicty papers */
Expand All @@ -38,6 +38,7 @@ const Papers = (props: {
<em>{paper.title}</em>
</strong>
</MainContent>
<br />
<SourceContent>
<SourceTitle>Journal: </SourceTitle>
{paper.journal}
Expand All @@ -61,11 +62,11 @@ const Papers = (props: {
</Header>
<ListBox>{text}</ListBox>
<MoreLink>
<FontAwesome name="plus" />
{/* <FontAwesome name="plus" />
<RouterLink to="/papers" alt="more papers">
{" "}
more papers{" "}
</RouterLink>
</RouterLink> */}
</MoreLink>
</PaperContainer>
)
Expand Down
48 changes: 22 additions & 26 deletions src/data/papers.js
Original file line number Diff line number Diff line change
@@ -1,42 +1,38 @@
module.exports = [
{
author: "Usaj, Zattelman, Regev, Shneyer, Wiesel-Motiuk & Henn",
author: "Tanaka, Jahan, Kondo, Nakano & Yumura (2019)",
title:
"Overexpression and purification of human myosins from transiently and stably transfected suspension adapted HEK293SF-3F6 cells.",
journal:
"Anal Biochem. 2018 Jul 31. pii: S0003-2697(18)30419-6. doi: 10.1016/j.ab.2018.07.026. [Epub ahead of print]",
link: "https://www.ncbi.nlm.nih.gov/pubmed/30075102",
"Cytokinesis D is Mediated by Cortical Flow of Dividing Cells Instead of Chemotaxis.",
journal: "Cells 8",
link: "https://www.ncbi.nlm.nih.gov/pubmed/31108912",
},
{
author: "Marinović M, Xiong H, Rivero F, Weber I.",
author:
"Odell, Sikirzhytski, Tikhonenko, Cobani, Khodjakov & Koonce (2019)",
title:
"Assaying Rho GTPase-Dependent Processes in Dictyostelium discoideum.",
journal:
"Methods Mol Biol. 2018;1821:371-392. doi: 10.1007/978-1-4939-8612-5_25.",
link: "https://www.ncbi.nlm.nih.gov/pubmed/30062425",
"Force balances between interphase centrosomes, as revealed by laser ablation.",
journal: "Mol. Biol. Cell mbcE19010034",
link: "https://www.ncbi.nlm.nih.gov/pubmed/31067156",
},
{
author: "Tunnacliffe E, Corrigan AM, Chubb JR.",
author:
"Chen, Luck, Rabe, Dinh, Shaulsky, Nelson, Gershenzon, Dickschat, Kollner & Chen (2019)",
title:
"Promoter-mediated diversification of transcriptional bursting dynamics following gene duplication.",
journal:
"Proc Natl Acad Sci U S A. 2018 Jul 30. pii: 201800943. doi: 10.1073/pnas.1800943115. [Epub ahead of print]",
link: "https://www.ncbi.nlm.nih.gov/pubmed/30061408",
"A terpene synthase-cytochrome P450 cluster in Dictyostelium discoideum produces a novel trisnorsesquiterpene.",
journal: "Elife 8",
link: "https://www.ncbi.nlm.nih.gov/pubmed/31063135",
},
{
author:
"Song L, Rijal R, Karow M, Stumpf M, Hahn O, Park L, Insall R, Schröder R, Hofmann A, Clemen CS, Eichinger L.",
author: "Yamada & Schaap (2019)",
title:
"Expression of N471D strumpellin leads to defects in the endolysosomal system.",
journal:
"Dis Model Mech. 2018 Jul 30. pii: dmm.033449. doi: 10.1242/dmm.033449. [Epub ahead of print]",
link: "https://www.ncbi.nlm.nih.gov/pubmed/30061306",
"Cyclic AMP induction of Dictyostelium prespore gene expression requires autophagy.",
journal: "Dev. Biol.",
link: "https://www.ncbi.nlm.nih.gov/pubmed/31051160",
},
{
author: "Tu Y, Rappel WJ.",
title: "Adaptation of Living Systems.",
journal:
"Annu Rev Condens Matter Phys. 2018 Mar;9:183-205. doi: 10.1146/annurev-conmatphys-033117-054046. Epub 2017 Dec 8.",
link: "https://www.ncbi.nlm.nih.gov/pubmed/30057689",
author: "Saga, Iwade, Araki, Ishikawa & Kawata (2019)",
title: "Analysis of DrkA kinase's role in STATa activation.",
journal: "Genes Cells",
link: "https://www.ncbi.nlm.nih.gov/pubmed/31002205",
},
]

0 comments on commit 6445cad

Please sign in to comment.