Rogue Scholar Beiträge

language
Medienwissenschaften und KommunikationswissenschaftenEnglisch
Veröffentlicht in the modern peer
Autor Andrea Fieschi

I was recently at a conference – the friends-and-family kind. International, sure, but mostly populated by academically 'related' researchers. A chance to get all together, talk about new projects, showcase current research, see if there is a possibility for interesting collaborations. A nice sense of community, lighthearted and caring.  This conference also had a student track.

FORSCHUNG & PROJEKTEDEINE UNIBIBBIBLIOTHEKSWELTWISSENSCHAFTLICHES ARBEITENLizenz:CC-BY-4.0-INTIngenieurwissenschaften und Technik
Veröffentlicht in TIB-Blog
Autoren Franziska Altemeier, Nina Düvel

Ein effektives Forschungsdatenmanagement (FDM) erfordert diverse Kenntnisse und Fähigkeiten: beispielsweise wie man digitale Daten dokumentiert, archiviert, publiziert und nachnutzen kann, und auch die Kenntnis der  FAIR-Data-Prinzipien (Findable, Accessible, Interoperable, Reusable) und das Wissen um forschungsethische sowie rechtliche Vorgaben sind wichtige Aspekte.

AllgemeinUrheberrechtOpen ResearchKulturdatenAndere Sozialwissenschaften
Veröffentlicht in Open Research Office Berlin
Autor Maike Neufend

Seit Januar 2025 macht das Bildarchiv Foto Marburg rund 1,2 Millionen digitalisierter Fotografien aus dem eigenen Bestand verfügbar. Die Dateien sind kostenlos unter offener Lizenz beziehungsweise Public Domain Mark erhältlich. Darunter befinden sich unzählige Aufnahmen aus der europäischen Kunst und Architektur. Direktor Christian Bracht erläutert die Hintergründe der Open-Access-Initiative.

MathematikEnglisch
Veröffentlicht in Math ∩ Programming
Autor Jeremy Kun

It’s April Cools! Last year I wrote about parenting, in 2023 about friendship bracelets. and in 2022 about cocktails. This year it’s a bit of a meandering stroll through some ideas around mutual aid and self-reliance. Maternity wards If you walk around the maternity ward at Kaiser Permanente’s Sunnyside medical center outside of Portland, Oregon, you might notice the same two things I did.

InformatikEnglisch
Veröffentlicht in Anil Madhavapeddy's feed
Autor Anil Madhavapeddy

Autoscaling geospatial computation with Python and Yirgacheffe This is an idea proposed in 2025 as a good starter project, and is available for being worked on. It may be co-supervised with Michael Dales. Python is a popular tool for geospatial data-science, but it, along with the GDAL library, handle resource management poorly. Python does not deal with parallelism well and GDAL can be a memory hog when parallelised.

InformatikEnglisch
Veröffentlicht in Anil Madhavapeddy's feed
Autor Anil Madhavapeddy

Battery-free wildlife monitoring with Riotee This is an idea proposed in 2025 as a good starter project, and is currently being worked on by Dominico Parish. It is co-supervised with Josh Millar. Monitoring wildlife in the field today relies heavily on battery-powered devices, like GPS collars or acoustic recorders.

InformatikEnglisch
Veröffentlicht in Anil Madhavapeddy's feed
Autor Anil Madhavapeddy

Effects based scheduling for the OCaml compiler pipeline This is an idea proposed in 2025 as a good starter project, and is currently being worked on by Lucas Ma. It is co-supervised with David Allsopp. In order to compile the OCaml program foo.ml containing: Stdlib.print_endline "Hello, world" the OCaml compilers only require the compiled stdlib.cmi interface to exist in order to determine the type of Stdlib.print_endline.

InformatikEnglisch
Veröffentlicht in Anil Madhavapeddy's feed
Autor Anil Madhavapeddy

Bidirectional Hazel to OCaml programming This is an idea proposed in 2025 as a good starter project, and is currently being worked on by Max Carroll. It is co-supervised with Patrick Ferris and Cyrus Omar. Hazel is a pure subset of OCaml with a live functional programming environment that is able to typecheck, manipulate, and even run incomplete programs.