Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
- exchange jdh process with updated version
- implement video to setup writing environment for jupyterlab and citation-manager
- replace wrong word (sound) with correct one (video)
  • Loading branch information
biumiamy committed May 27, 2024
1 parent fcc5d0c commit 51d1689
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 11 deletions.
25 changes: 18 additions & 7 deletions examples/Author_Guideline/AuthorGuideline-introduction-raw.ipynb

Large diffs are not rendered by default.

8 changes: 5 additions & 3 deletions examples/Author_Guideline/AuthorGuideline-styling-raw.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
"Abstract | `abstract` | | This cell features the abstract of an article with a max./min length of x characters.\n",
"Figure / Image | `figure-name-*` | | Images need to be tagged using `figure-` and then adding a unique name, ending with `-*`\n",
"Sound | `sound-name-*` | | Sound files need to be tagged using `sound-` and then adding a unique name, ending with `-*`\n",
"Video | `video-name-*` | | Sound files need to be tagged using `video-` and then adding a unique name, ending with `-*`\n",
"Video | `video-name-*` | | Video files need to be tagged using `video-` and then adding a unique name, ending with `-*`\n",
"Dialog | `dialog-name-*` | | Dialogs need to be tagged using `dialog-` and then adding a unique name, ending with `-*`\n",
"Table | `table-name-*` | | Tables need to be tagged using `table-` and then adding a unique name, ending with `-*`\n",
"Data Table | `data-table` | | The tag need to be added to the cell already tagged with `table-` - usefull for table with more than 20 rows\n",
Expand Down Expand Up @@ -1515,7 +1515,6 @@
"execution_count": 19,
"id": "6a650550",
"metadata": {
"scrolled": false,
"tags": [
"figure-local-notebook-viewer-*"
]
Expand Down Expand Up @@ -2147,6 +2146,9 @@
],
"metadata": {
"celltoolbar": "Tags",
"citation-manager": {
"items": {}
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
Expand All @@ -2162,7 +2164,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.11.3"
"version": "3.11.9"
},
"toc": {
"base_numbering": 1,
Expand Down
65 changes: 64 additions & 1 deletion examples/Author_Guideline/AuthorGuideline-windows-raw.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,66 @@
"## Setup the writing environment for Windows"
]
},
{
"cell_type": "markdown",
"id": "856d3e8f-cd2a-4482-9d97-09035c2d2ebd",
"metadata": {},
"source": [
"Below is a video illustrating how to setup the environment step by step:"
]
},
{
"cell_type": "code",
"execution_count": 2,
"id": "6cb6f5f7-9626-4a10-87ab-42f637539699",
"metadata": {},
"outputs": [
{
"data": {
"text/html": [
"\n",
" <iframe\n",
" width=\"100%\"\n",
" height=\"347\"\n",
" src=\"https://player.vimeo.com/video/948218439?h=666655d0b4\"\n",
" frameborder=\"0\"\n",
" allowfullscreen\n",
" \n",
" ></iframe>\n",
" "
],
"text/plain": [
"<IPython.lib.display.VimeoVideo at 0x7fc3585d2e90>"
]
},
"metadata": {
"jdh": {
"module": "object",
"object": {
"type": "image"
}
}
},
"output_type": "display_data"
}
],
"source": [
"from IPython.display import VimeoVideo\n",
"\n",
"metadata={\n",
" \"jdh\": {\n",
" \"module\": \"object\",\n",
" \"object\": {\n",
" \"type\":\"image\"\n",
" }\n",
" }\n",
"}\n",
"\n",
"# Vimeo\n",
"display(VimeoVideo('948218439?h=666655d0b4','100%','347'), \n",
" metadata=metadata)"
]
},
{
"cell_type": "markdown",
"id": "8e1ecf8a",
Expand Down Expand Up @@ -2906,6 +2966,9 @@
],
"metadata": {
"celltoolbar": "Tags",
"citation-manager": {
"items": {}
},
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
Expand All @@ -2921,7 +2984,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.13"
"version": "3.11.9"
},
"toc": {
"base_numbering": 1,
Expand Down
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 51d1689

Please sign in to comment.