<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikis.hu-berlin.de/larkumlab/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Seharake</id>
	<title>Larkum Lab - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wikis.hu-berlin.de/larkumlab/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Seharake"/>
	<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/Special:Contributions/Seharake"/>
	<updated>2026-04-05T00:44:51Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Using_GIN&amp;diff=48</id>
		<title>Using GIN</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Using_GIN&amp;diff=48"/>
		<updated>2021-03-26T12:04:34Z</updated>

		<summary type="html">&lt;p&gt;Seharake: draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;You need to use the terminal emulator to use Gin offline.&lt;br /&gt;
&lt;br /&gt;
There is the [https://gin.g-node.org web interface for Gin] that can be used to manage repositories online, but with some limitations (only up to 100 files with &amp;lt;1GB/file can be uploaded).&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
https://gin.g-node.org/achilleas/gin-cli-builds/&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
&lt;br /&gt;
# Download the version 1.12dev ZIP file (either &amp;quot;gin-cli-1.12dev-windows32.zip&amp;quot; or &amp;quot;gin-cli-1.12dev-windows64.zip&amp;quot;, depending on your CPU architecture).&lt;br /&gt;
# Inspect the archive, and move the content of the archive to e.g. &amp;quot;C:\Programs\Gin&amp;quot;.&lt;br /&gt;
# Double-click &amp;quot;C:\Programs\Gin\set-global.bat&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
Now open your terminal emulator. Running &amp;quot;where gin&amp;quot; should show the path, e.g. &amp;quot;C:\Programs\Gin\gin.bat&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== MacOS ===&lt;br /&gt;
&lt;br /&gt;
# Download the &amp;quot;gin-cli-latest-macos.zip&amp;quot; and double click the downloaded file to extract the contents.&lt;br /&gt;
# Place the extracted contents under e.g. &amp;quot;/Users/&amp;lt;your name&amp;gt;/Gin&amp;quot;. You will see the program file with the path &amp;quot;/Users/&amp;lt;your name&amp;gt;/Gin/gin&amp;quot;.&lt;br /&gt;
# Add the parent directory (e.g. &amp;quot;/Users/&amp;lt;your name&amp;gt;/Gin&amp;quot;) to PATH.&lt;br /&gt;
&lt;br /&gt;
Now open your terminal emulator. Running &amp;quot;which gin&amp;quot; should show the path to the program file, e.g. &amp;quot;/Users/&amp;lt;your name&amp;gt;/Gin/gin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Linux ===&lt;br /&gt;
&lt;br /&gt;
Only Debian-based distributions (Raspberry Pi OS, Ubuntu, Linux Mint etc.) are supported.&lt;br /&gt;
&lt;br /&gt;
# Download &amp;quot;gin-cli-latest.deb&amp;quot;, and double click the &amp;quot;.deb&amp;quot; file.&lt;br /&gt;
&lt;br /&gt;
Now open your terminal emulator. Running &amp;quot;which gin&amp;quot; should show the path to the gin program, e.g. &amp;quot;/usr/local/bin/gin&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
== Making gin command-line client available for you ==&lt;br /&gt;
&lt;br /&gt;
# Make sure that you have a Gin account online at https://gin.g-node.org&lt;br /&gt;
# Open your terminal emulator in your computer, and run `gin login`. It will ask you your login details (it will happen only once). After it says &amp;quot;successfully logged in&amp;quot;, you can manage your repositories that you see online.&lt;br /&gt;
&lt;br /&gt;
== Preparation of a local repository ==&lt;br /&gt;
&lt;br /&gt;
=== Creating a repository online ===&lt;br /&gt;
&lt;br /&gt;
The simplest way of creating a new repository is to do it online, using the web interface.&lt;br /&gt;
&lt;br /&gt;
After logging in, click on the &amp;quot;+&amp;quot; button appearing at the top-right of the page.&lt;br /&gt;
&lt;br /&gt;
- &amp;quot;New repository&amp;quot;&lt;br /&gt;
- &amp;quot;Import repository&amp;quot;&lt;br /&gt;
&lt;br /&gt;
== Management of a repository ==&lt;br /&gt;
&lt;br /&gt;
=== (Not recommended) the simplest way ===&lt;br /&gt;
&lt;br /&gt;
Although the &amp;quot;simplest&amp;quot; way of using gin is as follows, it often results in a weird behavior which can ruin your repository very easily. So this way of using gin is not recommended...&lt;br /&gt;
&lt;br /&gt;
- Checking in all the changes you have made so far: `gin commit`&lt;br /&gt;
- Reflecting your changes in the on-line copy: `gin upload`&lt;br /&gt;
- Locally reflecting the changes made in other computers: `gin download`&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Data_management_basics&amp;diff=47</id>
		<title>Data management basics</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Data_management_basics&amp;diff=47"/>
		<updated>2021-03-18T03:26:16Z</updated>

		<summary type="html">&lt;p&gt;Seharake: draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Principles ==&lt;br /&gt;
&lt;br /&gt;
# &#039;&#039;&#039;Back up as much as possible.&#039;&#039;&#039;&lt;br /&gt;
# &#039;&#039;&#039;Separate code and data&#039;&#039;&#039;: there are several [[Template repositories for GIN]].&lt;br /&gt;
# &#039;&#039;&#039;Keep track of everything you did as much as possible&#039;&#039;&#039;: I recommend the use of version-control systems, including [[Using GIN|GIN]].&lt;br /&gt;
# &#039;&#039;&#039;Cite the source in terms of the URL&#039;&#039;&#039;: it is related to [[Publishing your data]].&lt;br /&gt;
&lt;br /&gt;
More info may be found in [[Organizing your code and data]].&lt;br /&gt;
&lt;br /&gt;
== Terminology ==&lt;br /&gt;
&lt;br /&gt;
=== Metadata ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Metadata&amp;quot; refers to:&lt;br /&gt;
&lt;br /&gt;
# the parameters you controlled during the experiments to obtain your raw data, as well as&lt;br /&gt;
#  the uncontrolled parameters during the experiments that you think may have affected your raw data.&lt;br /&gt;
&lt;br /&gt;
=== Raw data ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Raw data&amp;quot; is what you get through observation / acquisition after controlling various conditions.&lt;br /&gt;
&lt;br /&gt;
=== Derived data ===&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Derived data&amp;quot; is any other types of data you would obtain by processing the raw data and the metadata.&lt;br /&gt;
&lt;br /&gt;
=== Notes ===&lt;br /&gt;
&lt;br /&gt;
The distinction between raw vs derived data &#039;&#039;may&#039;&#039; be related to the file formats, but it is &#039;&#039;NOT&#039;&#039; determined by its file format. For example, your electrophysiology acquisition may always result in a set of &amp;quot;.ibw&amp;quot; files, but the &amp;quot;.ibw&amp;quot; files that you generate as the result of processing (e.g. the I-V curves) are considered to be derived data.&lt;br /&gt;
&lt;br /&gt;
== In which file format can I use to store my data? ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;Ideal&amp;quot; options ===&lt;br /&gt;
&lt;br /&gt;
Most open-data advocates would encourage you to use a certain &amp;quot;open&amp;quot; format (normally referring to those that are openly maintained by community, instead of being maintained as proprietary assets by a company). These formats include:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;.txt&amp;quot; files (raw text)&lt;br /&gt;
* &amp;quot;.md&amp;quot;, &amp;quot;.adoc&amp;quot;, &amp;quot;.rst&amp;quot;, or &amp;quot;.htm&amp;quot; files (raw text-based, formatted documents; Markdown, AsciiDoc, ReStructuredText or HTML)&lt;br /&gt;
* &amp;quot;.csv&amp;quot; or &amp;quot;.tsv&amp;quot; files (raw text-based tables; comma-separated (CSV) or tab-separated (TSV))&lt;br /&gt;
* &amp;quot;.png&amp;quot;, &amp;quot;.jpg&amp;quot;, or &amp;quot;.tif&amp;quot; files (open image formats)&lt;br /&gt;
* &amp;quot;.xml&amp;quot;, &amp;quot;.json&amp;quot;, or &amp;quot;.yaml&amp;quot; files (structured data formats)&lt;br /&gt;
* &amp;quot;.h5&amp;quot; files (HDF5-archived data)&lt;br /&gt;
&lt;br /&gt;
=== Practical options ===&lt;br /&gt;
&lt;br /&gt;
What if the data you have is not among the formats listed above (which is most likely)? Don&#039;t worry. In most cases, there have already been community efforts to read those types of data on different platforms without paying anything for a certain expensive software. As long as it can be read (i) without paying anything and (ii) without having to use a certain OS (Windows/UNIX), I would say these data files are practically &amp;quot;open&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
For example:&lt;br /&gt;
&lt;br /&gt;
* Using free libraries in Python, you can open:&lt;br /&gt;
** Matlab data files (with &amp;quot;.mat&amp;quot; extension) with the use of [https://www.scipy.org/ scipy].&lt;br /&gt;
** Igor Pro wave files (with &amp;quot;.ibw&amp;quot; extension), Spike2 binary files (with &amp;quot;.smr&amp;quot; extension) and lot more (Axon, Blackrock, Plexon, Intan etc.) by using [https://neo.readthedocs.io/en/stable/ neo].&lt;br /&gt;
* [https://fiji.sc/ Fiji] or [https://imagej.net/ ImageJ] can open image files of various formats, including those specific to a certain microscopes (Zeiss, Olympus etc.).&lt;br /&gt;
* [https://www.videolan.org/ VLC] can open video files of various formats.&lt;br /&gt;
&lt;br /&gt;
If your format is not listed above, you can always Google it.&lt;br /&gt;
&lt;br /&gt;
=== Unrecommended options ===&lt;br /&gt;
&lt;br /&gt;
Unfortunately, there are always some formats that cannot be opened without paying some extra money, or you have to use a certain platform (often Windows-specific). For example:&lt;br /&gt;
&lt;br /&gt;
* The &amp;quot;.fig&amp;quot; and compiled binary files of Matlab&lt;br /&gt;
* The &amp;quot;.smrx&amp;quot; compressed binary files of Spike2&lt;br /&gt;
* Videos encoded using the Matrox Imaging Library (MIL)&lt;br /&gt;
&lt;br /&gt;
There is a difficulty with telling what to do with these files because in many cases there are no other options. Also how to define the raw data is always the matter of discussion (for example, could we consider it to be &amp;quot;raw data&amp;quot; if the original data was modified into another format?). But my recommendation is:&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;It is better backing them up and storing them safely than doing nothing with them&#039;&#039;&#039;.&lt;br /&gt;
* &#039;&#039;&#039;Try to export your data to another, more &amp;quot;open&amp;quot; format&#039;&#039;&#039; if you don&#039;t mind:&lt;br /&gt;
** For Spike2 data files, exporting to &amp;quot;.smr&amp;quot; files will gain much more portability.&lt;br /&gt;
** For MIL video files, you have an option of exporting them to the H.264 video files (e.g. by using ZR View).&lt;br /&gt;
&lt;br /&gt;
== Use of version-control systems ==&lt;br /&gt;
&lt;br /&gt;
I encourage you to use a version-control system (VCS) to manage your project because it can help you throughout the process of data management:&lt;br /&gt;
&lt;br /&gt;
# A VCS helps you keep track of your project while keeping your desktop clean.&lt;br /&gt;
# At the same time, a VCS can serve as a cloud back-up storage.&lt;br /&gt;
# A VCS (and its cloud/online counterpart) helps you share your data and results with others (in many cases, it also comes with the option of data publication).&lt;br /&gt;
&lt;br /&gt;
I recommend [[Using GIN|the use of GIN, with some precautions]].&lt;br /&gt;
&lt;br /&gt;
=== Problems that a VCS can solve ===&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
=== Core concepts ===&lt;br /&gt;
&lt;br /&gt;
TODO&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=45</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=45"/>
		<updated>2021-03-10T23:45:47Z</updated>

		<summary type="html">&lt;p&gt;Seharake: add data management section (nothing more)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
* [[Onboarding]]&lt;br /&gt;
* [[PRIVATE:Using the lab together|Using the lab together]]&lt;br /&gt;
* [[PRIVATE:Biosafety|Biosafety]]&lt;br /&gt;
* [[How to edit this wiki site]]&lt;br /&gt;
&lt;br /&gt;
== Animals ==&lt;br /&gt;
People who are new to animal experiments here, please first refer to [[PRIVATE:Animal protocols|Animal protocols]] page (not yet prepared well).&lt;br /&gt;
&lt;br /&gt;
* [[PRIVATE:Animal protocols|Animal protocols]]&lt;br /&gt;
* [[PRIVATE:Animal experiments basics|Animal experiments basics]]&lt;br /&gt;
* [[PRIVATE:Ordering animals|Ordering animals]]&lt;br /&gt;
* [[PRIVATE:Using animals|Using animals]]&lt;br /&gt;
* [[PRIVATE:Using drugs on animals|Using drugs on animals]]&lt;br /&gt;
* [[Animals|Notes]]&lt;br /&gt;
&lt;br /&gt;
== Material orders ==&lt;br /&gt;
&lt;br /&gt;
* [[Orders workflow]]&lt;br /&gt;
&lt;br /&gt;
== Experiments ==&lt;br /&gt;
&lt;br /&gt;
* [[Make friends with transgenes]]&lt;br /&gt;
* [[Experiments]]&lt;br /&gt;
&lt;br /&gt;
== Data Management ==&lt;br /&gt;
&lt;br /&gt;
* [[Data management basics]]&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Make_friends_with_transgenes&amp;diff=44</id>
		<title>Make friends with transgenes</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Make_friends_with_transgenes&amp;diff=44"/>
		<updated>2021-03-10T09:55:09Z</updated>

		<summary type="html">&lt;p&gt;Seharake: migrate from another page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== How to introduce transgenes into an organism ==&lt;br /&gt;
&lt;br /&gt;
=== AAV versus Lentiviruses ===&lt;br /&gt;
&lt;br /&gt;
AAV is commonly used in optogenetics experiments. These viruses are preferred over lentiviruses because they remain primarily episomal, while lentiviruses integrate into the genome. This is important because local chromatin structure at the site of genome integration can affect the expression of transgenes, as well as the expression of neighboring genes. The short coding sequences of channelrhodopsins, halorhodopsins, and other optogenetic genes enables them to be packaged in AAVs. Different serotypes of AAVs have also different cell/tissue specificity. &lt;br /&gt;
&lt;br /&gt;
Lentiviruses carrying transgenes integrate into the genome upon infection, and so permit stable expression in both dividing and non-dividing cells.&lt;br /&gt;
&lt;br /&gt;
=== Transgenesis ===&lt;br /&gt;
&lt;br /&gt;
TODO&lt;br /&gt;
&lt;br /&gt;
== Elements of a transgene ==&lt;br /&gt;
&lt;br /&gt;
=== Promoters ===&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Non-specific promoters&#039;&#039;&#039;: CMV (cytomegalovirus ): high transcription rate. The CAG (CMV-Actin-Globin) promoter is one of its derivatives that can have a higher expression rate.&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;Syn (Synapsis I)&#039;&#039;&#039;: Neuron specific (excitatory and inhibitory)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;CAMKII&#039;&#039;&#039; (calcium/calmodulin-dependent protein kinase II): excitatory-specific&lt;br /&gt;
&lt;br /&gt;
Other types of promoters (e.g. PV, Sim-1, ChAT) are commonly used to restrict the expression of the gene to a certain set of cell populations. They are created / used either via:&lt;br /&gt;
&lt;br /&gt;
* carefully dissecting out the genome to look for the region region responsible for population-specific expression (e.g. PV, Syn, CamKII)&lt;br /&gt;
* targeted introduction of Cre (or EGFP) gene into an artificial chromosome (BAC), normally followed by a careful examination of proper expression (e.g. ChAT, TH). &lt;br /&gt;
* randomly introducing the Cre or EGFP gene into an artificial chromosome (BAC), and then showing to display population specificity of expression. The promoter is named after the gene that was located around the site of Cre/EGFP insertion (e.g. Sim-1, Tlx-5).&lt;br /&gt;
&lt;br /&gt;
Note that the expression pattern of the downstream gene(s) &#039;&#039;&#039;does not necessarily correspond to the endogenous expression pattern of that gene&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
=== Other elements ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;WPRE&#039;&#039;&#039;: Woodchuck Hepatitis Virus (WHP) Post-transcriptional Regulatory Element (WPRE) is a DNA sequence that, when transcribed creates a tertiary structure enhancing expression. Commonly used in molecular biology to increase expression of genes delivered by viral vectors.  &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Flex (or “flip-excision”) switches&#039;&#039;&#039; were designed as a genetic tool for researchers to conditionally manipulate gene expression in vivo using site-specific recombination (e.g. Cre).&lt;br /&gt;
&lt;br /&gt;
* DiO (Double-floxed inverse Orientation): &amp;quot;Cre-On&amp;quot; meaning that your gene of interest starts in the inverse/antisense &amp;quot;off&amp;quot; position and is flipped to the sense (on) orientation in the presence of Cre. &lt;br /&gt;
* DO (Double-floxed Orientation): A&amp;quot;Cre-off&amp;quot; i.e. your gene of interest starts in the sense orientation and Cre is used to flip it to &amp;quot;off&amp;quot;. &lt;br /&gt;
&lt;br /&gt;
== Miscellaneous information ==&lt;br /&gt;
&lt;br /&gt;
* Lines for in vivo spine imaging: B6.Cg-Tg(Thy1-YFP)16Jrs/J (https://www.jax.org/strain/003709).&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=43</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=43"/>
		<updated>2021-03-10T09:39:32Z</updated>

		<summary type="html">&lt;p&gt;Seharake: add a link to transgenes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
* [[Onboarding]]&lt;br /&gt;
* [[PRIVATE:Using the lab together|Using the lab together]]&lt;br /&gt;
* [[PRIVATE:Biosafety|Biosafety]]&lt;br /&gt;
* [[How to edit this wiki site]]&lt;br /&gt;
&lt;br /&gt;
== Animals ==&lt;br /&gt;
People who are new to animal experiments here, please first refer to [[PRIVATE:Animal protocols|Animal protocols]] page (not yet prepared well).&lt;br /&gt;
&lt;br /&gt;
* [[PRIVATE:Animal protocols|Animal protocols]]&lt;br /&gt;
* [[PRIVATE:Animal experiments basics|Animal experiments basics]]&lt;br /&gt;
* [[PRIVATE:Ordering animals|Ordering animals]]&lt;br /&gt;
* [[PRIVATE:Using animals|Using animals]]&lt;br /&gt;
* [[PRIVATE:Using drugs on animals|Using drugs on animals]]&lt;br /&gt;
* [[Animals|Notes]]&lt;br /&gt;
&lt;br /&gt;
== Material orders ==&lt;br /&gt;
&lt;br /&gt;
* [[Orders workflow]]&lt;br /&gt;
&lt;br /&gt;
== Experiments ==&lt;br /&gt;
&lt;br /&gt;
* [[Make friends with transgenes]]&lt;br /&gt;
* [[Experiments]]&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Larkum_Lab:About&amp;diff=42</id>
		<title>Larkum Lab:About</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Larkum_Lab:About&amp;diff=42"/>
		<updated>2021-03-10T09:37:33Z</updated>

		<summary type="html">&lt;p&gt;Seharake: draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This wiki page is the knowledge base for Larkum-lab members.&lt;br /&gt;
&lt;br /&gt;
Some pages are marked private, and cannot be displayed without logging in.&lt;br /&gt;
&lt;br /&gt;
If you are new to the lab, let Hatem or Julien know your HU Account. For the time being, they are the only people who can grant your account to log in to this site.&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=How_to_edit_this_wiki_site&amp;diff=41</id>
		<title>How to edit this wiki site</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=How_to_edit_this_wiki_site&amp;diff=41"/>
		<updated>2021-03-10T09:36:12Z</updated>

		<summary type="html">&lt;p&gt;Seharake: add tips&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order to edit this wiki site, you have to &#039;&#039;&#039;first log-in to this site&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Let Hatem or Julien know your HU Account. For the time being, they are the only people who can grant your account to log in to this site.&lt;br /&gt;
&lt;br /&gt;
__FORCETOC__&lt;br /&gt;
&lt;br /&gt;
== Tips on editing/creating pages ==&lt;br /&gt;
&lt;br /&gt;
The rule of thumb is: &#039;&#039;&#039;try to put the objectives in front&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
In most cases, people visit the wiki because they want to do something, but not sure how to do it. Name the pages and sections so that the &amp;quot;what&amp;quot; part of the how-to is obvious.&lt;br /&gt;
&lt;br /&gt;
A typical name of a page (or a section) must consist of a verb as its main component (to state &amp;quot;how to &amp;lt;do something&amp;gt;&amp;quot;), optionally with some keywords to clarify the category (e.g. &amp;quot;of virus&amp;quot;, &amp;quot;of animals&amp;quot;, &amp;quot;of devices&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
== Editing a page (or a section) ==&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;edit&amp;quot; link, appearing either as a &amp;quot;tab&amp;quot;, or a button aside a section header:&lt;br /&gt;
&lt;br /&gt;
* click on the tab-&amp;quot;edit&amp;quot;, and you can edit the entire page.&lt;br /&gt;
* click on the section-&amp;quot;edit&amp;quot;, and you can get concentrated on editing the section of interest.&lt;br /&gt;
&lt;br /&gt;
[[File:Edit-button-on-wiki.png|frameless|The locations of the &amp;quot;edit&amp;quot; button on this wiki.]]&lt;br /&gt;
&lt;br /&gt;
The ways to add headers, turning sentences to bold etc. may be found [https://www.mediawiki.org/wiki/Help:Formatting here], or (in more general) [https://www.mediawiki.org/wiki/Help:Contents here].&lt;br /&gt;
&lt;br /&gt;
== Creating a new page ==&lt;br /&gt;
&lt;br /&gt;
Always remember to &#039;&#039;&#039;add a link to the new page first, and then create it&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The simplest is to add another element on some existing list of links. &#039;&#039;&#039;Add &amp;quot;PRIVATE: &amp;quot; before the page name&#039;&#039;&#039; if you think that (or you are uncertain whether) the content of the page will contain some sensitive information.&lt;br /&gt;
&lt;br /&gt;
[[File:Add-an-element-to-existing.png|frameless|An example of adding another element to the existing list of links.]]&lt;br /&gt;
&lt;br /&gt;
After editing, the added link will be shown in red, meaning that &amp;quot;there is not yet a proper page corresponding to this link&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[File:Broken-link.png|frameless|An example of the broken link, or a link to the page that is yet to be created.]]&lt;br /&gt;
&lt;br /&gt;
By clicking the link in red, you can enter the page-creation mode.&lt;br /&gt;
&lt;br /&gt;
[[File:New-page-mode.png.png|frameless|An example of the view after clicking a non-existent page link.]]&lt;br /&gt;
&lt;br /&gt;
The rest is the same as in the previous section.&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=How_to_edit_this_wiki_site&amp;diff=40</id>
		<title>How to edit this wiki site</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=How_to_edit_this_wiki_site&amp;diff=40"/>
		<updated>2021-03-10T09:29:01Z</updated>

		<summary type="html">&lt;p&gt;Seharake: add images to new page creation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order to edit this wiki site, you have to &#039;&#039;&#039;first log-in to this site&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Let Hatem or Julien know your HU Account. For the time being, they are the only people who can grant your account to log in to this site.&lt;br /&gt;
&lt;br /&gt;
== Editing a page (or a section) ==&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;edit&amp;quot; link, appearing either as a &amp;quot;tab&amp;quot;, or a button aside a section header:&lt;br /&gt;
&lt;br /&gt;
* click on the tab-&amp;quot;edit&amp;quot;, and you can edit the entire page.&lt;br /&gt;
* click on the section-&amp;quot;edit&amp;quot;, and you can get concentrated on editing the section of interest.&lt;br /&gt;
&lt;br /&gt;
[[File:Edit-button-on-wiki.png|frameless|The locations of the &amp;quot;edit&amp;quot; button on this wiki.]]&lt;br /&gt;
&lt;br /&gt;
The ways to add headers, turning sentences to bold etc. may be found [https://www.mediawiki.org/wiki/Help:Formatting here], or (in more general) [https://www.mediawiki.org/wiki/Help:Contents here].&lt;br /&gt;
&lt;br /&gt;
== Creating a new page ==&lt;br /&gt;
&lt;br /&gt;
Always remember to &#039;&#039;&#039;add a link to the new page first, and then create it&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The simplest is to add another element on some existing list of links. &#039;&#039;&#039;Add &amp;quot;PRIVATE: &amp;quot; before the page name&#039;&#039;&#039; if you think that (or you are uncertain whether) the content of the page will contain some sensitive information.&lt;br /&gt;
&lt;br /&gt;
[[File:Add-an-element-to-existing.png|frameless|An example of adding another element to the existing list of links.]]&lt;br /&gt;
&lt;br /&gt;
After editing, the added link will be shown in red, meaning that &amp;quot;there is not yet a proper page corresponding to this link&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
[[File:Broken-link.png|frameless|An example of the broken link, or a link to the page that is yet to be created.]]&lt;br /&gt;
&lt;br /&gt;
By clicking the link in red, you can enter the page-creation mode.&lt;br /&gt;
&lt;br /&gt;
[[File:New-page-mode.png.png|frameless|An example of the view after clicking a non-existent page link.]]&lt;br /&gt;
&lt;br /&gt;
The rest is the same as in the previous section.&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Add-an-element-to-existing.png&amp;diff=39</id>
		<title>File:Add-an-element-to-existing.png</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Add-an-element-to-existing.png&amp;diff=39"/>
		<updated>2021-03-10T09:27:29Z</updated>

		<summary type="html">&lt;p&gt;Seharake: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of adding another element to the existing list of links.&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Broken-link.png&amp;diff=38</id>
		<title>File:Broken-link.png</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Broken-link.png&amp;diff=38"/>
		<updated>2021-03-10T09:25:55Z</updated>

		<summary type="html">&lt;p&gt;Seharake: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of the broken link, or a link to the page that is yet to be created.&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:New-page-mode.png.png&amp;diff=37</id>
		<title>File:New-page-mode.png.png</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:New-page-mode.png.png&amp;diff=37"/>
		<updated>2021-03-10T09:25:02Z</updated>

		<summary type="html">&lt;p&gt;Seharake: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of the view after clicking a non-existent page link.&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=How_to_edit_this_wiki_site&amp;diff=36</id>
		<title>How to edit this wiki site</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=How_to_edit_this_wiki_site&amp;diff=36"/>
		<updated>2021-03-10T09:23:41Z</updated>

		<summary type="html">&lt;p&gt;Seharake: draft&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;In order to edit this wiki site, you have to &#039;&#039;&#039;first log-in to this site&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Let Hatem or Julien know your HU Account. For the time being, they are the only people who can grant your account to log in to this site.&lt;br /&gt;
&lt;br /&gt;
== Editing a page (or a section) ==&lt;br /&gt;
&lt;br /&gt;
Click &amp;quot;edit&amp;quot; link, appearing either as a &amp;quot;tab&amp;quot;, or a button aside a section header:&lt;br /&gt;
&lt;br /&gt;
* click on the tab-&amp;quot;edit&amp;quot;, and you can edit the entire page.&lt;br /&gt;
* click on the section-&amp;quot;edit&amp;quot;, and you can get concentrated on editing the section of interest.&lt;br /&gt;
&lt;br /&gt;
[[File:Edit-button-on-wiki.png|frameless|The locations of the &amp;quot;edit&amp;quot; button on this wiki.]]&lt;br /&gt;
&lt;br /&gt;
The ways to add headers, turning sentences to bold etc. may be found [https://www.mediawiki.org/wiki/Help:Formatting here], or (in more general) [https://www.mediawiki.org/wiki/Help:Contents here].&lt;br /&gt;
&lt;br /&gt;
== Creating a new page ==&lt;br /&gt;
&lt;br /&gt;
Always remember to &#039;&#039;&#039;add a link to the new page first, and then create it&#039;&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
The simplest is to add another element on some existing list of links.&lt;br /&gt;
&lt;br /&gt;
After editing, the added link will be shown in red, meaning that &amp;quot;there is not yet a proper page corresponding to this link&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
By clicking the link in red, you can enter the page-creation mode.&lt;br /&gt;
&lt;br /&gt;
The rest is the same as in the previous section.&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Edit-button-on-wiki.png&amp;diff=35</id>
		<title>File:Edit-button-on-wiki.png</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Edit-button-on-wiki.png&amp;diff=35"/>
		<updated>2021-03-10T09:17:45Z</updated>

		<summary type="html">&lt;p&gt;Seharake: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The locations of the &amp;quot;edit&amp;quot; button on this wiki.&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=34</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=34"/>
		<updated>2021-03-10T09:10:53Z</updated>

		<summary type="html">&lt;p&gt;Seharake: add how to edit this wiki&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
* [[Onboarding]]&lt;br /&gt;
* [[PRIVATE:Using the lab together|Using the lab together]]&lt;br /&gt;
* [[PRIVATE:Biosafety|Biosafety]]&lt;br /&gt;
* [[How to edit this wiki site]]&lt;br /&gt;
&lt;br /&gt;
== Animals ==&lt;br /&gt;
People who are new to animal experiments here, please first refer to [[PRIVATE:Animal protocols|Animal protocols]] page (not yet prepared well).&lt;br /&gt;
&lt;br /&gt;
* [[PRIVATE:Animal protocols|Animal protocols]]&lt;br /&gt;
* [[PRIVATE:Animal experiments basics|Animal experiments basics]]&lt;br /&gt;
* [[PRIVATE:Ordering animals|Ordering animals]]&lt;br /&gt;
* [[PRIVATE:Using animals|Using animals]]&lt;br /&gt;
* [[PRIVATE:Using drugs on animals|Using drugs on animals]]&lt;br /&gt;
* [[Animals|Notes]]&lt;br /&gt;
&lt;br /&gt;
== Material orders ==&lt;br /&gt;
&lt;br /&gt;
* [[Orders workflow]]&lt;br /&gt;
&lt;br /&gt;
== Experiments ==&lt;br /&gt;
&lt;br /&gt;
* [[Experiments]]&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Responsible-person-example.png&amp;diff=29</id>
		<title>File:Responsible-person-example.png</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Responsible-person-example.png&amp;diff=29"/>
		<updated>2021-03-10T08:39:15Z</updated>

		<summary type="html">&lt;p&gt;Seharake: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of setting the person responsible for an animal.&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Transfer-request-example.png&amp;diff=28</id>
		<title>File:Transfer-request-example.png</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Transfer-request-example.png&amp;diff=28"/>
		<updated>2021-03-10T08:11:54Z</updated>

		<summary type="html">&lt;p&gt;Seharake: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of animal transfer request.&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Quick-select-panel-work-request.png&amp;diff=27</id>
		<title>File:Quick-select-panel-work-request.png</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Quick-select-panel-work-request.png&amp;diff=27"/>
		<updated>2021-03-10T08:08:27Z</updated>

		<summary type="html">&lt;p&gt;Seharake: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of the Quick-Select panel to create a work request.&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Tick-on-animals.png&amp;diff=26</id>
		<title>File:Tick-on-animals.png</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=File:Tick-on-animals.png&amp;diff=26"/>
		<updated>2021-03-10T08:03:00Z</updated>

		<summary type="html">&lt;p&gt;Seharake: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;An example of making ticks on &amp;quot;Stock&amp;quot; animals.&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=25</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=25"/>
		<updated>2021-03-10T04:43:31Z</updated>

		<summary type="html">&lt;p&gt;Seharake: Animals: add placeholder for drug usages&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
* [[Onboarding]]&lt;br /&gt;
* [[PRIVATE:Using the lab together|Using the lab together]]&lt;br /&gt;
* [[PRIVATE:Biosafety|Biosafety]]&lt;br /&gt;
&lt;br /&gt;
== Animals ==&lt;br /&gt;
People who are new to animal experiments here, please first refer to [[PRIVATE:Animal protocols|Animal protocols]] page (not yet prepared well).&lt;br /&gt;
&lt;br /&gt;
* [[PRIVATE:Animal protocols|Animal protocols]]&lt;br /&gt;
* [[PRIVATE:Animal experiments basics|Animal experiments basics]]&lt;br /&gt;
* [[PRIVATE:Ordering animals|Ordering animals]]&lt;br /&gt;
* [[PRIVATE:Using animals|Using animals]]&lt;br /&gt;
* [[PRIVATE:Using drugs on animals|Using drugs on animals]]&lt;br /&gt;
* [[Animals|Notes]]&lt;br /&gt;
&lt;br /&gt;
== Material orders ==&lt;br /&gt;
&lt;br /&gt;
* [[Orders workflow]]&lt;br /&gt;
&lt;br /&gt;
== Experiments ==&lt;br /&gt;
&lt;br /&gt;
* [[Experiments]]&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=20</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=20"/>
		<updated>2021-03-10T03:55:12Z</updated>

		<summary type="html">&lt;p&gt;Seharake: update Animals indexes&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
* [[Onboarding]]&lt;br /&gt;
* [[PRIVATE:Using the lab together|Using the lab together]]&lt;br /&gt;
* [[PRIVATE:Biosafety|Biosafety]]&lt;br /&gt;
&lt;br /&gt;
== Animals ==&lt;br /&gt;
People who are new to animal experiments here, please first refer to [[PRIVATE:Animal protocols|Animal protocols]] page (not yet prepared well).&lt;br /&gt;
&lt;br /&gt;
* [[PRIVATE:Animal protocols|Animal protocols]]&lt;br /&gt;
* [[PRIVATE:Animal experiments basics|Animal experiments basics]]&lt;br /&gt;
* [[PRIVATE:Ordering animals|Ordering animals]]&lt;br /&gt;
* [[PRIVATE:Using animals|Using animals]]&lt;br /&gt;
* [[Animals|Notes]]&lt;br /&gt;
&lt;br /&gt;
== Material orders ==&lt;br /&gt;
&lt;br /&gt;
* [[Orders workflow]]&lt;br /&gt;
&lt;br /&gt;
== Experiments ==&lt;br /&gt;
&lt;br /&gt;
* [[Experiments]]&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=19</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=19"/>
		<updated>2021-03-10T03:53:05Z</updated>

		<summary type="html">&lt;p&gt;Seharake: reorganize summary&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
* [[Onboarding]]&lt;br /&gt;
* [[PRIVATE:Using the lab together|Using the lab together]]&lt;br /&gt;
* [[PRIVATE:Biosafety|Biosafety]]&lt;br /&gt;
&lt;br /&gt;
== Animals ==&lt;br /&gt;
People who are new to animal experiments here, please first refer to Animal protocols page (not yet prepared well).&lt;br /&gt;
&lt;br /&gt;
* [[Animals|General]]&lt;br /&gt;
&lt;br /&gt;
== Material orders ==&lt;br /&gt;
&lt;br /&gt;
* [[Orders workflow]]&lt;br /&gt;
&lt;br /&gt;
== Experiments ==&lt;br /&gt;
&lt;br /&gt;
* [[Experiments]]&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=16</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=16"/>
		<updated>2021-03-10T03:33:46Z</updated>

		<summary type="html">&lt;p&gt;Seharake: /* Main subjects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Main subjects =&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
* [[Onboarding]]&lt;br /&gt;
* [[PRIVATE:Using the lab together|Using the lab together]]&lt;br /&gt;
* [[PRIVATE:Biosafety|Biosafety]]&lt;br /&gt;
* [[Animals]]&lt;br /&gt;
* [[Orders workflow]]&lt;br /&gt;
&lt;br /&gt;
== Experiments ==&lt;br /&gt;
&lt;br /&gt;
* [[Experiments]]&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=14</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=14"/>
		<updated>2021-03-10T03:30:31Z</updated>

		<summary type="html">&lt;p&gt;Seharake: /* General */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Main subjects =&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
* [[Onboarding]]&lt;br /&gt;
* [[PRIVATE:Biosafety|Biosafety]]&lt;br /&gt;
* [[Animals]]&lt;br /&gt;
* [[Orders workflow]]&lt;br /&gt;
&lt;br /&gt;
== Experiments ==&lt;br /&gt;
&lt;br /&gt;
* [[Experiments]]&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
	<entry>
		<id>https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=13</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://wikis.hu-berlin.de/larkumlab/w/index.php?title=Main_Page&amp;diff=13"/>
		<updated>2021-03-10T03:22:02Z</updated>

		<summary type="html">&lt;p&gt;Seharake: /* Main subjects */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
= Main subjects =&lt;br /&gt;
&lt;br /&gt;
== General ==&lt;br /&gt;
&lt;br /&gt;
* [[Onboarding]]&lt;br /&gt;
* [[Biosafety]]&lt;br /&gt;
* [[Animals]]&lt;br /&gt;
* [[Orders workflow]]&lt;br /&gt;
&lt;br /&gt;
== Experiments ==&lt;br /&gt;
&lt;br /&gt;
* [[Experiments]]&lt;/div&gt;</summary>
		<author><name>Seharake</name></author>
	</entry>
</feed>