small update

This commit is contained in:
Morten Hjorth-Jensen
2023-09-26 12:47:42 +02:00
parent cac6240343
commit 6ada79d9fb
2 changed files with 268 additions and 40 deletions
@@ -3,9 +3,7 @@
{
"cell_type": "markdown",
"id": "d87403fc",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"<!-- HTML file automatically generated from DocOnce source (https://github.com/doconce/doconce/)\n",
"doconce format html projectwriting.do.txt -->\n",
@@ -15,9 +13,7 @@
{
"cell_type": "markdown",
"id": "e88d6de0",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"# How to write a scientific project\n",
"**Morten Hjorth-Jensen**, Department of Physics, University of Oslo and Department of Physics and Astronomy and National Superconducting Cyclotron Laboratory, Michigan State University\n",
@@ -30,9 +26,7 @@
{
"cell_type": "markdown",
"id": "2b6137a3",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## The report: how to write a good scienfitic/technical report\n",
"**What should it contain? A typical structure.**\n",
@@ -59,9 +53,7 @@
{
"cell_type": "markdown",
"id": "7b782bf5",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## The report, the abstract\n",
"The abstract gives the reader a quick overview of what has been done and the most important results. Here is a typical example\n",
@@ -75,9 +67,7 @@
{
"cell_type": "markdown",
"id": "64115d65",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## The report, the introduction\n",
"**What should I focus on? Introduction.**\n",
@@ -93,9 +83,7 @@
{
"cell_type": "markdown",
"id": "f5d92d4d",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## The report, discussion of methods and codes\n",
"**What should I focus on? Methods sections.**\n",
@@ -112,9 +100,7 @@
{
"cell_type": "markdown",
"id": "3c40a7db",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## The report, code part\n",
"\n",
@@ -134,9 +120,7 @@
{
"cell_type": "markdown",
"id": "827a5d78",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## The report, results part\n",
"**What should I focus on? Results.**\n",
@@ -155,9 +139,7 @@
{
"cell_type": "markdown",
"id": "af36654a",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## The report, conclusions and perspectives\n",
"**What should I focus on? Conclusions.**\n",
@@ -172,9 +154,7 @@
{
"cell_type": "markdown",
"id": "4e1110c4",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## The report, appendices\n",
"**What should I focus on? additional material.**\n",
@@ -191,9 +171,7 @@
{
"cell_type": "markdown",
"id": "3e43a925",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## The report, references\n",
"**What should I focus on? References.**\n",
@@ -208,9 +186,7 @@
{
"cell_type": "markdown",
"id": "40bd5668",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## Where do I find scientific articles, books etc and examples of reports\n",
" * With a UiO IP number you can access freely all books and scientific journals available at our [University library](http://www.ub.uio.no/)\n",
@@ -221,9 +197,7 @@
{
"cell_type": "markdown",
"id": "3421124c",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## Procrastination... the curse of all?\n",
"<!-- dom:FIGURE: [fig-projectwriting/procrast.jpg, width=700 frac=0.9] -->\n",
@@ -238,7 +212,25 @@
]
}
],
"metadata": {},
"metadata": {
"kernelspec": {
"display_name": "Python 3 (ipykernel)",
"language": "python",
"name": "python3"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.9.10"
}
},
"nbformat": 4,
"nbformat_minor": 5
}