Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SWIFTweb
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SWIFT
SWIFTweb
Commits
5492158f
Commit
5492158f
authored
7 years ago
by
Matthieu Schaller
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of gitlab.cosma.dur.ac.uk:swift/SWIFTweb
parents
e0dbc2e4
3fcacf13
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
data/pubs.yaml
+7
-2
7 additions, 2 deletions
data/pubs.yaml
templates/pubs.html
+3
-2
3 additions, 2 deletions
templates/pubs.html
with
10 additions
and
4 deletions
data/pubs.yaml
+
7
−
2
View file @
5492158f
...
@@ -3,23 +3,28 @@ cards:
...
@@ -3,23 +3,28 @@ cards:
date
:
"
15
Sep
2013"
date
:
"
15
Sep
2013"
img
:
"
matth.png"
img
:
"
matth.png"
link
:
"
https://arxiv.org/abs/1309.3783"
link
:
"
https://arxiv.org/abs/1309.3783"
journal
:
"
Proceedinds
of
the
8th
SPHERIC
workshop"
-
title
:
"
Efficient
and
Scalable
Algorithms
for
Smoothed
Particle
Hydrodynamics
on
Hybrid
Shared/Distributed-Memory
Architectures"
-
title
:
"
Efficient
and
Scalable
Algorithms
for
Smoothed
Particle
Hydrodynamics
on
Hybrid
Shared/Distributed-Memory
Architectures"
date
:
"
8
Apr
2014"
date
:
"
8
Apr
2014"
img
:
"
pedro.png"
img
:
"
pedro.png"
link
:
"
https://arxiv.org/abs/1404.2303"
link
:
"
https://arxiv.org/abs/1404.2303"
journal
:
"
SIAM
Journal
on
Scientific
Computing"
-
title
:
"
SWIFT:
task-based
hydrodynamics
and
gravity
for
cosmological
simulations"
-
title
:
"
SWIFT:
task-based
hydrodynamics
and
gravity
for
cosmological
simulations"
date
:
"
1
Aug
2015"
date
:
"
1
Aug
2015"
img
:
"
tom_paper.jpg"
img
:
"
tom_paper.jpg"
link
:
"
https://arxiv.org/abs/1508.00115"
link
:
"
https://arxiv.org/abs/1508.00115"
journal
:
"
Proceedings
of
the
EASC15
conference"
-
title
:
"
QuickSched:
Task-based
parallelism
with
dependencies
and
conflicts"
-
title
:
"
QuickSched:
Task-based
parallelism
with
dependencies
and
conflicts"
date
:
"
20
Jan
2016"
date
:
"
20
Jan
2016"
img
:
"
TaskConflicts.jpg"
img
:
"
TaskConflicts.jpg"
link
:
"
https://arxiv.org/abs/1601.05384"
link
:
"
https://arxiv.org/abs/1601.05384"
journal
:
"
Submitted
to
PeerJ
Computer
Science"
-
title
:
"
SWIFT:
Using
task-based
parallelism,
fully
asynchronous
communication,
and
graph
partition-based
domain
decomposition
for
strong
scaling
on
more
than
100,000
cores"
-
title
:
"
SWIFT:
Using
task-based
parallelism,
fully
asynchronous
communication,
and
graph
partition-based
domain
decomposition
for
strong
scaling
on
more
than
100,000
cores"
date
:
"
8
Jun
2016"
date
:
"
8
Jun
2016"
img
:
"
domains.png"
img
:
"
domains.png"
link
:
"
https://arxiv.org/abs/1606.02738"
link
:
"
https://arxiv.org/abs/1606.02738"
\ No newline at end of file
journal
:
"
Proceedings
of
the
PASC16
conference"
This diff is collapsed.
Click to expand it.
templates/pubs.html
+
3
−
2
View file @
5492158f
...
@@ -18,8 +18,9 @@
...
@@ -18,8 +18,9 @@
</div>
</div>
{% endif %}
{% endif %}
<div
class=
"card-text"
>
<div
class=
"card-text"
>
<h3>
{{ card.title }}
</h3>
<h3>
{{ card.title }}
</h2>
<p>
{{ card.date }}
</p>
<b><h3>
{{ card.journal }}
</h3></b>
<p>
{{ card.date }}
</p>
</div>
</div>
</a>
</a>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment