├── .gitignore ├── README.md ├── images ├── bioinfo.png ├── blogger.png ├── github.png ├── linkedin.png ├── orcid.png ├── orcid_qrcode.png ├── publons.png ├── scholar.png ├── torsten.jpg ├── twitter.png └── unimelb.jpg ├── index.css └── index.html /.gitignore: -------------------------------------------------------------------------------- 1 | # backup file 2 | *~ 3 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | tseemann.github.io 2 | ================== 3 | -------------------------------------------------------------------------------- /images/bioinfo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tseemann/tseemann.github.io/7b1beff5430d878e5ed256737267079a8cf6ef78/images/bioinfo.png -------------------------------------------------------------------------------- /images/blogger.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tseemann/tseemann.github.io/7b1beff5430d878e5ed256737267079a8cf6ef78/images/blogger.png -------------------------------------------------------------------------------- /images/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tseemann/tseemann.github.io/7b1beff5430d878e5ed256737267079a8cf6ef78/images/github.png -------------------------------------------------------------------------------- /images/linkedin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tseemann/tseemann.github.io/7b1beff5430d878e5ed256737267079a8cf6ef78/images/linkedin.png -------------------------------------------------------------------------------- /images/orcid.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tseemann/tseemann.github.io/7b1beff5430d878e5ed256737267079a8cf6ef78/images/orcid.png -------------------------------------------------------------------------------- /images/orcid_qrcode.png: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |![]() | A/Prof. Torsten Seemann17 | 18 | |
![]() | Software tools and methods for analysing microbial genomics data 21 | 22 | |
![]() | Dept. Microbiology and Immunology
25 | The University of Melbourne, AUSTRALIA 26 | 27 | |
![]() | Publications: Google Scholar 30 | 31 | |
![]() | Reviewing: Publons 34 | 35 | |
![]() | Blog: The Genome Factory 38 | 39 | |
![]() | Github: @tseemann 42 | 43 | |
![]() | Twitter: @torstenseemann 46 | 47 | |
![]() | ORCID: 0000-0001-6046-610X 50 | 51 | |
![]() | LinkedIn: torstenseemann 54 | 55 | |