GitHub
array-base-mskbinary4d
Apply a binary callback to elements in two four-dimensional nested input arrays according to elements in a four-dimensional nested mask array and assign results to elements in a four-dimensional nested output array.
array-base-mskbinary3d
Apply a binary callback to elements in two three-dimensional nested input arrays according to elements in a three-dimensional nested mask array and assign results to elements in a three-dimensional nested output array.
j-gain
Generator and interpolator for look-up tables of aerosol particle formation rates
fragterminomics
Annotation and processing of peptides from FragPipe search results
sperm-quality-heat
Data and R code of the manuscript "Summer heat during spermatogenesis in bulls" by Jens Vanselow et al.
mapas_collectionbuilder
Patrimonio y perspectiva GLAM. Maestría en Humanidades Digitales. UNTREF.
lecsicon-cymraeg-bangor
Lecsicon cynhwysfawr o eirffurfiau'r Gymraeg yn seiliedig ar ddata gwirydd sillafu a gramadeg Cysill // A comprehensive lexicon of Welsh-language wordforms based on data from the Cysill spelling and grammar checker
symmetric-gpe-solver
Solves 2D Gross-Pitaevskii equations for systems with radial symmetry
nliwod
Collection of tools, utilities, datasets and approaches towards realising natural language interfaces for the Web of Data.
CSS-AAS-OWL
A bidirectional mapping approach to transform capabilities and skills from AAS to OWL representation
human-anomaly-detection
Human anomaly detection involves identifying unusual patterns or behaviors in human activities that deviate from normal behavior. This field is crucial in various applications, including security, healthcare, and behavior analysis.
sst
Official repo for paper "Static Segmentation by Tracking: A Frustratingly Label-Efficient Approach to Fine-Grained Segmentation"
schema-miner
A Human-in-the-Loop Workflow for Scientific Schema Mining with Large Language Models
2021-code-convergence-properties-of-fast-quasi-lpv-model-predictive-control
Code for the paper "Convergence Properties of Fast quasi-LPV Model Predictive Control" by C. Hespe and H. Werner
spatialacousticslibrarymatlab
A collection of MATLAB functions and scripts for spatial acoustic signal processing.
chembl-drug-data-dump
Uses elasticsearch to query data from the ChEMBL (www.ebi.ac.uk/chembl/glados-es) endpoint. Generates a dataset of all related chemical targets (drugs) for a given set of compounds, where the targets have some given constraints on their bioactivities.
modelo-de-centrifugacion
Modelo de centrifugación para una partícula sumergida en un fluido
replication_2022_fairmitigation
Replication archive for: "Fairness considerations in global mitigation investments", S. Pachauri et al., Science (2022), doi:10.1126/science.adf0067
lab_varmestraling
Kode og data tilhørende labrapport i TFY4165 Termisk Fysikk høsten 2021
plmg-cc-2023-2-ti2-g06-tracker-ly
plmg-cc-2023-2-ti2-plmg-cc-2023-2-ti2-g06-tracker-ly created by GitHub Classroom
vesuvius-patch-agg-analysis
Vesuvius challenge analysis of patch aggregation methods in ink detection
speciesabundance
Example on how to create and integrate SpaDES-compatible modules. Module 1/3.
digital-total
Source code for slides presented at the Digital Total conference at University of Hamburg
pmv-ads-2023-2-e3-proj-mov-t3-time2-app
Aplicativo de tarefas pré determinadas e agrupadas por projeto, que possa ser usado pelos gestores e funcionários com a finalidade de gerar relatórios de tempo desprendido em cada tarefa.
sensortoolkit-stk
Portable potentiostat built upon AD5940/AD5941 Analog Front End (Analog Devices, Inc.) designed for IoT applications interfacing electrochemical sensors
awesome-computational-intelligence-in-sports
A collection of literature on the use of computational intelligence methods in sports
memprompt
A method to fix GPT-3 after deployment with user feedback, without re-training.
moe-polyp
[MMAsia 2024] MoE-Polyp: Shifting More Attention to Small Polyp Segmentation via Mixture-of-Experts
https://github.com/datejada/intro-python-business-analytics
Notebooks for learning basic python concepts to apply in business analytics
wolf-sheep
example reproducible ABM + RMarkdown analysis pipeline based on the NetLogo wolf-sheep predation model
neural-processes
Pytorch implementation of Neural Processes for functions and images :fireworks:
lie_maxstep
Code to numerically measure maximum acceptable timestep for local inertial equation
covid-19-impfungen_in_deutschland
Die COVID-19-Impfung kann einen Wendepunkt in der Kontrolle der COVID-19-Pandemie darstellen und erfährt daher hohes Maß an öffentlicher Aufmerksamkeit. Einführung und Umsetzung der COVID-19-Impfung gehen mit besonderen Herausforderungen einher, die bei der Impfdatenerfassung zu berücksichtigen sind. In diesem Kontext ist es Ziel des Projekts 'Digitales Impfquoten-Monitoring' (DIM), tagesaktuell, bundesweit die Impfquote zu erfassen und folgend aufbereitet darzustellen, um zeitnah den Verlauf der COVID-19-Impfkampanne zu analysieren, bei Bedarf nachzusteuern, und logistisch bzw. organisatorische Konsequenzen zu ziehen. <br><br>Das DIM-Projekt enthält Daten über den Verlauf der COVID-19 Impfungen in Deutschland. Die hier veröffentlichten Impfdaten aggregieren Daten aus drei Datenquellen: Neben dem Meldeweg über die DIM-Anwdung werden zur Erfassung der Impfquote auch Impfdaten niedergelassener Ärzt_innenpraxen durch die Kassenärztliche Bundesvereinigung (KBV) und Minimaldatensätze der Bundesländer (die noch nicht über das DIM melden) erfasst.
stats-strided-dmin
Calculate the minimum value of a double-precision floating-point strided array.
extrapolation_integration
Integration using the extrapolation method as an array reduction operation
pco-ads-2023-2-p1-tiaw-t2-g0-grupo0-1
pco-ads-2023-2-p1-tiaw-t2-g0-grupo0-1 created by GitHub Classroom
https://github.com/datejada/pb-cep
Case Studies for Power-based Capacity Expansion Planning
lyapunov-based-formation-control-of-underwater-robots
Addressing novel Lyapunov-based tracking formation control with nonlinear dynamics, stability analysis and practical efficiency demonstrated in diverse scenarios.
sixarm_ruby_application_controller_starter
SixArm.com » Ruby » ApplicationController starter kit for Rails
sixarm_ruby_date_age
SixArm.com » Ruby » Date #age_in_years and #age_in_days methods
sixarm_ruby_rexml
SixArm.com » Ruby » REXML extensions for XML documents, attributes, and elements
etbf_fbr_stromal_bulkseq
Bulk RNAseq analysis of stromal cells from peri-implant fibrosis of mice with and without ETBF infection
JefimenkoModels
Time-domain solver for the electromagnetic fields produced by arbitrary (electric and magnetic) charges and currents.
llms-from-scratch
Implement a ChatGPT-like LLM in PyTorch from scratch, step by step