Coder Social home page Coder Social logo

defoe's Introduction

Hi there 👋

Follow me on Mastodon
Follow me on X

I am Research Application Manager at the Alan Turing Institute, where my work revolves around the democratisation of access to digital twin technology. I will help in providing open and reproducible computational and social tools that are freely accessible to the UK research and innovation communities. As a Research Application Manager, my role prioritises the user perspective in the development of research software by researchers and engineers and helps stakeholders understand the outputs from their research in a larger perspective.

I am currently seconded to The Alan Turing Institute's Data/Culture: Building sustainable communities around Arts and Humanities datasets and tools project, where he is focusing on building sustainable communities around Arts and Humanities datasets and tools. My work there addresses particular challenges in research software development, ensuring that tools and data reach and engage audiences beyond the original project team. By fostering collaboration and accessibility, I aim to create lasting impact and wider adoption of these resources within the broader research community.

I am a performance scholar and historian by training, holding a Ph.D. in Theatre and Performance from The Graduate Center, CUNY. My Digital Humanities dissertation project analyzed networks of itinerant drag performers around New York and along the Eastern Seaboard in the 1930s as part of a collective art form that brought queerness with them to towns and cities around the area. It was awarded a Connect New York grant for its innovative use of digital methods in Theatre and Performance.

In my previous position, I was a Research Software Engineer at the British Library and The Alan Turing Institute on the Living with Machines research project, which combines large-scale digitized historical collections with data science and computational methods. Before that, I was responsible for building nation-wide infrastructure and community for digital humanities across several higher education institutions across the U.S. My conference participation has been centered around topics such as the Digital Humanities, the Public Humanities, and on how to leverage digital technology for effective pedagogy.

I have written on topics ranging from queer indie wrestlers, boylesque and male-identified strippers in neo-burlesque, and the influence of RuPaul’s Drag Race on the livelihood and aesthetics of contemporary New York City drag queens. You can also find me on the Steering Committee of HASTAC, the Humanities, Arts, Science, and Technology Alliance and Collaboratory.

  • 📫   Reach me via email or Twitter
  • 😄   Pronouns: they/them or he/him

kallewesterling's github stats

defoe's People

Contributors

akrause2014 avatar defoe-code avatar kallewesterling avatar mialondon avatar mikej888 avatar rosafilgueira avatar thobson88 avatar

Stargazers

 avatar

Forkers

mialondon

defoe's Issues

Add `max_height` back in after cropping

After chat with @mialondon today, add max_height back in to the script. If file size is too big after cropping:

We can drop max pixel height (for now) but keep resize if image filesize after cropping is greater than 1mb

Speed up image processing

Look into Pillow-SIMD. "The latest versions of Pillow-SIMD with AVX2 are resizing stuff from 15 to 30 times faster than the original PIL."[1]

Clean-up of code

  • Format all code with black.
  • Correct spellings/singulars where plurals should be used.
  • Structure imports + remove unnecessary ones.
  • Remove references to rosa's home directory.
  • Remove unnecessary keywords = [].
  • Remove deprecated code.
  • Clean up documentation (although this calls for a more extensive issue opened with more)
  • Drop the u"" string syntax. (The package requires Python 3.x, where all strings are already unicoded for convenience)

Choose whether to use `os.path` or `pathlib.Path`

Currently, the script/queries use both. I think, go with pathlib is a better idea. It is the modern way (since Python 3.4) and since we're already asking for 3.7+ here, there's no reason to stick with the os library.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.