correcting typos

This commit is contained in:
Morten Hjorth-Jensen
2023-09-27 10:49:57 +02:00
parent f9bb4a3803
commit 6de08dee25
7 changed files with 407 additions and 351 deletions
@@ -3,9 +3,7 @@
{
"cell_type": "markdown",
"id": "8b587bcb",
"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": "ad025527",
"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": "28e54722",
"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": "450156e7",
"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": "a5a7f13f",
"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": "a80f8a9f",
"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": "57974a1d",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## The report, code part\n",
"\n",
@@ -134,9 +120,7 @@
{
"cell_type": "markdown",
"id": "448f9828",
"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": "fa3190a7",
"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": "4b15f2a0",
"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": "e982ec47",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## The report, references\n",
"**What should I focus on? References.**\n",
@@ -208,9 +186,7 @@
{
"cell_type": "markdown",
"id": "ae212bd2",
"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": "7d783b6f",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## Other resources\n",
"\n",
@@ -234,9 +208,7 @@
{
"cell_type": "markdown",
"id": "47b07b08",
"metadata": {
"editable": true
},
"metadata": {},
"source": [
"## Procrastination... the curse of all?\n",
"<!-- dom:FIGURE: [fig-projectwriting/procrast.jpg, width=700 frac=0.9] -->\n",
@@ -251,7 +223,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
}