Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
JDH Submission
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
BED
JDH Submission
Commits
f0f90452
Commit
f0f90452
authored
3 years ago
by
eliselavy
Browse files
Options
Downloads
Patches
Plain Diff
python version
parent
e9031a4c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
author_guideline_template.ipynb
+13
-0
13 additions, 0 deletions
author_guideline_template.ipynb
with
13 additions
and
0 deletions
author_guideline_template.ipynb
+
13
−
0
View file @
f0f90452
...
...
@@ -198,6 +198,19 @@
},
"source": []
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"# Check your Python version\n",
"from platform import python_version\n",
"python_version()\n",
"\n",
"#!python -V"
]
},
{
"cell_type": "code",
"execution_count": null,
...
...
%% Cell type:markdown id: tags:title
# Title
%% Cell type:markdown id: tags:contributor
### Contributor1FirstName Contributor1LastName
[

](https://orcid.org/ORCID_ID)
Institution
%% Cell type:markdown id: tags:contributor
### Contributor2FirstName Contributor2LastName [](https://orcid.org/ORCID_ID_IF_EXIST)
Institution
%% Cell type:markdown id: tags:contributor
### Contributor3FirstName Contributor3LastName [](https://orcid.org/ORCID_ID_IF_EXIST)
Institution
%% Cell type:markdown id: tags:copyright
[

](https://creativecommons.org/licenses/by/4.0/)
©
<AUTHOR
or
ORGANIZATION
/
FUNDER
>
. Published by De Gruyter in cooperation with the University of Luxembourg Centre for Contemporary and Digital History. This is an Open Access article distributed under the terms of the
[
Creative Commons Attribution License CC-BY
](
https://creativecommons.org/licenses/by/4.0/
)
%% Cell type:markdown id: tags:copyright
[

](https://creativecommons.org/licenses/by-nc-nd/4.0/)
©
<AUTHOR
or
ORGANIZATION
/
FUNDER
>
. Published by De Gruyter in cooperation with the University of Luxembourg Centre for Contemporary and Digital History. This is an Open Access article distributed under the terms of the
[
Creative Commons Attribution License CC-BY-NC-ND
](
https://creativecommons.org/licenses/by-nc-nd/4.0/
)
%% Cell type:code id: tags:cover
```
python
from
IPython.display
import
Image
,
display
display
(
Image
(
"
./media/placeholder.png
"
))
```
%% Output
%% Cell type:markdown id: tags:disclaimer
(optional) This article was orginally published (...)
%% Cell type:markdown id: tags:keywords
FirstKeyword, SecondKeyword, AlwaysSeparatedByAComma
%% Cell type:markdown id: tags:abstract
This is an abstract (...)
%% Cell type:markdown id: tags:
## Introduction
%% Cell type:markdown id: tags:
This is the first paragrah of running text with a citation example
%% Cell type:code id: tags:
```
python
``
`
%%
Cell
type
:
markdown
id
:
tags
:
hermeneutics
This
is
a
hermeneutic
paragraph
%%
Cell
type
:
markdown
id
:
tags
:
table
-
1
Editor
|
1641
|
1798
|
1916
---|---|---|---
Senan
|
0.55
|
0.4
|
0.3
Henry
|
0.71
|
0.5
|
0.63
%%
Cell
type
:
markdown
id
:
tags
:
hidden
%%
Cell
type
:
code
id
:
tags
:
```
python
# Check your Python version
from platform import python_version
python_version()
#!python -V
```
%% Cell type:code id: tags:
```
python
```
...
...
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