vault backup: 2025-12-13 15:26:43
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m33s
All checks were successful
Deploy Quartz site to GitHub Pages / build (push) Successful in 1m33s
This commit is contained in:
3
content/.obsidian/community-plugins.json
vendored
3
content/.obsidian/community-plugins.json
vendored
@@ -10,6 +10,5 @@
|
||||
"agent-client",
|
||||
"manual-sorting",
|
||||
"obsidian-icon-folder",
|
||||
"image-converter",
|
||||
"tasknotes"
|
||||
"image-converter"
|
||||
]
|
||||
2
content/.obsidian/core-plugins.json
vendored
2
content/.obsidian/core-plugins.json
vendored
@@ -19,7 +19,7 @@
|
||||
"bookmarks": false,
|
||||
"markdown-importer": false,
|
||||
"zk-prefixer": false,
|
||||
"random-note": true,
|
||||
"random-note": false,
|
||||
"outline": true,
|
||||
"word-count": true,
|
||||
"slides": false,
|
||||
|
||||
102
content/.obsidian/plugins/agent-client/main.js
vendored
102
content/.obsidian/plugins/agent-client/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
{"id":"agent-client","name":"Agent Client","version":"0.4.0-preview.4","minAppVersion":"0.15.0","description":"Chat with AI agents via the Agent Client Protocol directly from your vault.","author":"RAIT-09","authorUrl":"https://github.com/RAIT-09","fundingUrl":"https://www.buymeacoffee.com/rait09","isDesktopOnly":true}
|
||||
{"id":"agent-client","name":"Agent Client","version":"0.4.1","minAppVersion":"0.15.0","description":"Chat with AI agents via the Agent Client Protocol directly from your vault.","author":"RAIT-09","authorUrl":"https://github.com/RAIT-09","fundingUrl":"https://www.buymeacoffee.com/rait09","isDesktopOnly":true}
|
||||
426
content/.obsidian/plugins/tasknotes/data.json
vendored
426
content/.obsidian/plugins/tasknotes/data.json
vendored
@@ -1,426 +0,0 @@
|
||||
{
|
||||
"tasksFolder": "TaskNotes/Tasks",
|
||||
"moveArchivedTasks": false,
|
||||
"archiveFolder": "TaskNotes/Archive",
|
||||
"taskTag": "task",
|
||||
"taskIdentificationMethod": "tag",
|
||||
"hideIdentifyingTagsInCards": false,
|
||||
"taskPropertyName": "",
|
||||
"taskPropertyValue": "",
|
||||
"excludedFolders": "",
|
||||
"defaultTaskPriority": "normal",
|
||||
"defaultTaskStatus": "open",
|
||||
"taskOrgFiltersCollapsed": false,
|
||||
"taskFilenameFormat": "zettel",
|
||||
"storeTitleInFilename": true,
|
||||
"customFilenameTemplate": "{title}",
|
||||
"taskCreationDefaults": {
|
||||
"defaultContexts": "",
|
||||
"defaultTags": "",
|
||||
"defaultProjects": "",
|
||||
"useParentNoteAsProject": false,
|
||||
"defaultTimeEstimate": 0,
|
||||
"defaultRecurrence": "none",
|
||||
"defaultDueDate": "none",
|
||||
"defaultScheduledDate": "today",
|
||||
"bodyTemplate": "",
|
||||
"useBodyTemplate": false,
|
||||
"defaultReminders": []
|
||||
},
|
||||
"calendarViewSettings": {
|
||||
"defaultView": "dayGridMonth",
|
||||
"customDayCount": 3,
|
||||
"slotDuration": "00:30:00",
|
||||
"slotMinTime": "00:00:00",
|
||||
"slotMaxTime": "24:00:00",
|
||||
"scrollTime": "08:00:00",
|
||||
"firstDay": 1,
|
||||
"timeFormat": "24",
|
||||
"showWeekends": true,
|
||||
"locale": "",
|
||||
"defaultShowScheduled": true,
|
||||
"defaultShowDue": true,
|
||||
"defaultShowDueWhenScheduled": true,
|
||||
"defaultShowTimeEntries": false,
|
||||
"defaultShowRecurring": true,
|
||||
"defaultShowICSEvents": true,
|
||||
"enableTimeblocking": false,
|
||||
"defaultShowTimeblocks": true,
|
||||
"nowIndicator": true,
|
||||
"selectMirror": true,
|
||||
"weekNumbers": false,
|
||||
"showTodayHighlight": true,
|
||||
"eventMinHeight": 15,
|
||||
"slotEventOverlap": true,
|
||||
"eventMaxStack": null,
|
||||
"dayMaxEvents": true,
|
||||
"dayMaxEventRows": false
|
||||
},
|
||||
"pomodoroWorkDuration": 25,
|
||||
"pomodoroShortBreakDuration": 5,
|
||||
"pomodoroLongBreakDuration": 15,
|
||||
"pomodoroLongBreakInterval": 4,
|
||||
"pomodoroAutoStartBreaks": true,
|
||||
"pomodoroAutoStartWork": false,
|
||||
"pomodoroNotifications": true,
|
||||
"pomodoroSoundEnabled": true,
|
||||
"pomodoroSoundVolume": 50,
|
||||
"pomodoroStorageLocation": "plugin",
|
||||
"enableTaskLinkOverlay": true,
|
||||
"enableInstantTaskConvert": true,
|
||||
"useDefaultsOnInstantConvert": true,
|
||||
"enableNaturalLanguageInput": true,
|
||||
"nlpDefaultToScheduled": true,
|
||||
"nlpLanguage": "en",
|
||||
"uiLanguage": "system",
|
||||
"statusSuggestionTrigger": "*",
|
||||
"nlpTriggers": {
|
||||
"triggers": [
|
||||
{
|
||||
"propertyId": "tags",
|
||||
"trigger": "#",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"propertyId": "contexts",
|
||||
"trigger": "@",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"propertyId": "projects",
|
||||
"trigger": "+",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"propertyId": "status",
|
||||
"trigger": "*",
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"propertyId": "priority",
|
||||
"trigger": "!",
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"singleClickAction": "edit",
|
||||
"doubleClickAction": "openNote",
|
||||
"projectAutosuggest": {
|
||||
"enableFuzzy": false,
|
||||
"rows": [
|
||||
"{title|n(Title)}",
|
||||
"{aliases|n(Aliases)}",
|
||||
"{file.path|n(Path)}"
|
||||
],
|
||||
"showAdvanced": false,
|
||||
"requiredTags": [],
|
||||
"includeFolders": [],
|
||||
"propertyKey": "",
|
||||
"propertyValue": ""
|
||||
},
|
||||
"inlineTaskConvertFolder": "{{currentNotePath}}",
|
||||
"disableNoteIndexing": false,
|
||||
"suggestionDebounceMs": 0,
|
||||
"fieldMapping": {
|
||||
"title": "title",
|
||||
"status": "status",
|
||||
"priority": "priority",
|
||||
"due": "due",
|
||||
"scheduled": "scheduled",
|
||||
"contexts": "contexts",
|
||||
"projects": "projects",
|
||||
"timeEstimate": "timeEstimate",
|
||||
"completedDate": "completedDate",
|
||||
"dateCreated": "dateCreated",
|
||||
"dateModified": "dateModified",
|
||||
"recurrence": "recurrence",
|
||||
"recurrenceAnchor": "recurrence_anchor",
|
||||
"archiveTag": "archived",
|
||||
"timeEntries": "timeEntries",
|
||||
"completeInstances": "complete_instances",
|
||||
"skippedInstances": "skipped_instances",
|
||||
"blockedBy": "blockedBy",
|
||||
"pomodoros": "pomodoros",
|
||||
"icsEventId": "icsEventId",
|
||||
"icsEventTag": "ics_event",
|
||||
"reminders": "reminders"
|
||||
},
|
||||
"customStatuses": [
|
||||
{
|
||||
"id": "none",
|
||||
"value": "none",
|
||||
"label": "None",
|
||||
"color": "#cccccc",
|
||||
"isCompleted": false,
|
||||
"order": 0,
|
||||
"autoArchive": false,
|
||||
"autoArchiveDelay": 5
|
||||
},
|
||||
{
|
||||
"id": "open",
|
||||
"value": "open",
|
||||
"label": "Open",
|
||||
"color": "#808080",
|
||||
"isCompleted": false,
|
||||
"order": 1,
|
||||
"autoArchive": false,
|
||||
"autoArchiveDelay": 5
|
||||
},
|
||||
{
|
||||
"id": "in-progress",
|
||||
"value": "in-progress",
|
||||
"label": "In progress",
|
||||
"color": "#0066cc",
|
||||
"isCompleted": false,
|
||||
"order": 2,
|
||||
"autoArchive": false,
|
||||
"autoArchiveDelay": 5
|
||||
},
|
||||
{
|
||||
"id": "done",
|
||||
"value": "done",
|
||||
"label": "Done",
|
||||
"color": "#00aa00",
|
||||
"isCompleted": true,
|
||||
"order": 3,
|
||||
"autoArchive": false,
|
||||
"autoArchiveDelay": 5
|
||||
}
|
||||
],
|
||||
"customPriorities": [
|
||||
{
|
||||
"id": "none",
|
||||
"value": "none",
|
||||
"label": "None",
|
||||
"color": "#cccccc",
|
||||
"weight": 0
|
||||
},
|
||||
{
|
||||
"id": "low",
|
||||
"value": "low",
|
||||
"label": "Low",
|
||||
"color": "#00aa00",
|
||||
"weight": 1
|
||||
},
|
||||
{
|
||||
"id": "normal",
|
||||
"value": "normal",
|
||||
"label": "Normal",
|
||||
"color": "#ffaa00",
|
||||
"weight": 2
|
||||
},
|
||||
{
|
||||
"id": "high",
|
||||
"value": "high",
|
||||
"label": "High",
|
||||
"color": "#ff0000",
|
||||
"weight": 3
|
||||
}
|
||||
],
|
||||
"recurrenceMigrated": false,
|
||||
"showReleaseNotesOnUpdate": true,
|
||||
"showTrackedTasksInStatusBar": false,
|
||||
"autoStopTimeTrackingOnComplete": true,
|
||||
"autoStopTimeTrackingNotification": false,
|
||||
"showRelationships": true,
|
||||
"relationshipsPosition": "bottom",
|
||||
"showTaskCardInNote": true,
|
||||
"showExpandableSubtasks": true,
|
||||
"subtaskChevronPosition": "right",
|
||||
"viewsButtonAlignment": "right",
|
||||
"hideCompletedFromOverdue": true,
|
||||
"icsIntegration": {
|
||||
"defaultNoteTemplate": "",
|
||||
"defaultNoteFolder": "",
|
||||
"icsNoteFilenameFormat": "title",
|
||||
"customICSNoteFilenameTemplate": "{title}",
|
||||
"enableAutoExport": false,
|
||||
"autoExportPath": "tasknotes-calendar.ics",
|
||||
"autoExportInterval": 60
|
||||
},
|
||||
"savedViews": [],
|
||||
"enableNotifications": true,
|
||||
"notificationType": "system",
|
||||
"enableAPI": false,
|
||||
"apiPort": 8080,
|
||||
"apiAuthToken": "",
|
||||
"webhooks": [],
|
||||
"userFields": [],
|
||||
"enableModalSplitLayout": true,
|
||||
"defaultVisibleProperties": [
|
||||
"status",
|
||||
"priority",
|
||||
"due",
|
||||
"scheduled",
|
||||
"projects",
|
||||
"contexts",
|
||||
"tags",
|
||||
"blocked",
|
||||
"blocking"
|
||||
],
|
||||
"inlineVisibleProperties": [
|
||||
"status",
|
||||
"priority",
|
||||
"due",
|
||||
"scheduled",
|
||||
"recurrence"
|
||||
],
|
||||
"enableBases": true,
|
||||
"commandFileMapping": {
|
||||
"open-calendar-view": "TaskNotes/Views/mini-calendar-default.base",
|
||||
"open-kanban-view": "TaskNotes/Views/kanban-default.base",
|
||||
"open-tasks-view": "TaskNotes/Views/tasks-default.base",
|
||||
"open-advanced-calendar-view": "TaskNotes/Views/calendar-default.base",
|
||||
"open-agenda-view": "TaskNotes/Views/agenda-default.base",
|
||||
"relationships": "TaskNotes/Views/relationships.base"
|
||||
},
|
||||
"maintainDueDateOffsetInRecurring": false,
|
||||
"useFrontmatterMarkdownLinks": false,
|
||||
"oauthSetupMode": "advanced",
|
||||
"lemonSqueezyLicenseKey": "",
|
||||
"googleOAuthClientId": "",
|
||||
"googleOAuthClientSecret": "",
|
||||
"microsoftOAuthClientId": "",
|
||||
"microsoftOAuthClientSecret": "",
|
||||
"enableGoogleCalendar": false,
|
||||
"enableMicrosoftCalendar": false,
|
||||
"enabledGoogleCalendars": [],
|
||||
"googleCalendarSyncTokens": {},
|
||||
"enabledMicrosoftCalendars": [],
|
||||
"microsoftCalendarSyncTokens": {},
|
||||
"lastSeenVersion": "4.1.3",
|
||||
"modalFieldsConfig": {
|
||||
"version": 1,
|
||||
"fields": [
|
||||
{
|
||||
"id": "title",
|
||||
"fieldType": "core",
|
||||
"group": "basic",
|
||||
"displayName": "Title",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 0,
|
||||
"enabled": true,
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"id": "details",
|
||||
"fieldType": "core",
|
||||
"group": "basic",
|
||||
"displayName": "Details",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 1,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "contexts",
|
||||
"fieldType": "core",
|
||||
"group": "metadata",
|
||||
"displayName": "Contexts",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 0,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "tags",
|
||||
"fieldType": "core",
|
||||
"group": "metadata",
|
||||
"displayName": "Tags",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 1,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "time-estimate",
|
||||
"fieldType": "core",
|
||||
"group": "metadata",
|
||||
"displayName": "Time Estimate",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 2,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "projects",
|
||||
"fieldType": "organization",
|
||||
"group": "organization",
|
||||
"displayName": "Projects",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 0,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "subtasks",
|
||||
"fieldType": "organization",
|
||||
"group": "organization",
|
||||
"displayName": "Subtasks",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 1,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "blocked-by",
|
||||
"fieldType": "dependency",
|
||||
"group": "dependencies",
|
||||
"displayName": "Blocked By",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 0,
|
||||
"enabled": true
|
||||
},
|
||||
{
|
||||
"id": "blocking",
|
||||
"fieldType": "dependency",
|
||||
"group": "dependencies",
|
||||
"displayName": "Blocking",
|
||||
"visibleInCreation": true,
|
||||
"visibleInEdit": true,
|
||||
"order": 1,
|
||||
"enabled": true
|
||||
}
|
||||
],
|
||||
"groups": [
|
||||
{
|
||||
"id": "basic",
|
||||
"displayName": "Basic Information",
|
||||
"order": 0,
|
||||
"collapsible": false,
|
||||
"defaultCollapsed": false
|
||||
},
|
||||
{
|
||||
"id": "metadata",
|
||||
"displayName": "Metadata",
|
||||
"order": 1,
|
||||
"collapsible": true,
|
||||
"defaultCollapsed": false
|
||||
},
|
||||
{
|
||||
"id": "organization",
|
||||
"displayName": "Organization",
|
||||
"order": 2,
|
||||
"collapsible": true,
|
||||
"defaultCollapsed": false
|
||||
},
|
||||
{
|
||||
"id": "dependencies",
|
||||
"displayName": "Dependencies",
|
||||
"order": 3,
|
||||
"collapsible": true,
|
||||
"defaultCollapsed": false
|
||||
},
|
||||
{
|
||||
"id": "custom",
|
||||
"displayName": "Custom Fields",
|
||||
"order": 4,
|
||||
"collapsible": true,
|
||||
"defaultCollapsed": false
|
||||
}
|
||||
]
|
||||
},
|
||||
"icsSubscriptions": []
|
||||
}
|
||||
1883
content/.obsidian/plugins/tasknotes/main.js
vendored
1883
content/.obsidian/plugins/tasknotes/main.js
vendored
File diff suppressed because one or more lines are too long
@@ -1,10 +0,0 @@
|
||||
{
|
||||
"id": "tasknotes",
|
||||
"name": "TaskNotes",
|
||||
"version": "4.1.3",
|
||||
"minAppVersion": "1.10.1",
|
||||
"description": "Note-based task management with calendar, pomodoro and time-tracking integration.",
|
||||
"author": "Callum Alpass",
|
||||
"authorUrl": "https://github.com/callumalpass",
|
||||
"isDesktopOnly": false
|
||||
}
|
||||
19213
content/.obsidian/plugins/tasknotes/styles.css
vendored
19213
content/.obsidian/plugins/tasknotes/styles.css
vendored
File diff suppressed because it is too large
Load Diff
41
content/.obsidian/workspace.json
vendored
41
content/.obsidian/workspace.json
vendored
@@ -13,13 +13,13 @@
|
||||
"state": {
|
||||
"type": "markdown",
|
||||
"state": {
|
||||
"file": "Biokemi/Behöver göra.md",
|
||||
"mode": "preview",
|
||||
"file": "Biokemi/Metabolism/Biokemi ur ett evolutionsperspektiv/Stoff.md",
|
||||
"mode": "source",
|
||||
"source": false,
|
||||
"backlinks": false
|
||||
},
|
||||
"icon": "lucide-file",
|
||||
"title": "Behöver göra"
|
||||
"title": "Stoff"
|
||||
}
|
||||
}
|
||||
]
|
||||
@@ -54,8 +54,8 @@
|
||||
"state": {
|
||||
"type": "search",
|
||||
"state": {
|
||||
"query": "tag:#provfråga tag:#glykogen",
|
||||
"matchingCase": false,
|
||||
"query": "tag:#provfråga tag:#evolution",
|
||||
"matchingCase": true,
|
||||
"explainSearch": false,
|
||||
"collapseAll": false,
|
||||
"extraContext": true,
|
||||
@@ -85,12 +85,12 @@
|
||||
"state": {
|
||||
"type": "outgoing-link",
|
||||
"state": {
|
||||
"file": "Biokemi/Metabolism/Heme/Provfrågor.md",
|
||||
"file": "Biokemi/Metabolism/Biokemi ur ett evolutionsperspektiv/Stoff.md",
|
||||
"linksCollapsed": false,
|
||||
"unlinkedCollapsed": true
|
||||
},
|
||||
"icon": "links-going-out",
|
||||
"title": "Outgoing links from Provfrågor"
|
||||
"title": "Outgoing links from Stoff"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -163,10 +163,10 @@
|
||||
"state": {
|
||||
"type": "file-properties",
|
||||
"state": {
|
||||
"file": "Biokemi/Behöver göra.md"
|
||||
"file": "Biokemi/Metabolism/Biokemi ur ett evolutionsperspektiv/Stoff.md"
|
||||
},
|
||||
"icon": "lucide-info",
|
||||
"title": "File properties for Behöver göra"
|
||||
"title": "File properties for Stoff"
|
||||
}
|
||||
}
|
||||
],
|
||||
@@ -174,7 +174,8 @@
|
||||
}
|
||||
],
|
||||
"direction": "horizontal",
|
||||
"width": 200
|
||||
"width": 200,
|
||||
"collapsed": true
|
||||
},
|
||||
"left-ribbon": {
|
||||
"hiddenItems": {
|
||||
@@ -201,6 +202,16 @@
|
||||
},
|
||||
"active": "4500546397a4e760",
|
||||
"lastOpenFiles": [
|
||||
"Biokemi/Metabolism/Biokemi ur ett evolutionsperspektiv/Provfrågor.md",
|
||||
"Biokemi/Metabolism/Biokemi ur ett evolutionsperspektiv/Stoff.md",
|
||||
"Biokemi/Metabolism/Biokemi ur ett evolutionsperspektiv/Slides.pdf.pdf",
|
||||
"Biokemi/Gamla tentor/2023-05-15/15.md",
|
||||
"Anatomi & Histologi/Histologi/Nervsystem/Transmittorer.md",
|
||||
"Biokemi/Gamla tentor/2021-12-16/33.md",
|
||||
"Biokemi/Gamla tentor/2022-12-19/2022-12-19-0097-TUX.pdf",
|
||||
"Biokemi/Metabolism/🧂 Glykogen/Anteckingar.md",
|
||||
"Biokemi/Gamla tentor/2024-01-27/24.md",
|
||||
"Biokemi/Behöver göra.md",
|
||||
"Biokemi/Metabolism/🧂 Glykogen/Provfrågor.md",
|
||||
"Biokemi/Gamla tentor/2024-08-01/25.md",
|
||||
"Biokemi/Gamla tentor/2022-05-16/20.md",
|
||||
@@ -219,26 +230,16 @@
|
||||
"Biokemi/Gamla tentor/2023-05-15/29.md",
|
||||
"Biokemi/Gamla tentor/2024-05-15/31.md",
|
||||
"Biokemi/Gamla tentor/2024-12-20/31.md",
|
||||
"Biokemi/Gamla tentor/2022-01-29/27.md",
|
||||
"Biokemi/Gamla tentor/2021-12-16/28.md",
|
||||
"Biokemi/Gamla tentor/2025-02-01/29.md",
|
||||
"Biokemi/Gamla tentor/2024-08-01/30.md",
|
||||
"Biokemi/Metabolism/Diagram/Vägar.md",
|
||||
"Biokemi/Gamla tentor/2024-12-20/34.md",
|
||||
"Biokemi/Metabolismseminarie/8. Muskelbiopsi.md",
|
||||
"Biokemi/Metabolismseminarie/7. Nyfött barn.md",
|
||||
"Biokemi/Metabolism/🧬 Nukleotidnedbrytning/Slides.pdf.pdf",
|
||||
"Biokemi/Metabolism/🍭 Glukoneogenes/Slides.pdf.pdf",
|
||||
"Biokemi/Metabolism/🍖 Aminosyrametabolism/Slides.pdf.pdf",
|
||||
"Biokemi/Metabolism/Pentosfosfatvägen/Slides.pdf.pdf",
|
||||
"Biokemi/Metabolism/🧂 Glykogen/Slides.pdf.pdf",
|
||||
"attachments/Pasted image 20251129234842.png",
|
||||
"Biokemi/Metabolism/Biokemi ur ett evolutionsperspektiv/Slides.pdf.pdf",
|
||||
"Biokemi/Metabolism/Biokemi ur ett evolutionsperspektiv",
|
||||
"Biokemi/Metabolism/🍕 β-oxidation/Slides.pdf.pdf",
|
||||
"Untitled.canvas",
|
||||
"Biokemi/Metabolism/🍬 Glykolysen/Slides.pdf.pdf",
|
||||
"Biokemi/Metabolismseminarie/Untitled",
|
||||
"Biokemi/Metabolism/Diagram/Glycolysis_overview.svg",
|
||||
"Biokemi/Metabolism/Diagram/TCA_cycle.svg",
|
||||
"attachments/Pasted image 20251129235332.png",
|
||||
|
||||
@@ -0,0 +1,43 @@
|
||||
```
|
||||
De två viktigaste principerna bakom evolution är {{c1::ärftlig variation}} och {{c1::naturligt urval}}.
|
||||
|
||||
Evolution kräver {{c1::variation i en population}} samt {{c1::skillnader i överlevnad och reproduktion}} mellan individer.
|
||||
|
||||
Naturligt urval innebär att egenskaper som {{c1::ökar fitness i en viss miljö}} tenderar att {{c1::bli vanligare över generationer}}.
|
||||
|
||||
Variation i en genpool uppstår genom {{c1::mutationer}}, {{c1::genetisk rekombination}} och {{c1::förändringar i ploiditet}}.
|
||||
|
||||
Mutationer är {{c1::slumpmässiga}} och {{c1::inte riktade mot vad som är fördelaktigt}}.
|
||||
|
||||
Alla livsformer använder {{c1::DNA eller RNA}} som arvsmassa, vilket talar för {{c1::ett gemensamt ursprung}}.
|
||||
|
||||
Den genetiska koden bygger universellt på {{c1::tripletter (kodoner)}} i RNA.
|
||||
|
||||
Alla livsformer använder {{c1::ATP}} som cellens energivaluta.
|
||||
|
||||
Den grundläggande metabolismen är {{c1::konserverad}} mellan livsformer.
|
||||
|
||||
RNA-världs-hypotesen säger att {{c1::RNA}} fungerade både som {{c1::arvsmolekyl}} och {{c1::katalysator}} tidigt i evolutionen.
|
||||
|
||||
Ribosymer är exempel på {{c1::katalytiskt RNA}} och stöder RNA-världs-hypotesen.
|
||||
|
||||
RNase P visar att {{c1::RNA-baserad katalys}} evolutionärt föregick {{c1::protein-enzymer}}.
|
||||
|
||||
Den första eukaryota cellen uppstod genom {{c1::endosymbios}} mellan en {{c1::arké-lik värdcell}} och en {{c1::bakterie}}.
|
||||
|
||||
Mitokondrier härstammar från {{c1::aeroba bakterier}} som togs upp via endosymbios.
|
||||
|
||||
Stöd för endosymbiosteorin är att mitokondrier har {{c1::eget cirkulärt DNA}} och {{c1::bakterieliknande ribosomer}}.
|
||||
|
||||
Släktskap mellan arter kan bestämmas genom {{c1::jämförelse av DNA- eller proteinsekvenser}}.
|
||||
|
||||
DNA-baserade släktskapsanalyser fungerar eftersom {{c1::mutationer ackumuleras över tid}}.
|
||||
|
||||
Multiple sequence alignment används för att identifiera {{c1::konserverade positioner}} och {{c1::evolutionära samband}}.
|
||||
|
||||
Fylogenetiska träd visar {{c1::släktskap}} där {{c1::grenarnas längd och förgrening}} speglar evolutionär distans.
|
||||
|
||||
Cancer kan förstås som {{c1::somatisk evolution}} där {{c1::mutationer och selektion}} sker på cellnivå.
|
||||
|
||||
Virusutveckling under pandemier förklaras av {{c1::hög mutationsfrekvens}} och {{c1::naturligt urval för ökad spridning}}.
|
||||
```
|
||||
Reference in New Issue
Block a user