MediaWiki API result
This is the HTML representation of the JSON format. HTML is good for debugging, but is unsuitable for application use.
Specify the format parameter to change the output format. To see the non-HTML representation of the JSON format, set format=json.
See the complete documentation, or the API help for more information.
{
"batchcomplete": "",
"continue": {
"lecontinue": "20250926122924|35",
"continue": "-||"
},
"query": {
"logevents": [
{
"logid": 45,
"ns": 0,
"title": "Intermediate Unix",
"pageid": 40,
"logpage": 40,
"revid": 74,
"params": {},
"type": "create",
"action": "create",
"user": "WikiSysop",
"timestamp": "2025-11-07T13:21:30Z",
"comment": "Created page with \"__NOTOC__ {| width=500 style=\"font-size: 10px; float:right; margin-left: 10px; margin-top: -56px;\" |Previous: None |Next: [[Python Recap and Objects]] |} You did do the [[Course preparation]], right!! Otherwise all of this matters not. == Required course material for the lesson == Powerpoint: [https://teaching.healthtech.dtu.dk/material/22113/22113_01-Unix.ppt Introduction to Unix]<br> == Subjects covered == * New Unix commands * Scripting in bash == Exercises to be...\""
},
{
"logid": 44,
"ns": 0,
"title": "Beginning Unix",
"pageid": 39,
"logpage": 39,
"revid": 69,
"params": {},
"type": "create",
"action": "create",
"user": "WikiSysop",
"timestamp": "2025-11-06T11:05:05Z",
"comment": "Created page with \"__NOTOC__ {| width=500 style=\"font-size: 10px; float:right; margin-left: 10px; margin-top: -56px;\" |Previous: [[Programme]] |Next: [[Intermediate Unix]] |} You did do the [[Course preparation]], right!! Otherwise all of this matters not. == Required course material for the lesson == Powerpoint: [https://teaching.healthtech.dtu.dk/material/22113/22113_01-Unix.ppt Introduction to Unix]<br> The videos are not entirely in sync with the powerpoint, as it has been updated.<...\""
},
{
"logid": 43,
"ns": 0,
"title": "Course preparation",
"pageid": 38,
"logpage": 38,
"revid": 60,
"params": {},
"type": "create",
"action": "create",
"user": "WikiSysop",
"timestamp": "2025-10-17T13:37:07Z",
"comment": "Created page with \"Before you meet up on the first day of the course, you will '''have''' to be able to start a terminal in a '''unix''' environment, and to '''edit''' files in the same environment with a text editor. Here is how and what you should do on various Operation Systems (OS). Anything mentioned here is free software. == General remarks about programming environments, IDE's == Some people have discovered tools like Spyder, Jupyter, VScode or PyCharm, which creates an environment...\""
},
{
"logid": 42,
"ns": 0,
"title": "Programme",
"pageid": 37,
"logpage": 37,
"revid": 50,
"params": {},
"type": "create",
"action": "create",
"user": "WikiSysop",
"timestamp": "2025-10-17T11:05:36Z",
"comment": "Created page with \"'''[[Collection of files]]''' <font color=\"red\">used in the exercises and lessons</font> - all gathered here. * 01/09 Lesson 1: [[Beginning Unix]] * 08/09 Lesson 2: [[intermediate Unix]] * 15/09 Lesson 3: [[Git on command line]] * 22/09 Lesson 4: [[More Git]] * 29/09 Lesson 5: [[Functions, scope, garbage collection]] * 06/10 Lesson 6: [[Comprehension, iteration, generators]], [https://evaluering.dtu.dk/ Midterm evaluation] - part 1 * Fall holidays * 20/10 Lesson 7 Beg...\""
},
{
"logid": 41,
"ns": 6,
"title": "File:DNA.jpg",
"pageid": 36,
"logpage": 36,
"revid": 47,
"params": {},
"type": "create",
"action": "create",
"user": "WikiSysop",
"timestamp": "2025-09-26T12:34:41Z",
"comment": ""
},
{
"logid": 40,
"ns": 6,
"title": "File:DNA.jpg",
"pageid": 36,
"logpage": 36,
"revid": 47,
"params": {
"img_sha1": "oths7koezw3ly2f56u8zhwazfi5kjay",
"img_timestamp": "2025-09-26T12:34:41Z"
},
"type": "upload",
"action": "upload",
"user": "WikiSysop",
"timestamp": "2025-09-26T12:34:41Z",
"comment": ""
},
{
"logid": 39,
"ns": 0,
"title": "Biological knowledge needed in the course",
"pageid": 35,
"logpage": 35,
"revid": 46,
"params": {},
"type": "create",
"action": "create",
"user": "WikiSysop",
"timestamp": "2025-09-26T12:33:44Z",
"comment": "Created page with \"__NOTOC__ == Genetic information == The genetic information is stored in the DNA double helix strand, check [https://en.wikipedia.org/wiki/DNA Wikipeida on DNA]. A strand consists of a sequence of the 4 nucleotides (bases); Adenine (A), Thymine (T), Cytosine (C) and Guanine (G). A gene is a sequence of the 4 different nucleotides, where subsequent triplets of nucleotides (a codon) is translated into a sequence of amino acids, which then forms the proteins of our body. A...\""
},
{
"logid": 38,
"ns": 0,
"title": "Shortest path in graph",
"pageid": 34,
"logpage": 34,
"revid": 45,
"params": {},
"type": "create",
"action": "create",
"user": "WikiSysop",
"timestamp": "2025-09-26T12:32:28Z",
"comment": "Created page with \"__NOTOC__ === Description === The program is given as input a file containing connected nodes in a graph and a weight assigned to the edge between the nodes. The program shall answer the questions: Is there a path between two given nodes in the graph? If so, what is the shortest path ?<br> This is useful in a number of situations: Protein interaction, which proteins interact together, thereby discovering f.ex. new pathways. Social networks, who knows who, proving the \"si...\""
},
{
"logid": 37,
"ns": 0,
"title": "Positive proteins",
"pageid": 33,
"logpage": 33,
"revid": 44,
"params": {},
"type": "create",
"action": "create",
"user": "WikiSysop",
"timestamp": "2025-09-26T12:31:24Z",
"comment": "Created page with \"__NOTOC__ === Description === Find the top 1000 most positively charged protein sequences in uniprot and put them in a fasta file. Repeat the search but this time find the most positively charged protein sequences per molecular weight of the sequence and put that into another fasta file. Among the 20 common amino acids, five have a side chain which can be charged. At pH=7, two are negative charged: aspartic acid (D) and glutamic acid (E) (acidic side chains), and three a...\""
},
{
"logid": 36,
"ns": 0,
"title": "Spider toxins",
"pageid": 32,
"logpage": 32,
"revid": 43,
"params": {},
"type": "create",
"action": "create",
"user": "WikiSysop",
"timestamp": "2025-09-26T12:30:38Z",
"comment": "Created page with \"__NOTOC__ === Description === Find all spider toxins in uniprot and output them in a fasta file. Who knows when it will be useful to produce venom? === Input/output === Download the entire [https://teaching.healthtech.dtu.dk/material/22118/uniprot_sprot.dat.gz swissprot database]. This will be your input file to your program.<br> Unpack it yourself with gunzip uniprot_sprot.dat.gz or whatever method you prefer. Careful, it will take up 3 GB.<br> Notice there are many s...\""
}
]
}
}