Skip to content

Sync 134 new citations into references.bib (trigger wiki sync)#21

Merged
daharoni merged 2 commits into
mainfrom
approve-trusted-bib-batch
May 13, 2026
Merged

Sync 134 new citations into references.bib (trigger wiki sync)#21
daharoni merged 2 commits into
mainfrom
approve-trusted-bib-batch

Conversation

@daharoni
Copy link
Copy Markdown
Contributor

What

Ran `discovery/approve.py` against `pipeline/approved/` to fold the 158 newly approved YAMLs from PR #20 into `references.bib`.

Result: `references.bib` 14 → 172 entries.

  • 134 added in this run
  • 36 skipped (DOI already in references.bib — Guo MiniLFOV, Zhao MiniXL, and other previously-approved papers)
  • 1 skipped (`yan_2018_implementing` — no DOI in the YAML)

Why this is a separate PR

After PR #20 merged, the wiki sync workflow didn't run because its path filter (`.bib`, `scripts/`, `config.json`) didn't match the YAML/vocab changes in that PR. Merging this PR pushes `references.bib` past that path filter and triggers `sync-to-wiki.yml`.

Drive-by fix to `discovery/fulltext.py`

CrossRef occasionally emits BibTeX with month names that `bibtexparser`'s `common_strings` table doesn't recognize:

  • Full capitalized names: `month=July`, `month=June`, etc.
  • Non-standard 4-letter abbreviation: `month=Sept`

Either triggers an `UndefinedString` exception during parsing in `approve.py`. Normalized them to standard lowercase 3-letter abbreviations on fetch:

```python
_MONTH_VARIANTS = {
"January": "jan", ..., "December": "dec",
"Sept": "sep", # non-standard CrossRef abbreviation
}
for variant, abbr in _MONTH_VARIANTS.items():
bibtex = re.sub(rf"(month\s*=\s*){variant}\b", rf"\g<1>{abbr}", bibtex, flags=re.IGNORECASE)
```

48 already-fetched `.bib` + `.yaml` files were retroactively patched with the same normalization so the existing data stays consistent.

On merge

The path filter (`**.bib` matched by `references.bib`) triggers `sync-to-wiki.yml`, which will:

  1. Convert each added BibTeX entry to wikitext via `bib_to_wikitext.py`
  2. Push 134 new Publication pages to `miniscope.org`

🤖 Generated with Claude Code

daharoni and others added 2 commits May 13, 2026 22:17
… fix

