We finally got the right theme, uploading the base
This commit is contained in:
parent
4753240e26
commit
6139a25c63
13 changed files with 337 additions and 0 deletions
26
content/about/_index.md
Normal file
26
content/about/_index.md
Normal file
|
@ -0,0 +1,26 @@
|
|||
---
|
||||
title: "About"
|
||||
description: "dennogumi.org? What's that?"
|
||||
type: "page"
|
||||
layout: "single"
|
||||
featured_image: "/images/banner.jpg"
|
||||
|
||||
---
|
||||
## The beginning
|
||||
|
||||
dennogumi.org was originally created around the second half of 1999, to provide information on the Japanese anime series アキハバラ電脳組 (*Akihabara Denno Gumi*, better known with the title of "Cyber Team in Akihabara"), aired in Japan between 1998 and 1999. It eventually grew enough to be "fairly" popular in its own niche. In 1999[^1] the actual domain dennogumi.org was registered for the first time (that's where the "on the web since 1999" slogan comes from).
|
||||
|
||||
In the early days, most changes that occurred to a (mostly static) web page like any other were updates or changes of hosting (free plans, then moving to a shared host).
|
||||
|
||||
[^1]: The domain itself had a troublesome history as it expired, was taken away and then recovered a few of years later. A hard drive crash destroyed all the mails with the data, too (talk about luck). The earliest record from the WayBack Machine traces back to 2001. The earliest DNS records point to 1999.
|
||||
|
||||
## Turning point
|
||||
|
||||
As アキハバラ電脳組 didn't have any sequels or anything, interest waned as years progressed (as well as lack of content to be added, despite the help of other people). Around 2003-2004 the web page was basically abandoned. It was around the same date that, after two (highly unsuccessful) reboot attempts, it lay without even an index (just an empty directory listing) until the end of 2005.
|
||||
|
||||
2005 was the *turning point* in the history of dennogumi.org because (on December 2005) Wordpress was installed on the domain and the whole site rebooted as a semi-personal blog, with varying topics: anime, Free Software, science, and other musings. The [first post](https://www.dennogumi.org/2005/12/up-and-running/) was published on December 26th, 2005.
|
||||
|
||||
## dennogumi.org today
|
||||
|
||||
Since then, the presentation has been changed, but not the content. Compared to before, there has been a shift towards Free Software and other technical topics. So what you'll find here are mostly views and comments from a Free Software contributor, and a scientist.
|
||||
|
35
content/about/bio.md
Normal file
35
content/about/bio.md
Normal file
|
@ -0,0 +1,35 @@
|
|||
---
|
||||
title: "Bio"
|
||||
description: "All you wanted to know about the author...maybe not."
|
||||
type: "page"
|
||||
layout: "single"
|
||||
featured_image: "/images/banner.jpg"
|
||||
|
||||
---
|
||||
**Name:** Luca Beltrame
|
||||
|
||||
**IRC nick**: einar77
|
||||
|
||||
### Occupation
|
||||
|
||||
I am a biotechnologist. I started working "at the bench", first with biochemistry then with cellular biology. After two years of bench work, I've moved to bioinformatics, and in particular to analysis of microarray data in cancer research studies. My current interests are neuroscience and the application of group testing techniques to genome-wide transcriptomic profiling.
|
||||
|
||||
I am currently working as a senior scientist in [the Translational Genomics Unit](http://www.marionegri.it/en_US/home/research_en/dipartimenti_en/oncology/cancer_pharmacology/translational_genomic_unit) at the [IRCCS "Mario Negri" Pharmacological Research Institute](http://www.marionegri.it), a research no-profit.
|
||||
|
||||
For those interested, [you can view my resume](http://www.dennogumi.org/cv.pdf).
|
||||
|
||||
### Free Software
|
||||
|
||||
I'm quite involved in Free Software, in particular in [KDE](https://www.kde.org) and (openSUSE)(https://www.opensuse.org), but also to other FOSS projects.
|
||||
|
||||
#### KDE contributions
|
||||
|
||||
With regards to KDE. I'm a member of the [KDE Community Forums](https://forum.kde.org) administration staff (also known as the "green guys") and I spend most of the time there doing user support in the Plasma 5 and Kontact and PIM sub-forums. Less frequently I contribute patches to KDE software, and even less frequently I write applications myself, such as [Danbooru Client]({{ site.url }}/projects/danbooru-client/).
|
||||
|
||||
#### openSUSE contributions
|
||||
|
||||
I'm a current member of the community KDE team. While I seldomly do packaging, my main involvement is in handling news, PR and relationships with the rest of the openSUSE community.
|
||||
|
||||
#### Other FOSS projects
|
||||
|
||||
I contributed significant code to the [bcbio-nextgen](https://github.com/chapmanb/bcbio-nextgen/) as part of my research work, in particular the initial implementation for tumor-normal paired somatic variant calling. Other smaller contributions to projects include [GEMINI](https://gemini.readthedocs.org) and [pandas](https://pandas.pydata.org) (earlier versions).
|
Loading…
Add table
Add a link
Reference in a new issue