SciPost Code Repository
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SciPost
Manage
Activity
Members
Labels
Plan
Issues
118
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
SciPost
SciPost
Commits
de3eb009
Commit
de3eb009
authored
6 years ago
by
Jorran de Wit
Browse files
Options
Downloads
Patches
Plain Diff
Order.
parent
d3659464
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
journals/templates/journals/SciPostPhys_about.html
+17
-17
17 additions, 17 deletions
journals/templates/journals/SciPostPhys_about.html
with
17 additions
and
17 deletions
journals/templates/journals/SciPostPhys_about.html
+
17
−
17
View file @
de3eb009
...
@@ -75,30 +75,17 @@
...
@@ -75,30 +75,17 @@
<div
class=
"col-12"
>
<div
class=
"col-12"
>
<ul
class=
"nav nav-tabs"
id=
"journals-about-tab"
role=
"tablist"
>
<ul
class=
"nav nav-tabs"
id=
"journals-about-tab"
role=
"tablist"
>
<li
class=
"nav-item"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link active"
id=
"
most-cited
-tab"
data-toggle=
"tab"
href=
"#
most-cited
"
role=
"tab"
aria-controls=
"
most-cited
"
aria-selected=
"true"
>
Most cited
</a>
<a
class=
"nav-link active"
id=
"
latest
-tab"
data-toggle=
"tab"
href=
"#
latest
"
role=
"tab"
aria-controls=
"
latest
"
aria-selected=
"true"
>
Latest publications
</a>
</li>
</li>
<li
class=
"nav-item"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
id=
"
latest
-tab"
data-toggle=
"tab"
href=
"#
latest
"
role=
"tab"
aria-controls=
"
latest
"
aria-selected=
"true"
>
Latest publicat
ions
</a>
<a
class=
"nav-link"
id=
"
accepted
-tab"
data-toggle=
"tab"
href=
"#
accepted
"
role=
"tab"
aria-controls=
"
accepted
"
aria-selected=
"true"
>
Accepted Submiss
ions
</a>
</li>
</li>
<li
class=
"nav-item"
>
<li
class=
"nav-item"
>
<a
class=
"nav-link"
id=
"
accep
ted-tab"
data-toggle=
"tab"
href=
"#
accep
ted"
role=
"tab"
aria-controls=
"
accep
ted"
aria-selected=
"true"
>
Accepted Submissions
</a>
<a
class=
"nav-link"
id=
"
most-ci
ted-tab"
data-toggle=
"tab"
href=
"#
most-ci
ted"
role=
"tab"
aria-controls=
"
most-ci
ted"
aria-selected=
"true"
>
Most cited
</a>
</li>
</li>
</ul>
</ul>
<div
class=
"tab-content"
id=
"journals-about"
>
<div
class=
"tab-content"
id=
"journals-about"
>
<div
class=
"tab-pane show active pt-4"
id=
"most-cited"
role=
"tabpanel"
aria-labelledby=
"most-cited-tab"
>
<div
class=
"tab-pane show active pt-4"
id=
"latest"
role=
"tabpanel"
aria-labelledby=
"latest-tab"
>
<ul
class=
"list-unstyled mt-2"
>
{% for publication in most_cited %}
<li>
<div
class=
"card card-grey card-publication"
>
{% include 'journals/_publication_card_content.html' with publication=publication include_citation_rate=1 %}
</div>
</li>
{% empty %}
<li><em>
No match found for your search query.
</em></li>
{% endfor %}
</ul>
</div>
<div
class=
"tab-pane pt-4"
id=
"latest"
role=
"tabpanel"
aria-labelledby=
"latest-tab"
>
<ul
class=
"list-unstyled mt-2"
>
<ul
class=
"list-unstyled mt-2"
>
{% for publication in latest_publications %}
{% for publication in latest_publications %}
<li>
<li>
...
@@ -126,6 +113,19 @@
...
@@ -126,6 +113,19 @@
{% endfor %}
{% endfor %}
</ul>
</ul>
</div>
</div>
<div
class=
"tab-pane pt-4"
id=
"most-cited"
role=
"tabpanel"
aria-labelledby=
"most-cited-tab"
>
<ul
class=
"list-unstyled mt-2"
>
{% for publication in most_cited %}
<li>
<div
class=
"card card-grey card-publication"
>
{% include 'journals/_publication_card_content.html' with publication=publication include_citation_rate=1 %}
</div>
</li>
{% empty %}
<li><em>
No match found for your search query.
</em></li>
{% endfor %}
</ul>
</div>
</div>
</div>
</div>
</div>
</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