Ran discovery/approve.py against pipeline/approved/ to fold the 158 newly
approved YAMLs from the trusted-bib bulk import (PR #20) into
references.bib. 134 entries added; 36 already present (Guo MiniLFOV,
Zhao MiniXL, and other previously-approved papers); 1 skipped
(yan_2018_implementing — no DOI in the YAML).

references.bib: 14 -> 172 entries.

Also:
- Fetched missing BibTeX from CrossRef for the 49 OpenAlex-ingested
  YAMLs whose bibtex_raw was still None after PR #20 merged.
- discovery/fulltext.py: normalize month names to lowercase 3-letter
  abbreviations on fetch (CrossRef emits both full names like
  "month=July" and the non-standard "month=Sept", either of which
  bibtexparser's common_strings table doesn't recognize — caused
  UndefinedString on the first approve run).
- Patched 48 already-fetched .bib + .yaml files for the same
  normalization.

Merging this PR pushes references.bib past the sync workflow's path
filter (**.bib), which will trigger the sync-to-wiki Action and create
the new Publication pages on miniscope.org.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
The 1 entry skipped by approve.py earlier ("no BibTeX data") is
Helena Z. H. Yan's Wellesley College senior thesis from 2018, which
the institutional repository never assigned a DOI to. OpenAlex and
CrossRef both confirm no DOI exists for this work.

Hand-crafted a @mastersthesis BibTeX entry from the trusted-bib
metadata + the Wellesley repository URL:

  https://repository.wellesley.edu/thesiscollection/574

Author list reduced to Helena Yan (the candidate). The trusted bib
listed Wilson, Newman, Wasserman, and Wiest as co-authors, but those
are the thesis committee, not authors — corrected.

Classification per the trusted bib's tags (Thesis, DAQ, Miniscope V3):
  paper_type = Methods
  project    = Miniscope V3, Miniscope DAQ
  keywords   = Calcium Imaging, Optogenetics, Place Cells, Hippocampus,
               Open-Source

bibtex_source = "trusted_bib_manual" to distinguish from "crossref" in
the audit trail.

references.bib: 172 -> 173 entries.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@github-actions
Copy link
Copy Markdown
Contributor

Citations Summary

Status: ✅ All checks passed

Metric Count
Total citations 173
Added 159
Edited 0
Removed 0
Keys normalized 0
Added (159)
  • berndt_2023_current — Berndt, Andre (2023) — Current Status and Future Strategies for Advancing Functional Circuit Mapping...
  • blair_2023_hippocampal — Blair, Garrett J (2023) — Hippocampal place cell remapping occurs with memory storage of aversive exper...
  • van_den_boom_2023_unraveling — van den Boom, Bastijn J. G. (2023) — Unraveling the mechanisms of deep-brain stimulation of the internal capsule i...
  • cai_2016_shared — Cai, Denise J. (2016) — A shared neural ensemble links distinct contextual memories encoded close in ...
  • celinskis_2020_miniaturized — Celinskis, Dmitrijs (2020) — Miniaturized Devices for Bioluminescence Imaging in Freely Behaving Animals
  • celinskis_2024_toward — Celinskis, Dmitrijs (2024) — Toward a brighter constellation: multiorgan neuroimaging of neural and vascul...
  • chang_2021_behavioral — Chang, Chia-Jung (2021) — Behavioral clusters revealed by end-to-end decoding from microendoscopic imaging
  • chen_2022_advances — Chen, Kunpeng (2022) — Advances of optical miniscopes for in vivo imaging of neural activity in free...
  • chen_2023_ensemblespecific — Chen, Lingxuan (2023) — Ensemble-specific deficit in neuronal intrinsic excitability in aged mice
  • chen_2022_longitudinal — Chen, Hao-Shan (2022) — A longitudinal CA2/3 to CA1 circuit for initiating context-dependent associat...
  • chen_2023_distinct — Chen, Gaowei (2023) — Distinct reward processing by subregions of the nucleus accumbens
  • chen_2023_hardware — Chen, Zhe (2023) — A hardware system for real-time decoding of in vivo calcium imaging data
  • chen_2023_implementation — Chen, Qingyu (2023) — Implementation of miniaturized modular-array fluorescence microscopy for long...
  • chen_2024_decoding — Chen, Yingying (2024) — Decoding Secondary Motor Cortex Neuronal Activity during Cocaine Self-Adminis...
  • choi_2021_distributed — Choi, Kyuhyun (2021) — Distributed processing for action control by prelimbic circuits targeting ant...
  • choi_2023_distributed — Choi, Kyuhyun (2023) — Distributed processing for value-based choice by prelimbic circuits targeting...
  • chowdhury_2022_locus — Chowdhury, Ananya (2022) — A locus coeruleus-dorsal CA1 dopaminergic circuit modulates memory linking
  • erofeev_2024_integration — Erofeev, A. I. (2024) — Integration of Single-Photon Miniature Fluorescence Microscopy and Electrophy...
  • erofeev_2024_optimizing — Erofeev, A. I. (2024) — On Optimizing Miniscope Data Analysis with Simulated Data: A Study of Paramet...
  • aseyev_2024_cadence — Aseyev, Nikolay (2024) — CADENCE — Neuroinformatics Tool for Supervised Calcium Events Detection
  • barry_2022_dissociable — Barry, Joshua (2022) — Dissociable effects of oxycodone on behavior, calcium transient activity, and...
  • berigan_2023_imaging — Berigan, Benton R. (2023) — Imaging neuro-urodynamics of mouse major pelvic ganglion with a micro-endosco...
  • borkar_2024_topdown — Borkar, Chandrashekhar D. (2024) — Top-down control of flight by a non-canonical cortico-amygdala pathway
  • bowles_2021_vagus — Bowles, Spencer (2021) — Vagus nerve stimulation accelerates motor learning through cholinergic modula...
  • bowles_2022_vagus — Bowles, Spencer (2022) — Vagus nerve stimulation drives selective circuit modulation through cholinerg...
  • carrasco_2024_monthslong — Carrasco, Sofia Skromne (2024) — Months-long stability of the head-direction system
  • skromne_carrasco_2026_monthslong — Skromne Carrasco, Sofia (2026) — Months-long stability of the head-direction system
  • chen_2021_fast — Chen, Zhe (2021) — Fast Calcium Trace Extraction for Large-Field-of-View Miniscope
  • chen_2022_circuit — Chen, Zijun (2022) — A circuit from lateral septum neurotensin neurons to tuberal nucleus controls...
  • chen_2022_ubiquitous — Chen, Yi-Ling (2022) — Ubiquitous proximity to a critical state for collective neural activity in th...
  • chung_2021_cognitive — Chung, Ain (2021) — Cognitive control persistently enhances hippocampal information processing
  • dong_2025_simultaneous — Dong, Zhe (2025) — Simultaneous two-color imaging with a dual-channel miniscope in freely behavi...
  • etter_2020_probabilistic — Etter, Guillaume (2020) — A Probabilistic Framework for Decoding Behavior From in vivo Calcium Imaging ...
  • etter_2023_optogenetic — Etter, Guillaume (2023) — Optogenetic frequency scrambling of hippocampal theta oscillations dissociate...
  • etter_2023_population — Etter, Guillaume (2023) — A population code for idiothetic representations in the hippocampal-septal ci...
  • farrell_2021_midbrain — Farrell, Karolina (2021) — Midbrain dopamine neurons provide teaching signals for goal-directed navigation
  • feng_2024_distinct — Feng, Yu (2024) — Distinct changes to hippocampal and medial entorhinal circuits emerge across ...
  • froula_2024_distinct — Froula, Jessica M. (2024) — Distinct functional classes of CA1 hippocampal interneurons are modulated by ...
  • gabriel_2022_behaviordepot — Gabriel, Christopher J (2022) — BehaviorDEPOT is a simple, flexible tool for automated behavioral detection b...
  • gagliardi_2024_distinct — Gagliardi, Celia M. (2024) — Distinct neural mechanisms for heading retrieval and context recognition in t...
  • gao_2020_novel — Gao, Sibo (2020) — Novel Virtual Reality System for Auditory Tasks in Head-fixed Mice
  • grieco_2020_subanesthetic — Grieco, Steven F. (2020) — Subanesthetic Ketamine Reactivates Adult Cortical Plasticity to Restore Visio...
  • grieco_2021_neuregulin — Grieco, Steven F. (2021) — Neuregulin signaling mediates the acute and sustained antidepressant effects ...
  • de_groot_2020_ninscope — de Groot, Andres (2020) — NINscope, a versatile miniscope for multi-region circuit investigations
  • guo_2020_latent — Guo, Wei (2020) — Latent learning drives sleep-dependent plasticity in distinct CA1 subpopulations
  • guo_2022_new — Guo, Changliang (2022) — New imaging instrument in animal models: Two‐photon miniature microscope and ...
  • habibollahi_2023_neural — Habibollahi, Forough (2023) — Neural Networks Are Tuned Near Criticality During a Cognitive Task and Distan...
  • han_2023_mechanism — Han, Su Young (2023) — Mechanism of kisspeptin neuron synchronization for pulsatile hormone secretio...
  • hart_2020_chemogenetic — Hart, Evan E. (2020) — Chemogenetic Modulation and Single-Photon Calcium Imaging in Anterior Cingula...
  • hart_2022_calcium — Hart, Evan E. (2022) — Calcium activity is a degraded estimate of spikes
  • hayashi_2021_largescale — Hayashi, Yuichiro (2021) — Large-scale calcium imaging with a head-mounted axial scanning 3D fluorescenc...
  • hayashi_2023_temporal — Hayashi, Yuichiro (2023) — The temporal and contextual stability of activity levels in hippocampal CA1 c...
  • hirano_2022_impact — Hirano, Kyosuke (2022) — The impact of pitolisant, an H3 receptor antagonist/inverse agonist, on perir...
  • hsiao_2021_using — Hsiao, Yi-Tse (2021) — Using Baseplating and a Miniscope Preanchored with an Objective Lens for Calc...
  • huerta_2023_calcium — Huerta, Tomás S (2023) — Calcium imaging and analysis of the jugular-nodose ganglia enables identifica...
  • hughes_2019_precise — Hughes, Ryan N. (2019) — Precise Coordination of Three-Dimensional Rotational Kinematics by Ventral Te...
  • hur_2024_correlated — Hur, Sung Won (2024) — Correlated signatures of social behavior in cerebellum and anterior cingulate...
  • jameson_2023_vagal — Jameson, Kelly G. (2023) — Vagal interoception of microbial metabolites from the small intestinal lumen
  • jendryka_2024_excitatory — Jendryka, Martin M. (2024) — Excitatory neurons of the anterior cingulate cortex encode chosen actions and...
  • johnson_2022_highly — Johnson, Connor (2022) — Highly unstable heterogeneous representations in VIP interneurons of the ante...
  • johnston_2020_robust — Johnston, Kevin G. (2020) — Robust Population Single Neuronal Calcium Signal Extraction Using SCOUT Allow...
  • johnston_2022_tracking — Johnston, Kevin G. (2022) — Tracking longitudinal population dynamics of single neuronal calcium signal u...
  • juneau_2018_enhanced — Juneau, Jill (2018) — Enhanced Image Sensor Module for Head-Mounted Microscopes
  • juneau_2020_minifast — Juneau, Jill (2020) — MiniFAST: A sensitive and fast miniaturized microscope for in vivo neural rec...
  • kaang_2023_cortical — Kaang, Bong-Kiun (2023) — Cortical processing of pain and itch information by distinct neuronal populat...
  • kamm_2021_synaptic — Kamm, Gretel B. (2021) — A synaptic temperature sensor for body cooling
  • kapanaiah_2023_openmac — Kapanaiah, Sampath K.T. (2023) — Open-MAC: A low-cost open-source motorized commutator for electro- and opto-p...
  • keinath_2020_dgca3 — Keinath, Alexandra T. (2020) — DG–CA3 circuitry mediates hippocampal representations of latent information
  • keinath_2022_representation — Keinath, Alexandra T. (2022) — The representation of context in mouse hippocampus is preserved despite neura...
  • kim_2019_striatal — Kim, Namsoo (2019) — A striatal interneuron circuit for continuous target pursuit
  • kim_2022_simultaneous — Kim, Chae Young (2022) — Simultaneous Cellular Imaging, Electrical Recording and Stimulation of Hippoc...
  • kim_2023_advances — Kim, Su Jin (2023) — Advances in cellular resolution microscopy for brain imaging in rats
  • kingsbury_2019_correlated — Kingsbury, Lyle (2019) — Correlated Neural Activity and Encoding of Behavior across Brains of Socially...
  • kingsbury_2020_cortical — Kingsbury, Lyle (2020) — Cortical Representations of Conspecific Sex Shape Social Behavior
  • klumpp_2025_syntalos — Klumpp, Matthias (2025) — Syntalos: a software for precise synchronization of simultaneous multi-modal ...
  • korzus_2024_prefrontal — Korzus, Edward (2024) — Prefrontal multistimulus integration within a dedicated disambiguation circui...
  • de_kraker_2022_specseg — de Kraker, Leander (2022) — SpecSeg is a versatile toolbox that segments neurons and neurites in chronic ...
  • larosa_2024_social — Larosa, Amanda (2024) — Social valence dictates sex differences in identity recognition
  • lee_2023_identifying — Lee, J. Quinn (2023) — Identifying representational structure in CA1 to benchmark theoretical models...
  • leman_2021_largescale — Leman, D.P. (2021) — Large-scale cellular-resolution imaging of neural activity in freely behaving...
  • levy_2023_manifold — Levy, Eliott Robert Joseph (2023) — A manifold neural population code for space in hippocampal coactivity dynamic...
  • li_2022_opensource — Li, Mingkang (2022) — An Open-Source Real-Time Motion Correction Plug-In for Single-Photon Calcium ...
  • li_2024_cholecystokinin — Li, Hao (2024) — Cholecystokinin facilitates motor skill learning by modulating neuroplasticit...
  • li_2024_stable — Li, Yiting (2024) — Stable sequential dynamics in prefrontal cortex represents subjective estimat...
  • liao_2024_dualmode — Liao, Yuheng (2024) — A dual-mode, image-enhanced, miniaturized microscopy system for incubator-com...
  • lin_2022_spatial — Lin, Xiaoxiao (2022) — Spatial coding defects of hippocampal neural ensemble calcium activities in t...
  • lin_2022_longitudinal — Lin, Xiaoxiao (2022) — Longitudinal dynamics of microvascular recovery after acquired cortical injury
  • lin_2024_hippocampal — Lin, Huixin (2024) — Hippocampal and orbitofrontal neurons contribute to complementary aspects of ...
  • long_2024_constraints — Long, Charltien (2024) — Constraints on the subsecond modulation of striatal dynamics by physiological...
  • malvaut_2020_deciphering — Malvaut, Sarah (2020) — Deciphering Brain Function by Miniaturized Fluorescence Microscopy in Freely ...
  • manno_2022_environmental — Manno, Francis A.M. (2022) — Environmental enrichment leads to behavioral circadian shifts enhancing brain...
  • mau_2022_ensemble — Mau, William (2022) — Ensemble remodeling supports memory-updating
  • mills_2022_amygdalostriatal — Mills, Fergil (2022) — Amygdalostriatal transition zone neurons encode sustained valence to direct c...
  • mishchanchuk_2024_hidden — Mishchanchuk, Karyna (2024) — Hidden state inference requires abstract contextual representations in ventra...
  • mosser_2020_scpmcgillmouseminiscopescp — Mosser, Coralie‐Anne (2020) — The
    McGill‐Mouse‐Miniscope
    platform: A standardized approach for h...
  • newman_2023_unified — Newman, Jonathan P. (2023) — A unified open-source platform for multimodal neural recording and perturbati...
  • nogueira_2020_loud — Nogueira, Ingrid (2020) — Loud noise exposure differentially affects subpopulations of auditory cortex ...
  • oh_2019_imaging — Oh, Jihae (2019) — Imaging and analysis of genetically encoded calcium indicators linking neural...
  • ohkawa_2022_miniature — Ohkawa, Noriaki (2022) — Miniature Microscopy of Hippocampal CA1 to Identify Engram Cells and Record C...
  • petter_2023_elucidating — Petter, Elijah A (2023) — Elucidating a locus coeruleus-dentate gyrus dopamine pathway for operant rein...
  • ramirez_armenta_2021_optogenetic — Ramírez-Armenta, Kathia I. (2021) — Optogenetic inhibition of indirect pathway neurons in the dorsomedial striatu...
  • raymond_2024_neural — Raymond, Martin A. (2024) — Neural coding in gustatory cortex reflects consumption decisions: Evidence fr...
  • reis_2021_dorsal — Reis, Fernando MCV (2021) — Dorsal periaqueductal gray ensembles represent approach and avoidance states
  • reis_2021_shared — Reis, Fernando M.C.V. (2021) — Shared Dorsal Periaqueductal Gray Activation Patterns during Exposure to Inna...
  • rozeske_2023_representational — Rozeske, Robert R. (2023) — Representational similarity supports rapid context retrieval during fear disc...
  • rynes_2021_miniaturized — Rynes, Mathew L. (2021) — Miniaturized head-mounted microscope for whole-cortex mesoscale imaging in fr...
  • schall_2024_temporal — Schall, Terra A. (2024) — Temporal Dynamics of Nucleus Accumbens Neurons in Male Mice During Reward See...
  • scherrer_2023_optical — Scherrer, Josefa R. (2023) — An optical design enabling lightweight and large field-of-view head-mounted m...
  • schuette_2020_longterm — Schuette, Peter J. (2020) — Long-Term Characterization of Hippocampal Remapping during Contextual Fear Ac...
  • schuette_2022_gabaergic — Schuette, Peter J. (2022) — GABAergic CA1 neurons are more stable following context changes than glutamat...
  • scott_2018_imaging — Scott, Benjamin B. (2018) — Imaging Cortical Dynamics in GCaMP Transgenic Rats with a Head-Mounted Widefi...
  • shuman_2020_breakdown — Shuman, Tristan (2020) — Breakdown of spatial coding and interneuron synchronization in epileptic mice
  • silva_2017_miniaturized — Silva, Alcino J (2017) — Miniaturized two-photon microscope: seeing clearer and deeper into the brain
  • pfarr_2018_role — Pfarr, Simone (2018) — The Role of the Medial Prefrontal Cortex in Reward Seeking: Functional Eviden...
  • skocek_2018_highspeed — Skocek, Oliver (2018) — High-speed volumetric imaging of neuronal activity in freely moving rodents
  • smith_2021_opposing — Smith, Alexander C. W. (2021) — Opposing roles for striatonigral and striatopallidal neurons in dorsolateral ...
  • simoes_de_souza_2024_miniscope — Simoes de Souza, Fabio M. (2024) — Miniscope Recording Calcium Signals at Hippocampus of Mice Navigating an Odor...
  • srinivasan_2019_miniaturized — Srinivasan, Sakthivel (2019) — Miniaturized microscope with flexible light source input for neuronal imaging...
  • staszko_2022_impact — Staszko, Stephanie M. (2022) — The impact of familiarity on cortical taste coding
  • sun_2019_ca1projecting — Sun, Yanjun (2019) — CA1-projecting subiculum neurons facilitate object–place learning
  • sun_2021_neural — Sun, Yanjun (2021) — Neural circuit dynamics of drug-context associative learning in the hippocampus
  • sun_2021_scopolamine — Sun, Dechuan (2021) — Scopolamine Impairs Spatial Information Recorded With “Miniscope” Calcium Ima...
  • sun_2022_neural — Sun, Yanjun (2022) — Neural circuit dynamics of drug-context associative learning in the mouse hip...
  • sun_2024_hippocampal — Sun, Dechuan (2024) — Hippocampal cognitive and relational map paradigms explored by multisensory e...
  • sun_2023_subiculum — Sun, Yanjun (2023) — The subiculum encodes environmental geometry
  • sun_2024_protocol — Sun, Dechuan (2024) — Protocol for calcium imaging and analysis of hippocampal CA1 activity evoked ...
  • sun_2024_subicular — Sun, Yanjun (2024) — Subicular neurons encode concave and convex geometries
  • tobias_2023_characterization — Tobias, Brooke C. (2023) — Characterization of ventromedial hypothalamus activity during exposure to inn...
  • vassilev_2022_custombuilt — Vassilev, Philip (2022) — Custom-Built Operant Conditioning Setup for Calcium Imaging and Cognitive Tes...
  • van_der_veldt_2021_conjunctive — van der Veldt, Suzanne (2021) — Conjunctive spatial and self-motion codes are topographically organized in th...
  • vergara_2023_caliali — Vergara, Pablo (2023) — CaliAli, a tool for long-term tracking of neuronal population dynamics in cal...
  • vogel_2022_prefrontal — Vogel, Pascal (2022) — Prefrontal pyramidal neurons are critical for all phases of working memory
  • vu_2024_targeted — Vu, Mai-Anh T. (2024) — Targeted micro-fiber arrays for measuring and manipulating localized multi-sc...
  • wang_2021_coordination — Wang, Weisheng (2021) — Coordination of escape and spatial navigation circuits orchestrates versatile...
  • wang_2021_dorsal — Wang, Weisheng (2021) — Dorsal premammillary projection to periaqueductal gray controls escape vigor ...
  • wang_2022_cablefree — Wang, Yangzhen (2022) — Cable-free brain imaging with miniature wireless microscopes
  • wang_2023_somatic — Wang, Ruixue (2023) — Somatic Calcium Signals from Layer II/III Motor Cortex for Continuous Neural ...
  • wang_2024_tscope — Wang, Yuteng (2024) — T-scope V4: miniaturized microscope for optogenetic tagging in freely behavin...
  • winne_2021_calcium — Winne, Jessica (2021) — Calcium imaging and analysis of the mouse hippocampus or neocortex using mini...
  • wirtshafter_2022_vivo — Wirtshafter, Hannah S. (2022) — In Vivo
    Multi-Day Calcium Imaging of CA1 Hippocampus in Freely Moving Rats Re...
  • wirtshafter_2022_place — Wirtshafter, Hannah S. (2022) — Place cells are nonrandomly clustered by field location in CA1 hip...
  • wu_2021_modified — Wu, Xiaoting (2021) — A Modified Miniscope System for Simultaneous Electrophysiology and Calcium Im...
  • wu_2021_neural — Wu, Ye Emily (2021) — Neural control of affiliative touch in prosocial interaction
  • yaghmazadeh_2022_neuronal — Yaghmazadeh, Omid (2022) — Neuronal activity under transcranial radio-frequency stimulation in metal-fre...
  • yang_2019_twostep — Yang, Yupeng (2019) — A Two-Step GRIN Lens Coating for In Vivo Brain Imaging
  • yanny_2020_miniscope3d — Yanny, Kyrollos (2020) — Miniscope3D: optimized single-shot miniature 3D fluorescence microscopy
  • yu_2018_reducing — Yu, Xinzhu (2018) — Reducing Astrocyte Calcium Signaling In Vivo Alters Striatal Microcircuits an...
  • zaki_2023_aversive — Zaki, Yosif (2023) — Aversive experience drives offline ensemble reactivation to link memories acr...
  • zeidler_2020_hippobellum — Zeidler, Zachary (2020) — HippoBellum: Acute Cerebellar Modulation Alters Hippocampal Dynamics and Func...
  • zhang_2022_onephoton — Zhang, Jinyong (2022) — A one-photon endoscope for simultaneous patterned optogenetic stimulation and...
  • zhang_2022_rapid — Zhang, Yuanlong (2022) — Rapid deep widefield neuron finder driven by virtual calcium imaging data
  • zhang_2023_novel — Zhang, Jinyong (2023) — A Novel Design Method of Uniformity Energy Distribution Lens for Miniscopes
  • zhang_2024_cortical — Zhang, Mingmin (2024) — Cortical regulation of helping behaviour towards others in pain
  • zhao_2023_accelerated — Zhao, Pingping (2023) — Accelerated social representational drift in the nucleus accumbens in a model...
  • zhao_2024_minixl — Zhao, Pingping (2024) — MiniXL: An open-source, large field-of-view epifluorescence miniature microsc...
  • zhou_2023_conjunctive — Zhou, Yue-Qing (2023) — Conjunctive vector coding and place coding in hippocampus share a common dire...
  • zhu_2023_multifunctional — Zhu, Xinyi (2023) — Multi-functional accessory toolkit for Miniscope prototyping and image enhanc...
  • zhu_2023_scpminimounterscp — Zhu, Xinyi (2023) — MiniMounter: A low‐cost miniaturized microscopy development toolki...
  • yan_2018_implementing — Yan, Helena Z. H. (2018) — Implementing simultaneous calcium imaging and optogenetics in freely moving r...

@daharoni daharoni merged commit 7b9472e into main May 13, 2026
3 checks passed
@daharoni daharoni deleted the approve-trusted-bib-batch branch May 13, 2026 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant