Changes to mlevin

ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 1
+ theme gazette
Changed around line 26: concepts
- theme gazette
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 1
- editButton edit.html?folderName=mlevin
+ editButton /edit.html?folderName=mlevin
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 3: metaTags
+ https://drmichaellevin.org/publications/preprints.html
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 4: editButton edit.html?folderName=mlevin
+ center
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 4: editButton edit.html?folderName=mlevin
- Download data as
+ Download data as JSON | CSV | TSV
+ link papers.json JSON
+ link papers.csv CSV
+ link papers.tsv TSV
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 2: buildHtml
- # Prepints by Michael Levin
+ # Prepints by The Levin Lab
+
+ Download data as
+
+ buildConcepts papers.json papers.tsv papers.csv
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 1
- title Prepints by Michael Levin
- printTitle
+ # Prepints by Michael Levin
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 3: metaTags
+ printTitle
+
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 1
+ metaTags
+ title Prepints by Michael Levin
+ editButton edit.html?folderName=mlevin
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 10: concepts
- groupBy authorCount year
- printTable
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 10: concepts
- scatterplot
- x year
- y authorCount
+ groupBy authorCount year
+ printTable
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 11: concepts
- x doi
+ x year
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 10: concepts
+ scatterplot
+ x doi
+ y authorCount
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 6: concepts
- width 600
- color green
+ width 600
+ color green
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 6: concepts
+ width 600
+ color green
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 5: concepts
- orderBy -year
+ orderBy year
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 5: concepts
- sparkline
- y count
+ orderBy -year
+ sparkline
+ y count
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 5: concepts
- printTable
+ sparkline
+ y count
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 5: concepts
- sparkline
+ printTable
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 4: container 800px
+ groupBy year
+ sparkline
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 2: buildHtml
- printTable
+ select doi title year authors url authorCount platform
+ rename url titleLink
+ printTable
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 1
-
- buildHtml
+ container 800px
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated index.scroll
index.scroll
Changed around line 1
- theme roboto
- Hello World my name is
+
+ buildHtml
+ concepts
+ printTable
+
+ theme gazette
+ tableSearch
+ papers.scroll
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated papers.scroll
papers.scroll
Changed around line 1
- buildHtml
- concepts
- printTable
-
- theme gazette
-
- tableSearch
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated papers.scroll
papers.scroll
Changed around line 5: concepts
+ papers.parsers
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated papers.parsers
papers.parsers
Changed around line 1
+ doiParser
+ extends abstractIdParser
+
+ titleParser
+ extends abstractStringMeasureParser
+ float sortIndex 1.1
+
+ yearParser
+ extends abstractIntegerMeasureParser
+ float sortIndex 1.2
+
+ paperAuthorsParser
+ cue authors
+ extends abstractStringMeasureParser
+ float sortIndex 1.3
+
+ urlParser
+ extends abstractUrlMeasureParser
+ float sortIndex 1.4
+
+ addedParser
+ extends abstractStringMeasureParser
+
+ addedByParser
+ extends abstractStringMeasureParser
+
+ authorCountParser
+ boolean isComputed true
+ extends abstractIntegerMeasureParser
+ javascript
+ computeValue(concept, measureName, parsedProgram, concepts) {
+ return Math.floor(concept.get("authors").split(",").length / 2)
+ }
+
+ platformParser
+ extends abstractStringMeasureParser
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
updated papers.scroll
papers.scroll
Changed around line 1
+ buildHtml
+ concepts
+ printTable
+
+ theme gazette
+
+ tableSearch
+
+ doi 10.48550/arXiv.2411.15243
+ title Bio-inspired AI: Integrating Biological Complexity into Artificial Intelligence
+ year 2024
+ authors Dehghani, N., Levin, M.
+ url https://arxiv.org/abs/2411.15243
+ added 12/04/2024
+ addedBy JNB
+ platform arxiv
+
+ doi 10.31219/osf.io/tb5ys
+ title Harnessing the analog computing power of regulatory networks with the Regulatory Network Machine
+ year 2024
+ authors Pietak, A., Levin, M.
+ url https://osf.io/preprints/osf/tb5ys
+ added 12/04/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.48550/arXiv.2411.13420
+ title Heuristically Adaptive Diffusion-Model Evolutionary Strategy
+ year 2024
+ authors Hartl, B., Zhang, Y., Hazan, H., Levin M.
+ url https://arxiv.org/abs/2411.13420
+ added 12/04/2024
+ addedBy JNB
+ platform arxiv
+
+ doi 10.31219/osf.io/3fdya
+ title Cognitive Glues Are Shared Models of Relative Scarcities: The Economics of Collective Intelligence
+ year 2024
+ authors Lyons, B.F., Levin, M.
+ url https://osf.io/preprints/osf/3fdya
+ added 11/13/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.31219/osf.io/fqm7r
+ title Robustness of the Mind-Body Interface: case studies of unconventional information flow in the multiscale living architecture
+ year 2024
+ authors Kofman, K., Levin, M.
+ url https://osf.io/preprints/osf/fqm7r
+ added 11/01/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.31219/osf.io/whm5u
+ title The morphological, behavioral, and transcriptomic life cycle of Anthrobots
+ year 2024
+ authors Gumuskaya, G., Davey, N., Srivastava, P., Bender, A., Pio-Lopez, L., Hazel, D., Levin, M.
+ url https://osf.io/preprints/osf/whm5u
+ added 010/22/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.31219/osf.io/gz3km
+ title Discussions of machine vs. living intelligence need more clarity
+ year 2024
+ authors Levin, M., Rouleau, N.
+ url https://osf.io/preprints/osf/gz3km
+ added 010/22/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.31219/osf.io/gjxhn
+ title Temporal Depth in a Coherent Self and in Depersonalization: Theoretical Model
+ year 2024
+ authors Tolchinsky, A., Levin, M., Chris Fields, C., Da Costa, L., Murphy, R., Friedman, D., Pincus, D.
+ url https://osf.io/preprints/osf/gjxhn
+ added 010/21/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.31219/osf.io/py86e
+ title Bioelectric Characterization of Senescing Human Keratinocytes
+ year 2024
+ authors Sediqi, H., Levin, M.
+ url https://osf.io/preprints/osf/py86e
+ added 010/21/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.5281/zenodo.8416764
+ title Requirements for self organization
+ year 2024
+ authors Sacco, F., Sakthivadivel, D., Levin, M.
+ url https://francesco215.github.io/Language_CA/
+ added 010/21/2024
+ addedBy JNB
+ platform Github
+
+ doi 10.48550/arXiv.2410.02543
+ title Diffusion Models are Evolutionary Algorithms
+ year 2024
+ authors Zhang, Y., Hartl, B., Hazen, H., Levin, M.
+ url https://arxiv.org/abs/2410.02543
+ added 010/21/2024
+ addedBy JNB
+ platform arxiv
+
+ doi 10.48550/arXiv.2409.13254
+ title Emergent Collective Reproduction via Evolving Neuronal Flocks
+ year 2024
+ authors Le, N.H., Watson, R. A., Buckley, C., Levin, M.
+ url https://arxiv.org/abs/2409.13254
+ added 010/02/2024
+ addedBy JNB
+ platform arXiv
+
+ doi 10.31219/osf.io/kdjtx
+ title Uncertainty Minimization and Pattern Recognition in Volvox Carteri andVolvox Aureus
+ year 2024
+ authors Kuchling, F., Singh, I., Daga, M., Zec, S., Kunen, A., Levin, M.
+ url https://osf.io/preprints/osf/kdjtx
+ added 09/19/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.31219/osf.io/n2jre
+ title Xenobot Transcriptomics: Gene Expression Changes in wild-type cells forming a synthetic biobot
+ year 2024
+ authors Pai, V. P., Pio-Lopez, L., Sperry, M. M., Erickson, P., Levin, M.
+ url https://osf.io/preprints/osf/n2jre
+ added 09/03/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.20944/preprints202408.2041.v1
+ title The Role of Bioelectrical Patterns in Regulative Morphogenesis: An Evolutionary Simulation and Validation in Planarian Regeneration
+ year 2024
+ authors Hansali, S., Pio-Lopez, L., LaPalme, J. V, Levin, M.
+ url https://www.preprints.org/manuscript/202408.2041/v1
+ added 09/03/2024
+ addedBy JNB
+ platform Preprints.org
+
+ doi 10.31219/osf.io/yq9xe
+ title The multiscale wisdom of the body: collective intelligence as a tractable interface for next-generation biomedicine
+ year 2024
+ authors Levin, M.
+ url https://osf.io/preprints/osf/yq9xe
+ added 08/16/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.20944/preprints202407.1896.v1
+ title Open Problems in Synthetic Multicellularity
+ year 2024
+ authors Sole, R., Conde, N., Pla Mauri, J., Garcia Ojalvo, J., Montserrat, N., Levin, M.
+ url https://www.preprints.org/manuscript/202407.1896/v1
+ added 08/16/2024
+ addedBy JNB
+ platform Preprints.org
+
+ doi 10.48550/arXiv.2407.09438
+ title Neuroevolution of Decentralized Decision-Making in N-Bead Swimmers Leads to Scalable and Robust Collective Locomotion
+ year 2024
+ authors Hartl, B., Levin, M., Zöttl, A.(2024), 
+ url https://arxiv.org/abs/2407.09438
+ added 08/16/2024
+ addedBy JNB
+ platform arxiv
+
+ doi 10.31219/osf.io/d78wb
+ title Universal Multilayer Network Embedding Reveals a Causal Link Between GABA Neurotransmitter and Cancer
+ year 2024
+ authors Pio-Lopez, L., Levin, M. (2024), 
+ url https://osf.io/preprints/osf/d78wb
+ added 07/06/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.1101/2024.05.09.593467
+ title Revealing non-trivial information structures in aneural biological tissues via functional connectivity
+ year 2024
+ authors Blackiston, D., Dromiack, H., Grasso, C., Varley, T. F., Moore, D. G., Srinivasan, K., Sporns, O., Bongard, J., Levin, M., Walker, S.I. (2024), 
+ url https://www.biorxiv.org/content/10.1101/2024.05.09.593467v1.abstract
+ added 05/15/2024
+ addedBy JNB
+ platform bioRxiv
+
+ doi 10.31234/osf.io/ez263
+ title AI: a Bridge toward Diverse Intelligence and Humanity’s Future
+ year 2024
+ authors Levin, M.
+ url https://osf.io/preprints/psyarxiv/ez263
+ added 05/15/2024
+ addedBy JNB
+ platform PsyArXiv
+
+ doi 10.31219/osf.io/sp9kf
+ title Evolutionary Implications of Multi-Scale Intelligence
+ year 2024
+ authors Hartl, B., Risi, S., and Levin, M.
+ url https://osf.io/preprints/osf/sp9kf
+ added 04/12/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.31219/osf.io/9y8ku
+ title Stress Sharing as Cognitive Glue for Collective Intelligences: a computational model of stress as a coordinator for morphogenesis
+ year 2024
+ authors Shreesha, L., and Levin, M.
+ url https://osf.io/preprints/osf/9y8ku
+ added 04/12/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.31219/osf.io/4b2wj
+ title Self-improvising Memories: a perspective on memories as agential, dynamically-reinterpreting cognitive glue
+ year 2024
+ authors Levin, M.
+ url https://osf.io/preprints/osf/4b2wj
+ added 04/05/2024
+ addedBy JNB
+ platform OSF Preprints
+
+ doi 10.1101/2024.02.16.580248
+ title An ability to respond begins with inner alignment: How phase synchronisation effects transitions to higher levels of agency
+ year 2024
+ authors Tissot, T., Levin, M., Buckley, C., and Watson, R.
+ url https://www.biorxiv.org/content/10.1101/2024.02.16.580248v1
+ added 02/27/2024
+ addedBy JEP
+ platform bioRxiv
+
+ doi 10.31219/osf.io/qkuvf
+ title Bioelectric Pharmacology of Cancer: A Meta-Analysis of Ion Channel Drugs Affecting the Cancer Phenotype
+ year 2024
+ authors Kofman, K., and Levin, M.
+ url https://osf.io/preprints/osf/qkuvf
+ added 01/22/2024
+ addedBy JEP
+ platform OSF Preprints
+
+ doi 10.31219/osf.io/e5d4u
+ title Classical Sorting Algorithms as a Model of Morphogenesis: self-sorting arrays reveal unexpected competencies in a minimal model of basal intelligence
+ year 2023
+ authors Zhang, T., Goldstein, A., and Levin, M.
+ url https://osf.io/e5d4u
+ added 12/17/2023
+ addedBy JEP
+ platform OSF Preprints
+
+ doi 10.31219/osf.io/s6thq
+ title AI-driven Automated Discovery Tools Reveal Diverse Behavioral Competencies of Biological Networks
+ year 2023
+ authors Etcheverry, M., Moulin-Frier, C., Oudeyer, P.-Y., and Levin, M.
+ url https://osf.io/s6thq
+ added 10/31/2023
+ addedBy JEP
+ platform OSF Preprints
+
+ doi 10.1101/2023.10.10.561754
+ title Programmable delivery of fluoxetine via wearable bioelectronics for wound healing in vivo
+ year 2023
+ authors Li, H., Yang, H.-Y., Asefifeyzabadi, N., Baniya, P., Medina Lopez, A., Gallegos, A., Zhu, K., Hsieh, H.-C., Nguyen, T., Hernandez, C., Zlobina, K., Recendez, C., Tebyani, M., Carrión, H., Selberg, J., Luo, L., Alhamo, M. A., Soulika, A. M., Levin, M., Norouzi, N., Gomez, M., Zhao, M., Teodorescu, M., Isseroff, R. R., and Rolandi, M.
+ url https://www.biorxiv.org/content/10.1101/2023.10.10.561754v1
+ added 10/19/2023
+ addedBy JEP
+ platform bioRxiv
+
+ doi 10.5281/zenodo.8416764
+ title Requirements for self organization: What do you need to have a structure emerge spontaneously?
+ year 2023
+ authors Sacco, F., Sakthivadivel, D., and Levin, M.
+ url https://francesco215.github.io/Language_CA/
+ added 10/11/2023
+ addedBy JEP
+ platform Github
+
+ doi 10.31219/osf.io/269e5
+ title Machine Learning for Hypothesis Generation in Biology and Medicine: Exploring the latent space of neuroscience and developmental bioelectricity
+ year 2023
+ authors O’Brien, T., Stremmel, J., Pio-Lopez, L., McMillen, P., Rasmussen-Ivey, C., and Levin, M.
+ url https://osf.io/269e5
+ added 09/12/2023
+ addedBy JEP
+ platform OSF Preprints
+
+ doi 10.48550/arXiv.2307.08452
+ title SBMLtoODEjax: efficient simulation and optimization of ODE SBML models in JAX
+ year 2023
+ authors Etcheverry, M., Levin, M., Moulin-Frier, C., and Oudeyer, P.-Y.
+ url https://arxiv.org/abs/2307.08452
+ added 08/07/2023
+ addedBy JEP
+ platform arxiv
+
+ doi 10.31219/osf.io/ps987
+ title Embryos Assist Each Other’s Morphogenesis: calcium and ATP signaling mechanisms in collective resistance to teratogens
+ year 2023
+ authors Tung, A., Sperry, M., Clawson, W., Pavuluri, A., Bulatao, S., Yue, M., Flores, R. M., Pai, V. McMillen, P., Kuchling, F., and Levin, M.
+ url https://osf.io/ps987
+ added 06/17/2023
+ addedBy JEP
+ platform OSF Preprints
+
+ doi 10.31219/osf.io/wkhx4
+ title Aging as a morphostasis defect: a developmental bioelectricity perspective
+ year 2023
+ authors Pio-Lopez, L., and Levin, M.
+ url https://osf.io/wkhx4
+ added 06/11/2023
+ addedBy JEP
+ platform OSF Preprints
+
+ doi 10.31234/osf.io/g8q5d
+ title Nested Selves: Self-Organisation and Shared Markov Blankets in Prenatal Development in Humans
+ year 2023
+ authors Ciaunica, A., Levin, M., Rosas, F., and Friston, K.
+ url https://psyarxiv.com/g8q5d/
+ added 05/31/2023
+ addedBy JEP
+ platform PsyArXiv
+
+ doi 10.20944/preprints202305.1160.v1
+ title The Yin and Yang of Breast Cancer: Ion Channels as Determinants of Left-Right Functional Differences
+ year 2023
+ authors Masuelli, S., Real, S., McMillen, P., Oudin, M., Levin, M., and Roqué, M.
+ url https://www.preprints.org/manuscript/202305.1160/v1
+ added 05/20/2023
+ addedBy JEP
+ platform Preprints.org
+
+ doi 10.48550/arXiv.2303.01514
+ title Control flow in active inference systems
+ year 2023
+ authors Fields, C., Fabrocini, F., Friston, K., Glazebrook, J. F., Hazan, H., Levin, M. and Marcianò, A.
+ url https://arxiv.org/abs/2303.01514
+ added 03/04/2023
+ addedBy JEP
+ platform arXiv
+ // corrected 05/02/2023
+
+ doi 10.31219/osf.io/p23se
+ title Darwin’s Agential Materials: evolutionary implications of multi-scale competency in developmental biology
+ year 2023
+ authors Levin, M.
+ url https://osf.io/p23se
+ added 03/04/2023
+ addedBy JEP
+ platform OSF Preprints
+
+ doi 10.31234/osf.io/pjrd2
+ title Towards an Ethics of Autopoietic Technology: Stress, Care, and Intelligence
+ year 2023
+ authors Witkowski, O., Doctor, T., Solomonova, E., Duane, B., and Levin, M.
+ url https://psyarxiv.com/pjrd2/
+ added 03/01/2023
+ addedBy JEP
+ platform PsyArXiv
+
+ doi 10.1101/2023.02.27.530270
+ title Identification of a pharmaceutical biostasis inducer that slows metabolism in multiple vertebrates that do not hibernate
+ year 2023
+ authors Sperry, M. M., Charrez, B., Fotowat, H., Gardner, E., Pilobello, K., Izadifar, Z., Lin, T., Kuelker, A., Kaki, S., Lewandowski, M., Lightbown, S., Martinez, R., Marquez, S., Sesay, A., Shcherbina, K., Takeda, T., Andrijauskaite, K., Cisneros, E., Lopez, R., Cano, I., Maxwell, Z., Veraza, R., Bunegin, L., Percival, T. J., Yracheta, J., Pena, J. J., Wood, D. M., Homas, Z. T., Hinshaw, C. J., Cox-Hinshaw, J., Parry, O. G., Sleeter, J. J., Weitzel, E., Levin, M., Super, M., Novak, R., and Ingber, D. E.
+ url https://www.biorxiv.org/content/10.1101/2023.02.27.530270v1
+ added 03/01/2023
+ addedBy JEP
+ platform bioRxiv
+
+ doi 10.1101/2023.01.08.523164
+ title Information integration during bioelectric regulation of morphogenesis in the embryonic frog brain
+ year 2023
+ authors Manicka, S., Pai, V. P, and Levin, M.
+ url https://www.biorxiv.org/content/10.1101/2023.01.08.523164v2
+ added 01/27/2032
+ addedBy JEP
+ platform bioRxiv
+
+ doi 10.31219/osf.io/7hxnp
+ title Morphoceuticals: perspectives for discovery of drugs targeting anatomical control mechanisms in regenerative medicine, cancer, and aging
+ year 2022
+ authors Pio-Lopez, L., and Levin, M.
+ url https://osf.io/7hxnp/
+ added 12/27/2022
+ addedBy JEP
+ platform OSF Preprints
+
+ doi 10.48550/arXiv.2212.10675
+ title There’s Plenty of Room Right Here: Biological Systems as Evolved, Overloaded, Multi-scale Machines
+ year 2022
+ authors Bongard, J., and Levin, M.
+ url https://arxiv.org/abs/2212.10675
+ added 12/27/2022
+ addedBy JEP
+ platform arxiv
+
+ doi 10.48550/arXiv.2211.08522
+ title The scaling of goals via homeostasis: an evolutionary simulation, experiment and analysis
+ year 2022
+ authors Pio-Lopez, L., Bischof, J., LaPalme, J. V., and Levin, M.
+ url https://arxiv.org/abs/2211.08522
+ added 11/30/2022
+ addedBy JEP
+ platform arxiv
+
+ doi 10.31219/osf.io/c6n9r
+ title Cellular Signaling Pathways as Plastic, Proto-cognitive Systems: Implications for Biomedicine
+ year 2022
+ authors Mathews, J., Chang, J., Devlin, L., and Levin, M.
+ url https://osf.io/c6n9r
+ added 11/30/2022
+ addedBy JEP
+ platform OSF Preprints
+
+ doi 10.48550/arXiv.2211.01313
+ title Closing the Loop on Morphogenesis: A Mathematical Model of Morphogenesis by Closed-Loop Reaction-Diffusion
+ year 2022
+ authors Grodstein, J., and Levin, M.
+ url https://arxiv.org/abs/2211.01313
+ added 11/03/2022
+ addedBy JEP
+ platform arxiv
+
+ doi 10.1101/2022.10.23.513361
+ title Exploring The Behavior of Bioelectric Circuits using Evolution Heuristic Search
+ year 2022
+ authors Hazan, H., and Levin, M.
+ url https://www.biorxiv.org/content/10.1101/2022.10.23.513361v1
+ added 11/03/2022
+ addedBy JEP
+ platform bioRxiv
+
+ doi 10.31234/osf.io/rdt7f
+ title Regulative development as a model for origin of life and artificial life studies
+ year 2022
+ authors Fields, C., and Levin, M.
+ url https://psyarxiv.com/rdt7f/
+ added 10/13/2022
+ addedBy JEP
+ platform PsyArXiv
+
+ doi 10.31234/osf.io/fgcy5
+ title The Brain is not Mental! Coupling Neuronal and Immune Cellular Processing in Human Organisms
+ year 2022
+ authors Ciaunica, A., and Levin, M.
+ url https://psyarxiv.com/fgcy5/
+ added 10/13/2022
+ addedBy JEP
+ platform PsyArXiv
+
+ doi 10.1101/2022.08.04.502707
+ title Motile Living Biobots Self-Construct from Adult Human Somatic Progenitor Seed Cells
+ year 2022
+ authors Gumuskaya, G., Srivastava, P., Cooper, B. G., Lesser, H., Semegran, B., Garnier, S., and Levin, M.
+ url https://www.biorxiv.org/content/10.1101/2022.08.04.502707v2.article-info
+ added 09/01/2022
+ addedBy JEP
+ platform bioRxiv
+ // updated 6/1/2023
+
+ doi 10.48550/arXiv.2207.14729
+ title Competency of the Developmental Layer Alters Evolutionary Dynamics in an Artificial Embryogeny Model of Morphogenesis
+ year 2022
+ authors Shreesha, L., and Levin, M.
+ url https://arxiv.org/abs/2207.14729
+ added 08/01/2022
+ addedBy JEP
+ platform arxiv
+
+ doi 10.1101/2021.12.22.473903
+ title The nonlinearity of regulation in biological networks
+ year 2022
+ authors Manicka, S., Johnson, K., Levin, M., and Murrugarra, D.
+ url https://www.biorxiv.org/content/10.1101/2021.12.22.473903v2
+ added 08/01/2022
+ addedBy JEP
+ platform bioRxiv
+
+ doi 10.20944/preprints202207.0376.v1
+ title Information Theory as an experimental tool for integrating disparate biophysical signaling modules
+ year 2022
+ authors McMillen, P., and Levin, M.
+ url https://www.preprints.org/manuscript/202207.0376/v1
+ added 07/25/2022
+ addedBy JEP
+ platform Preprints.org
+
+ doi 10.31234/osf.io/4gp6c
+ title Active Inference, Morphogenesis, and Computational Psychiatry
+ year 2022
+ authors Pio-Lopez, L., Kuchling, F., Tung, A., Pezzulo, G., and Levin, M.
+ url https://psyarxiv.com/4gp6c/
+ added 07/09/2022
+ addedBy JEP
+ platform PsyArXiv
+
+ doi 10.20944/preprints202207.0083.v1
+ title Screening biophysical sensors and actuators that influence wound healing in human induced pluripotent stem cell-derived neurons
+ year 2022
+ authors Pai, V. P., Cooper, B., and Levin, M.
+ url https://www.preprints.org/manuscript/202207.0083/v1
+ added 07/06/2022
+ addedBy JEP
+ platform Preprints.org
+
+ doi 10.48550/arXiv.2207.00880
+ title Biological Robots: Perspectives on an Emerging Interdisciplinary Field
+ year 2022
+ authors Blackiston, D., Kriegman, S., Bongard, J., and Levin, M.
+ url https://arxiv.org/abs/2207.00880
+ added 07/06/2022
+ addedBy JEP
+ platform arxiv
+
+ doi 10.31219/osf.io/xrv8h
+ title Synthetic Morphology via Active and Agential Matter
+ year 2022
+ authors Davies, J., and Levin, M.
+ url https://osf.io/xrv8h/
+ added 06/18/2022
+ addedBy JEP
+ platform OSF Preprints
+
+ doi 10.31234/osf.io/hqc9b
+ title Collective Intelligence of Morphogenesis as a Teleonomic Process
+ year 2022
+ authors Levin, M.
+ url http://psyarxiv.com/hqc9b/
+ addedBy (Mar)
+ platform PsyArXiv
+ // req 02/16/2022 03/16/2022
+
+ doi 10.31234/osf.io/87nzu
+ title Competency in Navigating Arbitrary Spaces: Intelligence as an Invariant for Analyzing Cognition in Diverse Embodiments
+ year 2022
+ authors Fields, C., and Levin, M.
+ url https://psyarxiv.com/87nzu
+ added 06/19/2022
+ addedBy JEP
+ platform PsyArxiv
+
+ doi 10.1101/2022.03.20.485056doi
+ title Target-agnostic discovery of Rett Syndrome therapeutics by coupling computational network analysis and CRISPR-enabled in vivo disease modeling
+ year 2022
+ authors Novak, R., Lin, T., Kaushal, S., Sperry, M., Vigneault, F., Gardner, E., Loomba, S., Shcherbina, K., Keshari, V. , Dinis, A., Vasan, A., Chandrasekhar, V., Takeda, T., Turner, J. R., Levin, M., and Ingber, D. E.
+ url https://www.biorxiv.org/content/10.1101/2022.03.20.485056v1.full.pdf
+ added 06/19/2022
+ addedBy JEP
+ platform bioRxiv
+
+ doi 10.48550/arXiv.2202.07132
+ title Memory via Temporal Delays in weightless Spiking Neural Network
+ year 2022
+ authors Hazan, H., Caby, S., Earl, C., Siegelmann, H., and Levin, M.
+ url https://arxiv.org/abs/2202.07132
+ added 03/16/2022
+ addedBy (Mar)
+ platform arxiv
+ // req 02/16/2022
+
+ doi 10.48550/arXiv.2201.00921
+ title Neurons as hierarchies of quantum reference frames
+ year 2022
+ authors Fields, C., Glazebrook, J. F., and Levin, M.
+ url https://arxiv.org/abs/2201.00921
+ added 06/19/2022
+ addedBy JEP
+ platform arXiv
+
+ doi MISSING-MindRxiv
+ title Biology, Buddhism, and AI: Care as the Driver of Intelligence
+ year 2022
+ authors Doctor, T., Witkowski, O., Solomonova, E., Duane, B., and Levin, M.
+ url https://mindrxiv.org/wemr6
+ added 03/12/2022
+ platform MindRxiv
+
+ doi 10.31234/osf.io/t6e8p
+ title Technological Approach to Mind Everywhere (TAME): an experimentally-grounded framework for understanding diverse bodies and minds
+ year 2021
+ authors Levin, M.
+ url https://psyarxiv.com/t6e8p
+ added 01/06/2022
+ platform PsyArXiv
+ // req 12/30/2021
+
+ doi 10.1101/2021.09.30.462576
+ title Enhancers of host immune tolerance to bacterial infection discovered using linked computational and experimental approaches
+ year 2021
+ authors Sperry, M., Novak, R., Keshari, V., Dinis, A. L. M., Cartwright, M. J., Camacho, D. M., Pare, J-F, Super, M., Levin, M., and Ingber, D. E.
+ url https://www.biorxiv.org/content/10.1101/2021.09.30.462576v1
+ added 10/01/2021
+ platform bioRxiv
+
+ doi 10.1101/2021.10.17.464734
+ title Physarum polycephalum: Establishing an Assay for Testing Decision-making Under Shifting Somatic Boundaries
+ year 2021
+ authors Levin, S. P., and Levin, M.
+ url https://www.biorxiv.org/content/10.1101/2021.10.17.464734v1
+ added 07/06/2022
+ addedBy JEP
+ platform bioRxiv
+
+ doi 10.1101/2021.04.06.438714
+ title Potassium channel-driven bioelectric signaling regulates metastasis in triple-negative breast cancer
+ year 2021
+ authors Payne, S. K., Ram, P., Srinivasan, D. H., Le, T. T., Levin, M., and Oudin, M. J.
+ url https://www.biorxiv.org/content/10.1101/2021.04.06.438714v1
+ platform bioRxiv
+ // req 04/20/2021
+
+ doi 10.48550/arXiv.2103.17061
+ title Metabolic limits on classical information processing by biological cells
+ year 2021
+ authors Fields, C., and Levin, M.
+ url https://arxiv.org/abs/2103.17061
+ platform arxiv
+
+ doi 10.48550/arXiv.2103.04876
+ title Scale invariant robot behavior with fractals
+ year 2021
+ authors Kriegman, S., Nasab, A. M., Blackiston, D., Steele, H., Levin, M., Kramer-Bottiglio, R., and Bongard, R.
+ url https://arxiv.org/abs/2103.04876
+ platform arXiv
+
+ doi 10.1101/2021.01.15.426822
+ title Formation and Spontaneous Long-Term Repatterning of Headless Planarian Flatworms
+ year 2021
+ authors Bischof, J., LaPalme, J., Miller, K., Morokuma, J., Williams, K., Fields, C., and Levin, M.
+ url https://www.biorxiv.org/content/10.1101/2021.01.15.426822v1
+ platform bioRxiv
+
+ doi 10.1101/336461
+ title Turing-like patterns can arise from purely bioelectric mechanisms
+ year 2020
+ authors Brodsky, M.
+ url https://www.biorxiv.org/node/102763.full
+ platform bioRxiv
+
+ doi 10.1101/2020.02.05.936294
+ title Epigenetic immune-modulation by Histone Deacetylase Activity (HDAC) of tissue and organ regeneration in Xenopus laevis
+ year 2020
+ authors Pentagna, N., Soares dos Santos, F., Martins de Almeida, F., Abreu, J. G., Levin, M., and Carneiro, K.
+ url https://www.biorxiv.org/content/10.1101/2020.02.05.936294v1
+ platform bioRxiv
+
+ doi MISSING-BindsNET
+ title BindsNET - A Framework for Spiking Neuronal Simulation
+ year 2020
+ authors Hazan, H., Levin, M.
+ url https://medium.com/@hananel.hazan/bindsnet-a-framework-for-spiking-neuronal-simulation-72726c208a
+ platform Medium
+
+ doi 10.1101/2020.05.03.074419
+ title Evolution leads to emergence: An analysis of protein interactomes across the tree of life
+ year 2020
+ authors Hoel, E., Klein, B., Swain, A., Grebenow, R., Levin, M.
+ url https://www.biorxiv.org/content/10.1101/2020.05.03.074419v1
+ platform bioRxiv
+
+ doi 10.1101/2020.03.20.985523
+ title Mechanosensation Mediates Long-Range Spatial Decision-Making in an Aneural Organism
+ year 2020
+ authors Murugan, N., Kaltman, D., Jin, H., Chien, M., Flores, R., Nguyen, C., Tuzoff, D., Minabutdinov, A., Kane, A., Novak, R., Ingber, D.
+ url https://www.biorxiv.org/content/10.1101/2020.03.20.985523v1
+ platform bioRxiv
+
+ doi 10.48550/arXiv.1911.10290
+ title Scalable sim-to-real transfer of soft robot designs
+ year 2020
+ authors Kriegman, S., Nasab, A. M., Shah, D., Steele, H., Branin, G., Levin, M., Bongard, J., and Kramer-Bottiglio, R.
+ url https://arxiv.org/abs/1911.10290
+ platform arXiv
+
+ doi 10.1101/2020.01.22.916072
+ title S-adenosylhomocysteine hydrolase regulates anterior patterning in
+ year 2020
+ authors Reinmets, K., Bischof, J., Taketa, E., Levin, M., and Fuchs, S. M.
+ url https://www.biorxiv.org/content/10.1101/2020.01.22.916072v1
+ platform Dugesia japonica
+ platform bioRxiv
+
+ doi 10.15607/RSS.2019.XV.028
+ title Automated shapeshifting for function recovery in damaged robots
+ year 2019
+ authors Kriegman, S., Walker, S., Shah, D., Levin, M., Kramer-Bottiglio, R., and Bongard, J.
+ url https://arxiv.org/abs/1905.09264
+ added 05/02/2023
+ platform arxiv
+ // moved from 2020 to 2019 by JEP
+
+ doi 10.1038/s41598-019-54859-8
+ title Modeling somatic computation with non-neural bioelectric networks
+ year 2019
+ authors Manicka, S., and Levin, M.
+ url https://arxiv.org/abs/1912.04246
+ platform arxiv
+
+ doi MISSING-2019110348
+ title Bistability of Somatic Pattern Memories: Stochastic Outcomes in Bioelectric Circuits Underlying Regeneration
+ year 2019
+ authors Pezzulo, G., LaPalme, J., Durant, F., and Levin, M.
+ url https://www.preprints.org/manuscript/201911.0348/v1
+ platform Preprints.org
+
+ doi 10.1101/842948
+ title von Willebrand Factor D and EGF Domains is an evolutionarily conserved and required feature of blastemas capable of multi-tissue appendage regeneration
+ year 2019
+ authors Leigh, N. D., Sessa, S., Dragalzew, A. C., Payzin-Dogru, D., Sousa, J. F., Aggouras, A., Johnson, K., Dunlap, G. S., Haas, B. J., Levin, M., Schneider, I., and Whited, J. L.
+ url https://biorxiv.org/cgi/content/short/842948v1
+ platform bioRxiv
+
+ doi 10.1101/820613
+ title A comprehensive conceptual and computational dynamics framework for Autonomous Regeneration Systems
+ year 2019
+ authors Minh-Thai, T.N., Samarasinghe, S., and Levin, M.
+ url https://www.biorxiv.org/content/10.1101/820613v1
+ platform bioRxiv
+
+ doi 10.1101/815688
+ title Nervous System and Tissue Polarity Dynamically Adapt to New Morphologies in Planaria
+ year 2019
+ authors Bischof, J., Day, M.E., Miller, K.A., LaPalme, J., and Levin, M.
+ url https://www.biorxiv.org/content/10.1101/815688v1
+ platform bioRxiv
+
+ doi 10.1101/785444
+ title Defined extracellular ionic solutions to study and manipulate the cellular resting membrane potential
+ year 2019
+ authors Bonzanni, M., Payne, S. L., Adelfio, M., Kaplan, D. L., Levin, M., and Oudin, M. J.
+ url https://www.biorxiv.org/content/10.1101/785444v1
+ platform bioRxiv
+
+ doi 10.1101/052191
+ title Cellular Migration May Exhibit Intrinsic Left-Right Asymmetries: A meta-analysis
+ year 2018
+ authors Sullivan, K. G., Vandenberg, L. N., and Levin, M.
+ url https://www.biorxiv.org/content/early/2018/02/22/269217
+ platform bioRxiv
+
+ doi 10.1101/186650
+ title Effects of Ivermectin exposure on regeneration of D. dorotocephala planaria
+ year 2017
+ authors Ferenc, N. N., and Levin, M.
+ url https://www.biorxiv.org/content/early/2017/10/17/186650
+ platform bioRxiv
+
+ doi 10.1101/052191
+ title From cytoskeletal dynamics to organ asymmetry: a non-linear, regulative pathway underlies left-right patterning
+ year 2016
+ authors McDowell, G. S., Rajadurai, S., and Levin, M.
+ url https://www.biorxiv.org/cgi/content/short/052191
+ platform bioRxiv
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
created papers.parsers
papers.parsers
ffff:72.234.190.31
ffff:72.234.190.31
1 month ago
created papers.scroll
papers.scroll
root
root
2 months ago
initial blank_template template
.gitignore
Changed around line 1
+ .DS_Store
+ *.html
+ *.txt
+ *.xml
+ *.css
+ *.js
+ *.csv
+ requests.scroll
index.scroll
Changed around line 1
+ buildHtml
+ theme roboto
+
+ Hello World my name is