onwCloud, CERN, and petabytes of data

As a result of this, for ownCloud 9.0 we developed new Storage and Sharing APIs, which make it possible to write storage connectors that access and use advanced capabilities and metadata directly from the storage. One example is the EOS filesystem that is developed and used by CERN to store and manage their huge amount of scientific data. This filesystem can provide metadata, such as ETags, FileIDs, and more, which can be used by ownCloud 9.0 directly, avoiding the need to store this in the ownCloud database and providing the sought-after reduction in overhead. The option to leverage existing sharing capabilities of the storage layer (if available) is also possible, which removed the need to store sharing information in the central database.

— Open collaboration: ownCloud, CERN, and AARNET | Opensource.com https://opensource.com/business/16/3/cern-and-owncloud?sc_cid=70160000000q67aAAA

The new release of ownCloud 9 brings a number of new features including improvements to the API that allows CERN to use ownCloud as a frontend to their massive data store. Other new features beef up the Libre office based collaboration tools and add additional storage options.

Getty Scholars’ Workspace: A Drupal-based platform for collaborative research | Opensource.com

Built on Drupal, the Getty Institute’s Getty Scholars’ Workspace provides a platform for art historians, and researchers in similar fields, to work collaboratively on multiple projects without having to use several different platforms.

A Drupal-based platform for collaborative research | Opensource.com https://opensource.com/education/16/3/getty-scholars-workspace

The platform includes scholar friendly features like importing Zotero files to create bibliographies and collaboration tools like forums and shared documents. If course it is Drupal so it’ll take some take configuration to get it going. With checking out.

Open source alternative to Google and Microsoft cloud collaboration tools

Like the idea of having a cloud office suite, but not crazy about being locked into Microsoft Office 365 or Google Docs software-as-a-service (SaaS) ? Two open-source companies, ownCloud and Kolab Systems, are working on enabling an office suite for your own private cloud.

Kolab, like ownCloud, is using Collabora’s cloud version of the open-source LibreOfficeoffice suite, Collabora CloudSuite. The desktop version of LibreOffice is my favorite office suite.

A cloud office suite alternative to Microsoft and Google – CSC Blogs http://blogs.csc.com/2016/02/02/a-cloud-office-suite-alternative-to-microsoft-and-google/

Soon these tools will ready to go and we can finally have real control over out data.

So you want Git, Docker, and continuous integration for your documents?

The power of GitDocker, and continuous integration (CI) can be leveraged to makeTeX document compilation easy while keeping track of different variants and versions. On the top of these technologies, a flexible workflow can be developed to reflect successive changes in TeX documents in each PDF—versioned with a progressive number, document-v4.pdf, say. 

Git, Docker, and continuous integration for TeX documents | Opensource.com https://opensource.com/business/15/12/git-docker-continuous-integration-tex-documents?sc_cid=701600000011kEYAAY

This makes me think about every time I hear someone say all we need for legislation/court documents/legal documents is Github. The workflow described in this article would indeed solve any number of document issues, but I can’t imagine in my world really using this.