10,000 Matching Annotations
  1. Apr 2025
    1. Author response:

      The following is the authors’ response to the previous reviews

      eLife Assessment

      This work presents a valuable self-supervised method for the segmentation of 3D cells in microscopy images, alongside an implementation as a Napari plugin and an annotated dataset. While the Napari plugin is readily applicable and promises to eliminate time consuming data labeling to speed up quantitative analysis, there is incomplete evidence to support the claim that the segmentation method generalizes to other light-sheet microscopy image datasets beyond the two specific ones used here.

      Technical Note: We showed the utility of CellSeg3D in the first submission and in our revision on 5 distinct datasets; 4 of which we showed F1-Score performance on. We do not know which “two datasets” are referenced. We also already showed this is not limited to LSM, but was used on confocal images; we already limited our scope and changed the title in the last rebuttal, but just so it’s clear, we also benchmark on two non-LSM datasets.

      In this revision, we have now additionally extended our benchmarking of Cellpose and StarDrist on all 4 benchmark datasets, where our Wet3D (our novel contribution of a self-supervised model) outperforms or matches these supervised baselines. Moreover, we perform rigorous testing of our model’s generalization by training on one dataset and testing generalization to the other 3; we believe this is on par (or beyond) what most cell segmentation papers do, thus we hope that “incomplete” can now be updated.

      Public Reviews:

      Reviewer #1 (Public review):

      This work presents a self-supervised method for the segmentation of 3D cells in microscopy images, an annotated dataset, as well as a napari plugin. While the napari plugin is potentially useful, there is insufficient evidence in the manuscript to support the claim that the proposed method is able to segment cells in other light-sheet microscopy image datasets than the two specific ones used here.

      Thank you again for your time. We benchmarked already on four datasets the performance of WNet3Dd (our 3D SSL contribution) - thus, we do not know which two you refer to. Moreover, we now additionally benchmarked Cellpose and StarDist on all four so readers can see that on all datasets, WNet3D outperforms or matches these supervised methods.

      I acknowledge that the revision is now more upfront about the scope of this work. However, my main point still stands: even with the slight modifications to the title, this paper suggests to present a general method for self-supervised 3D cell segmentation in light-sheet microscopy data. This claim is simply not backed up.

      We respectfully disagree; we benchmark on four 3D datasets: three curated by others and used in learning ML conference proceedings, and one that we provide that is a new ground truth 3D dataset - the first of its kind - on mesoSPIM-acquired brain data. We believe benchmarking on four datasets is on par (or beyond) with current best practices in the field. For example, Cellpose curated one dataset and tested on held-out test data on this one dataset (https://www.nature.com/articles/s41592-020-01018-x) and benchmarked against StarDist and Mask R-CNN (two models). StarDist (Star-convex Polyhedra for 3D Object Detection and Segmentation in Microscopy) benchmarked on two datasets and against two models, IFT-Watershed and 3D U-Net. Thus, we feel our benchmarking on more models and more datasets is sufficient to claim our model and associated code is of interest to readers and supports our claims (for comparison, Cellpose’s title is “Cellpose: a generalist algorithm for cellular segmentation”, which is much broader than our claim).

      I still think the authors should spell out the assumptions that underlie their method early on (cells need to be well separated and clearly distinguishable from background). A subordinate clause like "often in cleared neural tissue" does not serve this purpose. First, it implies that the method is also suitable for non-cleared tissue (which would have to be shown). Second, this statement does not convey the crucial assumptions of well separated cells and clear foreground/background differences that the method is presumably relying on.

      We expanded the manuscript now quite significantly. To be clear, we did show our method works on non-cleared tissue; the Mouse Skull, 3D platynereis-Nuclei, and 3D platynereis-ISH-Nuclei is not cleared tissue, and not all with LSM, but rather with confocal microscopy. We attempted to make that more clear in the main text.

      Additionally, we do not believe it needs to be well separated and have a perfectly clean background. While we removed statements like "often in cleared neural tissue", expanded the benchmarking, and added a new demo figure for the readers to judge. As in the last rebuttal, we provide video-evidence (https://www.youtube.com/watch?v=U2a9IbiO7nE) of the WNet3D working on the densely packed and hard to segment by a human, Mouse Skull dataset and linked this directly in the figure caption.

      We have re-written the main manuscript in an attempt to clarify the limitations, including a dedicated “limitations” section. Thank you for the suggestion.

      It does appear that the proposed method works very well on the two investigated datasets, compared to other pre-trained or fine-tuned models. However, it still remains unclear whether this is because of the proposed method or the properties of those specific datasets (namely: well isolated cells that are easily distinguished from the background). I disagree with the authors that a comparison to non-learning methods "is unnecessary and beyond the scope of this work". In my opinion, this is exactly what is needed to proof that CellSeg3D's performance can not be matched with simple image processing.

      We want to again stress we benchmarked WNet3D on four datasets, not two. But now additionally added benchmarking with Cellpose, StarDist and a non-deep learning method as requested (see new Figures 1 and 3).

      As I mentioned in the original review, it appears that thresholding followed by connected component analysis already produces competitive segmentations. I am confused about the authors' reply stating that "[this] is not the case, as all the other leading methods we fairly benchmark cannot solve the task without deep learning". The methods against which CellSeg3D is compared are CellPose and StarDist, both are deep-learning based methods.

      That those methods do not perform well on this dataset does not imply that a simpler method (like thresholding) would not lead to competitive results. Again, I strongly suggest the authors include a simple, non-learning based baseline method in their analysis, e.g.: * comparison to thresholding (with the same post-processing as the proposed method) * comparison to a normalized cut segmentation (with the same post-processing as the proposed method)

      We added a non-deep learning based approach, namely, comparing directly to thresholding with the same post hoc approach we use to go from semantic to instance segmentation. WNet3D (and other deep learning approaches) perform favorably (see Figure 2 and 3).

      Regarding my feedback about the napari plugin, I apologize if I was not clear. The plugin "works" as far as I tested it (i.e., it can be installed and used without errors). However, I was not able to recreate a segmentation on the provided dataset using the plugin alone (see my comments in the original review). I used the current master as available at the time of the original review and default settings in the plugin.

      We updated the plugin and code for the revision at your request to make this possible directly in the napari GUI in addition to our scripts and Jupyter Notebooks (please see main and/or `pip install --upgrade napari-cellseg3d`’ the current is version 0.2.1). Of course this means the original submission code (May 2024) will not have this in the GUI so it would require you to update to test this. Alternatively, you can see the demo video we now provide for ease: https://www.youtube.com/watch?v=U2a9IbiO7nE (we understand testing code takes a lot of time and commitment).

      We greatly thank the review for their time, and we hope our clarifications, new benchmarking, and re-write of the paper now makes them able to change their assessment from incomplete to a more favorable and reflective eLife adjective.

      Reviewer #2 (Public review):

      Summary:

      The authors propose a new method for self-supervised learning of 3d semantic segmentation for fluorescence microscopy. It is based on a WNet architecture (Encoder / Decoder using a UNet for each of these components) that reconstructs the image data after binarization in the bottleneck with a soft n-cuts clustering. They annotate a new dataset for nucleus segmentation in mesoSPIM imaging and train their model on this dataset. They create a napari plugin that provides access to this model and provides additional functionality for training of own models (both supervised and self-supervised), data labeling and instance segmentation via post-processing of the semantic model predictions. This plugin also provides access to models trained on the contributed dataset in a supervised fashion.

      Strengths:

      -  The idea behind the self-supervised learning loss is interesting.

      -  It provides a new annotated dataset for an important segmentation problem.

      -  The paper addresses an important challenge. Data annotation is very time-consuming for 3d microscopy data, so a self-supervised method that yields similar results to supervised segmentation would provide massive benefits.

      -  The comparison to other methods on the provided dataset is extensive and experiments are reproducible via public notebooks.

      Weaknesses:

      The experiments presented by the authors support the core claims made in the paper. However, they do not convincingly prove that the method is applicable to segmentation problems with more complex morphologies or more crowded cells/nuclei.

      Major weaknesses:

      (1) The method only provides functionality for semantic segmentation outputs and instance segmentation is obtained by morphological post-processing. This approach is well known to be of limited use for segmentation of crowded objects with complex morphology. This is the main reason for prediction of additional channels such as in StarDist or CellPose. The experiments do not convincingly show that this limitation can be overcome as model comparisons are only done on a single dataset with well separated nuclei with simple morphology. Note that the method and dataset are still a valuable contribution with this limitation, which is somewhat addressed in the conclusion. However, I find that the presentation is still too favorable in terms of the presentation of practical applications of the method, see next points for details.

      Thank you for noting the methods strengths and core features. Regarding weaknesses, we have revised the manuscript again and added direct benchmarking now on four datasets and a fifth “worked example” (https://www.youtube.com/watch?v=3UOvvpKxEAo&t=4s) in a new Figure 4.

      We also re-wrote the paper to more thoroughly present the work (previously we adhered to the “Brief Communication” eLife format), and added an explicit note in the results about model assumptions.

      (2) The experimental set-up for the additional datasets seems to be unrealistic as hyperparameters for instance segmentation are derived from a grid search and it is unclear how a new user could find good parameters in the plugin without having access to already annotated ground-truth data or an extensive knowledge of the underlying implementations.

      We agree that of course with any self-supervised method the user will need a sense of what a good outcome looks like; that is why we provide Google Colab Notebooks

      (https://github.com/AdaptiveMotorControlLab/CellSeg3D/tree/main/notebooks) and the napari-plugin GUI for extensive visualization and even the ability to manually correct small subsets of the data and refine the WNet3D model.

      We attempted to make this more clear with a new Figure 2 and additional functionality directly into the plugin (such as the grid search). But, we believe this “trade-off” for SSL approaches over very labor intensive 3D labeling is often worth it; annotators are also biased so extensive checking of any GT data is equally required.

      We also added the “grid search” functionality in the GUI (please `pip install --upgrade napari-cellseg3d`; the latest v0.2.1) to supplement the previously shared Notebook (https://github.com/C-Achard/cellseg3d-figures/blob/main/thresholds_opti/find_best_threshold s.ipynb) and added a new YouTube video: https://www.youtube.com/watch?v=xYbYqL1KDYE.

      (3) Obtaining segmentation results of similar quality as reported in the experiments within the napari plugin was not possible for me. I tried this on the "MouseSkull" dataset that was also used for the additional results in the paper.

      Again we are sorry this did not work for you, but we added new functionality in the GUI and made a demo video (https://www.youtube.com/watch?v=U2a9IbiO7nE) where you either update your CellSeg3D code or watch the video to see how we obtained these results.

      Here, I could not find settings in the "Utilities->Convert to instance labels" widget that yielded good segmentation quality and it is unclear to me how a new user could find good parameter settings. In more detail, I cannot use the "Voronoi-Otsu" method due to installation issues that are prohibitive for a non expert user and the "Watershed" segmentation method yields a strong oversegmentation.

      Sorry to hear of the installation issue with Voronoi-Otsu; we updated the documentation and the GUI to hopefully make this easier to install. While we do not claim this code is for beginners, we do aim to be a welcoming community, thus we provide support on GitHub, extensive docs, videos, the GUI, and Google Colab Notebooks to help users get started.

      Comments on revised version

      Many of my comments were addressed well:

      -  It is now clear that the results are reproducible as they are well documented in the provided notebooks, which are now much more prominently referenced in the text.

      Thanks!

      -  My concerns about an unfair evaluation compared to CellPose and StarDist were addressed. It is now clear that the experiments on the mesoSPIM dataset are extensive and give an adequate comparison of the methods.

      Thank you; to note we additionally added benchmarking of Cellpose and StarDist on the three additional datasets (for R1), but hopefully this serves to also increase your confidence in our approach.

      -  Several other minor points like reporting of the evaluation metric are addressed.

      I have changed my assessment of the experimental evidence to incomplete/solid and updated the review accordingly. Note that some of my main concerns with the usability of the method for segmentation tasks with more complex morphology / more crowded cells and with the napari plugin still persist. The main points are (also mentioned in Weaknesses, but here with reference to the rebuttal letter):

      - Method comparison on datasets with more complex morphology etc. are missing. I disagree that it is enough to do this on one dataset for a good method comparison.

      We benchmarked WNet3D (our contribution) on four datasets, and to aid the readers we additionally now added Cellpose and StarDist benchmarking on all four. WNet3D performs favorably, even on the crowded and complex Mouse Skull data. See the new Figure 3 as well as the associated video: https://www.youtube.com/watch?v=U2a9IbiO7nE&t=1s.

      -  The current presentation still implies that CellSeg3d **and the napari plugin** work well for a dataset with complex nucleus morphology like the Mouse Skull dataset. But I could not get this to work with the napari plugin, see next points.

      - First, deriving hyperparameters via grid search may lead to over-optimistic evaluation results. How would a user find these parameters without having access to ground-truth? Did you do any experiments on the robustness of the parameters?

      -  In my own experiments I could not do this with the plugin. I tried this again, but ran into the same problems as last time: pyClesperanto does not work for me. The solution you link requires updating openCL drivers and the accepted solution in the forum post is "switch to a different workstation".

      We apologize for the confusion here; the accepted solution (not accepted by us) was user specific as they switched work stations and it worked, so that was their solution. Other comments actually solved the issue as well. For ease this package can be installed on Google Colab (here is the link from our repo for ease: https://colab.research.google.com/github/AdaptiveMotorControlLab/CellSeg3d/blob/main/not ebooks/Colab_inference_demo.ipynb) where pyClesperanto can be installed via: !pip install pyclesperanto-prototype without issue on Google Colab.

      This a) goes beyond the time I can invest for a review and b) is unrealistic to expect computationally inexperienced users to manage. Then I tried with the "watershed" segmentation, but this yields a strong oversegmentation no matter what I try, which is consistent with the predictions that look like a slightly denoised version of the input images and not like a proper foreground-background segmentation. With respect to the video you provide: I would like to see how a user can do this in the plugin without having a prior knowledge on good parameters or just pasting code, which is again not what you would expect a computationally unexperienced user to do.

      We agree with the reviewer that the user needs domain knowledge, but we never claim our method was for inexperienced users. Our main goal was to show a new computer vision method with self-supervised learning (WNet3D) that works on LSM and confocal data for cell nuclei. To this end, we made you a demo video to show how a user can visually perform a thresholding check https://www.youtube.com/watch?v=xYbYqL1KDYE&t=5s, and we added all of these new utilities to the GUI, thanks for the suggestion. Otherwise, the threshold can also be done in a Notebook (as previously noted).

      I acknowledge that some of these points are addressed in the limitations, but the text still implies that it is possible to get good segmentation results for such segmentation problems: "we believe that our self-supervised semantic segmentation model could be applied to more challenging data as long as the above limitations are taken into account." From my point of view the evidence for this is still lacking and would need to be provided by addressing the points raised above for me to further raise the Incomplete/solid rating, especially showing how this can be done wit the napari plugin. As an alternative, I would also consider raising it if the claims are further reduced and acknowledge that the current version of the method is only a good method for well separated nuclei.

      We hope our new benchmarking and clear demo on four datasets helps improve your confidence in our evidence in our approach. We also refined our over text and hope our contributions, the limitations and the advantages are now more clear.

      I understand that this may be frustrating, but please put yourself in the role of a new reader of this work: the impression that is made is that this is a method that can solve 3D segmentation tasks in light-sheet microscopy with unsupervised learning. This would be a really big achievement! The wording in the limitation section sounds like strategic disclaimers that imply that it is still possible to do this, just that it wasn't tested enough.

      But, to the best of my assessment, the current version of the method only enables the more narrow case of well separated nuclei with a simple morphology. This is still a quite meaningful achievement, but more limited than the initial impression. So either the experimental evidence needs to be improved, including a demonstration how to achieve this in practice, including without deriving parameters via grid-search and in the plugin, or the claim needs to be meaningfully toned down.

      Thanks for raising this point; we do think that WNet3D and the associated CellSeg3D package - aimed to continue to integrate state of the art models, is a non-trivial step forward. Have we completely solved the problem, certainly not, but given the limited 3D cell segmentation tools that exist, we hope this, coupled with our novel 3D dataset, pushes the field forward. We don’t show it works on the narrow well-separated use case, but rather show this works even better than supervised models on the very challenging benchmark Mouse Skull. Given we now show evidence that we outperform or match supervised algorithms with an unsupervised approach, we respectfully do think this is a noteworthy achievement. Thank you for your time in assessing our work.

    1. Note: This response was posted by the corresponding author to Review Commons. The content has not been altered except for formatting.

      Learn more at Review Commons


      Reply to the reviewers

      Reviewer #1 (Evidence, reproducibility and clarity (Required)):

      __* SUMMARY

      This study utilizes the developing chicken neural tube to assess the regulation of the balance between proliferative and neurogenic divisions in the vertebrate CNS. Using single-cell RNAseq and endogenous protein tagging, the authors identify Cdkn1c as a potential regulator of the transition towards neurogenic divisions. Cdkn1c knockdown and overexpression experiments suggest that low Cdkn1c expression enhances neurogenic divisions. Using a combination of clonal analysis and sequential knockdown, the authors find that Cdkn1c lengthens the G1 phase of the cell cycle via inhibition of cyclinD1. This study represents a significant advance in understanding how cells can transition between proliferative and asymmetric modes of division, the complex and varying roles of cycle regulators, and provides technical advance through innovative combination of existing tools.

      MAJOR AND MINOR COMMENTS *__

      Overall Sample numbers are missing or unclear throughout for all imaging experiments. The authors should add numbers of cells analysed and/or numbers of embryos for their results to be appropriately convincing.

      This information is now provided in the figure legends (numbers of cells analyzed and/or numbers of embryos) except for data in Figure 5, which are presented in a new Supplementary Table

      Values and error bars on graphs must be defined throughout. Are the values means and error bars SD or SEM?

      We have used SD throughout the study. This information has now been added in figure legends.

      Results 2

      ____A reference should be provided for cell type distribution in spinal neural tube, where the authors state that cell bodies of progenitors reside within the ventricular zone.

      We now cite a recent review on spinal cord development (Saade and E. Marti, Nature Reviews Neuroscience, 2025) to illustrate this point

      The authors state that Cdkn1c "was expressed at low levels in a salt and pepper fashion in the ventricular zone, where the cell bodies of neural progenitors reside, and markedly increased in a domain immediately adjacent to this zone which is enriched in nascent neurons on their way to the mantle zone. In contrast, the transcript was completely excluded from the mantle zone, where HuC/D positive mature neurons accumulate." It is not clear if this is referring only to E4 or also to E3 embryos. Indeed, Cdkn1c expression appears to be much more salt and pepper at E3 and only resolves into a clear domain of high expression adjacent to the mantle zone at E4. It may be helpful if this expression pattern could be described in a bit more detail highlighting the changes that occur between E3 and E4.

      We have now reformulated this paragraph as follows: "At E3, the transcript was expressed at low levels in a salt and pepper fashion in the ventricular zone, where the cell bodies of neural progenitors reside (Saade and Marti, 2025)). One day later, at E4, this salt and pepper expression was still detected in the ventricular zone, while it markedly increased in the region of the mantle zone that is immediately adjacent to the ventricular zone. This region is enriched in nascent neurons on their way to differentiation that are still HuC/D negative. In contrast, the transcript was completely excluded from the more basal region of the mantle zone, where mature HuC/D positive neurons accumulate.

      It would be useful to annotate the ISH images in Fig 2A to show the ventricular and mantle zones as defined by immunofluorescence.

      Thank you for the suggestion. We have now added a dotted line that separates the ventricular zone from the mantle zone at E3 and E4 in Figure 2A

      Reference should be included for pRb expression dynamics.

      This section has been rewritten in response to comments from Reviewer #3, and now contains several references regarding pRb expression dynamics. See detailed response to Reviewer #3 for the new version

      Could the Myc tag insertion approach disrupt protein function or turnover? ____Why was the insertion target site at the C terminus chosen?

      The first reason was practical: at the time when we decided to generate a KI in Cdkn1c, we had already generated several successful KIs at C-termini of other genes, in particular using the P2A-Gal4 approach (see Petit-Vargas et al, 2024), and had not yet experimented with N-terminal Gal4-P2A. We therefore decided to use the same approach for Cdkn1c.

      We also chose to target the C-terminus to avoid affecting the active CKI domain which is located at the N-terminus.

      Nevertheless, the C-terminal targeting may have an impact on the turnover: it has been described that CDK2 phosphorylation of a Threonin close to the C-terminus of Cdkn1c leads to its targeting for degradation by the proteasome from late G1 (Kamura et al, PNAS, 2003; doi: 10.1073/pnas.1831009100). We can therefore not rule out that the addition of the Myc tags close to this phosphorylation site modulates the dynamics of Cdkn1c degradation. We note, however, that we observed little overlap between the Cdkn1c-Myc and pRb signals in cycling progenitors, suggesting that Cdkn1c is effectively degraded from late G1.

      OPTIONAL Could a similar approach be used to tag Cdkn1c with a fluorescent protein to enable live imaging of dynamics?

      Although it could be done, we have not attempted to do this for CDKN1c because our current experience of endogenous tagging of several genes with a similar expression level (based on our scRNAseq data) and nuclear localization (Hes5, Pax7) with a fluorescent reporter shows that the fluorescent signal is extremely low or undetectable in live conditions; Therefore we favored the multi-Myc tagging approach, and indeed we find that the Myc signal in progenitors is also very low even though it is amplified by the immunohistology method; this suggests that most likely, the only signal that would be detected -if any- with a fluorescent approach would be the peak of expression in newborn neurons.

      In suppl Fig 1C nlsGFP-positive cells are shown in the control shRNA condition. How can this be explained and does it impact the interpretation of the findings?

      The reviewer refers to the control gRNA condition in panel C, that shows that two small patches of GFP-positive cells are visible in the whole spinal cord of this particular embryo.

      Technically, the origin of these "background" cells could be multiple. A spontaneous legitimate insertion at the CDKN1c locus by homologous recombination is possible, although we tend to think it is unlikely, given the extremely short length of the arms of homology; illegitimate insertions of the Myc-P2A-Gal4 cassette at off-target sites of the control gRNA is a possibility. Alternatively, a low-level leakage of Gal4 expression from the donor vector could lead to a detectable nls-GFP expression in a few cells via Gal4-UAS amplification.

      In any case, these cells are observed at a very low frequency (1 or 2 patches of cells/embryo) relative to the signal obtained in presence of the CDKN1c gRNA#1 (probably several thousand positive cells per embryo). This suggests that if similar "background" cells are also present in presence of the CDKN1c gRNA, they would not significantly contribute to the signal, and would not impact the interpretation.

      In Fig 2B, there are a number of Myc labelled cells in the mantle zone, whereas the in situ images show no appreciable transcript expression. Is this because the protein but not the transcript is present in these cells? Could the authors comment on this?

      It is indeed possible that the CDKN1c protein is more stable than the transcript in newborn neurons and remains detectable in the mantle zone after the mRNA disappears. In Gui et al, 2006, where they use an anti-CDKN1c antibody to label the protein in mouse spinal cord transverse sections at E11.5 (Figure 1B), a few positive cells are also visible basally. They could correspond to neurons that have not yet degraded CDKN1c, although it is unclear in the picture whether these cells are really in the mantle zone or in the adjacent dorsal root ganglion; we note that a similar differential expression dynamics between mRNA and protein has been described for Tis21/Btg2 in the developing mouse cortex, where the protein, but not the mRNA, is detected in some differentiated bIII-tubulin-positive neurons (Iacopetti et al, 1999).

      However, related to our response above to a previous comment from the same reviewer, we cannot rule out the possibility that the Myc tags modulate the turnover of CDKN1c protein and slow down the dynamics of its degradation in differentiating neurons.

      We have added a sentence to indicate the presence of these cells: "In addition, a few Myc-positive cells were located deeper in the mantle zone, where the transcript is no more present, suggesting that the protein is more stable than the transcript."

      Results

      It should be mentioned how mRNA expression levels were quantified in the shRNA validation experiment (supp Fig 2A).

      We did not quantify the level of mRNA reduction, it was just evaluated by eye. The reason for choosing shRNA1 for the whole study was dictated by 1) the fact that we more consistently saw (by eye) a reduction in the signal on the electroporated side with this construct than with the other shRNAs, and 2) that the effect on neurogenesis was also more consistent.

      We will perform additional experiments to provide some quantitation of the shRNA effect, as this is also requested by Reviewer #3.

      As our Cdkn1c KI approach offers a direct read-out of the protein levels in the ventricular and mantle zones, and since our shRNA strategy of "partial knock-down" is based on the idea that the shRNA effect should be more complete in progenitors expressing Cdkn1c at low levels than in newborn progenitors that express the protein at a higher level, we propose to validate the shRNA in the Cdkn1c-Myc knock-in background, by comparing the Myc signal intensity between control and Cdkn1c shRNA conditions

      Figure panels are not currently cited in order. Citation or figure order could be changed.

      We have now added a common citation of the panels referring to analyses at 24 and 48 hours after electroporation (now Figure 3A-F), allowing us to display the experimental data on the figure according to the timing post electroporation, while the text details the phenotype at the later time point first.

      The authors should provide representative images for the graphs shown in Fig 3A and 3B. These could go into supplementary if the authors prefer.

      We have added images in a revised version of the Figure 3, as requested

      A supplementary figure showing the Caspase3 experiment should be added.

      We have added data showing Caspase3 experiments in Supplementary Figure 3D

      OPTIONAL. Identification of sister cells in the clonal analysis experiments is based on static images and cannot be guaranteed. Could live imaging be used to watch divisions followed by fixation and immunostaining to confirm identity?

      We agree with the reviewer that direct tracking is the most direct method for the identification of pairs of sister cells. However, it remains technically challenging, and the added value compared to the retrospective identification would be limited, while requiring a great workload, especially considering the many different experimental conditions that we have explored in this study.

      Results 4

      How did the authors quantify the intensity of endogenous Myc-tagged Cdkn1c to confirm the validity of the Pax7 locus knock in? Can they show that the expression level was consistently lower than the endogenous expression in neurons? Quantification and sample numbers should be shown.

      We have not done these quantifications in the original version of the study. We will add a quantification of the signal intensity in the ventricular and mantle zones for the revised version of the manuscript, as also requested by reviewer #3.

      In Fig 4B, the brightness of row 2 column 1 is lower than the same image in row 2 column 2, which is slightly misleading, since it makes the misexpressed expression level look lower than it is compared with endogenous in column 3. Is this because only a single z-section is being displayed in the zoomed in image? If so, this should be stated in the figure legend.

      All images in the figure are single Z confocal images. Images in Column 2 (showing both electroporated sides of the same tube) were acquired with a 20x objective, whereas the insets shown in Columns 1 and 3 are 100x confocal images. 100x images on both sides were acquired with the same acquisition parameters, and the display parameters are the same for both images in the figure. The signal intensity can therefore be compared directly between columns 1 and 3.

      We have modified the legend of the Figure to indicate these points: "The insets shown in Columns 1 and 3 are 100x confocal images acquired in the same section and are presented with the same display parameters".

      In Fig 4D, the increase in neurogenic divisions is mainly because of the rise in terminal NN divisions according to the graph, but no clear increase in PN divisions. Could the authors comment on the significance of this?

      Our interpretation is that Pax7-CDKN1c misexpression experiments cause both PP to PN and PN to NN conversions. This is coherent with the classical idea of a progressive transition between these three modes of division in the spinal cord. Coincidentally, in our experimental conditions (timing of analysis and level of overexpression), the increase in PN resulting from PP to PN conversions is perfectly balanced by a decrease resulting from PN to NN conversions, giving the artificial impression that the PN compartment is unaffected. A less likely hypothesis would be that misexpression directly transforms symmetric PP into symmetric NN divisions, and that asymmetric PN divisions are insensitive to CDKN1c levels. We do not favor this hypothesis, because one would expect, in that case, that the shRNA approach would also not affect the PN compartment, and it is not what we have observed (see Figure 3H - previously 3F).

      We have modified the manuscript to elaborate on our interpretation of this result: "We observed an increase in the proportion of terminal neurogenic (NN) divisions and a decrease in proliferative (PP) divisions (Figure 4D). This suggests that CDKN1c premature expression in PP progenitors converts them to the PN mode of division, while the combined endogenous and Pax7-driven expression of CDKN1c converts PN progenitors to the NN mode of division. Coincidentally, at the stage analyzed, PP to PN conversions are balanced by PN to NN conversions, leaving the PN proportion artificially unchanged. The alternative interpretation of a direct conversion of symmetric PP into symmetric NN divisions is less likely, because the PN compartment was affected in the reciprocal CDKN1c shRNA approach (see Figure 3H)."

      Results 5 ____The proportion of pRb-positive progenitors having entered S phase was stated to be higher at all time points; however, it is not significantly higher until 6h30 and is actually trending lower at 2h30.

      Thank you for pointing this out. We have modified the sentence in the main text.

      "We found that the proportion of pRb positive progenitors having entered S phase (EdU positive cells) was significantly higher at all time points examined more than 4h30 after FT injection in the Cdkn1c knock-down condition compared to the control population (Figure 5D)"

      OPTIONAL Could CyclinD1 activity be directly assessed?

      This is an interesting suggestion. For example, using the fluorescent CDK4/6 sensor developed by Yang et al (eLife, 2020; https://doi.org/10.7554/eLife.44571) in a CDKN1c shRNA condition would represent an elegant experimental alternative to complement our rescue experiments with the double CDKN1c/CyclinD1 shRNA. However, we fear that setting up and calibrating such a tool for in vivo usage in the chick embryo represents too much of a challenge for incorporation in this study.

      General ____Scale bars missing fig s1c s4d.

      Thanks for pointing this out. Scale bars have been added in the figures and corresponding legends

      OPTIONAL Some of the main findings be replicated in another species, for example, mouse or human to examine whether the mechanism is conserved.

      OPTIONAL Could use approaches other than image analysis be used to reinforce findings, for example biochemical methods, RNAseq or FACS?

      We agree that it will be interesting and important that our findings are replicated in other species, experimental systems, and even tissues, or by alternative experimental approaches. Nevertheless, it is probably beyond the scope of this study.

      A model cartoon to summarise outcomes would be useful.

      We thank the reviewer for the suggestion. We will propose a summary cartoon for the revised version of the manuscript.

      Unclear how cells were determined to be positive or negative for a label. Was this decided by eye? If so, how did the authors ensure that this was unbiased?

      Positivity or negativity was decided by eye. However, for each experiment, we ensured that all images of perturbed conditions and the relevant controls were analyzed with the same display parameters and by the same experimenter to guarantee that the criteria to determine positivity or negativity were constant.

      Reviewer #1 (Significance (Required)):

      SIGNIFICANCE

      Strengths: This manuscript investigates the mechanisms regulating the switch from symmetric proliferative divisions to neurogenic division during vertebrate neuronal differentiation. This is a question of fundamental importance, the answer to which has eluded us so far. As such, the findings presented here are of significant value to the neurogenesis community and will be of broad interest to those interested in cell divisions and asymmetric cell fate acquisition. Specific strengths include:

      • Variety of approaches used to manipulate and observe individual cell behaviour within a physiological context.
      • A limitation of using the chicken embryo is the lack of available antibodies for immunostaining. The authors take advantage of recent advances in chicken embryo CRISPR strategy to endogenously tag the target protein with Myc, to facilitate immunostaining.
      • Innovative combination of genetic and labelling tools to target cells, for example, use of FlashTag and EdU in combination to more accurately assess G1 length than the more commonly used method.
      • Premature misexpression demonstrates that the previously observed dynamics indeed regulate cell fate.
      • Mechanistic insight by examining downstream target CyclinD1.
      • Clearly presented with useful illustrations throughout.
      • Logic is clear and examination thorough.
      • Conclusions are warranted on the basis of their findings. ____Limitations ____T____his study primarily used visual analysis of fixed tissue images to assess the main outcomes. To reinforce the conclusions, these could be supplemented with live imaging to appreciate dynamics, or biochemical techniques to look at protein expression levels.

      Some aspects of quantification require explanation in order for the experiments to be replicated.

      It is imperative that precise sample sizes are included for all experiments presented.

      Advance: ____First functional demonstration role for Cdkn1c in regulating neurogenic transition in progenitors.

      Conceptual advance suggesting Cdkn1c has dual roles in driving neurogenesis: promoting neurogenic divisions of progenitors and the established role of mediating cell cycle exit previously reported.

      Technical advances in the form of G1 signposting and endogenous Myc tagging using CRISPR in chicken embryonic tissue.

      Audience:

      Of broad interest to developmental biologists. Could be relevant to cancer, since Cdkn1c is implicated.

      Please define your field of expertise with a few keywords to help the authors contextualize your point

      Developmental biology, vertebrate embryonic development, neuronal differentiation, imaging. Please note that we have not commented on RNAseq experiments as these are outside of our area of expertise.

      Reviewer #2 (Evidence, reproducibility and clarity (Required)):

      The work by Mida and colleagues addresses important questions about neurogenesis in the embryo, using the chicken neural tube as their model system. The authors investigate the mechanisms involved in the transition from stem cell self-renewal to neurogenic progenitor divisions, using a combination of single cell, gene functional and tracing studies.

      The authors generated a new single cell data set from the embryonic chicken spinal cord and identify a transitory cell population undergoing neuronal differentiation, which expresses Tis21, Neurog2 and Cdkn1c amongst other genes. They then study the role of Cdkn1c and investigate the hypothesis that it plays a dual role in spinal cord neurogenesis: low levels favour transition from proliferative to neurogenic divisions and high levels drive cell cycle exit and neuronal differentiation.

      Major comments

      I have only a general comment related to the main point of the paper. The authors claim that Cdkn1c onset in cycling progenitor drives transition towards neurogenic modes of division, which is different from its role in cell cycle exit and differentiation. Figures 3F and 4D are key figures where the authors analysed PP, PN and NN mode of divisions via flash tag followed by analysis of sister cell fate. If their assumption is correct, shouldn't they also see, for example in Fig. 4D, an increase in PN or is this too transient to be observed or is it bypassed?

      As already stated in our response to a similar question from reviewer #1, our interpretation is that Pax7-CDKN1c misexpression experiments cause both PP to PN and PN to NN conversions. This is coherent with the classical idea of a progressive transition between these three modes of division in the spinal cord. Coincidentally, in our experimental conditions (timing of analysis and level of overexpression), the increase in PN resulting from PP to PN conversions is perfectly balanced by a decrease resulting from PN to NN conversions, giving the artificial impression that the PN compartment is unaffected. A less likely hypothesis would be that misexpression directly transforms symmetric PP into symmetric NN divisions, and that asymmetric PN divisions are insensitive to CDKN1c levels. We do not favor this hypothesis, because one would expect, in that case, that the shRNA approach would also not affect the PN compartment, and it is not what we have observed (see Figure 3H - previously 3F).

      At the moment, the calculations of PN and NN frequencies are merged in the text, so perhaps describing PN and NN numbers separately will help better understand the dynamics of this gradual process (especially since there is little to no difference in PN).

      Regarding the results of Pax7 overexpression presented in figure 4D (now Figure 4E in the revised version), we had made the choice to merge PN and NN values in the main text to focus on the neurogenic transition from PP to PN/NN collectively. We agree with this reviewer, as well as with reviewer #1, that it should be more detailed and better discussed. We therefore propose to modify the paragraph as follows (and as already indicated above in the response to reviewer #1):

      "We observed an increase in the proportion of terminal neurogenic (NN) divisions and a decrease in proliferative (PP) divisions (Figure 4D). This suggests that Cdkn1c premature expression in PP progenitors converts them to the PN mode of division, while the combined endogenous and Pax7-driven expression of Cdkn1c converts PN progenitors to the NN mode of division. Coincidentally, at the stage analyzed, PP to PN conversions are balanced by PN to NN conversions, leaving the PN proportion artificially unchanged. The alternative interpretation of a direct conversion of symmetric PP into symmetric NN divisions is less likely, because the PN compartment was affected in the reciprocal Cdkn1c shRNA approach (see Figure 3F, now 3H)."

      Could the increase in NN be compatible also with a role in cell cycle exit and differentiation, for example from cells that have been targeted and are still undergoing the last division (hence marked by flash tag) or there won't be any GFP cells marked by flash tag a day after expression of high levels of Cdkn1c?

      It is likely that a proportion of cells that would normally have done a NN division are pushed to a direct differentiation that bypasses their last division in the Pax7-CDKN1c condition, and that they contribute to the general increase in neuron production observed in our quantification 48hae (Figure 3F -previously 3C). However, these cases would not contribute to the increase in the NN quantification in pairs of sister cells 6 hours after division at 24hae (Figure 4E - previously 4D), because by design they would not incorporate FlashTag. The rise in NN is therefore the result of a PN to NN conversion.

      Basically, what would the effect of expressing higher levels of Cdkn1c be? I guess this will really help them distinguish between transition to neurogenic division rather than neuronal differentiation. If not experimentally, any further comments on this would be appreciated.

      These experiments have been performed and presented in the study by Gui et al., 2007, which we cite in the paper. Using a strong overexpression of CDKN1c from the CAGGS promoter, they showed a massive decrease in proliferation, assessed by BrdU incorporation, 24hours after electroporation. We will cite this result more explicitly in the main text, and better explain the difference of our approach. We propose the following modification

      « We next explored whether low Cdkn1c activity is sufficient to induce the transition to neurogenic modes of division. A previous study has shown that overexpression of Cdkn1c driven by the strong CAGGS promoter triggers cell cycle exit of chick spinal cord progenitors, revealed by a drastic loss of BrdU incorporation 1 day after electroporation (Gui et al., 2007). As this precludes the exploration of our hypothesis, we developed an alternative approach designed to prematurely induce a pulse of Cdkn1c in progenitors, with the aim to emulate in proliferative progenitors the modest level of expression observed in neurogenic progenitors. We took advantage of the Pax7 locus, which is expressed in progenitors in the dorsal domain at a level similar to that observed for Cdkn1c in neurogenic precursors (Supplementary Figure 6A)."

      * * Minor comments

      Fig 3C my understanding is that HuC/D should be nuclear, but in fig 3C it seems more cytoplasmic (any comment?)

      Some studies suggest that HuC/D can, under certain conditions, be observed in the nucleus of neurons. However, HuC/D is a RNA binding protein whose localization is mainly expected to be cytoplasmic. In our experience (Tozer et al, 2017), and in other publications using the antibody in the chick spinal cord (see, for example, le Dreau et al, 2014), it is observed in the cell body of differentiated neurons, as in the current manuscript.

      Fig Suppl 3E (and related 4B), immuno for Cdkn1c-Myc: to help the reader understand the difference between the immuno signals when looking at the figure, I would suggest writing on the panel i) Pax7-Cdkn1c-Myc and ii) endogenous Cdkn1c-Myc, rather than 'misexpressed' and 'endogenous', which is slightly confusing (especially because what it is called endogenous expression is higher).

      This has now been modified in the figures.

      Literature citing: Introduction and discussion are very nicely written, although they could benefit from some more recent literature on the topic. For example, Cdkn1c role as a gatekeeper of stem cell reserve in the stomach, gut, (Lee et al, CellStemCell 2022 PMID: 35523142) or some other work on symmetric/asymmetric divisions and clonal analysis in zebrafish (Hevia et al, CellRep 2022 PMID: 35675784, Alexandre et al, NatNeur PMID: 20453852), mammals (Royal et al, Elife 2023 37882444, Appiah et al, EMBO rep 2023 PMID: 37382163). Also, similar work has been performed in the developing pancreatic epithelium, where mild expression of Cdkn1a under Sox9rtTa control was used to lengthen G1 without overt cell cycle exit and this resulted in Neurog3 stabilization and priming for endocrine differentiation (Krentz et al, DevCell 2017 PMID: 28441528), so similar mechanisms might be in in place to gradually shift progenitor towards stable decision to differentiate. Moreover, in the discussion, alongside Neurog2 control of Cdkn1c, it could be mentioned that the feedback loop between Cdk inhibitors and neurogenic factor is usually established via Cdk inhibitor-mediated inhibition of proneural bHLHs phosphorylation by CDKs (Krentz et al, DevCell 2017 PMID: 28441528, Ali et al, 24821983, Azzarelli et al 2017 - PMID: 28457793; 2024 - PMID:39575884). Further, in the discussion, could they mention anything about the following open questions: is there evidence for Cdkn1c low/high expression in mammalian spinal cord? Or maybe of other Cdk inhibitors? Is Cdkn1c also involved in cell cycle exit during gliogenesis? Or is there another Cdk inhibitor expressed at later developmental stages, hence linking this with specific cell fate decisions?

      We will modify the introduction and discussion in several instances, in order to address the above suggestions and we will:

      • add references to its role in other contexts and/or species.

      • expand the discussion on the cross talk between neurogenic factors and CDK inhibitors in other cellular contexts.

      • add a dedicated paragraph in the discussion to answer reviewer#2's questions: is there evidence for Cdkn1c low/high expression in mammalian spinal cord? Or maybe of other Cdk inhibitors? Is Cdkn1c also involved in cell cycle exit during gliogenesis or is there another Cdk inhibitor expressed at later developmental stages?

      Reviewer #2 (Significance (Required)):

      The work here presented has important implications on neural development and its disorders. The authors used the most advanced technologies to perform gene functional studies, such as CRISPR-HDR insertion of Myc-tag to follow endogenous expression, or expression under endogenous Pax7 promoter, often followed by flash tag experiments to trace sister cell fate, and all of this in an in vivo system. They then tested cell cycle parameters, clonal behaviour and modes of cell division in a very accurate way. Overall data are convincing and beautifully presented. The limitation is potentially in the resolution between the events of switching to neurogenic division versus neuronal differentiation, which might just warrant further discussion. This work advances our knowledge on vertebrate neurogenesis, by investigating a key player in proliferation and differentiation.

      ____I believe this work will be of general interest to developmental and cellular biologists in different fields. Because it addresses fundamental questions about the coordination between cell cycle and differentiation and fate decision making, some basic concepts can be translated to other tissues and other species, thus increasing the potential interested audience.

      My work focuses on stem cell fate decisions in mammalian systems, and I am familiar with the molecular underpinnings of the work here presented. However, I am not an expert in the chicken spinal cord as a model and yet the manuscript was interesting. I am also not sufficiently expert in the bioinformatic analysis, so cannot comment on the technical aspects of Figure 1 and the way they decided to annotate their data.

      __*

      Reviewer #3 (Evidence, reproducibility and clarity (Required)): *__

      Summary: In this study, Mida et al. analyze large-scale single-cell RNA-seq data from the chick embryonic neural tube and identify Cdkn1c as a key molecular regulator of the transition from proliferative to neurogenic cell divisions, marking the onset of neurogenesis in the developing CNS. To confirm this hypothesis, they employed classical techniques, including the quantification of neural cell-specific markers combined with the flashTAG label, to track and isolate isochronic cohorts of newborn cells in different division modes. Their findings reveal that Cdkn1c expression begins at low levels in neurogenic progenitors and becomes highly expressed in nascent neurons. Using a classical knockdown strategy based on short hairpin RNA (shRNA) interference, they demonstrate that Cdkn1c suppression promotes proliferative divisions, reducing neuron formation. Conversely, novel genetic manipulation techniques inducing low-level CDKN1c misexpression drive progenitors into neurogenic divisions prematurely.

      By employing cumulative EdU incorporation assays and shRNA-based loss-of-function approaches, Mida et al. further show that Cdkn1c extends the G1 phase by inhibiting cyclin D, ultimately concluding that Cdkn1c plays a dual role: first facilitating the transition of progenitors into neurogenic divisions at low expression levels, and later promoting cell cycle exit to ensure proper neural development.

      This study presents several ambiguities and lacks precision in its analytical methodologies and quantification approaches, which contribute to confusion and potential bias. To enhance the reliability of the conclusions, a more rigorous validation of the methods employed is essential.

      This study introduces a novel approach to tracking the fate of sister cells from neural progenitor divisions to infer the division modes. While previous methods for analyzing the division mode of neural progenitor cells have been implemented, rigorous validation of the approach introduced by Mida et al. is necessary. Furthermore, the concept of cell cycle regulators interacting to control the duration of specific cell cycle stages and influencing progenitor cell division modes has been explored before, potentially limiting the novelty of these findings.

      Major comments:

      1.-The study presents ambiguity and lacks precision in quantifying neural precursor division modes. The authors use phosphorylated retinoblastoma protein (pRb) as a marker for neurogenic progenitors, claiming its reliability in identifying neurogenic divisions.

      However, they do not provide a thorough characterization of pRb expression in the developing chick neural tube, leaving its suitability as a neurogenic division marker unverified.

      Throughout their comments on the manuscript, this reviewer raises several points regarding the characterization of pRb expression in our model and of our use of this marker in our study. We take these comments into account and propose to expand on pRb characteristics in the first occurrence of pRb as a marker of cycling cells in the manuscript. The modifications rely on:

      • the quotation of several studies showing that phosphorylation of Rb is regulated during the cell cycle, and that "it is not detectable during a period of variable length in early G1 in several cell types (Moser et al, 2018;Spencer et al, 2013; Gookin et al, 2017), including neural progenitors in the developing chick spinal cord (Molina et al, 2022). Apart from this absence in early G1, pRb is detected throughout the rest of the cell cycle until mitosis".

      • a more detailed description of our own characterization of pRb dynamics in a synchronous cohort of cycling cells, which reveals a similar heterogeneity in the timing of the onset of Rb phosphorylation after mitosis. This description was initially shown in supplementary figure 3 and will be transferred to a new supplementary figure 2 to account for the fact that it will now be cited earlier in the manuscript.

      Regarding the specific question the "suitability (of pRb) as a neurogenic division marker": we do not directly "use phosphorylated retinoblastoma protein (pRb) as a marker for neurogenic progenitors", but we use Rb phosphorylation to discriminate between progenitors (pRb+) and neurons (pRb-) identity in pairs of sister cells to retrospectively identify the mode of division of their mother.

      Given that Rb is unphosphorylated during a period of variable length after mitosis (see references above), pRb is not a reliable marker of ALL cycling progenitors. We developed an assay to identify the timepoint (the maximal length of this "pRb-negative" phase) after which Rb is phosphorylated in all cycling progenitors (new Supplementary Figure 2). This assay relies on a time course of pRb detection in cohorts of FlashTag-positive pairs of sister cells born at E3. This time course experiment allowed us to identify a plateau after which the proportion of pRb-positive cells in the cohort remains constant. From this timepoint, this proportion corresponds to the proportion of cycling cells in the cohort. Rb phosphorylation therefore becomes a discriminating factor between cycling progenitors (pRb+) and non-cycling neurons (pRb-).

      We are confident that this provides a solid foundation for the determination of the identity of pairs of sister cells in all our Flash-Tag based assays, which retrospectively identify the mode of division of a progenitor on the basis of the phosphorylation status of its daughter cells 6 hours after division.

      We propose to modify the main text to describe the strategy and protocol more explicitly, by introducing the sentence highlighted in yellow in the following paragraph where the paired-cell analysis is first introduced (in the section on CDKN1c knock-down):

      "This approach allows to retrospectively deduce the mode of division used by the mother progenitor cell. We injected the cell permeant dye "FlashTag" (FT) at E3 to specifically label a cohort of progenitors that undergoes mitosis synchronously (Baek et al., 2018; Telley et al., 2016 and see Methods), and let them develop for 6 hours before analyzing the fate of their progeny using pRb immunoreactivity (Figure 3D). Our characterization of pRb immunoreactivity in the tissue had established beforehand that 6 hours after mitosis, all progenitors can reliably be detected with this marker (Supplementary Figure 2, Methods). Therefore, at this timepoint after FT injection, two-cell clones selected on the basis of FT incorporation can be categorized as PP, PN, or NN based on pRb positivity (P) or not (N) (see Methods, new Figure 3G and new Supplementary Figures 2 and 4)."

      We also modified accordingly the legend to Supplementary Figure 2 (previously Supplementary Figure 3, which describes the identification of the plateau of pRb.

      Furthermore, retinoblastoma protein (Rb) and cyclin D interact crucially to regulate the G1/S phase transition of the cell cycle, with cyclin D/CDK complexes phosphorylating Rb. Since the authors conclude that CDKN1c primarily acts by inhibiting the cyclin D/CDK6 complex, it is likely that CDKN1c influences pRb expression or phosphorylation state. This raises the possibility that pRb could be a direct target of CDKN1c, whose expression and phosphorylation would be altered in gain-of-function (GOF) and loss-of-function (LOF) analyses of CDKN1c.

      In light of this, it would be more appropriate to consider pRb as a CDKN1c target and discuss the molecular mechanisms regulating cell cycle components.

      We agree with the reviewer that Rb phosphorylation may be a direct or indirect target of Cdkn1c activity, and exploring the molecular aspects of the cellular and developmental phenomena that we describe in our manuscript would represent an interesting follow up study.

      ____A more precise approach would involve using other markers or targets to quantify neural precursor division modes at earlier stages of neurogenesis.

      To complement our analyses of the modes of division, we propose to use a positive marker to assess neural identity in parallel to the absence of pRb within pairs of cells. This approach may be the most meaningful in the gain of function context (Pax7 driven expression of Cdkn1c) because in this context, the time-point to reach the plateau of Rb phosphorylation used in our FT-based assay may indeed be delayed. On the opposite, in the context of loss of functions, the plateau may be reached earlier, which would have no effect on this assay.

      2.-Furthermore, the study employs FlashTag labeling to track daughter cells post-division, but the 16-hour post-injection window may result in misidentification of sister cells due to the potential presence of FlashTagged cells that did not originate from the same division.

      This introduces a risk of bias in quantification, data misinterpretation, and potential errors in defining division modes. A more rigorous validation of the FlashTag strategy and its specificity in tracking division pairs is necessary to ensure the reliability of their conclusions.

      The reviewer probably mistyped and meant 6-hour post injection, which is the duration that we use for paired cell tracking. We would like to emphasize that in addition to the FlashTag label, we benefit from the electroporation reporter to assess clonality. Altogether, we combine 5 criteria to define a clonal relationship :

      • 2 cells are positive for Flash Tag
      • The Flash Tag intensity is similar between the 2 cells
      • The 2 cells are positive for the electroporation reporter
      • The electroporation reporter intensity is similar between the two cells
      • the position of the two cells is consistent with the radial organization of clones in this tissue (Leber and Sanes, 1995;__; __Loulier et al, 2014): they are found on a shared line along the apico-basal axis, and share the same Dorso-Ventral and Antero-Posterior position . This combination is already described in the Methods section. We propose to modify the paragraph to include the sentence highlighted in yellow in the text below;

      "Cell identity of transfected GFP positive cells was determined as follows: cells positive for pRb and FT were classified as progenitors and cells positive for FT and negative for pRb as neurons. In addition, a similar intensity of both the GFP and FT signals within pairs of cells, and a relative position of the two cells consistent with the radial organization of clones in this tissue (Leber and Sanes, 1995; Loulier et al, 2014) were used as criteria to further ascertain sisterhood. This combination restricts the density of events fulfilling all these independent criteria, and can confidently be used to ensure a robust identification of pairs of sister cells."

      3.- The knock-in strategy used to tag the endogenous CDKN1c protein in Figure 2 is an elegant tool to infer protein dynamics in vivo. However, since strong conclusions regarding CDKN1c dynamics during the cell cycle are drawn from this section, it would be advisable to strengthen the results by including quantification with adequate replication and proper statistical analysis, as the current findings are preliminary and somewhat speculative.

      - "Although pRb is specific for cycling cells, it is only detected once cells have passed the point of restriction during the G1 phase." Please provide literary reference confirming this observation.

      We have entirely remodeled this section, which describes the expression of Myc-tagged Cdkn1c relative to pRb and now provide several references that describe the generally accepted view that pRb is specific of cycling cells, regulated during the cell cycle, and in particular absent in early G1. We also remove the mention of the "Restriction point" in the main text to avoid any confusion on the timing of phosphorylation, as the notion of restriction point is not useful in our study. The section now reads as follows:

      "To ascertain that Cdkn1c is translated in neural progenitors, we used an anti-pRb antibody, recognizing a phosphorylated form of the Retinoblastoma (Rb) protein that is specifically detected in cycling cells (Gookin et al., 2017; Moser et al., 2018; Spencer et al., 2013) , including neural progenitors of the developing chick spinal cord (Molina et al., 2022). In the ventricular zone of transverse sections at E4 (48hae), we detected triple Cdkn1c-Myc/GFP/pRb positive cells (arrowheads in Figure 2B), providing direct evidence for the Cdkn1c protein in cycling progenitors. We also observed many double GFP/pRb positive cells that were Myc negative (arrowheads in Figure 2B). The observation of UAS-driven GFP in these pRb-positive cells is evidence for the translation of Gal4 and therefore provides a complementary demonstration that the Cdkn1c *transcript is translated in progenitors. The absence of Myc detection in these double GFP/pRb positive cells also suggests that Cdkn1c/Cdkn1c-Myc stability is regulated during the cell cycle. *

      Finally, we observed double Myc/GFP-positive cells that were pRb-negative (Figure 2B; asterisks). One characteristic of Rb phosphorylation as a marker of cycling cells is a period in early G1 during which it is not detectable, as described in several cell types (Gookin et al., 2017; Moser et al., 2018; Spencer et al., 2013) including chick spinal cord neural progenitors (Molina et al., 2022). Using a method that specifically labels a synchronous cohort of dividing cells in the neural tube, we similarly observed a period in early G1 during which pRb is not detectable in some progenitors at E3 (See Supplementary Figure 2 and Methods). Hence, the double Myc/GFP positive and pRb negative cells may correspond to progenitors in early G1. Alternatively, they may be nascent neurons whose cell body has not yet translocated basally (see Figure 2C). Finally, we observed a pool of GFP positive/pRb negative nuclei with a strong Myc signal in the region of the mantle zone that is in direct contact with the ventricular zone (VZ), corresponding to the region where the transcript is most strongly detected (see Figure 2A). This pool of cells with a high Cdkn1c expression likely corresponds to immature neurons exiting the cell cycle and on their way to differentiation (Figure 2B; double asterisks). In addition, a few Myc positive cells were located deeper in the mantle zone, where the transcript is no more present, suggesting that the protein is more stable than the transcript.

      In summary, our dual Myc and Gal4 knock-in strategy which reveals the history of Cdkn1c transcription and translation confirms that Cdkn1c is expressed at low level in a subset of progenitors in the chick spinal neural tube, as previously suggested (Gui et al., 2007; Mairet-Coello et al., 2012). In addition, the restricted overlap of Cdkn1c-Myc detection with Rb phosphorylation suggests that in progenitors, Cdkn1c is degraded during or after G1 completion. "

      This section will again be remodeled in a future revised version of the manuscript, in which we will add quantifications of Myc levels, as requested by Reviewer 1 above, and also by Reviewer #3 below.

      Given that pRb immunoreactivity is used as a marker for cycling progenitors to base many of the results of this study, it would be very valuable to characterize the dynamics of pRb in cycling cells in the studied tissue, for instance combined with the cell cycle reporter used by Molina et al. (Development 2022).

      In the original version of the manuscript, the section describing the dynamics of CDKN1c-Myc in the KI experiments presented in Figure 2 relied on the idea that the dynamics of pRb in chick spinal progenitors is similar to what I described in other tissues and cell types, without providing any references to substantiate this fact. Actually, Molina et al provide a characterization of pRb in combination with their cell cycle reporter and conclude that pRb negative progenitors are in G1 ("We also verified that phospho-Rb- and HuC/D-negative cells were in G1 by using our FUCCI G1 and PCNA reporters"). We will now cite this reference to support our claim. In addition, our characterization of Rb progressive phosphorylation in the synchronic Flash-Tag cohort of newborn sister cells provides a complementary demonstration that a fraction of the progenitors are pRb-negative when they exit mitosis (i.e. in early G1). This analysis was initially only introduced in the supplementary Figure 3, as support for the section that presents the Paired-cell assay used in Figure 3. We propose to introduce the data from Supplementary Figure 3 earlier in the manuscript (now Supplementary Figure 2), in order to better introduce the reader with the dynamics of pRb in cycling cells in our model. This will better support our description of the Cdkn1c-Myc dynamics in relation with pRb. We therefore propose to reformulate this whole section as follows.

      - It would be valuable to analyse the dynamics of Myc immunoreactivity in combination of pRb in all three gRNAs (highlighted in Supplementary Figure 1), as it would be a strong point in favour that the dynamics reflect the endogenous CDKN1c dynamics.

      - It would be very valuable to provide a quantification of said dynamics (e.g. plotting myc intensity / pRb immunoreactivity along the apicobasal axis of the tissue).

      These are two interesting suggestions. To complement our data with guide #1, we have performed Myc-immunostaining experiments on transverse sections in the context of guide #3, showing exactly the same pattern of Myc signal, with low expression in the VZ, and a peak of signal in the part of the mantle zone that is immediately touching the VZ. This confirms the specificity of the spatial distribution of the Cdkn1c-Myc signal. These data have been added in a revised version of Supplementary Figure 1.

      We will perform the suggested quantifications using guides #1 and #3, which both show a good KI efficiency. We do not think it is useful to do these experiments with guide #2, whose efficiency is much lower, and which would lead to a very sparse signal.

      - The characterization of dynamics is performed only with one of the gRNAs (#1) on the basis that it produces the strongest NLS-GFP signal, as a proxy for guide efficiency. It would be nice if the authors could validate guide cutting efficiency via sequencing (e.g. using a Cas9-T2A-GFP plasmid and sorting for positive cells).

      We will perform these experiments to validate guide cutting efficiency using the Tide method (Brinkman et al, 2014)

      - In order to make sure that the dynamics inferred from Myc-tag immunoreactivity do reflect the cell cycle dynamics of CDKN1c-myc, it would be advisable to confirm in-frame insertion of the myc-tag sequence.

      We will perform genomic PCR experiments to confirm in-frame insertion of the Myc tags at the Cdkn1c locus

      4.- In Figure 3, the authors use a short-hairpin-mediated knock-down strategy to decrease the levels of Cdkn1c, and show that this manipulation leads to an increase percentage of cycling progenitors and a decrease in the number of neurons in electroporated cells.

      The authors claim that their shRNA-based knockdown strategy aims to reduce low-level Cdkn1c expression in neurogenic progenitors while minimally affecting the higher expression in newborn neurons required for cell cycle exit. However, several factors need consideration. Electroporation introduces variability in shRNA delivery, making it difficult to achieve consistent gene inhibition across all cells, especially for dose-dependent genes like Cdkn1c.

      Additionally, Cdkn1c generates multiple isoforms, which may not be fully annotated in the chick genome, raising the possibility that the shRNA targets specific isoforms, potentially explaining the observed low expression.

      All the predicted isoforms in the chick genome contain the sequence targeted by shRNA1, which is located in the CKI domain, the region of the protein that is most conserved between species. Besides, all the isoforms annotated in the mouse and human genomes also contain the region targeted by shRNA1. We are therefore confident that shRNA1 should target all chick isoforms.

      A more rigorous approach, such as qPCR analysis of sorted electroporated cells, would better validate the expression levels, rather than relying on in situ hybridization, presenting electroporated and non-electroporated cells in the same section (Supp. Figure 2).

      This approach (qRT-PCR on sorted cells) would enable us to focus solely on electroporated cells, but it would result in an averaged quantification of Cdkn1c depletion. In order to obtain additional information on the shRNA-dependent decrease in Cdkn1C in the different neural cell populations (progenitor versus differentiating neuron), we propose an alternative approach consisting in monitoring the level of Cdkn1c protein, assessed through Cdkn1c-Myc signal in knock-in cells, in the presence versus absence of Cdkn1c shRNA.

      - As the authors note, "Unambiguous identification of cycling progenitors and postmitotic neurons is notoriously difficult in the chick spinal cord". "markers of progenitors usually either do not label all the phases of the cell cycle (eg. Phospho-Rb, thereafter pRb), or persist transiently in newborn neurons (eg. Sox2)." Given that pRb immunoreactivity is used as the basis for a lot of the conclusions in this study, it would be valuable to add a characterization of its dynamics as mentioned in Figure 2, as well as provide literary references/proof that Sox2 expression persists in newborn neurons.

      We have addressed the case of pRb dynamics in progenitors above and added a reference documented pRb expression during the cell cycle of chick neural progenitors (Molina et al, 2022).

      Regarding Sox2 persistence: we consistently detect a small fraction of double positive Sox2+/HuC/D+ cells in chick spinal cord transverse sections. We have shown that this marker of differentiating neurons (HuC/D) only becomes detectable more than 8 hours after mitosis in newborn neurons at E3 (Baek et al, 2018), indicating that Sox2 protein can persist for up to at least 8 hours in newborn neurons.

      We now cite a paper showing that a similar persistence of Sox2 protein is reported in differentiating neurons of the human neocortex, where double Sox2/NeuN positive cells are frequently observed in cerebral organoids (Coquand et al, Nature Cell Biology 2024__)__

      - The undefined population (pRb-/HuCD-) introduces an unknown that assumes that the percentage of progenitors in G1 phase before the restriction point and the number of newborn neurons are equal for both conditions in an experiment. Can the authors provide explanation for this assumption?

      We do not think that these numbers are equal for both conditions, and we did not formulate this assumption. We only indicate (in the methods section) that this undefined/undetermined population (based on negativity for both markers) is a mix of two possible cell types. However, we do not offer any interpretation of the CDKN1c phenotypes based on the changes in this population. Indeed, our interpretation of the knock-down phenotype is solely based on the increase in pRb-positive and decrease in HuC/D-positive cells, which both suggest a delay in neurogenesis. We understand from the reviewer's comment that depicting an "undefined" population on the graph may cause some confusion. We therefore propose to present the data on pRb and HuC/D in different graphs, rather than on a combined plot, and to remove the reference to undefined cells in Figure 3, as well as in Figures 4 and 5 depicting the gain of function and double knock-down experiments. We have implemented these changes in updated versions of the figures.

      - In Gui et al. (Dev Biol 2006), authors showed that a knockdown of Cdkn1c leads to a failure of nascent neurons to exit the cell cycle and causes them to re-entry the cell cycle, shown by ectopic mitoses. In that study, cells born from those ectopic mitoses eventually leave the cell cycle leading to an increase in the number of neurons. Can the authors check for ectopic mitoses at 24hpe and 48hpe?

      We have now performed experiments with an anti phospho Histone 3 antibody, which labels mitotic cells, at 24 and 48 hours post electroporation. We do not see any ectopic mitoses upon Cdkn1c knock-down with this marker, and we have produced a Supplementary Figure with these data. This is consistent with the fact that we also do not see ectopic pRb or Sox2 positive cells in the mantle zone in the knock-down experiments. These data (pH3 and Sox2) have been added in the new Supplementary Figure 3E and F.

      We have now modified the main text to include these data:

      "In the context of a full knock-out of Cdkn1c in the mouse spinal cord, a reduction in neurogenesis was also observed, which was attributed to a failure of prospective neurons to exit the cell cycle, resulting in the observation of ectopic mitoses in the mantle zone (Gui et al, 2007). In contrast with this phenotype, using an anti phospho-Histone3 antibody, we did not observe any ectopic mitoses 24 or 48 hours after electroporation in our knock-down condition (Supplementary Figure 3E-F). This is consistent with the fact that we also do not observe ectopic cycling cells with pRb (Figure 3A and D) and Sox2 (Supplementary Figure 3E-F) antibodies. We therefore postulated that the reduced neurogenesis that we observe upon a partial Cdkn1c knock-down may result from a delayed transition of progenitors from the proliferative to neurogenic modes of division."

      - The authors then address the question of whether the decrease in neuron number is due to the failure of newborn neurons to exit the cell cycle or to a delay in the transition from proliferative to neurogenic divisions. For that, they implement a strategy to label a synchronized cohort of progenitors based of incorporation of a FlashTag dye.

      - Given that this strategy is the basis of many of the experiments in this article, it would be very valuable to expand on the validation of this technique as cited in major comment #2. In figure 3E, the close proximity of cell pairs in PP and PN clones shown in the pictures makes their sibling status apparent. However, this is not the case for the NN clone. Can the authors further explain with what criteria they determined the clonal status of two FlashTag labelled cells?

      The key criterion for cells that are not directly touching each other is that their relative position corresponds to the classical "radial" organization of clones in this tissue (Leber and Sanes, 1995__; __Loulier et al, Neuron, 2014). In other words, we make sure that they are located on a same apico-basal axis, as is the case for the NN clone presented on the figure. As stated above in our response to major comment #2, we have modified the Methods section accordingly.

      Can they provide further image examples of different types of clones?

      We now provide additional examples in a new Supplementary Figure 4

      - Can the authors show that the plateau reached in Sup Figure 3 for pRb immunoreactivity corresponds to a similar dynamic for HuC/D immunoreactivity?

      The plateau for Rb phosphorylation in progenitors is reached before 6 hours post mitosis at E3. At the same age, we have previously shown (Baek et al, PLoS Biology 2018) in a similar time course experiment in pairs of FT+ cells that the HuC/D signal is not detected in newborn neurons 8 hours after mitosis. HuC/D only starts to appear between 8 and 12 hours, and still increases between 8 and 16 hours. The plateau would therefore be very delayed for HuC/D compared to pRb. This long delay in the appearance of this « positive » marker of neural differentiation is the main reason why we chose to use Rb phosphorylation status for the analysis of synchronous cohorts of pairs of sister cells, because pRb becomes a discriminating factor much earlier than HuC/D after mitosis.

      - In order to further validate the strategy, could the authors use it at different stages to validate if they can replicate the different percentages of PP/PN/NN reported in the literature (e.g. Saade Cell Rep 2013)?

      We have carried out similar experiments at E2, showing a plateau of 95% of pRb-positive cells in the FT-positive population (see graph on the right). This provides a retrospective estimate of the mode of division of the mother cells at this stage (roughly 90% of PP and 10% of PN) which is consistent with the vast majority of PP divisions described by Saade et al (2013, see Figure S1) at this stage.

      5.- In Figure 4, the strategy used to induce a low-dose overexpression of CDKN1c is an elegant method to introduce CDKN1c-Myc expression under the control of the endogenous Pax7 promoter, active in proliferative progenitors. The main point to address is:

      - Please provide proof that Pax7 expression is not altered in guides with a successful knock-in event (e.g. sorting and WB against the Pax7 protein) or the immunohistochemistry as performed in the Pax7-P2A-Gal4 tagging in Petit-Vargas et al., 2024.

      We have now performed Pax7 immunostainings on transverse sections at 24 and 48 hours post electroporation, both with the Pax7-CDKN1c-Gal4 and with the Pax7-Gal4 control constructs. We present these data in the new supplementary figure 7. In both conditions, we find that the Pax7 protein is still present in KI-positive cells. We observe a modest increase in Pax7 signal intensity in these cells, suggesting either that the insertion of exogenous sequences stabilizes the Pax7 transcript, or that the C-terminal modification of Pax7 protein with the P2A tag increases its stability. This does not affect the interpretation of the CDKN1c overexpression phenotype, because we used the Pax7-Gal4 construct that shows the same modification of Pax7 stability as a control for this experiment. We have introduced this comment in the legend of Supplementary Figure 7.

      - Given the cell cycle regulated expression and activity of CDKN1c, can the authors elaborate on whether this is regulated at the promoter level?

      Cdkn1c transcription is regulated by multiple transcription factors and non-coding RNAs (see for example Creff and Besson, 2020, or Rossi et al, 2018 for a review). To our knowledge, these studies focus more on the regulation of Cdkn1c global expression than on the regulation of its levels during cell cycle progression. Although it is very likely that transcriptional regulation contributes, post-translational regulation, and in particular degradation by the proteasome, is also a key factor in the cell cycle regulation of Cdkn1c activity

      If so, how does this differ from the promoter activity of Pax7?

      The transcriptional regulation of Pax7 and Cdkn1c is probably controlled by different regulators, since their expression profiles are very different. Regardless of the mechanisms that control their expression, the rationale for choosing Pax7 as a driver for Cdkn1c expression was that Pax7 expression precedes that of Cdkn1c in the progenitor population, and that it disappears in newborn neurons, when that of Cdkn1c peaks. This provided us with a way to advance the timing of Cdkn1c expression onset in proliferative progenitors.

      - It would be advisable to characterize the dynamics along the cell cycle for the overexpressed form of CDKN1c-Myc relative to pRb, similarly to what was done in Figure 2B.

      We will carry out experiments similar to those shown in Figure 2B in order to characterise the dynamics of Cdkn1c in a context of overexpression, in relation to pRb.

      In addition, we will include a more precise quantification of the "misexpressed" compared to "endogenous" Cdkn1c -Myc levels, as already mentioned in the answer to a request by reviewer1.

      6.-In figure 5, the authors use a double knock-down strategy to test the hypothesis that the effect of Cdkn1c in G1 length is partially at least through its inhibition of CyclinD1. Results show that double shRNA-mediated knock-down of CyclinD1 and Cdkn1c counteracts the effects of Cdkn1c-sh alone on EdU incorporation, PP/PN/NN cell divisions and overall rations of progenitors and neurons.

      - In the measurement of progenitor cell cycle length in Figure 5A, it would be more appropriate to present the nonlinear regression method described by Nowakowski et al. (1989), as has been commonly used in the field (Saade et al., 2013, PMID: 23891002, Le Dreau et al., 2014, PMID: 24515346, Arai et al., 2011, PMID: 21224845).

      The Nowakowski non linear regression method has been used often in the literature in the same tissue, and is generally used to calculate fixed values for Tc, Ts, etc... This method is based on several selective criteria, and in particular the assumption that "all of the cells have the same cycle times". Yet, many studies have documented that cell cycle parameters change during the transition from proliferative to neurogenic modes of division during which our analysis is performed; live imaging data in the chick spinal cord have illustrated very different cell cycle durations at a given time point (see Molina et al). We therefore think that the proposed formulas do not reflect the heterogenous reality of neural progenitors of the embryonic spinal cord. However, the cumulative approach described by Nowakowski is useful to show qualitative differences between populations (e.g. a global decrease of the cycle length, like in our comparison between control and shRNA conditions). For these reasons, we prefer to display only the raw measurements rather than the regression curves.

      - Cumulative EdU incorporation in spinal progenitors (pRb-positive) at E3 (24 hours after injection) showed that the proportion of EdU-positive progenitors reached a plateau at 14 hours in control conditions, which is later than what has been reported in Le Dreau et al., 2014 (PMID: 24515346). Can you explain why?

      Le Dreau et al count the EdU+ proportion of cells in the total population of electroporated cells located in the VZ (which includes progenitors, but also future neurons that have been labelled during the previous cycles -at least for the time points after 2hours- and have not yet translocated to the mantle zone), whereas we only consider pRb+ progenitors in the analysis. In addition, the experiments are not performed at the same developmental stage. Altogether, this may account for the different curves obtained in our study.

      - It would be interesting to measure G1 length as in Figure 5D for the double cdkn1c-sh - ccnd1-sh knock down condition, to see if it rescues G1 length. As well as in the Ccnd1 knock down condition alone to see if it increases G1 length in this context as well.

      We will perform cumulative EDU incorporation experiments similar to that shown in Figure 5D to measure G1 length for the cdkn1c-sh - ccnd1-sh knock down double conditions, as well as in the Ccnd1 knock down condition alone.

      Minor comments

      __*Introduction:

      • The introduction should include references of studies of the role of Cdkn1c in cortical development (Imaizumi et al. Sci Rep 2020, Colasante et al. Cereb Cortex 2015, Laukoter et al. ____Nature Communications 2020).*__

      We will modify the introduction in several instances, in order to address suggestions by Reviewers #2 (see above) and #3, in particular to expand the description of the role of Cdkn1c during cortical development

      1) Transcriptional signature of the neurogenic transition (Figure 1).

      - In the result section, it would be informative to include the genes used to determine the progenitor and neuron score (instead of in Methods).

      We have now listed the genes used to determine the progenitor and neuron score in the main text of the result section

      - Figure 1A. It would be informative to add in the diagram what "filtering" means (eg. Neural crest cells).

      We have now added the detail of what 'filtering' means in the diagram

      - In the result section, "However, while Tis21 expression is switched off in neurons, Cdkn1c transiently peaks at high levels in nascent neurons before fading off in more mature cells." Missing literary reference or data to clearly demonstrate this point.

      We have reworded this sentence, adding a reference to the expression profile of Tis 21. The paragraph now reads as follows:

      « However, Cdkn1c expression is maintained longer and transiently peaks at high levels after Tis21 expression is switched off. Given that Tis21 is no more expressed in neurons (Iacopetti et al, 1999), this suggests that Cdkn1c expression is transiently upregulated in nascent neurons before fading off in more mature cells. »

      - "Interestingly, the gene cluster that contained Tis21 also contained genes encoding proteins with known expression and/or functions at the transition from proliferation to differentiation, such as the Notch ligand Dll1, the bHLH transcription factors Hes6, NeuroG1 and NeuroG2, and the coactivator Gadd45g." Missing references.

      We have now added references linking the function and/or expression profile of these genes to the neurogenic transition: Dll1 (Henrique et al., 1995), the bHLH transcription factors Hes6 (Fior and Henrique, 2005), NeuroG1 and NeuroG2 (Lacomme et al., 2012; Sommer et al., 1996) and the coactivator Gadd45g (Kawaue et al., 2014).

      - There is an error in the color code in Cell Clusters in Figure 1C (cluster 4 yellow in the legend but ocre in the figure)

      - Figure Sup3B colour code is switched (green for PP and red for NN) compared to the rest of the paper.

      We have corrected the colour code errors in Figure 1c and Supp Figure 3B (now changed to Supplementary Figure 5 in the modified revision)

      ____It would be valuable to assign cell cycle stage to neural progenitor cells (based on cell cycle score) and determine whether cdkn1c at the transcript level also shows enrichment in G1 cells considered to be progenitors.

      We have so far refrained from performing the suggested combined analysis based on cell cycle and cell type scores, as the "neurogenic progenitor population" (based on neurogenic progenitor score values) in which Cdkn1c expression is initiated represents a small number of cells in our scRNAseq, and felt that the significance of such an analysis is uncertain. We will perform this analysis in the revised version

      2) Progressive increase in Cdkn1c/p57kip2 expression underlie different cellular states in the embryonic spinal neural tube (Figure 2).

      - Figure 2A. Scale bar is missing in E3 and E4. It is important to consider the growth of the developing spinal cord and present it accordingly (E3 transverse section, Figure 2).

      The scale bar is actually valid for the whole panel A. The E2 section in the original figure appeared as "large" as the E3 section along the DV axis probably because the cutting angle was not perfectly transverse at E2, artificially lengthening the section. In a new version of the figure, we have replaced the E2 images with another section from the same experiment. The scale bar remains valid for the whole panel.

      - Figure 2 could use a diagram of the knock-in strategy used, similar as the one in Figure 4A.

      We have now added a diagram for the knock-in strategy in Figure 2B, and modified the legend of the figure accordingly.

      - Indicate hours post-electroporation. Indicate which guide is used in the main text.

      We have now added the post-electroporation timing and guide used in the main text.

      3) Downregulation of Cdkn1c in neural progenitors delays the transition from proliferative to neurogenic modes of division (Figure 3).

      - In methods: "Thus, to reason on a more homogeneous progenitor population, we restricted all our analysis to the dorsal one half or two thirds of the neural tube." Indicate when and depending on what one half or two thirds of the neural tube were analysed.

      - Are the clonal analysis experiments (Fig 3D, E and F) also restricted to the dorsal region?

      __We have modified this sentence as follows: "__Thus, to reason on a more homogeneous progenitor population, we restricted all our analysis to the dorsal two thirds of the neural tube, except for the Pax7-Cdkn1c misexpression analysis, which was performed in the more dorsal Pax7 domain."

      This is valid both for the whole population and clonal analyses

      - Figure 3. Would have a better flow if 3C preceded 3A and 3B.

      We have modified the Figure accordingly.

      - Figure 3C. it would be informative to show pictures of the electroporated NT at both 24hpe and 48hpe, as well as highlighting the dorsal part of the neural tube that was used for quantification.

      We have modified the Figure accordingly

      - In methods "At each measured timepoint (1h, 4h, 7h, 10h, 12h, 14 and 17h after the first EdU injection), we quantified the number of EdU positive electroporated progenitors (triple positive for EdU, pRb and GFP) over the total population of electroporated progenitor cells (pRb and GFP positive) (Figure 3B)." Explanation does not correspond to Figure 3B.

      This explanation corresponds indeed to Figure 5A. We have corrected this mistake in the new version of the manuscript.

      4) Inducing a premature expression of Cdkn1c in progenitors triggers the transition to neurogenic modes of division (Figure 4.).

      - "We took advantage of the Pax7 locus, which is expressed in progenitors in the dorsal domain at a level similar to that observed for Cdkn1c in neurogenic precursors (Supplementary Figure 4A)". Missing reference or data showing that Pax7 is restricted to the dorsal domain.

      We have added references to the expression profile of Pax7 in the dorsal neural tube (Jostes et al, 1990). In addition, the new Supplementary Figure 7 shows anti-Pax7 staining that confirm this expression pattern at E3 and E4

      - "its intensity was similar to the one observed for endogenous Myc-tagged Cdkn1c in progenitors (Figure 4B and Supplementary Figure 4E), and remained below the endogenous level of Myc-tagged Cdkn1c observed in nascent neurons, confirming the validity of our strategy". It would be valuable to add a quantification to demonstrate this point, either by fluorescence levels or WB of nls-GFP cells.

      As stated in the response to Major Point 5 above, we will perform a quantification based on Myc immunofluorescence to compare endogenous Cdkn1c expression versus Cdkn1c expression upon overexpression.

      - "At the population level, at E4, Cdkn1c expression from the Pax7 locus resulted in a strong reduction in the number of progenitors (pRb positive cells)". Indicate in the main text that this is 48hpe.

      We have added in the main text that the quantification was performed 48hae.

      - Legend of figure 4D should indicate that the quantification has been done 24hpe.

      We have added the timing of quantification in the legend of Figure 4D.

      - "To circumvent the cell cycle arrest that is triggered in progenitors by strong overexpression of Cdkn1c (Gui et al., 2007)". It would be advisable to expand on this reference on the text, or ideally to include a simple Cdkn1c overexpression experiment.

      These experiments have been performed and presented in the study by Gui et al., 2007, which we cite in the paper. Using a strong overexpression of CDKN1c from the CAGGS promoter, they showed a massive decrease in proliferation, assessed by BrdU incorporation, 24hours after electroporation. We will cite this result more explicitly in the main text, and better explain the difference of our approach. We propose the following modification:

      « We next explored whether low Cdkn1c activity is sufficient to induce the transition to neurogenic modes of division. A previous study has shown that overexpression of Cdkn1c driven by the strong CAGGS promoter triggers cell cycle exit of chick spinal cord progenitors, revealed by a drastic loss of BrdU incorporation 1 day after electroporation (Gui et al., 2007). As this precludes the exploration of our hypothesis, we developed an alternative approach designed to prematurely induce a pulse of Cdkn1c in progenitors, with the aim to emulate in proliferative progenitors the modest level of expression observed in neurogenic progenitors. We took advantage of the Pax7 locus, which is expressed in progenitors in the dorsal domain at a level similar to that observed for Cdkn1c in neurogenic precursors (Supplementary Figure 4A)."

      - "We observed a massive increase in the proportion of neurogenic (PN and NN) divisions rising from 57% to 84% at the expense of proliferative pairs (43% PP pairs in controls versus 16% in misexpressing cells, Figure 4D)." adding the percentages in the main text is a bit inconsistent with how the rest of the data is presented in the rest of the sections.

      This whole section has been modified in response to a question from reviewer 1. The new version does not contain percentages in the main text, and reads as follows:

      « Using the FlashTag cohort labeling approach described above, we traced the fate of daughter cells born 24 hae. We observed an increase in the proportion of terminal neurogenic (NN) divisions and a decrease in proliferative (PP) divisions (Figure 4D). This suggests that CDKN1c premature expression in PP progenitors converts them to the PN mode of division, while the combined endogenous and Pax7-driven expression of CDKN1c converts PN progenitors to the NN mode of division. Coincidentally, at the stage analyzed, PP to PN conversions are balanced by PN to NN conversions, leaving the PN proportion artificially unchanged. The alternative interpretation of a direct conversion of symmetric PP into symmetric NN divisions is less likely, because the PN compartment was affected in the reciprocal CDKN1c shRNA approach (see Figure 3F). Overall, these data show that inducing a premature low-level expression of Cdkn1c in cycling progenitors is sufficient to accelerate the transition towards neurogenic modes of division. »

      - Figure sup 4C includes references to 3 gRNAs even when only one is used in the study.

      The three guides listed in the original Supplementary Figure 4C correspond to the guides that we tested in Petit-Vargas et al. 2024. In this study, we only used the most efficient of these three guides. We have modified Figure 4C by quoting only this guide.

      5) The proneurogenic activity of Cdkn1c in progenitors is mediated by modulation of cell cycle dynamics (Figure 5)

      - "we targeted the CyclinD1/CDK4-6 complex, which promotes cell cycle progression and proliferation, and is inhibited by Cdkn1c." reference missing

      We have included references related to the activity of the CyclinD1/CDK4-6 complex in the developing CNS, and the antagonistic activities of CyclinD1 and Cdkn1c in this model

      - "we targeted the CyclinD1/CDK4-6 complex, which promotes cell cycle progression and proliferation in the developing CNS (Lobjois et al, 2004, 2008, Lange 2009, Gui et al 2007), and is inhibited by Cdkn1c (Gui et al, 2007)."

      - It would be informative to include experimental set-up information (e.g. hae) in Figures 5A, 5B, 5F and 5G.

      We have added the experimental set-up information in Figure 5.

      - Clarify if analysis is restricted to the dorsal progenitors or the whole dorsoventral length of the tube.

      The analyses were carried out on two thirds of the neural tube (dorsal 2/3), excluding the ventral zone, as specified above (and in the Methods section)

      - It would be valuable to add an image to illustrate what is quantified in Figure 5D, Figure F and Figure G.

      - For Figure 4C and D, it would be valuable to add images to illustrate the quantification.

      We have added images:

      • in Supplementary Figure 7C to illustrate what is quantified in Figures 4C (now 4C and 4D);
      • In Figure 5E to illustrate what is quantified in Figure 5D
      • In Supplementary Figure 8B to illustrate what is quantified in Figure 5G (now Figure 5H and 5I) Regarding the requested images for Figures 4D and 5F, they correspond to the same types of images already shown in Figure 3E. Since we have now added several additional examples of representative pairs of each type of mode of division in the new Supplementary Figure 4, we do not think that adding more of these images in figures 4 and 5 would strengthen the result of the quantifications.

      Discussion:

      - "Nonetheless, studies in a wide range of species have demonstrated that beyond this binary choice, cell cycle regulators also influence the neurogenic potential of progenitors, i.e the commitment of their progeny to differentiate or not (Calegari and Huttner, 2003; FUJITA, 1962; Kicheva et al., 2014; Lange et al., 2009; Lukaszewicz and Anderson, 2011a; Pilaz et al., 2009; Smith and Schoenwolf, 1987; Takahashi et al., 1995)." Should include maybe references to Peco et al. Development 2012, Roussat et al. J Neurosci. 2023).

      We have now included the references suggested by the reviewer.

      - "This occurs through a change in the mode of division of progenitors, acting primarily via the inhibition of the CyclinD1/CDK6 complex." The data shown in the paper does not demonstrate that Cdkn1c is inhibiting CyclinD1, only that knocking down both mRNAs counteracts the effect of knocking down Cdkn1c alone at the general tissue level and in the percentage of PP/PN/NN clones. This statement should be qualified.

      We propose to reformulate this paragraph in the discussion as follows to take this remark into account

      "This allows us to re-interpret the role of Cdkn1c during spinal neurogenesis: while previously mostly considered as a binary regulator of cell cycle exit in newborn neurons, we demonstrate that Cdkn1c is also an intrinsic regulator of the transition from the proliferative to neurogenic status in cycling progenitors. This occurs through a change in their mode of division, and our double knock-down experiments suggest that the onset of Cdkn1c expression may promote this change by counteracting a CyclinD1/CDK6 complex dependent mechanism."

      Other comments:

      - To improve clarity for the reader, it would help if electroporation was shown consistently on the same side of the neural tube. If electroporation has been performed at different sides and this is reflected in the figures, it would be advisable to explain on the figure legend.

      We have modified the figures to systematically show the electroporated side of the neural tube on the same side of the image for single electroporations.

      ____- Figure legends should include the number of embryos/tissue sections analysed for each experiment, as well as information on whether the sections were cryostat or vibratome.

      This information is now provided in the figure legends (numbers of cells analysed and/or numbers of embryos), except for data in Figure 5, which are presented in a new Supplementary Table 1.

      All experiments were performed on vibratome sections, except for in situ hybridization experiments, which were performed on cryostat sections. This last information was already indicated in the relevant figure legends

      - Overall, there is a lack of consistency in the figures regarding how much information is available to the reader (e.g. Sup Figure 2A, in the panel mRNA in situ hybridisation of Cdkn1c is referred to only as Cdkn1c whereas in Sup figure 5 the in situ reads as CCND1 mRNA). Readability would improve a lot if figures included information on what is an electroporated fluorescent tag or an immunostaining (similar to the label in sup 4D) as well as the exact stage and hours after electroporation where relevant.

      - There is a general lack of consistency in indicating the timing of the experiments, both in terms of embryonic stage/day and in terms of hours-post-electroporation.

      We have now homogenized the nomenclature in the figures.

      - "Primary antibodies used are: chick anti-GFP (GFP-1020 - 1:2000) from Aves Labs; goat antiSox2 (clone Y-17 - 1:1000) from Santa Cruz". There is no Sox2 immunostaining in the article.

      In the original version of the manuscript, the anti-Sox2 antibody was not used; we have now added experiments using this antibody in the modified version of the manuscript; this sentence in the Methods thus remains unchanged.

      Reviewer #3 (Significance (Required)):

      __*Significance:

      In neural development, there is a progressive switch in competence in neural progenitor cells, that transition from a proliferative (able to expand the neural progenitor pool) to neurogenic (able to produce neurons). Several factors are known to influence the transition of neural progenitor cells from a proliferative to a neurogenic state, including the activity of extracellular signalling pathways (e.g. SHH) (Saade et al. 2013, Tozer et al. 2017). In this study, the authors perform scRNA-seq of the cervical neural tube of chick at a stage of both proliferative and neurogenic progenitors are present, and identify transcriptional differences between the two populations. Among the differently expressed transcripts, they identify Cdkn1c (p57-Kip2) as enriched in neurogenic progenitors. Initially characterized as a driver of cell cycle exit in newborn neurons, the authors investigate the role of Cdkn1c in cycling progenitors. *__

      The authors find that knock-down of Cdkn1c leads to an increase in proliferative divisions at the expense of neurogenic divisions. Conversely, misexpression of Cdkn1c in proliferative progenitors leads to a switch to neurogenic divisions. Furthermore, they find that knock-down of Cdkn1c shortens G1 phase of the cell cycle, suggesting a link between G1 length and neurogenic competence in neural progenitor cells. Cell cycle length has previously been linked to competence of neural progenitors, and it has been described that longer G1 duration is linked to neurogenic competence (e.g. Calegari F, Huttner WB. 2003).

      The strengths of the study include:

      The identification of a subset of genes enriched in neurogenic vs. proliferative progenitors. Since the transition from proliferative to neurogenic competence is a gradual process at the tissue level, the classification of proliferative vs. neurogenic progenitors based on a score of transcripts and the identification of a subset of transcripts that are enriched in neurogenic progenitors is a valuable contribution to the neurodevelopmental field.

      - The somatic knock-in strategy used to induce low-level overexpression of Cdkn1c in proliferative progenitors is an elegant strategy to induce overexpression in a subset of cells in a controlled manner and is a valuable technical advance.

      - The characterization of a specific role of Cdkn1c in regulating cell cycle length in cycling progenitors is novel and valuable knowledge contributing to our understanding of how regulation of cell cycle length impacts competence of neural progenitors.

      The aspects to improve:

      - The sc-RNAseq isolated genes enriched in neurogenic versus proliferative progenitors, providing valuable insight into the gradual transition from proliferative to neurogenic competence at the tissue level. However, this gene subset requires clearer representation and detailed characterization. Additionally, the full scRNA-seq dataset should be made publicly available to support further research in neurodevelopment.

      The sequencing dataset has been deposited in NCBI's Gene Expression Omnibus database. It is currently under embargo, but will be made available upon acceptance and publication of the peer reviewed manuscript. Access is nonetheless available to the reviewers via a token that can be retrieved from the Review Commons website.

      The following information will be added in the final manuscript.

      Data availability

      Single cell RNA sequencing data have been deposited in NCBI's Gene Expression Omnibus (GEO) repository under the accession number GSE273710, and are available at https://www.ncbi.nlm.nih.gov/geo/query/acc.cgi?acc=GSE273710."

      - The characterization of Cdkn1c dynamics in cycling progenitors using endogenous tagging of the Cdkn1c transcript with a Myc tag is an elegant way to investigate the dynamics of Cdkn1c-myc along the cell cycle. However, it would be much more powerful if combined with a careful characterization of pRb immunostaining along the cell cycle in this tissue, as well as the quantifications and controls proposed. - Retinoblastoma protein (Rb) and cyclin D play a key role in regulating the G1/S transition, with cyclin D/CDK complexes phosphorylating Rb. Given that CDKN1c primarily inhibits the cyclin D/CDK6 complex, it likely affects pRb expression or phosphorylation. This suggests pRb may be a direct target of CDKN1c, making it an unreliable marker for tracking and quantifying neurogenic progenitors through CDKN1c modulation. In light of this, it would be more appropriate to consider pRb as a CDKN1c target and discuss the molecular mechanisms regulating cell cycle components. A more precise approach would involve using other markers or targets to quantify neural precursor division modes at earlier stages of neurogenesis.

      - Many of the conclusions of the study are based on experiments performed using the FlashTag dye in order to perform clonal analysis of proliferative vs. neurogenic divisions. It would be very valuable to further characterize the reliability of this tool as well as to provide more information on the criteria used to determine the fate of the pairs of sister cells.

      - The somatic knock-in strategy used to induce low-level overexpression of Cdkn1c in proliferative progenitors is an elegant strategy to induce overexpression in a subset of cells in a controlled manner. It would be valuable to further characterize the dynamics of Cdkn1c expression using this too and to provide proof that Pax7 expression is not altered in guides with the knock-in event.

      - The presentation of the existing literature could be more up to date.

      - The presentation of the data in the figures could be improved for readability. The sc-RNA seq data and the technical advances could be of interest for an audience of researchers using chick as a model organism, and working on neurodevelopment in general. Furthermore, the characterization of Cdkn1c as a regulator of G1 length in cycling progenitors and its implications for neurogenic competence could be of general interest for people working on basic research in the neurodevelopmental field.

      Field of expertise of the reviewer: neural development, cell biology, embryology.

    2. Note: This preprint has been reviewed by subject experts for Review Commons. Content has not been altered except for formatting.

      Learn more at Review Commons


      Referee #3

      Evidence, reproducibility and clarity

      Summary:

      In this study, Mida et al. analyze large-scale single-cell RNA-seq data from the chick embryonic neural tube and identify Cdkn1c as a key molecular regulator of the transition from proliferative to neurogenic cell divisions, marking the onset of neurogenesis in the developing CNS. To confirm this hypothesis, they employed classical techniques, including the quantification of neural cell-specific markers combined with the flashTAG label, to track and isolate isochronic cohorts of newborn cells in different division modes. Their findings reveal that Cdkn1c expression begins at low levels in neurogenic progenitors and becomes highly expressed in nascent neurons. Using a classical knockdown strategy based on short hairpin RNA (shRNA) interference, they demonstrate that Cdkn1c suppression promotes proliferative divisions, reducing neuron formation. Conversely, novel genetic manipulation techniques inducing low-level CDKN1c misexpression drive progenitors into neurogenic divisions prematurely. By employing cumulative EdU incorporation assays and shRNA-based loss-of-function approaches, Mida et al. further show that Cdkn1c extends the G1 phase by inhibiting cyclin D, ultimately concluding that Cdkn1c plays a dual role: first facilitating the transition of progenitors into neurogenic divisions at low expression levels, and later promoting cell cycle exit to ensure proper neural development.

      This study presents several ambiguities and lacks precision in its analytical methodologies and quantification approaches, which contribute to confusion and potential bias. To enhance the reliability of the conclusions, a more rigorous validation of the methods employed is essential.

      This study introduces a novel approach to tracking the fate of sister cells from neural progenitor divisions to infer the division modes. While previous methods for analyzing the division mode of neural progenitor cells have been implemented, rigorous validation of the approach introduced by Mida et al. is necessary. Furthermore, the concept of cell cycle regulators interacting to control the duration of specific cell cycle stages and influencing progenitor cell division modes has been explored before, potentially limiting the novelty of these findings.

      Majors comments:

      1. The study presents ambiguity and lacks precision in quantifying neural precursor division modes. The authors use phosphorylated retinoblastoma protein (pRb) as a marker for neurogenic progenitors, claiming its reliability in identifying neurogenic divisions. However, they do not provide a thorough characterization of pRb expression in the developing chick neural tube, leaving its suitability as a neurogenic division marker unverified. Furthermore, retinoblastoma protein (Rb) and cyclin D interact crucially to regulate the G1/S phase transition of the cell cycle, with cyclin D/CDK complexes phosphorylating Rb. Since the authors conclude that CDKN1c primarily acts by inhibiting the cyclin D/CDK6 complex, it is likely that CDKN1c influences pRb expression or phosphorylation state. This raises the possibility that pRb could be a direct target of CDKN1c, whose expression and phosphorylation would be altered in gain-of-function (GOF) and loss-of-function (LOF) analyses of CDKN1c. In light of this, it would be more appropriate to consider pRb as a CDKN1c target and discuss the molecular mechanisms regulating cell cycle components. A more precise approach would involve using other markers or targets to quantify neural precursor division modes at earlier stages of neurogenesis.
      2. Furthermore, the study employs FlashTag labeling to track daughter cells post-division, but the 16-hour post-injection window may result in misidentification of sister cells due to the potential presence of FlashTagged cells that did not originate from the same division. This introduces a risk of bias in quantification, data misinterpretation, and potential errors in defining division modes. A more rigorous validation of the FlashTag strategy and its specificity in tracking division pairs is necessary to ensure the reliability of their conclusions.
      3. The knock-in strategy used to tag the endogenous CDKN1c protein in Figure 2 is an elegant tool to infer protein dynamics in vivo. However, since strong conclusions regarding CDKN1c dynamics during the cell cycle are drawn from this section, it would be advisable to strengthen the results by including quantification with adequate replication and proper statistical analysis, as the current findings are preliminary and somewhat speculative.
        • "Although pRb is specific for cycling cells, it is only detected once cells have passed the point of restriction during the G1 phase." Please provide literary reference confirming this observation. Given that pRb immunoreactivity is used as a marker for cycling progenitors to base many of the results of this study, it would be very valuable to characterize the dynamics of pRb in cycling cells in the studied tissue, for instance combined with the cell cycle reporter used by Molina et al. (Development 2022).
        • The characterization of dynamics is performed only with one of the gRNAs (#1) on the basis that it produces the strongest NLS-GFP signal, as a proxy for guide efficiency. It would be nice if the authors could validate guide cutting efficiency via sequencing (e.g. using a Cas9-T2A-GFP plasmid and sorting for positive cells).
        • In order to make sure that the dynamics inferred from Myc-tag immunoreactivity do reflect the cell cycle dynamics of CDKN1c-myc, it would be advisable to confirm in-frame insertion of the myc-tag sequence.
        • It would be valuable to analyse the dynamics of Myc immunoreactivity in combination of pRb in all three gRNAs (highlighted in Supplementary Figure 1), as it would be a strong point in favour that the dynamics reflect the endogenous CDKN1c dynamics.
      4. It would be very valuable to provide a quantification of said dynamics (e.g. plotting myc intensity / pRb immunoreactivity along the apicobasal axis of the tissue).
      5. In Figure 3, the authors use a short-hairpin-mediated knock-down strategy to decrease the levels of Cdkn1c, and show that this manipulation leads to an increase percentage of cycling progenitors and a decrease in the number of neurons in electroporated cells.

      The authors claim that their shRNA-based knockdown strategy aims to reduce low-level Cdkn1c expression in neurogenic progenitors while minimally affecting the higher expression in newborn neurons required for cell cycle exit. However, several factors need consideration. Electroporation introduces variability in shRNA delivery, making it difficult to achieve consistent gene inhibition across all cells, especially for dose-dependent genes like Cdkn1c. Additionally, Cdkn1c generates multiple isoforms, which may not be fully annotated in the chick genome, raising the possibility that the shRNA targets specific isoforms, potentially explaining the observed low expression. A more rigorous approach, such as qPCR analysis of sorted electroporated cells, would better validate the expression levels, rather than relying on in situ hybridization, presenting electroporated and non-electroporated cells in the same section (Supp. Figure 2). - As the authors note, "Unambiguous identification of cycling progenitors and postmitotic neurons is notoriously difficult in the chick spinal cord". "markers of progenitors usually either do not label all the phases of the cell cycle (eg. Phospho-Rb, thereafter pRb), or persist transiently in newborn neurons (eg. Sox2)." Given that pRb immunoreactivity is used as the basis for a lot of the conclusions in this study, it would be valuable to add a characterization of its dynamics as mentioned in Figure 2, as well as provide literary references/proof that Sox2 expression persists in newborn neurons. - The undefined population (pRb-/HuCD-) introduces an unknown that assumes that the percentage of progenitors in G1 phase before the restriction point and the number of newborn neurons are equal for both conditions in an experiment. Can the authors provide explanation for this assumption? - In Gui et al. (Dev Biol 2006), authors showed that a knockdown of Cdkn1c leads to a failure of nascent neurons to exit the cell cycle and causes them to re-entry the cell cycle, shown by ectopic mitoses. In that study, cells born from those ectopic mitoses eventually leave the cell cycle leading to an increase in the number of neurons. Can the authors check for ectopic mitoses at 24hpe and 48hpe? - The authors then address the question of whether the decrease in neuron number is due to the failure of newborn neurons to exit the cell cycle or to a delay in the transition from proliferative to neurogenic divisions. For that, they implement a strategy to label a synchronized cohort of progenitors based of incorporation of a FlashTag dye. - Given that this strategy is the basis of many of the experiments in this article, it would be very valuable to expand on the validation of this technique as cited in major comment #2. In figure 3E, the close proximity of cell pairs in PP and PN clones shown in the pictures makes their sibling status apparent. However, this is not the case for the NN clone. Can the authors further explain with what criteria they determined the clonal status of two FlashTag labelled cells? Can they provide further image examples of different types of clones? - Can the authors show that the plateau reached in Sup Figure 3 for pRb immunoreactivity corresponds to a similar dynamic for HuC/D immunoreactivity? - In order to further validate the strategy, could the authors use it at different stages to validate if they can replicate the different percentages of PP/PN/NN reported in the literature (e.g. Saade Cell Rep 2013)?. 5. In Figure 4, the strategy used to induce a low-dose overexpression of CDKN1c is an elegant method to introduce CDKN1c-Myc expression under the control of the endogenous Pax7 promoter, active in proliferative progenitors. The main point to address is: - Please provide proof that Pax7 expression is not altered in guides with a successful knock-in event (e.g. sorting and WB against the Pax7 protein) or the immunohistochemistry as performed in the Pax7-P2A-Gal4 tagging in Petit-Vargas et al., 2024. - Given the cell cycle regulated expression and activity of CDKN1c, can the authors elaborate on whether this is regulated at the promoter level? If so, how does this differ from the promoter activity of Pax7? - It would be advisable to characterize the dynamics along the cell cycle for the overexpressed form of CDKN1c-Myc relative to pRb, similarly to what was done in Figure 2B. 6. In figure 5, the authors use a double knock-down strategy to test the hypothesis that the effect of Cdkn1c in G1 length is partially at least through its inhibition of CyclinD1. Results show that double shRNA-mediated knock-down of CyclinD1 and Cdkn1c counteracts the effects of Cdkn1c-sh alone on EdU incorporation, PP/PN/NN cell divisions and overall rations of progenitors and neurons. - In the measurement of progenitor cell cycle length in Figure 5A, it would be more appropriate to present the nonlinear regression method described by Nowakowski et al. (1989), as has been commonly used in the field (Saade et al., 2013, PMID: 23891002, Le Dreau et al., 2014, PMID: 24515346, Arai et al., 2011, PMID: 21224845). - Cumulative EdU incorporation in spinal progenitors (pRb-positive) at E3 (24 hours after injection) showed that the proportion of EdU-positive progenitors reached a plateau at 14 hours in control conditions, which is later than what has been reported in Le Dreau et al., 2014 (PMID: 24515346). Can you explain why? - It would be interesting to measure G1 length as in Figure 5D for the double cdkn1c-sh - ccnd1-sh knock down condition, to see if it rescues G1 length. As well as in the Ccnd1 knock down condition alone to see if it increases G1 length in this context as well.

      Minor comments

      Introduction:

      • The introduction should include references of studies of the role of Cdkn1c in cortical development (Imaizumi et al. Sci Rep 2020, Colasante et al. Cereb Cortex 2015, Laukoter et al. Nature Communications 2020).

      • Transcriptional signature of the neurogenic transition (Figure 1).

        • In the result section, it would be informative to include the genes used to determine the progenitor and neuron score (instead of in Methods).
        • Figure 1A. It would be informative to add in the diagram what "filtering" means (eg. Neural crest cells).
        • In the result section, "However, while Tis21 expression is switched off in neurons, Cdkn1c transiently peaks at high levels in nascent neurons before fading off in more mature cells." Missing literary reference or data to clearly demonstrate this point.
        • "Interestingly, the gene cluster that contained Tis21 also contained genes encoding proteins with known expression and/or functions at the transition from proliferation to differentiation, such as the Notch ligand Dll1, the bHLH transcription factors Hes6, NeuroG1 and NeuroG2, and the coactivator Gadd45g." Missing references.
        • There is an error in the color code in Cell Clusters in Figure 1C (cluster 4 yellow in the legend but ocre in the figure)

      It would be valuable to assign cell cycle stage to neural progenitor cells (based on cell cycle score) and determine whether cdkn1c at the transcript level also shows enrichment in G1 cells considered to be progenitors. 2. Progressive increase in Cdkn1c/p57kip2 expression underlie different cellular states in the embryonic spinal neural tube (Figure 2). - Figure 2A. Scale bar is missing in E3 and E4. It is important to consider the growth of the developing spinal cord and present it accordingly (E3 transverse section, Figure 2). - Figure 2 could use a diagram of the knock-in strategy used, similar as the one in Figure 4A. - Indicate hours post-electroporation. Indicate which guide is used in the main text. 3. Downregulation of Cdkn1c in neural progenitors delays the transition from proliferative to neurogenic modes of division (Figure 3). - In methods: "Thus, to reason on a more homogeneous progenitor population, we restricted all our analysis to the dorsal one half or two thirds of the neural tube." Indicate when and depending on what one half or two thirds of the neural tube were analysed. - Figure 3. Would have a better flow if 3C preceded 3A and 3B. - Figure 3C. it would be informative to show pictures of the electroporated NT at both 24hpe and 48hpe, as well as highlighting the dorsal part of the neural tube that was used for quantification. - Are the clonal analysis experiments (Fig 3D, E and F) also restricted to the dorsal region? - Figure Sup3B colour code is switched (green for PP and red for NN) compared to the rest of the paper. - In methods "At each measured timepoint (1h, 4h, 7h, 10h, 12h, 14 and 17h after the first EdU injection), we quantified the number of EdU positive electroporated progenitors (triple positive for EdU, pRb and GFP) over the total population of electroporated progenitor cells (pRb and GFP positive) (Figure 3B)." Explanation does not correspond to Figure 3B. 4. Inducing a premature expression of Cdkn1c in progenitors triggers the transition to neurogenic modes of division (Figure 4.).<br /> - "We took advantage of the Pax7 locus, which is expressed in progenitors in the dorsal domain at a level similar to that observed for Cdkn1c in neurogenic precursors (Supplementary Figure 4A)". Missing reference or data showing that Pax7 is restricted to the dorsal domain. - "its intensity was similar to the one observed for endogenous Myc-tagged Cdkn1c in progenitors (Figure 4B and Supplementary Figure 4E), and remained below the endogenous level of Myc-tagged Cdkn1c observed in nascent neurons, confirming the validity of our strategy". It would be valuable to add a quantification to demonstrate this point, either by fluorescence levels or WB of nls-GFP cells. - For Figure 4C and D, it would be valuable to add images to illustrate the quantification. - "At the population level, at E4, Cdkn1c expression from the Pax7 locus resulted in a strong reduction in the number of progenitors (pRb positive cells)". Indicate in the main text that this is 48hpe. - Legend of figure 4D should indicate that the quantification has been done 24hpe. - "To circumvent the cell cycle arrest that is triggered in progenitors by strong overexpression of Cdkn1c (Gui et al., 2007)". It would be advisable to expand on this reference on the text, or ideally to include a simple Cdkn1c overexpression experiment. - "We observed a massive increase in the proportion of neurogenic (PN and NN) divisions rising from 57% to 84% at the expense of proliferative pairs (43% PP pairs in controls versus 16% in misexpressing cells, Figure 4D)." adding the percentages in the main text is a bit inconsistent with how the rest of the data is presented in the rest of the sections. - Figure sup 4C includes references to 3 gRNAs even when only one is used in the study. 5. The proneurogenic activity of Cdkn1c in progenitors is mediated by modulation of cell cycle dynamics (Figure 5) - "we targeted the CyclinD1/CDK4-6 complex, which promotes cell cycle progression and proliferation, and is inhibited by Cdkn1c." reference missing - It would be valuable to add an image to illustrate what is quantified in Figure 5D, Figure F and Figure G. - It would be informative to include experimental set-up information (e.g. hae) in Figures 5A, 5B, 5F and 5G. - Clarify if analysis is restricted to the dorsal progenitors or the whole dorsoventral length of the tube.

      Discussion:

      • "Nonetheless, studies in a wide range of species have demonstrated that beyond this binary choice, cell cycle regulators also influence the neurogenic potential of progenitors, i.e the commitment of their progeny to differentiate or not (Calegari and Huttner, 2003; FUJITA, 1962; Kicheva et al., 2014; Lange et al., 2009; Lukaszewicz and Anderson, 2011a; Pilaz et al., 2009; Smith and Schoenwolf, 1987; Takahashi et al., 1995)." Should include maybe references to Peco et al. Development 2012, Roussat et al. J Neurosci. 2023).
      • "This occurs through a change in the mode of division of progenitors, acting primarily via the inhibition of the CyclinD1/CDK6 complex." The data shown in the paper does not demonstrate that Cdkn1c is inhibiting CyclinD1, only that knocking down both mRNAs counteracts the effect of knocking down Cdkn1c alone at the general tissue level and in the percentage of PP/PN/NN clones. This statement should be qualified.

      Other comments:

      • There is a general lack of consistency in indicating the timing of the experiments, both in terms of embryonic stage/day and in terms of hours-post-electroporation.
      • To improve clarity for the reader, it would help if electroporation was shown consistently on the same side of the neural tube. If electroporation has been performed at different sides and this is reflected in the figures, it would be advisable to explain on the figure legend.
      • Figure legends should include the number of embryos/tissue sections analysed for each experiment, as well as information on whether the sections were cryostat or vibratome.
      • Overall, there is a lack of consistency in the figures regarding how much information is available to the reader (e.g. Sup Figure 2A, in the panel mRNA in situ hybridisation of Cdkn1c is referred to only as Cdkn1c whereas in Sup figure 5 the in situ reads as CCND1 mRNA). Readability would improve a lot if figures included information on what is an electroporated fluorescent tag or an immunostaining (similar to the label in sup 4D) as well as the exact stage and hours after electroporation where relevant.
      • "Primary antibodies used are: chick anti-GFP (GFP-1020 - 1:2000) from Aves Labs; goat antiSox2 (clone Y-17 - 1:1000) from Santa Cruz". There is no Sox2 immunostaining in the article.

      Significance

      In neural development, there is a progressive switch in competence in neural progenitor cells, that transition from a proliferative (able to expand the neural progenitor pool) to neurogenic (able to produce neurons). Several factors are known to influence the transition of neural progenitor cells from a proliferative to a neurogenic state, including the activity of extracellular signalling pathways (e.g. SHH) (Saade et al. 2013, Tozer et al. 2017). In this study, the authors perform scRNA-seq of the cervical neural tube of chick at a stage of both proliferative and neurogenic progenitors are present, and identify transcriptional differences between the two populations. Among the differently expressed transcripts, they identify Cdkn1c (p57-Kip2) as enriched in neurogenic progenitors. Initially characterized as a driver of cell cycle exit in newborn neurons, the authors investigate the role of Cdkn1c in cycling progenitors. The authors find that knock-down of Cdkn1c leads to an increase in proliferative divisions at the expense of neurogenic divisions. Conversely, misexpression of Cdkn1c in proliferative progenitors leads to a switch to neurogenic divisions. Furthermore, they find that knock-down of Cdkn1c shortens G1 phase of the cell cycle, suggesting a link between G1 length and neurogenic competence in neural progenitor cells. Cell cycle length has previously been linked to competence of neural progenitors, and it has been described that longer G1 duration is linked to neurogenic competence (e.g. Calegari F, Huttner WB. 2003).

      The strengths of the study include:

      The identification of a subset of genes enriched in neurogenic vs. proliferative progenitors. Since the transition from proliferative to neurogenic competence is a gradual process at the tissue level, the classification of proliferative vs. neurogenic progenitors based on a score of transcripts and the identification of a subset of transcripts that are enriched in neurogenic progenitors is a valuable contribution to the neurodevelopmental field.

      • The somatic knock-in strategy used to induce low-level overexpression of Cdkn1c in proliferative progenitors is an elegant strategy to induce overexpression in a subset of cells in a controlled manner and is a valuable technical advance.
      • The characterization of a specific role of Cdkn1c in regulating cell cycle length in cycling progenitors is novel and valuable knowledge contributing to our understanding of how regulation of cell cycle length impacts competence of neural progenitors.

      The aspects to improve:

      • The sc-RNAseq isolated genes enriched in neurogenic versus proliferative progenitors, providing valuable insight into the gradual transition from proliferative to neurogenic competence at the tissue level. However, this gene subset requires clearer representation and detailed characterization. Additionally, the full scRNA-seq dataset should be made publicly available to support further research in neurodevelopment.
      • The characterization of Cdkn1c dynamics in cycling progenitors using endogenous tagging of the Cdkn1c transcript with a Myc tag is an elegant way to investigate the dynamics of Cdkn1c-myc along the cell cycle. However, it would be much more powerful if combined with a careful characterization of pRb immunostaining along the cell cycle in this tissue, as well as the quantifications and controls proposed.
      • Retinoblastoma protein (Rb) and cyclin D play a key role in regulating the G1/S transition, with cyclin D/CDK complexes phosphorylating Rb. Given that CDKN1c primarily inhibits the cyclin D/CDK6 complex, it likely affects pRb expression or phosphorylation. This suggests pRb may be a direct target of CDKN1c, making it an unreliable marker for tracking and quantifying neurogenic progenitors through CDKN1c modulation. In light of this, it would be more appropriate to consider pRb as a CDKN1c target and discuss the molecular mechanisms regulating cell cycle components. A more precise approach would involve using other markers or targets to quantify neural precursor division modes at earlier stages of neurogenesis.
      • Many of the conclusions of the study are based on experiments performed using the FlashTag dye in order to perform clonal analysis of proliferative vs. neurogenic divisions. It would be very valuable to further characterize the reliability of this tool as well as to provide more information on the criteria used to determine the fate of the pairs of sister cells.
      • The somatic knock-in strategy used to induce low-level overexpression of Cdkn1c in proliferative progenitors is an elegant strategy to induce overexpression in a subset of cells in a controlled manner. It would be valuable to further characterize the dynamics of Cdkn1c expression using this too and to provide proof that Pax7 expression is not altered in guides with the knock-in event.
      • The presentation of the existing literature could be more up to date.
      • The presentation of the data in the figures could be improved for readability. The sc-RNA seq data and the technical advances could be of interest for an audience of researchers using chick as a model organism, and working on neurodevelopment in general. Furthermore, the characterization of Cdkn1c as a regulator of G1 length in cycling progenitors and its implications for neurogenic competence could be of general interest for people working on basic research in the neurodevelopmental field.

      Field of expertise of the reviewer: neural development, cell biology, embryology.

    1. Author response:

      The following is the authors’ response to the original reviews

      Public Reviews:

      Reviewer #1 (Public Review):

      Summary:

      This study addresses the question of how task-relevant sensory information affects activity in the motor cortex. The authors use various approaches to address this question, looking at single units and population activity. They find that there are three subtypes of modulation by sensory information at the single unit level. Population analyses reveal that sensory information affects the neural activity orthogonally to motor output. The authors then compare both single unit and population activity to computational models to investigate how encoding of sensory information at the single unit level is coordinated in a network. They find that an RNN that displays similar orbital dynamics and sensory modulation to the motor cortex also contains nodes that are modulated similarly to the three subtypes identified by the single unit analysis.

      Strengths:

      The strengths of this study lie in the population analyses and the approach of comparing single-unit encoding to population dynamics. In particular, the analysis in Figure 3 is very elegant and informative about the effect of sensory information on motor cortical activity.

      The task is also well designed to suit the questions being asked and well controlled.

      We appreciate these kind comments.

      It is commendable that the authors compare single units to population modulation. The addition of the RNN model and perturbations strengthen the conclusion that the subtypes of individual units all contribute to the population dynamics. However, the subtypes (PD shift, gain, and addition) are not sufficiently justified. The authors also do not address that single units exhibit mixed modulation, but RNN units are not treated as such.

      We’re sorry that we didn’t provide sufficient grounds to introduce the subtypes. We have updated this in the revised manuscript, in Lines 102-104 as:

      “We determined these modulations on the basis of the classical cosine tuning model (Georgopoulos et al., 1982) and several previous studies (Bremner and Andersen, 2012; Pesaran et al., 2010; Sergio et al., 2005).”

      In our study, we applied the subtype analysis as a criterion to identify the modulation in neuron populations, rather than sorting neurons into exclusively different cell types.

      Weaknesses:

      The main weaknesses of the study lie in the categorization of the single units into PD shift, gain, and addition types. The single units exhibit clear mixed selectivity, as the authors highlight. Therefore, the subsequent analyses looking only at the individual classes in the RNN are a little limited. Another weakness of the paper is that the choice of windows for analyses is not properly justified and the dependence of the results on the time windows chosen for single-unit analyses is not assessed. This is particularly pertinent because tuning curves are known to rotate during movements (Sergio et al. 2005 Journal of Neurophysiology).

      In our study, the mixed selectivity or specifically the target-motion modulation on reach- direction tuning is a significant feature of the single neurons. We categorized the neurons into three subclasses, not intending to claim their absolute cell types, but meaning to distinguish target-motion modulation patterns. To further characterize these three patterns, we also investigated their interaction by perturbing connection weights in RNN.

      Yes, it’s important to consider the role of rotating tuning curves in neural dynamics during interception. In our case, we observed population neural state with sliding windows, and we focused on the period around movement onset (MO) due to the unexpected ring-like structure and the highest decoding accuracy of transferred decoders (Figure S7C). Then, the single-unit analyses were implemented.

      This paper shows sensory information can affect motor cortical activity whilst not affecting motor output. However, it is not the first to do so and fails to cite other papers that have investigated sensory modulation of the motor cortex (Stavinksy et al. 2017 Neuron, Pruszynski et al. 2011 Nature, Omrani et al. 2016 eLife). These studies should be mentioned in the Introduction to capture better the context around the present study. It would also be beneficial to add a discussion of how the results compare to the findings from these other works.

      Thanks for the reminder. We’ve introduced these relevant researches in the updated manuscript in Lines 422-426 as:

      “To further clarify, the discussing target-motion effect is different from the sensory modulation in action selection (Cisek and Kalaska, 2005), motor planning (Pesaran et al., 2006), visual replay and somatosensory feedback (Pruszynski et al., 2011; Stavisky et al., 2017; Suway and Schwartz, 2019; Tkach et al., 2007), because it occurred around movement onset and in predictive control trial-by-trial.”

      This study also uses insights from single-unit analysis to inform mechanistic models of these population dynamics, which is a powerful approach, but is dependent on the validity of the single-cell analysis, which I have expanded on below.

      I have clarified some of the areas that would benefit from further analysis below:

      (1) Task:

      The task is well designed, although it would have benefited from perhaps one more target speed (for each direction). One monkey appears to have experienced one more target speed than the others (seen in Figure 3C). It would have been nice to have this data for all monkeys.

      A great suggestion; however, it is hardly feasible as the Utah arrays have already been removed.

      (2) Single unit analyses:

      In some analyses, the effects of target speed look more driven by target movement direction (e.g. Figures 1D and E). To confirm target speed is the main modulator, it would be good to compare how much more variance is explained by models including speed rather than just direction. More target speeds may have been helpful here too.

      A nice suggestion. The fitting goodness of the simple model (only movement direction) is much worse than the complex models (including target speed). We’ve updated the results in the revised manuscript in Lines 119-122, as “We found that the adjusted R2 of a full model (0.55 ± 0.24, mean ± sd.) can be higher than that of the PD shift (0.47 ± 0.24), gain (0.46 ± 0.22), additive (0.41 ± 0.26), and simple models (only reach direction, 0.34 ± 0.25) for three monkeys (1162 neurons, ranksum test, one-tailed, p<0.01, Figure S5).”

      The choice of the three categories (PD shift, gain addition) is not completely justified in a satisfactory way. It would be nice to see whether these three main categories are confirmed by unsupervised methods.

      A good point. It is a pity that we haven’t found an appropriate unsupervised method.

      The decoder analyses in Figure 2 provide evidence that target speed modulation may change over the trial. Therefore, it is important to see how the window considered for the firing rate in Figure 1 (currently 100ms pre - 100ms post movement onset) affects the results.

      Thanks for the suggestion and close reading. Because the movement onset (MO) is the key time point of this study, we colored this time period in Figure 1 to highlight the perimovement neuronal activity.

      (3) Decoder:

      One feature of the task is that the reach endpoints tile the entire perimeter of the target circle (Figure 1B). However, this feature is not exploited for much of the single-unit analyses. This is most notable in Figure 2, where the use of a SVM limits the decoding to discrete values (the endpoints are divided into 8 categories). Using continuous decoding of hand kinematics would be more appropriate for this task.

      This is a very reasonable suggestion. In the revised manuscript, we’ve updated the continuous decoding results with support vector regression (SVR) in Figure S7A and in Lines 170-173 as:

      “These results were stable on the data of the other two monkeys and the pseudopopulation of all three monkeys (Figure S6) and reconfirmed by the continuous decoding results with support vector regressions (Figure S7A), suggesting that target motion information existed in M1 throughout almost the entire trial.”

      (4) RNN:

      Mixed selectivity is not analysed in the RNN, which would help to compare the model to the real data where mixed selectivity is common. Furthermore, it would be informative to compare the neural data to the RNN activity using canonical correlation or Procrustes analyses. These would help validate the claim of similarity between RNN and neural dynamics, rather than allowing comparisons to be dominated by geometric similarities that may be features of the task. There is also an absence of alternate models to compare the perturbation model results to.

      Thank you for these helpful suggestions. We have performed decoding analysis on RNN units and updated in Figure S12A and Lines 333-334 as: “First, from the decoding result, target motion information existed in nodes’ population dynamics shortly after TO (Figure S12A).”

      We also have included the results of canonical correlation analysis and Procrustes analysis in Table S2 and Lines 340-342 as: “We then performed canonical component analysis (CCA) and Procrustes analysis (Table S2; see Methods), the results also indicated the similarity between network dynamics and neural dynamics.”

      Reviewer #2 (Public Review):

      Summary:

      In this manuscript, Zhang et al. examine neural activity in the motor cortex as monkeys make reaches in a novel target interception task. Zhang et al. begin by examining the single neuron tuning properties across different moving target conditions, finding several classes of neurons: those that shift their preferred direction, those that change their modulation gain, and those that shift their baseline firing rates. The authors go on to find an interesting, tilted ring structure of the neural population activity, depending on the target speed, and find that (1) the reach direction has consistent positioning around the ring, and (2) the tilt of the ring is highly predictive of the target movement speed. The authors then model the neural activity with a single neuron representational model and a recurrent neural network model, concluding that this population structure requires a mixture of the three types of single neurons described at the beginning of the manuscript.

      Strengths:

      I find the task the authors present here to be novel and exciting. It slots nicely into an overall trend to break away from a simple reach-to-static-target task to better characterize the breadth of how the motor cortex generates movements. I also appreciate the movement from single neuron characterization to population activity exploration, which generally serves to anchor the results and make them concrete. Further, the orbital ring structure of population activity is fascinating, and the modeling work at the end serves as a useful baseline control to see how it might arise.

      Thank you for your recognition of our work.

      Weaknesses:

      While I find the behavioral task presented here to be excitingly novel, I find the presented analyses and results to be far less interesting than they could be. Key to this, I think, is that the authors are examining this task and related neural activity primarily with a singleneuron representational lens. This would be fine as an initial analysis since the population activity is of course composed of individual neurons, but the field seems to have largely moved towards a more abstract "computation through dynamics" framework that has, in the last several years, provided much more understanding of motor control than the representational framework has. As the manuscript stands now, I'm not entirely sure what interpretation to take away from the representational conclusions the authors made (i.e. the fact that the orbital population geometry arises from a mixture of different tuning types). As such, by the end of the manuscript, I'm not sure I understand any better how the motor cortex or its neural geometry might be contributing to the execution of this novel task.

      This paper shows the sensory modulation on motor tuning in single units and neural population during motor execution period. It’s a pity that the findings were constrained in certain time windows. We are still working on this task, please look forward to our following work.

      Main Comments:

      My main suggestions to the authors revolve around bringing in the computation through a dynamics framework to strengthen their population results. The authors cite the Vyas et al. review paper on the subject, so I believe they are aware of this framework. I have three suggestions for improving or adding to the population results:

      (1) Examination of delay period activity: one of the most interesting aspects of the task was the fact that the monkey had a random-length delay period before he could move to intercept the target. Presumably, the monkey had to prepare to intercept at any time between 400 and 800 ms, which means that there may be some interesting preparatory activity dynamics during this period. For example, after 400ms, does the preparatory activity rotate with the target such that once the go cue happens, the correct interception can be executed? There is some analysis of the delay period population activity in the supplement, but it doesn't quite get at the question of how the interception movement is prepared. This is perhaps the most interesting question that can be asked with this experiment, and it's one that I think may be quite novel for the field--it is a shame that it isn't discussed.

      It’s a great idea! We are on the way, and it seems promising.

      (2) Supervised examination of population structure via potent and null spaces: simply examining the first three principal components revealed an orbital structure, with a seemingly conserved motor output space and a dimension orthogonal to it that relates to the visual input. However, the authors don't push this insight any further. One way to do that would be to find the "potent space" of motor cortical activity by regression to the arm movement and examine how the tilted rings look in that space (this is actually fairly easy to see in the reach direction components of the dPCA plot in the supplement--the rings will be highly aligned in this space). Presumably, then, the null space should contain information about the target movement. dPCA shows that there's not a single dimension that clearly delineates target speed, but the ring tilt is likely evident if the authors look at the highest variance neural dimension orthogonal to the potent space (the "null space")-this is akin to PC3 in the current figures, but it would be nice to see what comes out when you look in the data for it.

      Thank you for this nice suggestion. While it was feasible to identify potent subspaces encoding reach direction and null spaces for target-velocity modulation, as suggested by the reviewer, the challenge remained that unsupervised methods were insufficient to isolate a pure target-velocity subspace from numerous possible candidates due to the small variance of target-velocity information. Although dPCA components can be used to construct orthogonal subspaces for individual task variables, we found that the targetvelocity information remained highly entangled with reach-direction representation. More details can be found in Figure S8C and its caption as below:

      “We used dPCA components with different features to construct three subspaces (same data in A, reach-direction space #3, #4, #5; target-velocity space #10, #15, #17; interaction space #6, #11, #12), and we projected trial-averaged data into these orthogonal subspaces using different colormaps. This approach allowed us to obtain a “potent subspace” coding reach direction and a “null space” for target velocity. The results showed that the reach-direction subspace effectively represented the reach direction. However, while the target-velocity subspace encoded the target velocity information, it still contained reach-direction clusters within each target-velocity condition, corroborating the results of the addition model in the main text (Figure 4). The interaction subspace revealed that multiple reach-direction rings were nested within each other, similar to the findings from the gain model (Figure 3 & 4). The interaction subspace also captured more variance than target-velocity subspace, consistent with our PCA results, suggesting the target-velocity modulation primarily coexists with reach-direction coding. Furthermore, we explored alternative methods to verify whether orthogonal subspaces could effectively separate the reach direction and target velocity. We could easily identify the reach-direction subspace, but its orthogonal subspace was relatively large, and the target-velocity information exhibited only small variance, making it difficult to isolate a subspace that purely encodes target velocity.”

      (3) RNN perturbations: as it's currently written, the RNN modeling has promise, but the perturbations performed don't provide me with much insight. I think this is because the authors are trying to use the RNN to interpret the single neuron tuning, but it's unclear to me what was learned from perturbing the connectivity between what seems to me almost arbitrary groups of neurons (especially considering that 43% of nodes were unclassifiable). It seems to me that a better perturbation might be to move the neural state before the movement onset to see how it changes the output. For example, the authors could move the neural state from one tilted ring to another to see if the virtual hand then reaches a completely different (yet predictable) target. Moreover, if the authors can more clearly characterize the preparatory movement, perhaps perturbations in the delay period would provide even more insight into how the interception might be prepared.

      We are sorry that we did not clarify the definition of “none” type, which can be misleading. The 43% unclassifiable nodes include those inactive ones; when only activate (taskrelated) nodes included, the ratio of unclassifiable nodes would be much lower. We recomputed the ratios with only activated units and have updated Table 1. By perturbing the connectivity, we intended to explore the interaction between different modulations.

      Thank you for the great advice. We considered moving neural states from one ring to another without changing the directional cluster. However, we found that this perturbation design might not be fully developed: since the top two PCs are highly correlated with movement direction, such a move—similar to exchanging two states within the same cluster but under different target-motion conditions—would presumably not affect the behavior.

      Reviewer #3 (Public Review):

      Summary:

      This experimental study investigates the influence of sensory information on neural population activity in M1 during a delayed reaching task. In the experiment, monkeys are trained to perform a delayed interception reach task, in which the goal is to intercept a potentially moving target.

      This paradigm allows the authors to investigate how, given a fixed reach endpoint (which is assumed to correspond to a fixed motor output), the sensory information regarding the target motion is encoded in neural activity.

      At the level of single neurons, the authors found that target motion modulates the activity in three main ways: gain modulation (scaling of the neural activity depending on the target direction), shift (shift of the preferred direction of neurons tuned to reach direction), or addition (offset to the neural activity).

      At the level of the neural population, target motion information was largely encoded along the 3rd PC of the neural activity, leading to a tilt of the manifold along which reach direction was encoded that was proportional to the target speed. The tilt of the neural manifold was found to be largely driven by the variation of activity of the population of gain-modulated neurons.

      Finally, the authors studied the behaviour of an RNN trained to generate the correct hand velocity given the sensory input and reach direction. The RNN units were found to similarly exhibit mixed selectivity to the sensory information, and the geometry of the “ neural population” resembled that observed in the monkeys.

      Strengths:

      - The experiment is well set up to address the question of how sensory information that is directly relevant to the behaviour but does not lead to a direct change in behavioural output modulates motor cortical activity.

      - The finding that sensory information modulates the neural activity in M1 during motor preparation and execution is non trivial, given that this modulation of the activity must occur in the nullspace of the movement.

      - The paper gives a complete picture of the effect of the target motion on neural activity, by including analyses at the single neuron level as well as at the population level. Additionally, the authors link those two levels of representation by highlighting how gain modulation contributes to shaping the population representation.

      Thank you for your recognition.

      Weaknesses:

      - One of the main premises of the paper is the fact that the motor output for a given reach point is preserved across different target motions. However, as the authors briefly mention in the conclusion, they did not record muscle activity during the task, but only hand velocity, making it impossible to directly verify how preserved muscle patterns were across movements. While the authors highlight that they did not see any difference in their results when resampling the data to control for similar hand velocities across conditions, this seems like an important potential caveat of the paper whose implications should be discussed further or highlighted earlier in the paper.

      Thanks for the suggestion. We’ve highlighted the resampling results as an important control in the revised manuscript in Figure S11 and Lines 257-260 as:

      “To eliminate hand-speed effect, we resampled trials to construct a new dataset with similar distributions of hand speed in each target-motion condition and found similar orbital neural geometry. Moreover, the target-motion gain model provided a better explanation compared to the hand-speed gain model (Figure S11).”

      - The main takeaway of the RNN analysis is not fully clear. The authors find that an RNN trained given a sensory input representing a moving target displays modulation to target motion that resembles what is seen in real data. This is interesting, but the authors do not dissect why this representation arises, and how robust it is to various task design choices. For instance, it appears that the network should be able to solve the task using only the motion intention input, which contains the reach endpoint information. If the target motion input is not used for the task, it is not obvious why the RNN units would be modulated by this input (especially as this modulation must lie in the nullspace of the movement hand velocity if the velocity depends only on the reach endpoint). It would thus be important to see alternative models compared to true neural activity, in addition to the model currently included in the paper. Besides, for the model in the paper, it would therefore be interesting to study further how the details of the network setup (eg initial spectral radius of the connectivity, weight regularization, or using only the target position input) affect the modulation by the motion input, as well as the trained population geometry and the relative ratios of modulated cells after training.

      Great suggestions. In the revised manuscript, we’ve added the results of three alternative modes in Table S4 and Lines 355-365 as below:

      “We also tested three alternative network models: (1) only receives motor intention and a GO-signal; (2) only receives target location and a GO-signal; (3) initialized with sparse connection (sparsity=0.1); the unmentioned settings and training strategies were as the same as those for original models (Table S4; see Methods). The results showed that the three modulations could emerge in these models as well, but with obviously distinctive distributions. In (1), the ring-like structure became overlapped rings parallel to the PC1PC2 plane or barrel-like structure instead; in (2), the target-motion related tilting tendency of the neural states remained, but the projection of the neural states on the PC1-PC2 plane was distorted and the reach-direction clusters dispersed. These implies that both motor intention and target location seem to be needed for the proposed ring-like structure. The initialization of connection weights of the hidden layer can influence the network’s performance and neural state structure, even so, the ring-like structure”

      - Additionally, it is unclear what insights are gained from the perturbations to the network connectivity the authors perform, as it is generally expected that modulating the connectivity will degrade task performance and the geometry of the responses. If the authors wish the make claims about the role of the subpopulations, it could be interesting to test whether similar connectivity patterns develop in networks that are not initialized with an all-to-all random connectivity or to use ablation experiments to investigate whether the presence of multiple types of modulations confers any sort of robustness to the network.

      Thank you for these great suggestions. By perturbations, we intended to explore the contribution of interaction between certain subpopulations. We’ve included the ablation experiments in the updated manuscript in Table S3 and Lines 344-346 as below: “The ablation experiments showed that losing any kind of modulation nodes would largely deteriorate the performance, and those nodes merely with PD-shift modulation could mostly impact the neural state structure (Table S3).”

      - The results suggest that the observed changes in motor cortical activity with target velocity result from M1 activity receiving an input that encodes the velocity information. This also appears to be the assumption in the RNN model. However, even though the input shown to the animal during preparation is indeed a continuously moving target, it appears that the only relevant quantity to the actual movement is the final endpoint of the reach. While this would have to be a function of the target velocity, one could imagine that the computation of where the monkeys should reach might be performed upstream of the motor cortex, in which case the actual target velocity would become irrelevant to the final motor output. This makes the results of the paper very interesting, but it would be nice if the authors could discuss further when one might expect to see modulation by sensory information that does not directly affect motor output in M1, and where those inputs may come from. It may also be interesting to discuss how the findings relate to previous work that has found behaviourally irrelevant information is being filtered out from M1 (for instance, Russo et al, Neuron 2020 found that in monkeys performing a cycling task, context can be decoded from SMA but not from M1, and Wang et al, Nature Communications 2019 found that perceptual information could not be decoded from PMd)?

      How and where sensory information modulating M1 are very interesting and open questions. In the revised manuscript, we discuss these in Lines 435-446, as below: “It would be interesting to explore whether other motor areas also allow sensory modulation during flexible interception. The functional differences between M1 and other areas lead to uncertain speculations. Although M1 has pre-movement activity, it is more related to task variables and motor outputs. Recently, a cycling task sets a good example that the supplementary motor area (SMA) encodes context information and the entire movement (Russo et al., 2020), while M1 preferably relates to cycling velocity (Saxena et al., 2022). The dorsal premotor area (PMd) has been reported to capture potential action selection and task probability, while M1 not (Cisek and Kalaska, 2005; Glaser et al., 2018; Wang et al., 2019). If the neural dynamics of other frontal motor areas are revealed, we might be able to tell whether the orbital neural geometry of mixed selectivity is unique in M1, or it is just inherited from upstream areas like PMd. Either outcome would provide us some insights into understanding the interaction between M1 and other frontal motor areas in motor planning.”

      Recommendations for the authors:

      Reviewer #1 (Recommendations For The Authors):

      At times the writing was a little hard to parse. It could benefit from being fleshed out a bit to link sentences together better.

      There are a few grammatical errors, such as:

      "These results support strong and similar roles of gain and additive nodes, but what is even more important is that the three modulations interact each other, so the PD-shift nodes should not be neglected."

      should be

      "These results support strong and similar roles of gain and additive nodes, but what is even more important is that the three modulations interact WITH each other, so the PDshift nodes should not be neglected."

      The discussion could also be more extensive to benefit non-experts in the field.

      Thank you. We have proofread and polished the updated manuscript.

      Reviewer #2 (Recommendations For The Authors):

      Other comments:

      - The authors mention mixed selectivity a few times, but Table 1 doesn't have a column for mixed selective neurons--this seems like an important oversight. Likewise, it would be good to see an example of a "mixed" neuron.

      - The structure of the writing in the results section often talked about the supplementary results before the main results - this seems backwards. If the supplementary results are important enough to come before the main figures, then they should not be supplementary. Otherwise, if the results are truly supplementary, they should come after the main results are discussed.

      - Line 305: Authors say "most" RNN units could be classified, and this is technically true, but only barely, according to Table 1. It might be good to put the actual percentage here in the text.

      - Figure 5a: typo ("Motion intention" rather than "Motor")

      - I couldn't find any mention of code or data availability in the manuscript.

      - There were a number of lines that didn't make much sense to me and should probably be rewritten or expanded on:

      - Lines 167-168: "These results qualitatively imply the interaction as that target speeds..." - Lines 178-179: "However, these neural trajectories were not yet the ideal description, because they were shaped mostly by time."

      - Lines 187-188: "...suggesting that target motion affects M1 neural dynamics via a topologically invariant transformation."

      - Lines 224-226: "Note that here we performed an linear transformation on all resulting neural state points to make the ellipse of the static condition orthogonal to the z-axis for better visualization." Does this mean that the z-axis is not PC 3 anymore?

      - Lines 272-274: "These simulations suggest that the existence of PD-shift and additive modulation would not disrupt the neural geometry that is primarily driven by gain modulation; rather it is possible that these three modulations support each other in a mixed population."

      Thank you for these detailed suggestions. By “mixed selectivity”, we mean the joint tuning of both target-motion and movement. In this case, the target-motion modulated neurons (regardless of the modulation type) are of mixed selectivity. The term “motor intention” refers to Mazzoni et al., 1996, Journal of Neurophysiology. We also revised the manuscript for better readership.

      We have updated the data and code availability in Data availability as below:

      “The example experimental datasets and relevant analysis code have been deposited in Mendeley Data at https://data.mendeley.com/datasets/8gngr6tphf. The RNN relevant code and example model datasets are available at https://github.com/yunchenyc/RNN_ringlike_structure.“

      Reviewer #3 (Recommendations For The Authors):

      Minor typos:

      Line 153: “there were”

      Line 301: “network was trained to generate”

      Line 318: “interact with each other”

      Suggested reformulations :

      Line 310 : “tilting angles followed a pattern similar to that seen in the data” Line 187 : the claim of a “topologically invariant transformation” seems strong as the analysis is quite qualitative.

      Suggested changes to the paper (aside from those mentioned in the main review): It could be nice to show behaviour in a main figure panel early on in the paper. This could help with the task description (as it would directly show how the trials are separated based on endpoint) and could allow for discussing the potential caveats of the assumption that behaviour is preserved.

      Thank you. We have corrected these typos and writing problems. As the similar task design has been reported, we finally decided not to provide extra figures or videos. Still, we thank this nice suggestion.

    1. Welcome back. In this video, I want to cover the Health Check feature within Route 53. Health checks support many of the advanced architectures of Route 53, and so it's essential that you understand how they work as an architect, developer, or engineer. So let's jump in and get started.

      First, let's quickly step through some high-level concepts of Health checks. Health checks are separate from but are used by records inside Route 53. You don't create the checks within records. Health checks exist separately. You configure them separately. They evaluate something's health, and they can be used by records within Route 53.

      Health checks are performed by a fleet of health checkers, which are distributed globally. This means that if you're checking the health of systems which are hosted on the public internet, then you need to allow these checks to occur from the health checkers. If you think they're bots or exploit attempts and block them, then it will cause false alarms. Health checks, as I just indicated, are not just limited to AWS targets. You can check anything which is accessible over the public internet. It just needs an IP address.

      The checks occur every 30 seconds by default, or this can be increased to every 10 seconds at an additional cost. The checks can be TCP checks, where Route 53 tries to establish a TCP connection with the endpoint, and this needs to be successful within 10 seconds. You can have HTTP checks, where Route 53 must be able to establish a TCP connection with the endpoint within 4 seconds, and in addition, the endpoint must respond with an HTTP status code in the 200 range or 300 range within 2 seconds after connecting. And this is more accurate for web applications than a simple TCP check.

      And finally, with HTTP and HTTPS checks, you can also perform string matching. Route 53 must be able to establish a TCP connection with the endpoint within 4 seconds, and the endpoint must respond with an HTTP status code in the 200 or 300 range within 2 seconds, and Route 53 health checker, when it receives the status code, it must also receive the response body from the endpoint within the next 2 seconds. Route 53 searches the response body for the string that you specify. The string must appear entirely in the first 5,120 bytes of the response body, or the endpoint fails the health check. This is the most accurate because not only do you check that the application is responding using HTTP or HTTPS, but you can also check the content of that response versus what the application should do in normal circumstances.

      Based on these health checks, an endpoint is either healthy or unhealthy. It moves between those states based on its health, based on the checks conducted. Now lastly, the checks themselves can be one of 3 types. You can have endpoint checks, and these are checks which assess the health of an actual endpoint that you specify. You can use CloudWatch alarm checks, which react to CloudWatch alarms that can be configured separately and can involve some detailed in OS or in-app tests if you use the CloudWatch agent, which we cover elsewhere in the course. Finally, checks can be what's known as calculated checks, so checks of other checks. So you can create health checks which check application-wide health with lots of individual components.

      Now, you're going to get the opportunity to actually implement a health check in a demo lesson, which is coming up very shortly in this section of the course. But what I want to do before that is to just give you an overview of exactly how the console looks when you're creating a health check. So let's move across to the console.

      Okay, so we're at the AWS console, logged in to the general account in the Northern Virginia region. So to create a health check, we need to move to the Route 53 console, so I'm going to go ahead and do that. Remember how earlier in the theory component of this lesson, I mentioned how health checks are created externally from records? So rather than going into a hosted zone, selecting a record, and configuring a health check there, to create a health check, we go to the menu on the left and click on health checks. Then we'll click on create health check, and this is where we enter the information required to create the health check.

      First, we need to give it a name, so let's just say that we use the example of test health check. I mentioned that there are three different types of health checks. We've got an endpoint health check, and this checks the health of the particular endpoint. We can use the status of other health checks, so this is a calculated health check, and as I mentioned, this allows you to create a health check which monitors the application as a whole and involves the health status of individual application components, and then finally we can use the status of a CloudWatch alarm to form the basis of this health check.

      If we select endpoint for now, then you're able to pick either IP address or domain name. So you can specify the domain name of an application endpoint or you can use an IP address. If you pick domain name, then what this configures is that all of the Route 53 health checkers will resolve this domain name first and then perform a health check on the resulting IP address.

      Now, in either case, you've got the option of either picking TCP, which does a simple TCP check, in which case you need to specify either the IPv4 or IPv6 address together with a port number. If you choose to use the more extensive HTTP or HTTPS health check, then you're asked to specify the same IP address and port number, so that will be used to establish the TCP connection. You can also specify the host name, and if you specify that, it will pass this value to the endpoint as a host header. So if you've got lots of different virtual hosts configured, then this is how you can specify a particular host that the website should deliver.

      You're also able, because this is HTTP, you can specify a path to use for this health check. You can either specify the route path or you can specify a particular path to check. If you change this to HTTPS, then all of this information is the same, only this time it will use secure HTTP rather than normal HTTP.

      Now, if we scroll down and expand advanced configuration, it's here where you can select the request interval, so the default is every 30 seconds, or you can specify fast and have the checks occur every 10 seconds. Now, this is a check every 10 seconds from every health checker involved within this health check, so the actual frequency of the health checks occurring on the endpoint will be much more frequent. This is one check every 10 seconds from every health checker.

      You can specify the failure threshold, so this is the number of consecutive health checks that an endpoint must pass or fail for Route 53 to change the current status. So if you want to allocate a buffer and allow for the opportunity of the odd fail check not to influence the health state, then you can specify a suitable value in this box. It's here where you can specify a simple check, so HTTP or HTTPS, or you can elect to use string matching to do more rich checks of application health. So if you know that your application should deliver a certain string in the request body, then you can specify that here.

      Now, you can also configure a number of advanced options. One of them is the latency graph, so you can show the latency of the checks against this endpoint. You can invert the health check status, so if the health check of an application is unhealthy, you can invert it to healthy and vice versa. So this is a fairly situational option that I haven't found much use for.

      You also have the option of disabling the health check. This might be useful if you're performing temporary maintenance on an application, and if you check this box, then even if the application endpoint reports as unhealthy, it's considered healthy. You also get the option of specifying the health checker regions. You can use the recommended suggestion, and the health checkers will come from these locations, or you can select customize and pick the particular regions that you want to use. In most cases, you would use the recommended options.

      Now, if we just go ahead and enter some sample values here, so I'm going to use 1.1.1.1. I'm going to leave the host name blank, I'm going to set the port number to 80, and then I'll scroll down and just enter a search string. Again, we're not going to create this or just enter a placeholder, click on next, and it's here where you can configure what happens when the health check fails.

      Now, this is completely optional. We can use health checks within resource records only; we don't have to configure any notification, but if we do want to configure a notification, then we can create an alarm, and we can send this to either an existing or new SNS topic, and this is a method of how we can integrate this with other systems so we can have other AWS services configured to respond to notifications on this topic or we could integrate external systems so that when a health check fails, external action is taken. But this is what I wanted to show you. I just wanted to give you an overview of how it looks creating a health check within the console UI.

      Now, don't worry, you're actually going to be doing this in a demo lesson, which is coming up elsewhere in this section, but I wanted to give you that initial exposure to how the console looks when creating a health check. At this point, let's go ahead and finish up the theory component of this lesson by returning to the architecture. Now you've seen how a health check is created architecturally, health checks look something like this: let's assume that somewhere near the UK we have an application Catergram, and we point a Route 53 record at this application, so let's assume that this is Catergram.io. What we can do is to associate a health check with this resource record, and doing so means that our application will be health checked by a globally distributed set of health checkers. So each of these health checkers performs a periodic check of our application, and based on this check, they report the resource as healthy or unhealthy.

      If more than 18 percent of the health checkers report as healthy, then the health check overall is healthy, otherwise it's reported as unhealthy, and in most cases, records which are unhealthy are not returned in response to queries. Now, you're going to see throughout this section of the course and the wider course itself how health checks can be used to influence how DNS responds to queries and how applications can react to component failure. So Route 53 is an essential design and operational tool that you can use to influence how resolution requests occur and how they're routed through to your various different application components, and so understanding health checks is essential to be able to design Route 53 infrastructure, integrate this with your applications, and then manage it day to day as an operational engineer. So it's really important that you understand this topic end to end, no matter which stream of the AWS certifications that you're currently studying for.

      Now, that's everything that I wanted to cover in this video. Go ahead and complete the video, and when you're ready, I'll look forward to you joining me in the next.

    1. synthèse analyse les principaux thèmes et idées clés issus des sources fournies, qui abordent divers aspects de la situation des jeunes en France (15-25 ans), notamment en matière de sport, de santé mentale, d'addictions, de citoyenneté, d'impôts et de justice pénale.

      1. Activité physique et sportive

      Manque de données et de ciblage: Il n'existe pas d'étude nationale ou locale sur l'occupation effective et les profils des utilisateurs des installations sportives extérieures, en particulier pour les 15-25 ans.

      Ce manque de données limite la capacité des acteurs publics à évaluer la performance de leurs dépenses et à cibler efficacement les jeunes.

      Difficulté d'association des jeunes: Les communes rencontrent des difficultés pour impliquer les jeunes en amont des projets sportifs.

      Les besoins sont souvent définis par les associations, qui ne représentent qu'une partie de cette tranche d'âge.

      Inaptitudes en EPS: Le volume des inaptitudes en éducation physique et sportive pourrait révéler une dégradation de l'état de santé global des élèves ou traduire des freins socio-culturels ou religieux. Il n'existe pas de suivi académique ou national des absences en EPS.

      Un arrêté de 1989 prévoit l'adaptation de la pratique en cas d'inaptitude partielle, soulignant la nécessité d'un suivi statistique et pédagogique, ainsi qu'une sensibilisation des médecins.

      Hétérogénéité des politiques sportives: Malgré des efforts récents, les politiques sportives peinent à cibler efficacement des publics hétérogènes.

      Structure du tissu associatif sportif: Une majorité des clubs sportifs sont de proximité (< 100 licenciés) et représentent une part significative des licenciés (66%), mais leur poids économique est plus faible (31%) comparé aux clubs intermédiaires et élite.

      2. Santé mentale et Maisons des Adolescents (MDA)

      Rôle essentiel des MDA: Les MDA jouent un rôle d'écoute, d'évaluation et d'orientation pour les jeunes en difficulté. L'accompagnement individuel permet de les diriger vers les solutions les plus adaptées.

      Des témoignages soulignent l'impact positif des MDA : "Depuis la première fois que je suis venue ici, tout a changé et en bien, les personnes qui m’ont suivie m’ont beaucoup aidée et montré les démarches à suivre pour mon cas." (une femme de 18 ans).

      Pluridisciplinarité et orientation sanitaire: Les MDA regroupent des professionnels de différentes disciplines (médecins, psychologues, infirmiers, éducateurs spécialisés), ce qui leur donne une orientation principalement sanitaire, complétée par une dimension socio-éducative.

      Principaux sujets évoqués par les jeunes en MDA: Le mal-être, l'estime de soi, l'anxiété sont les sujets les plus fréquemment abordés (72%), suivis des relations familiales (21%) et de la scolarité (10%).

      Manque de connaissance des MDA par les jeunes: Une part importante des jeunes ne sait pas ce qu'est une MDA : "À la question « savez-vous ce qu’est une MDA ? », 37 % « non pas du tout »."

      Accessibilité géographique inégale: L'implantation des MDA dans les grandes villes garantit l'accès à de nombreux jeunes, mais elles sont moins accessibles en zones rurales.

      Des initiatives "d'aller-vers" et des équipes mobiles se développent pour réduire les zones non couvertes.

      "Il faudrait qu’il y ait des MDA dans plus de villes car pas facile de faire 30 minutes de route quand on habite en campagne et qu’il n’y a pas de bus. Ou un bus itinérant" (parent d’une fille de 13 ans).

      Coordination avec d'autres structures: Une meilleure articulation et complémentarité entre les MDA et les

      Points d'Accueil et d'Écoute Jeunes (PAEJ) sont nécessaires pour une meilleure lisibilité pour le public et les partenaires.

      Financements en hausse mais hétérogènes: Les MDA sont principalement financées par les Agences Régionales de Santé (ARS), les départements et, marginalement, le bloc communal et les régions.

      Malgré une augmentation des financements suite aux Assises de la santé mentale et de la psychiatrie en 2021, l'hétérogénéité des modalités de pilotage et la souplesse du cahier des charges ne garantissent pas une harmonisation des ressources ni une offre proportionnée aux besoins des territoires.

      Nécessité d'évaluer l'impact des MDA: L'ANMDA est favorable à une évaluation scientifique de l'impact des MDA pour valoriser leurs résultats et identifier des axes d'amélioration.

      Augmentation des troubles psychiques: La pandémie et des facteurs à plus long terme (anxiété liée aux écrans, écoanxiété, violences) ont entraîné une augmentation des troubles psychiques chez les jeunes, avec une hausse notable des prescriptions de psychotropes, surtout chez les jeunes filles.

      Renforcement du dispositif "Mon soutien psy":

      L'assurance maladie contribue au renforcement du dispositif "Mon soutien psy" en augmentant le nombre de séances prises en charge et en facilitant l'accès direct aux psychologues.

      3. Addictions chez les jeunes

      Consommation en baisse chez les mineurs, préoccupante chez les majeurs: Une baisse de la consommation d'alcool et de cannabis est observée chez les mineurs depuis 2010, mais la consommation d'alcool et de drogues illicites chez les 15-24 ans en France reste supérieure à la moyenne de l'Union européenne.

      Estimation du nombre de jeunes souffrant d'addictions: Plusieurs méthodes d'estimation donnent des chiffres variables, soulignant la complexité de cette évaluation.

      L'OFDT estime qu'un pourcentage significatif des jeunes de 17 ans présente un risque élevé d'usage problématique ou de dépendance au cannabis.

      Risques liés à la consommation de cannabis: L'usage précoce et régulier de cannabis est un facteur de risque de troubles psychiques et socio-comportementaux.

      Sous-dimensionnement des dispositifs spécifiques:

      Les Consultations Jeunes Consommateurs (CJC), dispositif spécifique aux jeunes, semblent sous-dimensionnées malgré leur utilité et pertinence reconnues par les ARS. "Enfin le seul dispositif spécifique aux jeunes - celui des « consultations jeunes consommateurs » (CJC), aujourd’hui au nombre de 260 (réparties en 540 points d’accueil) - paraît sous-dimensionné." Une évaluation nationale des CJC est nécessaire pour envisager leur développement.

      Manque de coordination et de données financières: Le financement des activités hospitalières liées aux addictions chez les jeunes manque de lisibilité, et il est difficile de calculer les coûts d'hospitalisation spécifiques.

      Il manque également un état des lieux national agrégé de l'offre médico-sociale destinée aux jeunes en état de dépendance.

      Stratégie interministérielle sans objectifs chiffrés clairs:

      La stratégie interministérielle de mobilisation contre les conduites addictives manque d'objectifs de santé publique clairs, notamment en termes de diminution de la consommation d'alcool et de drogues chez les jeunes.

      Importance de la prévention et de l'orientation: Les structures existantes devraient davantage jouer leur rôle de prévention et d'orientation, avec le soutien des ARS.

      Exemples internationaux de prévention: Les exemples du Danemark (programme MOVE) montrent l'efficacité d'une mobilisation de tous les acteurs autour d'un programme de prévention ambitieux.

      Débats autour de la légalisation du cannabis: La légalisation ou la dépénalisation du cannabis dans d'autres pays a souvent entraîné une hausse de sa consommation, avec des conséquences potentielles pour la lutte contre les addictions.

      4. Journée Défense et Citoyenneté (JDC)

      Évolution du contexte et des enjeux: Le contexte international actuel et la montée en puissance du Service National Universel (SNU) renouvellent les enjeux de la JDC, qui mérite d'être redéfinie. "Or, les contextes sociaux, nationaux et internationaux ont évolué depuis l'instauration de cette journée... ont renouvelé les enjeux de la JDC, qui mérite donc d'être redéfinie."

      Objectifs multiples et tensions: La JDC est à la fois un temps fort obligatoire du parcours citoyen, un outil de maintien du lien entre l'armée et la jeunesse, un moyen de rappeler le devoir de défense, et potentiellement un outil de recrutement pour les armées.

      La volonté du ministère des armées de "remilitariser" la JDC en l'orientant davantage vers le recrutement et le recensement des compétences s'écarte potentiellement de l'équilibre initial entre Défense et Citoyenneté.

      Recrutement : objectif de plus en plus assumé: Bien que le recrutement ne soit pas un objectif explicite du code du service national pour la JDC, les armées le considèrent indispensable pour atteindre leurs objectifs d'engagement. Une étude a établi une corrélation entre la participation à la JDC et le recrutement dans l'armée de terre.

      Adaptation et expérimentation de la JDC: Des évolutions sont en cours, avec une "JDC adaptée" et un projet de "JDC Nouvelle Génération" qui pourraient transformer profondément le contenu et les objectifs du dispositif.

      JDC en ligne pour les Français de l'étranger: La mise en place d'une organisation et la mobilisation des moyens nécessaires au déploiement de la JDC en ligne pour les jeunes Français résidant à l'étranger est une recommandation.

      Bilan mitigé du test d'illettrisme: Le test d'illettrisme réalisé lors de la JDC ne répond pas pleinement aux objectifs du ministère des armées et empiète sur le temps disponible pour les autres contenus.

      Sa suppression pourrait être envisagée sous réserve de modifications législatives.

      5. Les jeunes et l'impôt

      Entrée progressive dans l'impôt: L'entrée des jeunes dans l'impôt est marquée par des disparités de revenus et dépend de plusieurs facteurs (études, charge de famille, âge).

      Le rattachement au foyer fiscal des parents ou l'imposition distincte constituent une spécificité française.

      Dispositifs atténuant l'impôt: Plusieurs dispositifs (exonérations, déductions, crédits d'impôt) atténuent l'impôt dû par les jeunes et leurs familles, notamment en lien avec les études, l'apprentissage, les stages et certaines formes de volontariat.

      Accès aux informations fiscales: La Direction Générale des Finances Publiques (DGFiP) facilite l'accès des jeunes à leur espace particulier sur impots.gouv.fr, notamment par l'envoi d'un courrier dès l'âge de 20 ans.

      Imposition des jeunes mariés: Des règles spécifiques s'appliquent à l'imposition des jeunes mariés ou pacsés qui peuvent être rattachés au foyer fiscal de l'un ou l'autre de leurs parents sous forme d'abattement.

      6. Les jeunes et la justice pénale

      Rupture de la réponse pénale à la majorité: La réponse pénale face aux jeunes de 15 à 25 ans n'est pas homogène, marquée par une rupture lors du passage à la majorité. La justice des mineurs privilégie l'éducatif et l'individualisation, tandis que les jeunes majeurs relèvent du droit commun avec des peines de prison plus fréquentes. "Face aux jeunes de 15 à 25 ans, la réponse pénale n’est pas homogène... la réponse marque une rupture, les « jeunes majeurs » basculant dans le droit commun des procédures et des conditions d’exécution des peines."

      Évolution de la délinquance des mineurs: Si le nombre de mineurs condamnés pour crimes a diminué, la direction de la protection judiciaire de la jeunesse fait état d'une tendance à la hausse du nombre et des durées d'incarcération pour des faits d'une extrême violence.

      Atténuation de la responsabilité pénale des mineurs: Le code de la justice pénale des mineurs prévoit l'atténuation de la responsabilité des mineurs en fonction de leur âge et de leur discernement.

      Alternatives aux poursuites pour les mineurs: La réponse pénale privilégie davantage les alternatives aux poursuites pour les mineurs que pour les jeunes majeurs.

      Stabilité du taux de récidive: Le taux de jeunes de 15 à 25 ans condamnés en état de récidive ou de réitération légales reste stable autour de 45%, soulignant que la politique à l'égard des jeunes délinquants n'atteint pas pleinement ses objectifs de prévention de la récidive.

      Difficultés d'insertion des jeunes sortant de prison: Des études mettent en lumière les difficultés de santé mentale et d'insertion rencontrées par les jeunes sortant de prison.

      Nécessité de renforcer l'accompagnement et la coordination: L'action des services du ministère de la justice doit être articulée avec celle des autres acteurs (éducation, collectivités territoriales, aide sociale à l'enfance) et l'accompagnement des parents doit être renforcé. "Le principe de responsabilité parentale est inscrit dans le droit positif... C’est d’ailleurs en vertu de ce principe que l’aide sociale à l’enfance et la protection judiciaire de la jeunesse interviennent dans le milieu familial pour conforter, en premier lieu, le rôle des parents."

      Conseil des droits et devoirs des familles (CDDF): Ce dispositif de prévention de la délinquance, visant à impliquer les parents, a vu son instauration obligatoire dans les grandes communes supprimée en 2019.

      7. Éducation Artistique et Culturelle (EAC)

      Importance de l'accès à l'EAC: L'éducation artistique et culturelle est reconnue comme essentielle pour le développement des jeunes.

      Périmètre de l'EAC: Le périmètre de l'EAC s'étend au-delà des arts et lettres pour inclure la culture scientifique, le numérique et les médias.

      Organisation territoriale complexe: La gouvernance territoriale de l'EAC, basée sur des comités de pilotage régionaux et locaux, est mise en œuvre de manière diverse selon les territoires.

      8. Préoccupations des jeunes

      Inégalités sociales et environnement: Les préoccupations majeures des jeunes portent sur les inégalités sociales et les questions environnementales.

      Enjeux de sécurité: Les enjeux de sécurité, de liberté, de propriété et de résistance à l'oppression restent importants.

      En conclusion, ces sources mettent en évidence la complexité des enjeux liés à la jeunesse en France.

      Des efforts sont déployés dans de nombreux domaines, mais des défis persistent en termes de connaissance des publics, de ciblage des politiques, de coordination des acteurs, d'évaluation des dispositifs et d'adaptation aux évolutions sociétales.

      Une approche globale et concertée est nécessaire pour répondre efficacement aux besoins et aux aspirations des jeunes.

    1. Briefing Document : Analyse des enjeux et dispositifs relatifs à la jeunesse en France

      Date : 2024-11-07

      Source : Excerpts from "https://www.ccomptes.fr/sites/default/files/2025-03/20250319-RPA2025-volume1_1.pdf" (Cour des Comptes, Rapport sur la politique en faveur de la jeunesse, mars 2025, Volume 1)

      Objet : Synthèse des principaux thèmes, idées et faits marquants concernant la politique en faveur de la jeunesse en France, tels qu'analysés par la Cour des Comptes.

      Public Cible : Toute personne intéressée par les politiques publiques relatives à la jeunesse (décideurs politiques, administrations, acteurs du secteur, chercheurs, etc.).

      Principaux Thèmes et Idées Clés :

      Le rapport de la Cour des Comptes met en lumière plusieurs aspects cruciaux de la politique en faveur de la jeunesse, allant du financement des dispositifs à l'accès aux droits, en passant par l'emploi, la formation, le logement et la mobilité.

      1. Complexité et Manque de Coordination des Dispositifs :

      Le paysage des dispositifs dédiés à la jeunesse est caractérisé par sa complexité et un manque de coordination.

      De nombreuses aides financières et dispositifs existent, souvent liés à l'âge et parfois au statut (étudiant, apprenti, demandeur d'emploi).

      Leur origine est diverse (État, régions, départements, communes, organismes divers), et leurs conditions d'obtention varient (âge, ressources, statut, domiciliation).

      Citation : "Il est difficile de dresser un tableau complet de ces aides, qui peuvent être présentées selon leur objet (logement, transports, sport, culture, prêt, aides, bourses, etc.), selon l’origine de l’aide (...), ou leur matérialité (...). Ces différentes catégories peuvent s’exclure mutuellement ou être cumulables, être soumises à des conditions (...) et varier sur les limites d’âge."

      Le rapport souligne un manque de coordination et de paramétrage des moyens déployés, ainsi qu'un pilotage davantage axé sur l'offre (cibles en volume) que sur les besoins et les résultats. La clarté et le partage des critères d'orientation des jeunes entre les acteurs sont également insuffisants.

      Citation : "Au-delà d’une refonte de la stratégie d’ensemble, les moyens déployés doivent être mieux coordonnés et paramétrés. La détermination des cibles nationales assignées à chaque dispositif ne repose pas sur une évaluation rigoureuse des besoins. Les règles de répartition territoriale des moyens ne garantissent pas une allocation optimale des ressources. Le pilotage par l’offre, fondé sur des cibles en volume pour chaque dispositif, doit céder la place à un pilotage par les besoins et les résultats."

      2. Définition Juridique de la Jeunesse et Droits :

      Le droit ne reconnaît pas une notion unique de "jeunesse", établissant une distinction radicale entre mineurs et majeurs (18 ans).

      Cependant, il existe une progressivité des compétences juridiques et sociales pour les mineurs dès 12 ans, créant une forme de "pré-majorité" avec des droits acquis selon l'âge, l'accord des parents ou les circonstances (soins médicaux, contraception, porter plainte, etc.).

      Citation : "Un premier constat s’impose : le droit ne connaît pas la notion de jeunesse. Il établit un partage radical entre mineurs et majeurs et concourt ainsi à définir deux grandes catégories juridiques de « jeunes » selon qu’ils ont atteint, ou non, 18 ans."

      3. Financement des Politiques Jeunesse :

      Les crédits budgétaires spécifiquement dédiés à la jeunesse restent marginaux et peu évolutifs, incitant les universités à se tourner vers des financements ponctuels via des appels à projets (Plan d'Investissement d'Avenir, France 2030).

      La pérennisation du financement des projets à moyen terme est une préoccupation.

      Le Document de Politique Transversale (DPT) "Politique en faveur de la jeunesse" présente les axes stratégiques et les crédits de l'État, mais il n'existe pas d'équivalent au niveau des collectivités territoriales et de la sécurité sociale, ce qui limite la vision globale des financements.

      Les dépenses de l'État en faveur des 15-25 ans concernent majoritairement l'éducation (enseignement scolaire et supérieur) et l'accompagnement des mutations industrielles (apprentissage). Des crédits importants sont également alloués via la mission Cohésion des territoires (aides personnelles au logement).

      Citation : "Cependant, les crédits budgétaires en question restent marginaux et peu évolutifs, ce qui a incité les universités à s’orienter vers les appels à projets du plan d’investissement d’avenir et du plan France 2030. Ceux-ci ont été déterminants pour mettre en place sur le terrain des projets structurants.

      Cependant, ces abondements extra-budgétaires ne sont attribués que pour une période donnée et les universités doivent désormais anticiper la façon dont elles financeront à moyen terme les projets en cours ou ceux qui restent à lancer."

      Citation : "Les crédits de l'État destinés aux 15-25 ans concernent massivement l’éducation, du lycée au supérieur."

      4. Inégalités Territoriales :

      La situation de la jeunesse varie considérablement d'un territoire à l'autre. L'indice de jeunesse révèle des "îlots de jeunesse" principalement autour des grandes métropoles.

      Les territoires ruraux sont confrontés à des défis spécifiques en matière d'accès à l'enseignement supérieur et à l'emploi.

      Citation : "Ces tendances nationales sont variables d’un territoire à l’autre. À l’échelle départementale, en 2023, les 15-29 ans représentaient moins de 15 % de la population dans 30 départements, et plus de 20 % pour dix d’entre eux."

      5. L'Obligation de Formation pour les 16-18 Ans :

      Le rapport analyse la mise en œuvre de l'obligation de formation pour les jeunes de 16 à 18 ans.

      Si des solutions sont proposées majoritairement via les dispositifs d'insertion professionnelle de droit commun (Pacea, CEJ), des écarts importants existent dans le repérage des jeunes concernés.

      La coordination avec les départements, qui ont un rôle dans les politiques sociales, n'est pas toujours systématique.

      Citation : "Contrairement à ce que suggère son intitulé, celle-ci consiste au moins autant à accompagner qu’à former les jeunes concernés."

      6. Réussite dans l'Enseignement Supérieur :

      Malgré les dispositifs d'accompagnement (plan "Réussir en licence", loi ORE), le taux de diplomation en licence en trois ans reste inférieur à 50%.

      La performance des formations en termes de réussite étudiante est progressivement intégrée dans l'allocation des ressources aux universités via les contrats d'objectifs, de moyens et de performance (COMP).

      Le rapport plaide pour une meilleure visibilité des dispositifs de prévention de l'échec et un suivi statistique consolidé.

      Citation : "Globalement, depuis la mise en place du plan « Réussir en licence », en 2007, et l’entrée en vigueur de la loi du 8 mars 2018 relative à l’orientation et à la réussite (ORE), la part des étudiants ayant obtenu un diplôme de licence en trois ans a progressé de 5,8 points entre la cohorte 2013 et la cohorte 2019."

      7. Accès des Jeunes Ruraux à l'Enseignement Supérieur :

      L'accès est limité par une offre de formation de proximité restreinte et des freins socio-économiques (revenus plus faibles, éloignement géographique).

      Les dispositifs d'aide aux étudiants ne prennent que faiblement en compte le critère d'éloignement.

      Le rapport recommande de simplifier la gestion des aides et de revoir les modalités d'attribution pour mieux intégrer l'éloignement.

      Citation : "L’accès des jeunes issus des territoires ruraux à l’enseignement supérieur est un enjeu majeur de cohésion sociale et territoriale.

      Or, cette problématique est aujourd’hui faiblement prise en compte par les politiques publiques."

      8. Insertion Professionnelle et Dispositifs d'Accompagnement :

      Le rapport analyse l'impact des différents dispositifs d'insertion (Pacea, CEJ, AIJ).

      Il souligne les biais potentiels liés aux cibles en volume fixées nationalement, qui peuvent inciter les opérateurs à orienter les jeunes vers certains dispositifs pour atteindre leurs objectifs de financement, plutôt qu'en fonction des besoins réels.

      Le pilotage par l'offre est critiqué au profit d'un pilotage par les besoins et les résultats.

      Citation : "La montée en charge du CEJ s’est par exemple opérée au détriment de l’AIJ (France Travail) et du Pacea (missions locales), dispositifs préexistants et de moindre intensité : il est possible qu’une partie des jeunes orientés vers le CEJ l’aient été moins parce qu’ils avaient réellement besoin d’un accompagnement intensif que parce que les prescripteurs étaient soucieux d’atteindre leurs objectifs."

      9. Logement des Jeunes :

      La politique du logement étudiant s'est longtemps concentrée sur les résidences universitaires.

      La garantie Visale est un dispositif important pour faciliter l'accès au logement des jeunes, mais elle rencontre parfois des réticences de la part des bailleurs.

      Des dispositifs expérimentaux visent à accompagner globalement les jeunes précaires, où le logement est un outil de stabilisation. Une meilleure coordination locale et la mobilisation du foncier universitaire sont encouragées.

      Citation : "Depuis le début des années 2010, le logement étudiant à vocation sociale fait l’objet d’objectifs de production à travers des plans gouvernementaux..."

      10. Mobilité des Jeunes et Transports Collectifs :

      Le droit à la mobilité, bien que général, a des implications pour les jeunes. Les politiques tarifaires des autorités organisatrices de mobilité (AOM) pourraient être mieux ciblées.

      Des initiatives temporaires comme les Pass Jeunes et le Pass Rail ont montré leur succès.

      Le développement de l'offre de transports collectifs vers les zones périurbaines et rurales est un enjeu majeur pour l'égalité d'accès.

      Citation : "Le droit aux transports pour tous est inscrit dans la loi depuis 1982.

      Il a été transformé en un droit à la mobilité en 2019 qui ne concerne pas spécifiquement les jeunes, sauf pour les transports scolaires."

      11. Jeunes Majeurs Sortant de l'Aide Sociale à l'Enfance (ASE) :

      La loi du 7 février 2022 a renforcé le droit à l'accompagnement pour les jeunes majeurs sortant de l'ASE, mais des disparités persistent dans les niveaux de prise en charge selon les départements.

      La notion de "contrat jeune majeur" est variable.

      L'accès au droit commun (insertion, logement) pour ces jeunes doit être renforcé.

      Le pilotage des dispositifs et le suivi de l'atteinte des objectifs sont souvent insuffisants.

      Citation : "Les jeunes majeurs issus de l’aide sociale à l’enfance (ASE), et plus largement tout jeune de 18 à 21 ans sans « ressources ou soutien familial suffisants », sont pris en charge à leur demande par les départements en application de l’article L. 222-5 du code de l’action sociale et des familles."

      Conclusion :

      Le rapport de la Cour des Comptes dresse un tableau complexe de la politique en faveur de la jeunesse en France.

      Il met en évidence la nécessité d'une meilleure coordination et d'un pilotage axé sur les besoins et les résultats, d'une prise en compte accrue des inégalités territoriales, et d'un renforcement de l'accès aux droits pour tous les jeunes, en particulier ceux en situation de vulnérabilité.

      La simplification et la clarification des dispositifs, ainsi qu'une vision globale du financement, apparaissent comme des leviers essentiels pour améliorer l'efficacité et l'équité des politiques publiques dédiées à la jeunesse.

    2. Le Comité d'éducation à la santé, à la citoyenneté et à l'environnement (CESCE) est l'instance qui permet de mettre en œuvre la politique de l'établissement en matière d'éducation et de prévention dans ces trois domaines.

      En tant qu'instance de réflexion, d'observation et de veille, le CESCE conçoit, met en œuvre et évalue les actions de prévention et d'éducation à la citoyenneté, à la santé et aux questions d'environnement en lien avec le projet d'établissement.

      Cette démarche globale et fédératrice favorise la cohérence et la lisibilité de la politique éducative et encourage les partenariats.

      Le CESCE est réglementairement présidé par le chef d'établissement, qui peut déléguer cette présidence.

      Il est réuni régulièrement et ses membres évaluent les projets et le bilan annuel des actions, produisant un compte-rendu intégré au bilan et rapport annuel de l'EPLE.

      Pour nourrir les quatre parcours éducatifs, le CESCE peut exploiter ses prérogatives et ses domaines d'intervention de la manière suivante :

      • Parcours Avenir : Ce parcours vise à permettre à chaque élève de la 6e à la terminale d'acquérir les premières clés de compréhension du monde professionnel pour construire son projet d'orientation scolaire et professionnelle, notamment en facilitant les échanges entre l’École et le monde économique.

      Le CESCE peut contribuer à ce parcours en organisant des actions de sensibilisation aux métiers liés à la santé et à l'environnement.

      Il peut initier des partenariats avec des professionnels de ces secteurs (par exemple, des professionnels de santé locaux, des entreprises engagées dans le développement durable) pour des interventions en milieu scolaire ou des visites d'entreprises.

      Les actions de prévention des conduites à risque (addictions, etc.) abordées par le CESCE peuvent également éclairer les élèves sur les conséquences de certains choix sur leur avenir professionnel.

      • Parcours d'éducation artistique et culturelle (PEAC) :

      Le PEAC met en cohérence la formation des élèves en s'appuyant sur les enseignements artistiques, les rencontres avec les artistes et les œuvres, et les pratiques artistiques.

      Bien que le CESCE ne soit pas directement centré sur l'art, il peut intégrer une dimension artistique et culturelle dans ses actions de sensibilisation à la santé et à l'environnement.

      Par exemple, des projets de création artistique (affiches, vidéos, pièces de théâtre) peuvent être réalisés par les élèves sur des thèmes de santé ou d'environnement.

      Le CESCE peut également collaborer avec des acteurs culturels locaux pour des interventions ou des événements liant la santé, la citoyenneté ou l'environnement à l'expression artistique.

      • Parcours éducatif de santé : Ce parcours regroupe la protection de la santé des élèves, la prévention des conduites à risque et l'éducation à la santé.

      C'est le domaine d'action le plusDirect du CESCE, comme son nom l'indique.

      Le CESCE est l'instance de coordination de ce parcours au sein de l'établissement. Il conçoit, met en œuvre et évalue les actions de prévention concernant les conduites addictives, l'alimentation, l'activité physique, l'éducation à la sexualité, la prévention des violences, etc..

      Le CESCE peut s'appuyer sur des textes officiels comme le Code de la santé publique et mobiliser des partenaires tels que l'agence régionale de santé (ARS) pour mener à bien ses actions.

      L'utilisation du Logiciel infirmier de l'Éducation Nationale (LIEN) pour le suivi de la santé mentale des élèves peut également alimenter les réflexions et les actions du CESCE.

      • Parcours citoyen de l'élève : Ce parcours vise à former des citoyens conscients de leurs droits, devoirs et responsabilités, en s'appuyant sur l'enseignement moral et civique, l'éducation aux médias et à l'information, et en abordant des thèmes comme la laïcité, l'égalité, la lutte contre les discriminations, l'éducation à l'environnement et au développement durable.

      Le CESCE contribue pleinement à ce parcours par son rôle dans l'éducation à la citoyenneté et à l'environnement.

      Les actions de prévention des discriminations, la promotion de l'égalité (notamment filles-garçons, en lien avec les chargés de mission académiques à l'égalité), l'éducation au développement durable (en lien avec le label E3D et l'ADEME) et la prévention de la radicalisation sont des aspects que le CESCE peut intégrer dans ses actions.

      La participation des élèves à la vie de l'établissement, encouragée par le CESCE, est également un élément clé du parcours citoyen.

      En mobilisant les ressources propres de l'EPLE et en sollicitant des subventions auprès de divers partenaires (collectivités, préfecture, MILDECA, ADEME, ARS, etc.), le CESCE dispose de moyens pour mettre en œuvre des actions concrètes qui nourrissent et enrichissent les quatre parcours éducatifs, contribuant ainsi à une éducation globale et cohérente pour les élèves.

    1. 5.5.2. 4Chan# 4Chan [e18] was created in 2003 by copying the code from a Japanese image-sharing bulletin board called Futaba or 2chan [e19]. 4Chan has various image-sharing bulletin boards, where users post anonymously. Perhaps the most infamous board is the “/b/” board for “random” topics. This board emphasizes “free speech” and “no rules” (with exceptions for child sexual abuse material [CSAM] and some other illegal content). In these message boards, users attempt to troll each other and post the most shocking content they can come up with. They also have a history of collectively choosing a target website or community and doing a “raid” where they all try to join and troll and offend the people in that community. Many memes, groups, and forms of internet slang come from 4Chan, such as: lolcats [e20] Rickroll [e21] ragefaces [e22] “Anonymous [e23]” the hacker group Bronies [e24] (male My Little Pony fans) much of trolling culture (we will talk more about in Chapter 7: Trolling) But one 4Chan user found 4chan to be too authoritarian and restrictive and set out to create a new “free-speech-friendly” image-sharing bulletin board, which he called 8chan.

      I remember hearing about 4Chan for the first time and how I saw it as an unfiltered early version of Reddit. However, I didn't know about 8Kun, and how it was supposed to be a "less restrictive" public board, even though this "less restrictive" action is the brewing stage for conspiracy theories and other harmful content.

    2. 5.5.2. 4Chan# 4Chan [e18] was created in 2003 by copying the code from a Japanese image-sharing bulletin board called Futaba or 2chan [e19]. 4Chan has various image-sharing bulletin boards, where users post anonymously. Perhaps the most infamous board is the “/b/” board for “random” topics. This board emphasizes “free speech” and “no rules” (with exceptions for child sexual abuse material [CSAM] and some other illegal content). In these message boards, users attempt to troll each other and post the most shocking content they can come up with. They also have a history of collectively choosing a target website or community and doing a “raid” where they all try to join and troll and offend the people in that community. Many memes, groups, and forms of internet slang come from 4Chan, such as: lolcats [e20] Rickroll [e21] ragefaces [e22] “Anonymous [e23]” the hacker group Bronies [e24] (male My Little Pony fans) much of trolling culture (we will talk more about in Chapter 7: Trolling) But one 4Chan user found 4chan to be too authoritarian and restrictive and set out to create a new “free-speech-friendly” image-sharing bulletin board, which he called 8chan.

      This section highlights how 4Chan became a hub of internet creativity and a breeding ground for harmful subcultures. It serves as an example of the fine line that separates encouraging edgy humor from toxic behavior.

    1. Symbolic operations also underlie data structures like dictionaries or databases that might keep records of particular individuals and their properties (like their addresses, or the last time a salesperson has been in touch with them, and allow programmers to build libraries of reusable code, and ever larger modules, which ease the development of complex systems. Such techniques are ubiquitous, the bread and butter of the software world.

      argument example symbols

    2. it goes back at least to 1945, when the legendary mathematician von Neumann outlined the architecture that virtually all modern computers follow. Indeed, it could be argued that von Neumann’s recognition of the ways in which binary bits could be symbolically manipulated was at the center of one of the most important inventions of the 20th century—literally every computer program you have ever used is premised on it. (The “embeddings” that are popular in neural networks also look remarkably like symbols, though nobody seems to acknowledge this. Often, for example, any given word will be assigned a unique vector, in a one-to-one fashion that is quite analogous to the ASCII code. Calling something an “embedding” doesn’t mean it’s not a symbol.)

      example symbols ?

    1. Formatting requests are tricky. But formatting is handled very well by conform.nvim also for injected code via their injected formatter (example from my config: link).

      Formatting injected languges

    1. Welcome back and in this lesson I'm going to be covering a topic which is probably slightly beyond what you need for the Solutions Architect Associate exam, but additional understanding of CloudFormation is never a bad thing and it will help you answer any automation style questions in the exam, and so I'm going to talk about it anyway. CloudFormation in it is a way that you can pass complex bootstrapping instructions into an EC2 instance, and it's much more complex than the simple user data example that you saw in the previous lesson.

      Now we do have a lot to cover, so let's jump in and step through the theory before we move to another demo lesson. In the previous lesson I showed you how CloudFormation handled user data, and it works in a similar way to the console UI where you pass in base 64 encoded data into the instance operating system and it runs as a shell script. Now there's another way to configure EC2 instances, a way which is much more powerful.

      It's called cfn-init, and it's officially referred to by AWS as a helper script which is installed on EC2 operating systems such as Amazon Linux 2. Now cfn-init is actually much more than a simple helper script — it's much more like a simple configuration management system. User data is what's known as procedural; it's a script, it's run by the operating system line by line. Now cfn-init can also be procedural — it can be used to run commands just like user data — but it can also be desired state, where you direct it how you want something to be.

      What's the desired state of an EC2 instance, and it will perform whatever is required to move the instance into that desired state. So for example, you can tell cfn-init that you want a certain version of the Apache web server to be installed, and if that's already the case — if Apache is already installed and it's the same version — then nothing is done. However, if Apache is not installed then cfn-init will install it, or it will update any older versions to that version.

      cfn-init can do lots of pretty powerful things — it can make sure packages are installed even with an awareness of versions, it can manipulate operating system groups and users, it can download sources and extract them onto the local instance even using authentication, it can create files with certain contents, permissions, and ownerships, it can run commands and test that certain conditions are true after the commands have run, and it can even control services on an instance — so in ensuring that a particular service is started or enabled to be started on the boot of the OS.

      cfn-init is executed like any other command by being passed into the instance as part of the user data, and it retrieves its directives from the CloudFormation stack, and you define this data in a special part of each logical resource inside CloudFormation templates called aws double colon cloud formation double colon init — and don't worry, you'll get a chance to see this very soon in the demo.

      So the instance runs cfn-init, it pulls this desired state data from the CloudFormation stack that you put in there via the CloudFormation template, and then it implements the desired state that's specified by you in that data. So let's quickly look at this architecture visually — the way that cfn-init works is probably going to be easier to understand if we do take a look at it visually, and once you see the individual components it's a lot simpler than I've made it sound on the previous screen.

      It all starts off with a CloudFormation template, and this one creates an EC2 instance — and you'll see this in action yourself very soon. Now the template has a logical resource inside it called EC2 instance, which is to create an EC2 instance, and it has this new special component: metadata and aws double colon cloud formation double colon init — and this is where the cfn init configuration is stored. The cfn init command itself is executed from the user data that's passed into that instance.

      So the CloudFormation template is used to create a stack which itself creates an EC2 instance, and the cfn-init line in the user data at the bottom here is executed by the instance. This should make sense now — anything in the user data is executed when the instance is first launched. Now if you look at the command for cfn-init, you'll notice that it specifies a few variables — specifically a stack ID and a region.

      Remember, this instance is being created using CloudFormation, and so these variables are actually replaced for the actual values before this ends up inside the EC2 instance — so the region will be replaced with the actual region that the stack is created in, and the stack ID is the actual stack ID that's being created by this template, and these are all passed in to cfn-init. This allows cfn-init to communicate with the CloudFormation service and receive its configuration, and it can do that because of those variables passed into the user data by CloudFormation.

      Once cfn-init has this configuration, then because it's a desired state system, it can implement the desired state that's specified inside the CloudFormation by you. And another amazing thing about this process, or about cfn-init and its associated tools, is that it can also work with stack updates.

      Remember that the user data works once, while cfn-init can be configured to watch for updates to the metadata on an object in a template, and if that metadata changes, then cfn-init can be executed again and it will update the configuration of that instance to the desired state specified inside the template — it's really powerful. Now this is not something that user data can do — user data only works the once when you launch the instance.

      Now in the demo lesson which immediately follows this one, you're going to experience just how cool this cfn-init process is. The WordPress CloudFormation template that you used in the previous demo — which included some user data — I've updated that and I've supplied a new version which uses this CloudFormation in its process or cfn-init, so you'll get to see how it's different and exactly how that looks when you apply it into your AWS account.

      Now there's one more really important feature of CloudFormation which I want to cover — as you start performing more advanced bootstrapping, it will start to matter more and more. This feature is called CloudFormation creation policies and CloudFormation signals — so let's look at that next.

      On the previous example there was another line passed into the user data — the bottom line: cfn-signal. Without this, the resource creation process inside CloudFormation is actually pretty dumb. You have a template which is used to create a stack which creates an EC2 instance — let's say you pass in some user data, this runs, and then the instance is marked as complete.

      The problem though is we don't actually know if the resource actually completed successfully — CloudFormation has created the resource and passed in the user data, but I've already said that CloudFormation doesn't understand the user data, it just passes it in. So if the user data has a problem — if the instance bootstrapping process fails and from a customer perspective the instance doesn't really work — CloudFormation won't know. The instance is going to be marked as complete regardless of how the configuration is inside that instance.

      Now this is fine when we're creating resources like a blank EC2 instance when there is no post-launch configuration — if EC2 reports to CloudFormation that it's successfully provisioned an instance then we can rely on that; if we're creating an S3 bucket and S3 reports to CloudFormation that it's worked okay then it's worked okay. But what if there's extra configuration happening inside the resource such as this bootstrapping process?

      We need a better way — a way that the resource itself, the EC2 instance in this case, can inform CloudFormation if it's being configured correctly or not. This is how creation policies work, and this is a creation policy. A creation policy is something which is added to a logical resource inside a CloudFormation template — you create it and you supply a timeout value.

      This one has 15 minutes, and this is used to create a stack which creates an instance. So far the process is the same — but at this point CloudFormation waits. It doesn't move the instance into a create complete status when EC2 signals that it's been created successfully — instead it waits for a signal, a signal from the resource itself.

      So even though EC2 has launched the instance, even though its status checks pass and it's told CloudFormation that the instance is provisioned and ready to go — CloudFormation waits. It waits for a signal from the resource itself. The CFN signal command at the bottom is given the stack ID, the resource name, and the region — and these are passed in by the CloudFormation stack when the resource is created.

      So the CFN signal command understands how to communicate with the specific CloudFormation stack that it's running inside. The -e $? part of that command represents the state of the previous command — so in this case the CFN init command is going to perform this desired state configuration, and if the output of that command is an OK state, then the OK is sent as a signal by CFN signal.

      If CFN init reports an error code, then this is sent using CFN signal to the CloudFormation stack — so CFN signal is reporting to CloudFormation the success or not of the CFN init bootstrapping, and this is reported to the CloudFormation stack. If it's a success code — so if CFN init worked as intended — then the resource is moved into a create complete state; if CFN signal reports an error, the resource in CloudFormation shows an error.

      If nothing happens for 15 minutes — the timeout value — then CloudFormation assumes it's erred and doesn't let the stack create successfully — the resource will generate an error. Now you'll see creation policies feature in more complex CloudFormation templates either within EC2 instance resources or within auto scaling groups that we'll be covering later in the course.

      Now you won't need to know the technical implementation details of this for the Solutions Architect Associate exam, but I do expect the knowledge of this architecture will help you in any automation related questions. And now it's time for a quick demonstration — I just want you to have some experience in using a template which uses CFN init and also one which uses the creation policy, so I hope this theory has been useful to you and when you're ready for the demo, go ahead and complete this video and you can join me in the next.

    1. Welcome back. In this lesson, I want to cover a little bit more theory, something which you'll need to understand from now on in the course because the topics that we'll discuss and the examples that we'll use to fully understand those topics will become ever more complex. Horizontal and vertical scaling are two different ways that a system can scale to handle increasing or, in some cases, decreasing load placed on that system, so let's quickly step through the difference and look at some of the pros, cons, and requirements of each. Scaling is what happens when systems need to grow or shrink in response to increases or decreases of load placed upon them by your customers. From a technical perspective, you're adding or removing resources to a system. A system can in some cases be a single compute device such as an EC2 instance, but in some cases could be hundreds, thousands, tens of thousands, or even hundreds of thousands, or more of individual devices.

      Vertical scaling is one way of achieving this increase in capacity, so this increase of resource allocation. The way it works is simple. Let's say, for example, we have an application and it's running on an EC2 instance, and let's say that it's a T3.large, which provides two virtual CPUs and eight GiB of memory. The instance will service a certain level of incoming load from our customers, but at some point, assuming the load keeps increasing, the size of this instance will be unable to cope, and the experience for our customers will begin to decrease. Customers might experience delays, unreliability, or even outright system crashes. So the commonly understood solution is to use a bigger server. In the virtual world of EC2, this means resizing the EC2 instance. We have lots of sizes to choose from. We might pick a T3.extralarge, which doubles the virtual CPU and memory, or if the rate of increase is significant, we could go even further and pick another size up, a T3.2 XL, which doubles that again to eight virtual CPUs and 32 GiB of memory.

      Let's talk about a few of the finer points though of vertical scaling. When you're actually performing vertical scaling with EC2, you're resizing an EC2 instance, and because of that, there's downtime, often a restart during the resize process, which can potentially cause customer disruption. But it goes beyond this because of this disruption, it means that you can only scale generally during pre-agreed times, so within outage windows. If incoming load on a system changes rapidly, then this restriction of only being able to scale during outage windows limits how quickly you can react, how quickly you can respond to these changes by scaling up or down. Now as load increases on a system, you can scale up, but larger instances often carry a price premium. So the increasing cost going larger and larger is often not linear towards the top end. And because you're scaling individual instances, there's always going to be an upper cap on performance. And this cap is the maximum instance size. While AWS are always improving EC2, there will always be a maximum possible instance size, and so with vertical scaling, this will always be the cap on the scaling of an individual compute resource.

      Now there are benefits of vertical scaling. It's really simple and it doesn't need any application modification. If an application can run on an instance, then it can run on a bigger instance. Vertical scaling works for all applications, even monolithic ones, where the whole code base is one single application because it all runs on one instance and that one instance can increase in size. Horizontal scaling is designed to address some of the issues with vertical scaling, so let's have a look at that next. Horizontal scaling is still designed to cope with changes to incoming load on a system, but instead of increasing the size of an individual instance, horizontal scaling just adds more instances. The original one instance turns into two as load increases, maybe two more added. Eventually, maybe eight instances are required. As the load increases on a system, horizontal scaling just adds additional capacity.

      The key thing to understand with horizontal scaling is that with this architecture, instead of one running copy of your application, you might have two or 10 or hundreds of copies, each of them running on smaller compute instances. This means they all need to work together, all need to take their share of incoming load placed on the system by customers, and this generally means some form of load balancer. A load balancer is an appliance which sits between your servers, in this case instances, and your customers. When customers attempt to access the system, all that incoming load is distributed across all of the instances running your application. Each instance gets a fair amount of the load and for a given customer, every mouse click, every interaction with the application, could be on the same instance or randomized across any of the available instances.

      Horizontal scaling is great, but there are a few really important things that you need to be aware of as a solutions architect. When you think about horizontal scaling, sessions are everything. When you log into an application, think about YouTube, about Netflix, about your email. The state of your interaction with that application is called a session. You're using this training site right now and if I deleted your session right at this moment, then the next time you interacted with the site, you would be logged out. You might lose the position of the video that you're currently watching. On amazon.com or your home grocery shopping site, the session stores what items are in your cart. With a single application running on a single server, the sessions of all customers are generally stored on that server. With horizontal scaling, this won't work. If you're shopping on your home grocery site and you add some cat cookies to your cart, this might be using instance one. When you add your weekly selection of donuts, you might be using instance 10. Without changes, every time you moved between instances for a horizontally scaled application, you would have a different session or no session. You would be logged out, the application, put simply, would be unusable. With horizontal scaling, you can be shifting between instances constantly. That's one of the benefits. It evens out the load. And so horizontal scaling needs either application support or what's known as off-host sessions.

      If you use off-host sessions, then your session data is stored in another place, an external database. And this means that the servers are what's called stateless. They're just dumb instances of your application. The application doesn't care which instance you connect to because your session is externally hosted somewhere else. That's really the key consideration with horizontal scaling. It requires thought and design so that your application supports it. But if it does support it, then you get all of the benefits. The first one of those benefits is that you have no disruption while you're scaling because all you're doing is just adding instances. The existing ones aren't being impacted. So customer connections remain unaffected. Even if you're scaling in, so removing instances because sessions should be off-host, so externally hosted, connections can be moved between instances, leaving customers unaffected. So that's a really powerful feature of having externally hosted sessions together with horizontal scaling. It means all of the individual instances are just dumb instances. It doesn't matter to which instance a particular customer connects to at a particular time because the sessions are hosted externally. They'll always have access to their particular state in the application.

      And there's no real limits to horizontal scaling because you're using lots of smaller, more common instances. You can just keep adding them. There isn't the single instance size cap which vertical scaling suffers from. Horizontal scaling is also often less expensive. You're using smaller commodity instances, not the larger ones which carry a premium. So it can be significantly cheaper to operate a platform using horizontal scaling. And finally, it can allow you to be more granular in how you scale. With vertical scaling, if you have a large instance and go to an extra-large, which is one step above it, you're pretty much doubling the amount of resources allocated to that system. With horizontal scaling, if you're currently using five small instances and you add one more, then you're scaling by around 20%. The smaller instances that you use, the better granularity that you have with horizontal scaling.

      Now, there's a lot more to this. Later in the course, in the high availability and scaling section, I'll introduce elasticity and how we can use horizontal scaling as a component of highly available and fault-tolerant designs. But for now, I'll leave you with a visual exam power-up. Visuals often make things easier to understand, and they help especially with memory recall. So when it comes to remembering the different types of scaling methods, picture this, two types of scaling. First, horizontal scaling, and this adds and removes things. So if we're scaling Bob, one of our regular course guest stars, then scaling Bob in a horizontal way would mean moving to two Bob, which is scary enough. But if the load required it, we might even have to move to four Bob. And if we needed huge amounts of capacity, if four Bob wasn't enough, if you needed more and more and more, and even more Bob, then horizontal scaling has you covered. There isn't really a limit. We can scale Bob infinitely. In this case, we can have so many Bobs. We can scale Bob up to a near-infinite level as long as we're using horizontal scaling. Scaling Bob in a vertical way, that starts off with a small Bob, then moves to a medium Bob, and if we really need more Bob, then we can scale to a large Bob. In the exam, when you're struggling to remember the difference between horizontal scaling and vertical scaling, picture this image. I guarantee with this, you will not forget it. But at this point, that's all of the theory that I wanted to cover. Go ahead, complete the video, and when you're ready, you can join me in the next.

    1. Welcome back and in this first lesson of the EC2 section of the course, I want to cover the basics of virtualization as briefly as possible. EC2 provides virtualization as a service. It's an infrastructure as a service or I/O product. To understand all the value it provides and why some of the features work the way that they do, understanding the fundamentals of virtualization is essential. So that's what this lesson aims to do.

      Now, I want to be super clear about one thing. This is an introduction level lesson. There's a lot more to virtualization than I can talk about in this brief lesson. This lesson is just enough to get you started, but I will include a lot of links in the lesson description if you want to learn more. So let's get started.

      We do have a fair amount of theory to get through, but I promise when it comes to understanding how EC2 actually works, this lesson will be really beneficial. Virtualization is the process of running more than one operating system on a piece of physical hardware, a server. Before virtualization, the architecture looked something like this. A server had a collection of physical resources, so CPU and memory, network cards and maybe other logical devices such as storage. And on top of this runs a special piece of software known as an operating system.

      That operating system runs with a special level of access to the hardware. It runs in privilege mode, or more specifically, a small part of the operating system runs in privilege mode, known as the kernel. The kernel is the only part of the operating system, the only piece of software on the server that's able to directly interact with the hardware. Some of the operating system doesn't need this privilege level of access, but some of it does. Now, the operating system can allow other software to run such as applications, but these run in user mode or unprivileged mode. They cannot directly interact with the hardware, they have to go through the operating system.

      So if Bob or Julie are attempting to do something with an application, which needs to use the system hardware, that application needs to go through the operating system. It needs to make a system call. If anything but the operating system attempts to make a privileged call, so tries to interact with the hardware directly, the system will detect it and cause a system-wide error, generally crashing the whole system or at minimum the application. This is how it works without virtualization.

      Virtualization is how this is changed into this. A single piece of hardware running multiple operating systems. Each operating system is separate, each runs its own applications. But there's a problem, CPU at least at this point in time, could only have one thing running as privileged. A privileged process member has direct access to the hardware. And all of these operating systems, if they're running in their unmodified state, they expect to be running on their own in a privileged state. They contain privileged instructions. And so trying to run three or four or more different operating systems in this way will cause system crashes.

      Virtualization was created as a solution to this problem, allowing multiple different privileged applications to run on the same hardware. But initially, virtualization was really inefficient, because the hardware wasn't aware of it. Virtualization had to be done in software, and it was done in one of two ways. The first type was known as emulated virtualization or software virtualization. With this method, a host operating system still ran on the hardware and included additional capability known as a hypervisor. The software ran in privileged mode, and so it had full access to the hardware on the host server.

      Now, around the multiple other operating systems, which we'll now refer to as guest operating systems, were wrapped a container of sorts called a virtual machine. Each virtual machine was an unmodified operating system, such as Windows or Linux, with a virtual allocation of resources such as CPU, memory and local disk space. Virtual machines also had devices mapped into them, such as network cards, graphics cards and other local devices such as storage. The guest operating systems believed these to be real. They had drivers installed, just like physical devices, but they weren't real hardware. They were all emulated, fake information provided by the hypervisor to make the guest operating systems believe that they were real.

      The crucial thing to understand about emulator virtualization is that the guest operating systems still believe that they were running on real hardware, and so they still attempt to make privileged calls. They tried to take control of the CPU, they tried to directly read and write to what they think of as their memory and their disk, which are actually not real, they're just areas of physical memory and disk that have been allocated to them by the hypervisor. Without special arrangements, the system would at best crash, and at worst, all of the guests would be overriding each other's memory and disk areas.

      So the hypervisor, it performs a process known as binary translation. Any privileged operations which the guests attempt to make, they're intercepted and translated on the fly in software by the hypervisor. Now, the binary translation in software is the key part of this. It means that the guest operating systems need no modification, but it's really, really slow. It can actually halve the speed of the guest operating systems or even worse. Emulated virtualization was a cool set of features for its time, but it never achieved widespread adoption for demanding workloads because of this performance penalty.

      But there was another way that virtualization was initially handled, and this is called para-virtualization. With para-virtualization, the guest operating systems are still running in the same virtual machine containers with virtual resources allocated to them, but instead of the slow binary translation which is done by the hypervisor, another approach is used. Para-virtualization only works on a small subset of operating systems, operating systems which can be modified. Because with para-virtualization, there are areas of the guest operating systems which attempt to make privileged calls, and these are modified. They're modified to make them user calls, but instead of directly calling on the hardware, they're calls to the hypervisor called hypercalls.

      So areas of the operating systems which would traditionally make privileged calls directly to the hardware, they're actually modified. So the source code of the operating system is modified to call the hypervisor rather than the hardware. So the operating systems now need to be modified specifically for the particular hypervisor that's in use. It's no longer just generic virtualization, the operating systems are modified for the particular vendor performing this para-virtualization. By modifying the operating system this way, and using para-virtual drivers in the operating system for network cards and storage, it means that the operating system became almost virtualization aware, and this massively improved performance. But it was still a set of software processors designed to trick the operating system and/or the hardware into believing that nothing had changed.

      The major improvement in virtualization came when the physical hardware started to become virtualization aware. This allows for hardware virtualization, also known as hardware assisted virtualization. With hardware assisted virtualization, hardware itself has become virtualization aware. The CPU contains specific instructions and capabilities so that the hypervisor can directly control and configure this support, so the CPU itself is aware that it's performing virtualization. Essentially, the CPU knows that virtualization exists.

      What this means is that when guest operating systems attempt to run any privileged instructions, they're trapped by the CPU, which knows to expect them from these guest operating systems, so the system as a whole doesn't halt. But these instructions can't be executed as is because the guest operating system still thinks that it's running directly on the hardware, and so they're redirected to the hypervisor by the hardware. The hypervisor handles how these are executed. And this means very little performance degradation over running the operating system directly on the hardware.

      The problem, though, is while this method does help a lot, what actually matters about a virtual machine tends to be the input/output operation, so network transfer and disk I/O. The virtual machines, they have what they think is physical hardware, for example, a network card. But these cards are just logical devices using a driver, which actually connect back to a single physical piece of hardware which sits in the host. The hardware, everything is running on.

      Unless you have a physical network card per virtual machine, there's always going to be some level of software getting in the way, and when you're performing highly transactional activities such as network I/O or disk I/O, this really impacts performance, and it consumes a lot of CPU cycles on the host.

      The final iteration that I want to talk about is where the hardware devices themselves become virtualization aware, such as network cards. This process is called S-R-I-O-V, single root I/O virtualization. Now, I could talk about this process for hours about exactly what it does and how it works, because it's a very complex and feature-rich set of standards. But at a very high level, it allows a network card or any other add-on card to present itself, not just one single card, but almost a several mini-cards.

      Because this is supported in hardware, these are fully unique cards, as far as the hardware is concerned, and these are directly presented to the guest operating system as real cards dedicated for its use. And this means no translation has to happen by the hypervisor. The guest operating system can directly use its card whenever it wants. Now, the physical card which supports S-R-I-O-V, it handles this process end-to-end. It makes sure that when the guest operating system is used, there are logical mini-network cards that they have physical access to the physical network connection when required.

      In EC2, this feature is called enhanced networking, and it means that the network performance is massively improved. It means faster speeds. It means lower latency. And more importantly, it means consistent lower latency, even at high loads. It means less CPU usage for the host CPU, even when all of the guest operating systems are consuming high amounts of consistent I/O.

      Many of the features that you'll see EC2 using are actually based on AWS implementing some of the more advanced virtualization techniques that have been developed across the industry. AWS do have their own hypervisor stack now called Nitro, and I'll be talking about that in much more detail in an upcoming lesson, because that's what enables a lot of the higher-end EC2 features.

      But that's all the theory I wanted to cover. I just wanted to introduce virtualization at a high level and get you to the point where you understand what S-R-I-O-V is, because S-R-I-O-V is used for enhanced networking right now, but it's also a feature that can be used outside of just network cards. It can help hardware manufacturers design cards, which, whilst they're a physical single card, can be split up into logical cards that can be presented to guest operating systems. It essentially makes any hardware virtualization aware, and any of the advanced EC2 features that you'll come across within this course will be taking advantage of S-R-I-O-V.

      At this point, though, we've completed all of the theory I wanted to cover, so go ahead, complete the slicing when you're ready. You can join me in the next.

    1. Reviewer #3 (Public Review):

      Summary:

      This study tackles the important subject of sensory driven suppression of alpha oscillations using a unique intracranial dataset in human patients. Using a model-based approach to separate changes in alpha oscillations from broadband power changes, the authors try to demonstrate that alpha suppression is spatially tuned, with similar center location as high broadband power changes, but much larger receptive field. They also point to interesting differences between low-order (V1-V3) and higher-order (dorsolateral) visual cortex. While I find some of the methodology convincing, I also find significant parts of the data analysis, statistics and their presentation incomplete. Thus, I find that some of the main claims are not sufficiently supported. If these aspects could be improved upon, this study could potentially serve as an important contribution to the literature with implications for invasive and non-invasive electrophysiological studies in humans.

      Strengths:

      The study utilizes a unique dataset (ECOG & high-density ECOG) to elucidate an important phenomenon of visually driven alpha suppression. The central question is important and the general approach is sound. The manuscript is clearly written and the methods are generally described transparently (and with reference to the corresponding code used to generate them). The model-based approach for separating alpha from broadband power changes is especially convincing and well-motivated. The link to exogenous attention behavioral findings (figure 8) is also very interesting. Overall, the main claims are potentially important, but they need to be further substantiated (see weaknesses).

      Original Weaknesses:

      I have three major concerns:

      (1) Low N / no single subject results/statistics: The crucial results of Figure 4,5 hang on 53 electrodes from four patients (Table 2). Almost half of these electrodes (25/53) are from a single subject. Data and statistical analysis seem to just pool all electrodes, as if these were statistically independent, and without taking into account subject-specific variability. The mean effect per each patient was not described in text or presented in figures. Therefore, it is impossible to know if the results could be skewed by a single unrepresentative patient. This is crucial for readers to be able to assess the robustness of the results. N of subjects should also be explicitly specified next to each result.

      (2) Separation between V1-V3 and dorsolateral electrodes: Out of 53 electrodes, 27 were doubly assigned as both V1-V3 and dorsolateral (Table 2, Figures 4,5). That means that out of 35 V1-V3 electrodes, 27 might actually be dorsolateral. This problem is exasperated by the low N. for example all the 20 electrodes in patient 8 assigned as V1-V3 might as well be dorsolateral. This double assignment didn't make sense to me and I wasn't convinced by the authors' reasoning. I think it needlessly inflates the N for comparing the two groups and casts doubts on the robustness of these analyses.

      (3) Alpha pRFs are larger than broadband pRFs: first, as broadband pRF models were on average better fit to the data than alpha pRF models (dark bars in Supp Fig 3. Top row), I wonder if this could entirely explain the larger Alpha pRF (i.e. worse fits lead to larger pRFs). There was no anlaysis to rule out this possibility. Second, examining closely the entire 2.4 section there wasn't any formal statistical test to back up any of the claims (not a single p-value is mentioned). It is crucial in my opinion to support each of the main claims of the paper with formal statistical testing.

      [Editors' note: the authors have addressed the original concerns.]

    2. Author response:

      The following is the authors’ response to the original reviews

      Reviewer #1 (Public Review):

      Summary

      In this study, the authors build upon previous research that utilized non-invasive EEG and MEG by analyzing intracranial human ECoG data with high spatial resolution. They employed a receptive field mapping task to infer the retinotopic organization of the human visual system. The results present compelling evidence that the spatial distribution of human alpha oscillations is highly specific and functionally relevant, as it provides information about the position of a stimulus within the visual field.

      Using state-of-the-art modeling approaches, the authors not only strengthen the existing evidence for the spatial specificity of the human dominant rhythm but also provide new quantification of its functional utility, specifically in terms of the size of the receptive field relative to the one estimated based on broad band activity.

      We thank the reviewer for their positive summary.

      Weakness 1.1

      The present manuscript currently omits the complementary view that the retinotopic map of the visual system might be related to eye movement control. Previous research in non-human primates using microelectrode stimulation has clearly shown that neuronal circuits in the visual system possess motor properties (e.g. Schiller and Styker 1972, Schiller and Tehovnik 2001). More recent work utilizing Utah arrays, receptive field mapping, and electrical stimulation further supports this perspective, demonstrating that the retinotopic map functions as a motor map. In other words, neurons within a specific area responding to a particular stimulus location also trigger eye movements towards that location when electrically stimulated (e.g. Chen et al. 2020).

      Similarly, recent studies in humans have established a link between the retinotopic variation of human alpha oscillations and eye movements (e.g., Quax et al. 2019, Popov et al. 2021, Celli et al. 2022, Liu et al. 2023, Popov et al. 2023). Therefore, it would be valuable to discuss and acknowledge this complementary perspective on the functional relevance of the presented evidence in the discussion section.

      The reviewer notes that we do not discuss the oculomotor system and alpha oscillations. We agree that the literature relating eye movements and alpha oscillations are relevant.

      At the Reviewer’s suggestion, we added a paragraph on this topic to the first section of the Discussion (section 3.1, “Other studies have proposed … “).

      Reviewer #2 (Public Review):

      Summary:

      In this work, Yuasa et al. aimed to study the spatial resolution of modulations in alpha frequency oscillations (~10Hz) within the human occipital lobe. Specifically, the authors examined the receptive field (RF) tuning properties of alpha oscillations, using retinotopic mapping and invasive electroencephalogram (iEEG) recordings. The authors employ established approaches for population RF mapping, together with a careful approach to isolating and dissociating overlapping, but distinct, activities in the frequency domain. Whereby, the authors dissociate genuine changes in alpha oscillation amplitude from other superimposed changes occurring over a broadband range of the power spectrum. Together, the authors used this approach to test how spatially tuned estimated RFs were when based on alpha range activity, vs. broadband activities (focused on 70-180Hz). Consistent with a large body of work, the authors report clear evidence of spatially precise RFs based on changes in alpha range activity. However, the size of these RFs were far larger than those reliably estimated using broadband range activity at the same recording site. Overall, the work reflects a rigorous approach to a previously examined question, for which improved characterization leads to improved consistency in findings and some advance of prior work.

      We thank the reviewer for the summary.

      Strengths:

      Overall, the authors take a careful and well-motivated approach to data analyses. The authors successfully test a clear question with a rigorous approach and provide strong supportive findings. Firstly, well-established methods are used for modeling population RFs. Secondly, the authors employ contemporary methods for dissociating unique changes in alpha power from superimposed and concomitant broadband frequency range changes. This is an important confound in estimating changes in alpha power not employed in prior studies. The authors show this approach produces more consistent and robust findings than standard band-filtering approaches. As noted below, this approach may also account for more subtle differences when compared to prior work studying similar effects.

      We thank the reviewer for the positive comments.

      Weaknesses:

      Weakness 2.1 Theoretical framing:

      The authors frame their study as testing between two alternative views on the organization, and putative functions, of occipital alpha oscillations: i) alpha oscillation amplitude reflects broad shifts in arousal state, with large spatial coherence and uniformity across cortex; ii) alpha oscillation amplitude reflects more specific perceptual processes and can be modulated at local spatial scales. However, in the introduction this framing seems mostly focused on comparing some of the first observations of alpha with more contemporary observations. Therefore, I read their introduction to more reflect the progress in studying alpha oscillations from Berger's initial observations to the present. I am not aware of a modern alternative in the literature that posits alpha to lack spatially specific modulations. I also note this framing isn't particularly returned to in the discussion.

      This was helpful feedback. We have rewritten nearly the entire Introduction to frame the study differently. The emphasis is now on the fact that several intracranial studies of spatial tuning of alpha (in both human and macaque) tend to show increases in alpha due to visual stimulation, in contrast to a century of MEG/EEG studies, from Berger to the present, showing decreases. We believe that the discrepancy is due to an interaction between measurement type and brain signals. Specifically, intracranial measurements sum decreases in alpha oscillations and increases in broadband power on the same trials, and both signals can be large. In contrast, extracranial measures are less sensitive to the broadband signals and mostly just measure the alpha oscillation. Our study reconciles this discrepancy by removing the baseline broadband power increases, thereby isolating the alpha oscillation, and showing that with iEEG spatial analyses, the alpha oscillation decreases with visual stimulation, consistent with EEG and MEG results.

      Weakness 2.2 A second important variable here is the spatial scale of measurement.

      It follows that EEG based studies will capture changes in alpha activity up to the limits of spatial resolution of the method (i.e. limited in ability to map RFs). This methodological distinction isn't as clearly mentioned in the introduction, but is part of the author's motivation. Finally, as noted below, there are several studies in the literature specifically addressing the authors question, but they are not discussed in the introduction.

      The new Introduction now explicitly contrasts EEG/MEG with intracranial studies and refers to the studies below.

      Weakness 2.3 Prior studies:

      There are important findings in the literature preceding the author's work that are not sufficiently highlighted or cited. In general terms, the spatio-temporal properties of the EEG/iEEG spectrum are well known (i.e. that changes in high frequency activity are more focal than changes in lower frequencies). Therefore, the observations of spatially larger RFs for alpha activities is highly predicted. Specifically, prior work has examined the impact of using different frequency ranges to estimate RF properties, for example ECoG studies in the macaque by Takura et al. NeuroImage (2016) [PubMed: 26363347], as well as prior ECoG work by the author's team of collaborators (Harvey et al., NeuroImage (2013) [PubMed: 23085107]), as well as more recent findings from other groups (Luo et al., (2022) BioRxiv: https://doi.org/10.1101/2022.08.28.505627). Also, a related literature exists for invasively examining RF mapping in the time-voltage domain, which provides some insight into the author's findings (as this signal will be dominated by low-frequency effects). The authors should provide a more modern framing of our current understanding of the spatial organization of the EEG/iEEG spectrum, including prior studies examining these properties within the context of visual cortex and RF mapping. Finally, I do note that the author's approach to these questions do reflect an important test of prior findings, via an improved approach to RF characterization and iEEG frequency isolation, which suggests some important differences with prior work.

      Thank you for these references and suggestions. Some of the references were already included, and the others have been added.

      There is one issue where we disagree with the Reviewer, namely that “the observations of spatially larger RFs for alpha activities is highly predicted”. We agree that alpha oscillations and other low frequency rhythms tend to be less focal than high frequency responses, but there are also low frequency non-rhythmic signals, and these can be spatially focal. We show this by demonstrating that pRFs solved using low frequency responses outside the alpha band (both below and above the alpha frequency) are small, similar to high frequency broadband pRFs, but differing from the large pRFs associated with alpha oscillations. Hence we believe the degree to which signals are focal is more related to the degree of rhythmicity than to the temporal frequency per se. While some of these results were already in the supplement, we now address the issue more directly in the main text in a new section called, “2.5 The difference in pRF size is not due to a difference in temporal frequency.”

      We incorporated additional references into the Introduction, added a new section on low frequency broadband responses to the Results (section 2.5), and expanded the Discussion (section 3.2) to address these new references.

      Weakness 2.4 Statistical testing:

      The authors employ many important controls in their processing of data. However, for many results there is only a qualitative description or summary metric. It appears very little statistical testing was performed to establish reported differences. Related to this point, the iEEG data is highly nested, with multiple electrodes (observations) coming from each subject, how was this nesting addressed to avoid bias?

      We reviewed the primary claims made in the manuscript and for each claim, we specify the supporting analyses and, where appropriate, how we address the issue of nesting. Although some of these analyses were already in the manuscript, many of them are new, including all of the analyses concerning nesting. We believe that putting this information in one place will be useful to the reader, and we now include this text as a new section in supplement, Graphical and statistical support for primary claims.

      Reviewer #2 (Recommendations For The Authors):

      Recommendation 2.1:

      Data presentation: In several places, the authors discuss important features of cortical responses as measured with iEEG that need to be carefully considered. This is totally appropriate and a strength of the author's work, however, I feel the reader would benefit from more depiction of the time-domain responses, to help better understand the authors frequency domain approach. For example, Figure 1 would benefit from showing some form of voltage trace (ERP) and spectrogram, not just the power spectra. In addition, part (a) of Figure 1 could convey some basic information about the timing of the experimental paradigm.

      We changed panel A of Figure 1 to include the timing of the experimental paradigm, and we added panels C and D to show the electrode time series before and after regression out of the ERP.

      Recommendation 2.2

      Update introduction to include references to prior EEG/iEEG work on spatial distribution across frequency spectrum, and importantly, prior work mapping RFs with different frequencies.

      We have addressed this issue and re-written our introduction. Please refer to our response in Public Review for further details.

      Recommendation 2.3

      Figure 3 has several panels and should be labeled to make it easier to follow.The dashed line in lower power spectra isn't defined in a legend and is missing from the upper panel - please clarify.

      We updated Figure 3 and reordered the panels to clarify how we computed the summary metrics in broadband and alpha for each stimulus location (i.e., the “ratio” values plotted in panel B). We also simplified the plot of the alpha power spectrum. It now shows a dashed line representing a baseline-corrected response to the mapping stimulus, which is defined in the legend and explained in the caption.

      Recommendation 2.4

      Power spectra are always shown without error shading, but they are mean estimates.

      We added error shading to Figures 1, 2 and 3.

      Recommendation 2.5

      The authors deal with voltage transients in response to visual stimulation, by subtracting out the trail averaged mean (commonly performed). However, the efficacy of this approach depends on signal quality and so some form of depiction for this processing step is needed.

      We added a depiction of the processing steps for regressing out the averaged responses in Figure 1 in an example electrode (panels C and D). We also show in the supplement the effect of regressing out the ERP on all the electrode pRFs. We have added Supplementary Figure 1-2.

      Recommendation 2.6

      I have a similar request for the authors latency correction of their data, where they identified a timing error and re-aligned the data without ground truth. Again, this is appropriate, but some depiction of the success of this correction is very critical for confirming the integrity of the data.

      We now report more detail on the latency correction, and also point out that any small error in the estimate would not affect our conclusions (4.6 ECoG data analysis | Data epoching). The correction was important for a prior paper on temporal dynamics (Groen et al, 2022), which used data from the same participants and estimated the latency of responses. In this paper, our analyses are in the spectral domain (and discard phase), so small temporal shifts are not critical. We now also link to the public code associated with that paper, which implemented the adjustment and quantified the uncertainty in the latency adjustment.

      More details on latency adjustment provided in section 4.6.

      Recommendation 2.7

      In many places the authors report their data shows a 'summary' value, please clarify if this means averaging or summation over a range.

      For both broadband and alpha, we derive one summary value (a scalar) for trial for each stimulus. For broadband, the summary metric is the ratio of power during a given trial and power during blanks, where power in a trial is the geometric mean of the power at each frequency within the defined band). This is equation 3 in the methods, which is now referred to the first time that summary metrics are mentioned in the results.  For alpha, the summary metric is the height of the Gaussian from our model-based approach. This is in equations 1 and 2, and is also now referred to the first time summary metrics are mentioned in the results.

      We added explanation of the summary metrics in the figure captions and results where they are first used, and also referred to the equations in the methods where they are defined.

      Recommendation 2.8

      The authors conclude: "we have discovered that spectral power changes in the alpha range reflect both suppression of alpha oscillations and elevation of broadband power." It might not have been the intention, but 'discovered' seems overstated.

      We agree and changed this sentence.

      Recommendation 2.9

      Supp Fig 9 is a great effort by the authors to convey their findings to the reader, it should be a main figure.

      We are glad you found Supplementary Figure 9 valuable. We moved this figure to the main text.

      Reviewer #3 (Public Review):

      Summary:

      This study tackles the important subject of sensory driven suppression of alpha oscillations using a unique intracranial dataset in human patients. Using a model-based approach to separate changes in alpha oscillations from broadband power changes, the authors try to demonstrate that alpha suppression is spatially tuned, with similar center location as high broadband power changes, but much larger receptive field. They also point to interesting differences between low-order (V1-V3) and higher-order (dorsolateral) visual cortex. While I find some of the methodology convincing, I also find significant parts of the data analysis, statistics and their presentation incomplete. Thus, I find that some of the main claims are not sufficiently supported. If these aspects could be improved upon, this study could potentially serve as an important contribution to the literature with implications for invasive and non-invasive electrophysiological studies in humans.

      We thank the reviewer for the summary.

      Strengths:

      The study utilizes a unique dataset (ECOG & high-density ECOG) to elucidate an important phenomenon of visually driven alpha suppression. The central question is important and the general approach is sound. The manuscript is clearly written and the methods are generally described transparently (and with reference to the corresponding code used to generate them). The model-based approach for separating alpha from broadband power changes is especially convincing and well-motivated. The link to exogenous attention behavioral findings (figure 8) is also very interesting. Overall, the main claims are potentially important, but they need to be further substantiated (see weaknesses).

      We thank the reviewer for the positive comments.

      Weaknesses:

      I have three major concerns:

      Weakness 3.1. Low N / no single subject results/statistics:

      The crucial results of Figure 4,5 hang on 53 electrodes from four patients (Table 2). Almost half of these electrodes (25/53) are from a single subject. Data and statistical analysis seem to just pool all electrodes, as if these were statistically independent, and without taking into account subject-specific variability. The mean effect per each patient was not described in text or presented in figures. Therefore, it is impossible to know if the results could be skewed by a single unrepresentative patient. This is crucial for readers to be able to assess the robustness of the results. N of subjects should also be explicitly specified next to each result.

      We have added substantial changes to deal with subject specific effects, including new results and new figures.

      • Figure 4 now shows variance explained by the alpha pRF broken down by each participant for electrodes in V1 to V3. We also now show a similar figure for dorsolateral electrodes in Supplementary Figure 4-2.

      • Figure 5, which shows results from individual electrodes in V1 to V3, now includes color coding of electrodes by participant to make it clear how the electrodes group with participant. Similarly, for dorsolateral electrodes, we show electrodes grouped by participant in Supplementary Figure 5-1. Same for Supplementary Figure 6-2.

      • Supplementary Figure 7-2 now shows the benefits of our model-based approach for estimating alpha broken down by individual participants.

      • We also now include a new section in the supplement that summarizes for every major claim, what the supporting data are and how we addressed the issue of nesting electrodes by participant, section Graphical and statistical support for primary claims.

      Weakness 3.2. Separation between V1-V3 and dorsolateral electrodes:

      Out of 53 electrodes, 27 were doubly assigned as both V1-V3 and dorsolateral (Table 2, Figures 4,5). That means that out of 35 V1-V3 electrodes, 27 might actually be dorsolateral. This problem is exasperated by the low N. for example all the 20 electrodes in patient 8 assigned as V1-V3 might as well be dorsolateral. This double assignment didn't make sense to me and I wasn't convinced by the authors' reasoning. I think it needlessly inflates the N for comparing the two groups and casts doubts on the robustness of these analyses.

      Electrode assignment was probabilistic to reflect uncertainty in the mapping between location and retinotopic map. The probabilistic assignment is handled in two ways.

      (1) For visualizing results of single electrodes, we simply go with the maximum probability, so no electrode is visualized for both groups of data. For example, Figure 5a (V1-V3) and supplementary Figure 5-1a (dorsolateral electrodes) have no electrodes in common: no electrode is in both plots.

      (2) For quantitative summaries, we sample the electrodes probabilistically (for example Figures 4, 5c). So, if for example, an electrode has a 20% chance of being in V1 to V3, and 30% chance of being in dorsolateral maps, and a 50% chance of being in neither, the data from that electrode is used in only 20% of V1-V3 calculations and 30% of dorsolateral calculations. In 50% of calculations, it is not used at all. This process ensures that an electrode with uncertain assignment makes no more contribution to the results than an electrode with certain assignment. An electrode with a low probability of being in, say, V1-V3, makes little contribution to any reported results about V1-V3. This procedure is essentially a weighted mean, which the reviewer suggests in the recommendations. Thus, we believe there is not a problem of “double counting”.

      The alternative would have been to use maximum probability for all calculations. However, we think that doing so would be misleading, since it would not take into account uncertainty of assignment, and would thus overstate differences in results between the maps.

      We now clarify in the Results that for probabilistic calculations, the contribution of an electrode is limited by the likelihood of assignment (Section 2.3). We also now explain in the methods why we think probabilistic sampling is important.

      Weakness 3.3. Alpha pRFs are larger than broadband pRFs:

      First, as broadband pRF models were on average better fit to the data than alpha pRF models (dark bars in Supp Fig 3. Top row), I wonder if this could entirely explain the larger Alpha pRF (i.e. worse fits lead to larger pRFs). There was no anlaysis to rule out this possibility.

      We addressed this question in a new paragraph in Discussion section 3.1 (“What is the function of the large alpha pRFs?”, paragraph beginning… “Another possible interpretation is that the poorer model fit in the alpha pRF is due to lower signal-to-noise”). This paragraph both refers to prior work on the relationship between noise and pRF size and to our own control analyses (Supplementary Figure 5-2).

      Weakness 3.4 Statistics

      Second, examining closely the entire 2.4 section there wasn't any formal statistical test to back up any of the claims (not a single p-value is mentioned). It is crucial in my opinion to support each of the main claims of the paper with formal statistical testing.

      We agree that it is important for the reader to be able to link specific results and analyses to specific claims. We are not convinced that null hypothesis statistical testing is always the best approach. This is a topic of active debate in the scientific community.

      We added a new section that concisely states each major claim and explicitly annotates the supporting evidence. (Section 4.7). Please also refer to our responses to Reviewer #2 regarding statistical testing (Reviewer weakness 2.4 “Statistical testing”)

      Weakness 3.5 Summary

      While I judge these issues as crucial, I can also appreciate the considerable effort and thoughtfulness that went into this study. I think that addressing these concerns will substantially raise the confidence of the readership in the study's findings, which are potentially important and interesting.

      We again thank the reviewer for the positive comments.

      Reviewer #3 (Recommendations For The Authors):

      Suggestions for how to address the three major concerns:

      Suggestion 3.1.

      I am very well aware that it's very hard to have n=30 in a visual cortex ECOG study. That's fine. Best practice would be to have a linear mixed effects model with patients as a random effect. However, for some figures with just 3-4 patients (Figure 4,5) the sample size might be too small even for that. At the very minimum, I would expect to show in figures/describe in text all results per patient (perhaps one can do statistics within each patient, and show for each patient that the effect is significant). Even in primate studies with just two subjects it is expected to show that the results replicate for subject A and B. It is necessary to show that your results don't depend on a single unrepresentative subject. And if they do, at least be transparent about it.

      We have addressed this thoroughly. Please see response to Weakness 3.1 (“Low N / no single subject results/statistics”).

      Suggestion 3.2.

      I just don't get it. I would simply assign an electrode to V1-V3 or dorsolateral cortex based on which area has the highest probability. It doesn't make sense to me that an electrode that has 60% of being in dorsolateral cortex and only 10% to be in V1-V3 would be assigned as both V1-V3 and dorsolateral. Also, what's the rationale to include such electrode in the analysis for let's say V1-V3 (we have weak evidence to believe it's there)? I would either assign electrodes based on the highest probability, or alternatively do a weighted mean based on the probability of each electrode belonging to each region group (e.g. electrode with 40% to be in V1-V3, will get twice the weight as an electrode who has 20% to be in V1-V3) but this is more complicated.

      We have addressed this issue. Please refer to our response in Public Review (“Weakness 3.2 Separation between V1-V3 and dorsolateral”) for details.

      Suggestion 3.3.

      First, to exclude the possibility that alpha pRF are larger simply because they have a worse fit to the neural data, I would show if there is a correlation between the goodnessof-fit and pRF size (for alpha and broadband signals, separately). No [negative] correlation between goodness-of-fit and pRF size would be a good sign. I would also compare alpha & broadband receptive field size when controlling for the goodness-of-fit (selecting electrodes with similar goodness-of-fit for both signals). If the results replicate this way it would be convincing.

      Second, there are no statistical tests in section 2.4, possibly also in others. Even if you employ bootstrap / Monte-Carlo resampling methods you can extract a p-value.

      We have addressed this issue. Please refer to our response in Public Review Point 3.3 (“Alpha pRFs are larger than broadband pRFs”) for further details.

      Suggestion 3.4.

      Also, I don't understand the resampling procedure described in lines 652-660: "17.7 electrodes were assigned to V1-V3, 23.2 to dorsolateral, and 53 to either " - but 17.7 + 23.2 doesn't add up to 53. It also seems as if you assign visual areas differently in this resampling procedure than in the real data - "and randomly assigned each electrode to a visual area according to the Wang full probability distributions". If you assign in your actual data 27 electrodes to both visual areas, the same should be done in the resampling procedure (I would expect exactly 35 V1-V3 and 45 dorsolateral electrodes in every resampling, just the pRFs will be shuffled across electrodes).

      We apologize for the confusion.

      We fixed the sentence above, clarified the caption to Table 2, and also explained the overall strategy of probabilistic resampling better. See response to Public Review point 3.2 for details.

      Suggestion 3.5.

      These are rather technical comments but I believe they are crucial points to address in order to support your claims. I genuinely think your results are potentially interesting and important but these issues need to be first addressed in a revision. I also think your study may carry implications beyond just the visual domain, as alpha suppression is observed for different sensory modalities and cortical regions. Might be useful to discuss this in the discussion section.

      Agree. We added a paragraph on this point to the Discussion (very end of 3.2).

    1. Reviewer #1 (Public review):

      This work presents data from three species (mice, rats, and humans) performing an evidence accumulation task, that has been designed to be as similar as possible between species (and is based on a solid foundation of previous work on decision-making). The tasks are well-designed, and the analyses are solid and clearly presented - showing that there are differences in the overall parameters of the decision-making process between the species. This is valuable to neuroscientists who aim to translate behavioral and neuroscientific findings from rodents to humans and offers a word of caution for the field in readily claiming that behavioral strategies and computations are representative of all mammals. The dataset would be of great interest to the community and may be a source of further modelling of across-species behavior, but unfortunately, neither data or code are currently shared.

      A few other questions remain, that make the conclusions of the paper a bit hard to assess:

      (1) The main weakness is that the authors claim that all species rely on evidence accumulation as a strategy, but this is not tested against other models (see e.g. Stine et al. https://elifesciences.org/articles/55365): the fact that the DDM fits rather well does not mean that this is the strategy that each species was carrying out.

      (2) In all main analyses, it is unclear what the effect is of the generative flash rate and how this has been calibrated between species. Only in Figure 6C do we see basic psychometric functions, but these should presumably also feature as a crucial variable dominating the accuracy and RTs (chronometric functions) across species. The very easy trials are useful to constrain the basic sensorimotor differences that may account for RT variability, e.g. perhaps the small body of mice requires them to move a relatively longer distance to trigger the response.

      (3) The GLM-HMM results (that mice are not engaged in all trials) are very important, but they imply that mouse DDM fits may well be more similar to rats and humans if done only on engaged trials. Could it be that the main species differences are driven by different engagement state occupations?

      (4) It would be very helpful if the authors could present a comprehensive overview (perhaps a table) of the factors that may be relevant for explaining the observed species differences. This may include contextual/experimental variables (age range (adolescent humans vs. mice/rats, see https://www.jax.org/news-and-insights/jax-blog/2017/november/when-are-mice-considered-old; reward source, etc) and also outcomes (e.g. training time required to learn the task, # trials per session and in total).

    1. If your taxonomy code is invalid or your taxonomy indicates you do not have the right to prescribe certain drugs, pharmacies using Express Scripts, Inc. (ESI)—our primary pharmacy network—will not fill your patients’ prescriptions.

      This is a good example of how the NPPES taxonomy code is being relied on in the public.

    1. Reviewer #1 (Public review):

      Summary:

      The authors investigate the role of different specific dopaminergic neurons in the mushroom body of Drosophila larvae for learning and innate behavior. All the tested neurons are thought to be involved in punishment learning. The authors discover that artificial activation of single DANs in training leads to safety learning, but not punishment learning. Furthermore, activation of single DANs can lead to changes in locomotion behavior, which can affect light preference. The authors provide a deeper understanding of the functional diversity of single dopamine neurons; however, it is unclear how translatable these findings are to learning experiments with real punishment stimuli.

      Strengths:

      The authors attempt to disentangle what kind of memories are formed with the activation of different dopamine neurons - safety learning, and punishment learning, will the US be required to test for recall or not? They do indeed find differences and the results will be of interest to the learning and memory community.

      Interestingly, optogenetic activation of a single DAN during training leads to safety memory, but not punishment memory. Furthermore, DAN activation also affects innate locomotion, and the authors can show that optogenetic activation of different DANs affects locomotion differently.

      Weaknesses:<br /> All experiments in the manuscript use optogenetic activation of DANs, thus it is not clear what kind of memories are formed. Several stimuli can be used as punishment, such as electric shock, salt, bitter, and light - it is not clear what kind of memory the authors investigate here. The findings could be discussed in the context of what DANs respond to. Furthermore, studies in adults and larvae showed that most DANs can code for both valences - etc., aversive DANs can be activated by punishment, and inhibited by reward. Thus, safety learning might be a result of a decrease in activity in DANs during odor presentation. The authors also do not discuss possible feedback loops from MBONs to DANs across compartments. Could such connections allow for safety learning in larvae?

      The authors show that artificial activation with different light intensities can form different memories and that increasing the light intensity sometimes leads to no memories. Also, using different optogenetic tools reveals different results. This again raises the question of how applicable the results will be for learning with real stimuli. Is there a natural stimulus that only induces safety learning, but no punishment learning?<br /> The authors provide a detailed behavioral analysis of locomotion behavior; however, the detailed analysis seems unnecessary for that dataset. Modulation of speed and bending rate has been described before with simpler methods (specifically for MBONs). The revealed locomotion phenotypes probably affect larval locomotion during memory recall with light activation, thus the authors should show that larvae are potentially able to move during light-on memory tests.

    1. Overview & Motivation

      Repeatedly failed to write a post, realizing it should be a talk:

      “It turns out that I wasn’t really writing a post; I was actually preparing a talk.”

      Central Topic: React Server Components and distributed computations between two machines using React concepts.

      “It’s about everyone’s favorite topic, React Server Components.”


      Act 1: Recipes (Imperative) vs. Blueprints (Declarative)

      Tags vs. Function Calls:

      Visual and structural differences:

      “< and > are hard and spiky and ( and ) are soft and round.”

      Similarities:

      Both reference named operations (functions or tags) and accept arguments.

      Both allow nesting.

      “Clearly, function calls and tags are very similar...they let us elaborate by nesting further.”

      Differences:

      Tags (declarative):

      Often nouns; represent timeless structures (blueprints).

      Convenient for deep nesting, clearly marking structure.

      Time-independent, passive descriptions.

      “Tags tend to be nouns rather than verbs... nouns are easier to decompose.”

      Function calls (imperative):

      Often verbs; represent sequential actions (recipes).

      Execution order critical.

      “A recipe prescribes a sequence of steps to be performed in order.”


      Remote Procedure Calls (RPC) and Async/Await

      Problem: Calling Functions Across Computers

      RPC concept introduced: Functions across network boundaries.

      async/await: Simplifies asynchronous calls but still has limitations (coupling, losing direct references).

      “An async function...may pause execution...async and await propagate upwards.”

      Import RPC idea: Extends importing to remote function calls while maintaining references and type-checking.

      “Let’s invent a special syntax...import rpc because what we’ve described here has been known for decades as RPC.”


      Potential Calls (Tags as Deferred RPCs)

      "Potential function calls": Represented by tags; calls that might happen in the future.

      “It’s a blueprint of a function call.”

      Nested tags: Express dependencies naturally.

      “Dependencies between potential calls...should be expressed by embedding these calls inside each other.”


      Splitting Computation in Time and Space

      Computation split in time: Returning partial functions that capture necessary data (closures).

      Computation split across space (client-server): Splitting execution between two computers, handling data passing explicitly.

      “It’s an interesting shape—a program returning the rest of itself...closure over the network.”


      Two Types of Operations: Components vs. Primitives

      Components (Capitalized): "Brains" of a program; flexible, timeless, and declarative, embedding tags without introspection.

      “Components are truly timeless...they accept tags as arguments.”

      Primitives (lowercase): "Muscles"; introspect arguments, execution order sensitive, imperative, execute last.

      “Primitives introspect arguments...they must know all their arguments.”

      Execution Phases:

      1. Interpret (thinking): Processes Components freely without strict order.

      2. Perform (doing): Executes Primitives strictly inside-out.

      “First, you need to think...then you need to do.”


      Act 2: Reflections and Dialog

      Meta-dialog: Reflection on the writing process itself; writer and reader dialogue, acknowledging uncertainty and experimental nature of content.

      “The Writer: I have a rough idea, but truthfully, I’m pretty much winging it.”


      Core Conceptual Innovations

      Tags as code/data pairs: Potential function calls represented explicitly as data (tags), allowing deferred execution across contexts.

      Program as distributed computation: A single conceptual function spanning multiple runtime environments (Early and Late worlds).

      Timelessness and Flexibility: Components allow arbitrary computation ordering; Primitives enforce execution order.


      Key Quotes & Ideas:

      Blueprints vs. Recipes:

      “A blueprint describes what nouns a thing is made of...a recipe prescribes a sequence of steps to be performed.”

      RPC and Potential Calls:

      “A tag is like a function call but passive, inert, open to interpretation.”

      Components and Primitives Separation:

      “Components are the ‘brains’...Primitives are the ‘muscles’.”

      Importance of Introspection vs. Embedding:

      “If a function only embeds an argument without introspection, you can delay computing it.”


      Conclusion (Conceptual Breakthroughs)

      Distributed React Model: Redefining client-server interaction as React component structures.

      Future implications: Suggests moving common primitives into lower-level implementations to optimize distributed computation.

      “If many programs used the same Primitives...move their implementation to Rust or C++.”


    1. Reviewer #1 (Public review):

      Summary:

      The authors sequenced 888 individuals from the 1000 Genomes Project using the Oxford Nanopore long-read sequencing method to achieve highly sensitive, genome-wide detection of structural variants (SVs) at the population level. They conducted solid benchmarking of SV calling and systematically characterized the identified SVs. While short-read sequencing methods, including those used in the 1000 Genomes Project, have been widely applied, they exhibit high accuracy in detecting single nucleotide variants (SNVs) and small insertions and deletions but have limited sensitivity for SV detection. This study significantly enhances SV detection capabilities, establishing it as a valuable resource for human genetic research. Furthermore, the authors constructed an SV imputation panel using the generated data and imputed SVs in 488,130 individuals from the UK Biobank. They then conducted a proof-of-principle genome-wide association study (GWAS) analysis based on the imputed SVs and selected traits within the UK Biobank. Their findings demonstrate that incorporating SV-GWAS analysis provides additional insights beyond conventional GWAS frameworks focusing on SNVs, particularly in improving fine mapping.

      Strengths:

      The authors constructed a high-sensitivity reference panel of genome-wide SVs at the population level, addressing a critical gap in the field of human genetics. This resource is expected to significantly advance research in human genetics. They demonstrated the imputation of SVs in individuals from the UK Biobank using this panel and conducted a proof-of-concept SV-based GWAS. Their findings highlight a novel and effective strategy for integrating SVs into GWAS, which will facilitate the analysis of human genetic data from the UK Biobank and other datasets. Their conclusions are supported by comprehensive analyses.

      Weaknesses:

      (1) Although the authors employ state-of-the-art analytical approaches for the identification of SVs, the overall accuracy remains suboptimal, as indicated by an F1 score of 74.0%, particularly in tandem repeat regions. To enhance accuracy, it would be beneficial to explore alternative SV detection methods or develop novel approaches. Given the value of the reference panel and the fact that improved SV accuracy would lead to more precise SV imputation and GWAS results, investing effort in methodological refinement is highly encouraged.

      (2) From the Methods section, it appears that the authors employed Beagle for both the "leave-one-out" imputation and the UK Biobank imputation. It would be better to explicitly clarify this in the Results section and provide a detailed description of the corresponding procedures and parameters in the Methods section for both analyses, as this represents a key aspect of the study. Additionally, Beagle is not specifically designed for SV imputation, the imputation quality of SVs is generally lower than that of SNVs. Exploring strategies to improve SV imputation, such as developing a novel method with reference panel data, may enhance performance. It is also important to assess how this reduced imputation quality may influence GWAS results. For instance, it would be useful to examine whether associated SVs exhibit higher imputation quality and whether SVs with lower quality are less likely to achieve significant association signals. In addition, the lower imputation quality observed for INV, DUP, and BND variants (Figure 3) may be due to their greater lengths (Figure 2). It is better to investigate the relationship between SV length and imputation quality.

      (3) All examples presented in the manuscript focus on SVs that overlap with genes. It may also be valuable to investigate SVs that do not overlap with genes but intersect with enhancer regions. SVs can contribute to disease by altering regulatory elements, such as enhancers, which play a crucial role in gene expression. Including such analyses would further demonstrate the utility of SV-GWAS and provide deeper insights into the functional impact of SVs.

      (4) The data availability link currently provides only a VCF file ("sniffles2_joint_sv_calls.vcf.gz") containing the identified SVs. It would be beneficial for the authors to make all raw sequencing data (FASTQ files) and key processed datasets (such as alignment results and merged SV and SNV files) available. Providing these resources would enable other researchers to develop improved SV detection and imputation methods or conduct further genetic analyses. Furthermore, establishing a dedicated website for data access, along with a genome browser for SV visualization, could significantly enhance the impact and accessibility of the study. Additionally, all code, particularly the SV imputation pipeline accompanied by a detailed tutorial, should be deposited in a public repository such as GitHub. This would support researchers in imputing SVs and conducting SV-GWAS on their own datasets.

  2. opentelemetry.io opentelemetry.io
    1. For example, imagine you have a clientId at the start of a request, but you’d like for that ID to be available on all spans in a trace, some metrics in another service, and some logs along the way. Because the trace may span multiple services, you need some way to propagate that data without copying the clientId across many places in your codebase.

      This sounds like a terrible idea. Using your monitoring solution as part of the underlying code functionality...

    1. Lwt will allow utop to read one character

      What does this mean? When I tried this, Lwt allowed utop to read an entire line, not just a single character. Furthermore, isn't that exactly what's expected from this code? What is confusing about it? Also, utop interpreted read_line and stdin as referring to the functions in Stdlib when I tried it, so I needed to prefix both of them with Lwt_io to get this code to work.

    1. In the United States of America, (US), we commonly use the terms city, state and zip code when referring to addresses. While that may mostly work for a country like Mexico (MX), it is not appropriate for other countries like Japan (JP) where the country is divided into prefectures instead of states. Not all countries call their sub-region divisions the same thing and many countries have several levels of sub-divisions. To further complicate the matter, not all sub-division levels are necessarily interchangeable from one country to another. For example, a first level sub-region in the US is a state, such as California (US-CA), but a first level sub-region for the United Kingdom of Great Britain and Northern Ireland (GB) is a country, such as England (GB-ENG).
    1. Reviewer #1 (Public review):

      Summary:

      In this study, the authors re-analyzed a public dataset (Rademaker et al, 2019, Nature Neuroscience) which includes fMRI and behavioral data recorded while participants held an oriented grating in visual working memory (WM) and performed a delayed recall task at the end of an extended delay period. In that experiment, participants were pre-cued on each trial as to whether there would be a distracting visual stimulus presented during the delay period (filtered noise or randomly-oriented grating). In this manuscript, the authors focused on identifying whether the neural code in retinotopic cortex for remembered orientation was 'stable' over the delay period, such that the format of the code remained the same, or whether the code was dynamic, such that information was present, but encoded in an alternative format. They identify some timepoints - especially towards the beginning/end of the delay - where the multivariate activation pattern fails to generalize to other timepoints, and interpret this as evidence for a dynamic code. Additionally, the authors compare the representational format of remembered orientation in the presence vs absence of a distracting stimulus, averaged over the delay period. This analysis suggested a 'rotation' of the representational subspace between distracting orientations and remembered orientations, which may help preserve simultaneous representations of both remembered and viewed stimuli. Intriguingly, this rotation was a bit smaller for Expt 2, in which the orientation distractor had a greater behavioral impact on the participants' behavioral working memory recall performance, suggesting that more separation between subspaces is critical for preserving intact working memory representations.

      Strengths:

      (1) Direct comparisons of coding subspaces/manifolds between timepoints, task conditions, and experiments is an innovative and useful approach for understanding how neural representations are transformed to support cognition

      (2) Re-use of existing dataset substantially goes beyond the authors' previous findings by comparing geometry of representational spaces between conditions and timepoints, and by looking explicitly for dynamic neural representations

      (3) Simulations testing whether dynamic codes can be explained purely by changes in data SNR are an important contribution, as this rules out a category of explanations for the dynamic coding results observed

      Weaknesses:

      (1) Primary evidence for 'dynamic coding', especially in early visual cortex, appears to be related to the transition between encoding/maintenance and maintenance/recall, but the delay period representations seem overall stable, consistent with some previous findings. However, given the simulation results, the general result that representations may change in their format appears solid, though the contribution of different trial phases remains important for considering the overall result.

      (2) Converting a continuous decoding metric (angular error) to "% decoding accuracy" serves to obfuscate the units of the actual results. Decoding precision (e.g., sd of decoding error histogram) would be more interpretable and better related to both the previous study and behavioral measures of WM performance.

    1. 时空依赖的函数

      在时空数据库的背景下,时空依赖的函数(Spatio-Temporal Functional Dependency, STFD) 是一种描述数据中时空属性之间关系的数学工具。它扩展了传统数据库中的函数依赖(Functional Dependency, FD)概念,将时间和空间维度同时纳入考虑,用于刻画数据在时空变化中的规律性。以下是对其核心概念和意义的详细解释:


      1. 时空依赖的函数的基本定义

      在传统数据库中,函数依赖 \( X \rightarrow Y \) 表示属性集 \( X \) 的值唯一确定属性集 \( Y \) 的值。而在时空数据库中,时空函数依赖需要同时考虑时间(T)空间(S)的维度。例如: - 时空函数依赖 \( X \rightarrow Y \) 可能表示:在某一时刻 \( t \) 和某一空间位置 \( s \),属性 \( X \) 的值唯一决定属性 \( Y \) 的值。 - 更严格的定义可能涉及时空键(Spatio-Temporal Key)时空码(Spatio-Temporal Code),即一组属性(包括时间、空间和其他属性)能够唯一标识一条时空记录。


      2. 时空依赖的函数的特点

      (1) 多维性

      时空依赖同时考虑时间、空间和属性的关联,例如: - 示例:在物流系统中,一辆货车的实时位置(空间坐标)和时间戳(时间)共同决定了其行驶状态(如速度、货物状态)。 - 数学表达:可能表示为 \( (T, S) \rightarrow A \),其中 \( T \) 是时间,\( S \) 是空间坐标,\( A \) 是其他属性(如温度、速度)。

      (2) 动态性

      时空数据是动态变化的,因此函数依赖可能随时间或空间的变化而变化: - 示例:某地区的气温(属性 \( A \))在不同时间(\( T \))和不同地理位置(\( S \))下可能有不同的依赖关系。例如,\( (T, S) \rightarrow A \) 表示气温由时间和空间唯一决定。

      (3) 约束冗余

      时空函数依赖用于减少数据冗余和保持数据一致性。例如: - 如果 \( (T, S) \rightarrow A \) 成立,则在任何时刻 \( t \) 和位置 \( s \),属性 \( A \) 的值必须唯一,避免重复或矛盾的数据记录。


      3. 时空依赖的函数在数据库规范化中的作用

      时空数据库的规范化(如时空一范式、二范式等)依赖于时空函数依赖的分析,以消除冗余并确保数据完整性。例如: - 时空一范式(ST-1NF):要求所有时空数据以原子形式存储,消除嵌套或重复的时空记录。 - 时空二范式(ST-2NF):在满足 ST-1NF 的基础上,确保不存在非主属性对时空键的部分依赖。 - 时空三范式(ST-3NF):进一步消除非主属性之间的传递依赖,例如 \( T \rightarrow S \),而 \( S \rightarrow A \),则 \( T \rightarrow A \) 可能形成传递依赖,需通过范式化处理。


      4. 时空依赖的函数的应用场景

      (1) 物流与交通管理

      • 示例:追踪货车的实时位置(空间)和时间,确保每辆车的行驶路径(属性)由时空键唯一确定。
      • 依赖关系:\( (T, 车辆ID) \rightarrow 路径 \),表示同一时间、同一车辆的路径唯一。

      2) 环境监测

      • 示例:大气污染传感器的监测数据(如PM2.5浓度)需记录时间、地理位置,且浓度值由时空键唯一决定: [ (T, 经度, 纬度) \rightarrow PM2.5 ]

      (3) 社交媒体与位置服务

      • 示例:用户的位置(空间)和时间戳(时间)共同决定其活动状态(如签到地点、动态内容)。

      5. 时空依赖与传统函数依赖的区别

      | 特性 | 传统函数依赖(FD) | 时空函数依赖(STFD) | |-------------------|---------------------------------------|----------------------------------------| | 维度 | 仅涉及属性间的依赖 | 同时涉及时间、空间和属性的依赖 | | 动态性 | 静态关系,不随时间变化 | 动态关系,可能随时间或空间变化 | | 冗余控制 | 通过消除属性冗余减少数据重复 | 通过时空键控制时空维度的冗余 | | 规范化目标 | 优化关系数据库的结构 | 优化时空数据的存储与查询效率 |


      6. 时空依赖的函数的挑战

      1. 复杂性:时空数据的高维性增加了依赖关系的分析难度。
      2. 动态维护:时空数据随时间变化,依赖关系可能需要动态更新。
      3. 存储与查询效率:时空函数依赖需平衡数据冗余与查询性能,例如索引设计需同时考虑时空维度。

      总结

      时空依赖的函数是时空数据库中用于描述数据在时空维度上规律性的重要工具。它通过时空键和函数依赖规则,帮助设计高效、一致的时空数据模型,减少冗余,并支持复杂时空查询(如轨迹分析、时空模式挖掘)。其核心在于将时间、空间与属性的关联纳入统一框架,为处理动态变化的地理信息、物流轨迹、环境监测等场景提供了理论基础。

    1. Welcome back and in this lesson I want to cover S3 object storage classes. Now this is something which is equally as important at the associate and the professional level. You need to understand the costs relative to each other, the technical features and compromises, as well as the types of situations where you would and wouldn't use each of the storage classes. Now we've got a lot to cover so let's jump in and get started.

      The default storage class available within S3 is known as S3 Standard. So with S3 Standard when Bob stores his cat pictures on S3 using the S3 API, the objects are stored across at least three availability zones. And this level of replication means that S3 Standard is able to cope with multiple availability zone failure while still safeguarding data. So start with this as a foundation when comparing other storage classes because this is a massively important part of the choice between different S3 storage classes.

      Now this level of replication means that S3 Standard provides 11 nines of durability and this means if you store 10 million objects within an S3 bucket, then on average you might lose one object every 10,000 years. The replication uses MD5 checksums together with cyclic redundancy checks known as CRCs to detect and resolve any data issues. Now when objects which are uploaded to S3 have been stored durably, S3 responds with a HTTP 1.1 200 OK status. This is important to remember for the exam if you see this status, if S3 responds with a 200 code then you know that your data has been stored durably within the product.

      With S3 Standard there are a number of components to how you'll build for the product. You'll build a gigabyte per month fee for data stored within S3, a dollar per gigabyte charge for transfer of data out of S3 and transfer into S3 is free and then finally you have a price per 1,000 requests made to the product. There are no specific retrieval fees, no minimum duration for objects stored and no minimum object sizes. Now this isn't true for the other storage classes so this is something to focus on as a solutions architect and in the exam.

      With S3 Standard you aren't penalized in any way. You don't get any discounts but it's the most balanced class of storage when you look at the dollar cost versus the features and compromises. Now S3 Standard makes data accessible immediately. It has a first byte latency of milliseconds and this means that when data is requested it's available within milliseconds and objects can be made publicly available. This is either using S3 permissions or if you enable static website hosting and make all of the contents of the bucket available to the public internet. If you're doing that then S3 Standard supports both of these access architectures.

      So for the exam the critical point to remember is that S3 Standard should be used for frequently accessed data which is important and non-replaceable. It should be your default and you should only investigate moving to other storage classes when you have a specific reason to do so.

      Now let's move on and look at another storage class available within S3 and the next class I want to cover is S3 Standard in frequent access known as S3 Standard - IA. So Standard in frequent access shares most of the architecture and characteristics of S3 Standard. Data is still replicated over at least three availability zones in the region. The durability is the same, the availability is the same, the first byte latency is the same and objects can still be made publicly available.

      You also have the same basic cost model starting with a storage cost but the storage costs for this class are much cheaper than S3 Standard about half at the price at the time of creating this lesson. So it's much more cost effective to store data using Standard in frequent access. You also have a per request charge and a data transfer out cost which is the same as S3 Standard and like other AWS services, data transfer in is free of charge.

      So this reduction in storage cost is a substantial benefit to using in frequent access but in exchange for this benefit there are some compromises which are made. First, Standard in frequent access has a new cost component which is a retrieval fee. For every gigabyte of data retrieved from the product where the objects are stored using this storage class, there is a cost to retrieve that data and that's in addition to the transfer fee. So while the costs of storage for this class are much less than S3 Standard, that cost efficacy is reduced the more that you access the data which is why this class is designed for infrequently accessed data.

      Now additionally, there is a minimum duration charge for objects using this class. However long you store objects, you'll build for a minimum duration of 30 days and however small the objects that you store within this class, you'll build a minimum of 128 kb in size per object. So this class is cost effective for data as long as you don't access the data very often or you don't need to store it short term or you don't need to store lots of tiny objects.

      For the exam remember this, S3 Standard in frequent access should be used for long lived data which is important or irreplaceable but where data access is infrequent. Don't use it for lots of small files, don't use it for temporary data, don't use it for data which is constantly accessed and don't use it for data which isn't important or which can be easily replaced because there's a better cheaper option for that and that's what we're going to be covering next.

      The next storage class which I want to talk about is S3 One Zone Infrequent Access and this is similar to Standard Infrequent Access in many ways. The starting point is that it's cheaper than S3 Standard or S3 Infrequent Access and there is a significant compromise for that cost reduction which I'll talk about soon.

      Now this storage class shares many of the minimums and other considerations as S3 Infrequent Access. There's still the retrieval fee, there's still the minimum 30 day build storage duration and there's still the 128kb minimum capacity charge per object.

      The big difference between S3 Infrequent Access and One Zone Infrequent Access and you can probably guess this from the name is that data stored using this class is only stored in one availability zone within the region so it doesn't have the replication across those additional availability zones. So you get cheaper access to storage but you take on additional risk of data loss if the AZ that the data is stored in fails.

      Now oddly enough you do get the same level of durability so 11 nines of durability but that's assuming that the availability zone that your data is stored in doesn't fail during that time period. Data is still replicated within the availability zone so you have multiple copies of the data but only crucially within one availability zone.

      Now for the exam this storage class should be used for long lived data because you still have the size and duration minimums. It should be used for data which is infrequently accessed because you still have the retrieval fee and and this is specific to this class for data which is non-critical or data which can be easily replaced. So this means things like replica copies so if you're using same or cross region replication then you can use this class for your replicated copy or if you're generating intermediate data that you can afford to lose then this storage class offers great value.

      Don't use this for your only copy of data because it's too risky. Don't use this for critical data because it's also too risky. Don't use this for data which is frequently accessed, frequently changed or temporary data because you'll be penalized by the duration and size minimums that this storage class is affected by.

      Okay so this is the end of part one of this lesson. It was getting a little bit on the long side and I wanted to give you the opportunity to take a small break. Maybe stretch your legs or make a coffee. Now part two will continue immediately from this point so go ahead complete this video and when you're ready I look forward to you joining me in part two.

    1. Address Verification System If you are accepting international payments, you can use Razorpay's Address Verification System (AVS). AVS verifies if a customer's billing address (postal code and the billing street address) matches the billing address on file with the card issuer. Based on the response from the issuer, Razorpay will accept or cancel the transaction. This helps in the prevention of fraud in international payments. Know more about Address Verification System.

      Remove this section

  3. social-media-ethics-automation.github.io social-media-ethics-automation.github.io
    1. W3Schools. Introduction to HTML. URL: https://www.w3schools.com/html/html_intro.asp (visited on 2023-11-24).

      The W3Schools HTML Introduction page explains that HTML is the basic language used to build web pages. It talks about how HTML uses tags (like labels) to mark things like titles, headings, and paragraphs. For example, you use one tag type to create a heading and another for a paragraph. It even shows a simple example of what a basic web page looks like in code. It also mentions that your web browser (like Chrome or Safari) reads this code and turns it into the websites you see. And there’s a special line at the top of the page that helps the browser understand it’s working with HTML.

    1. Now, there are many reasons one might be suspicious about utilitarianism as a cheat code for acting morally, but let’s assume for a moment that utilitarianism is the best way to go.

      I'm curious as to what the flaws of utilitarianism are. I know very little about it besides what was described in the reading, but it seems like a logical and helpful way to go about solving problems ethically and morally. The only thing I could see about it that could be problematic is that it might ignore the potential negative aspects of certain outcomes if it only focuses on what the best outcome is. Still, I wonder how this applies to social media and data found through social media. The connection I draw between utilitarianism and such data on social media is that data could be incorrect or misleading, which could then lead to assumptions or allegedly ethical solutions to issues that weren't reported properly in the first place.

    2. Think for a minute about consequentialism. On this view, we should do whatever results in the best outcomes for the most people. One of the classic forms of this approach is utilitarianism, which says we should do whatever maximizes ‘utility’ for most people. Confusingly, ‘utility’ in this case does not refer to usefulness, but to a sort of combo of happiness and wellbeing. When a utilitarian tries to decide how to act, they take stock of all the probable outcomes, and what sort of ‘utility’ or happiness will be brought about for all parties involved. This process is sometimes referred to by philosophers as ‘utility calculus’. When I am trying to calculate the expected net utility gain from a projected set of actions, I am engaging in ‘utility calculus’ (or, in normal words, utility calculations). Now, there are many reasons one might be suspicious about utilitarianism as a cheat code for acting morally, but let’s assume for a moment that utilitarianism is the best way to go. When you undertake your utility calculus, you are, in essence, gathering and responding to data about the projected outcomes of a situation. This means that how you gather your data will affect what data you come up with. If you have really comprehensive data about potential outcomes, then your utility calculus will be more complicated, but will also be more realistic. On the other hand, if you have only partial data, the results of your utility calculus may become skewed. If you think about the potential impact of a set of actions on all the people you know and like, but fail to consider the impact on people you do not happen to know, then you might think those actions would lead to a huge gain in utility, or happiness. When we think about how data is used online, the idea of a utility calculus can help remind us to check whether we’ve really got enough data about how all parties might be impacted by some actions. Even if you are not a utilitarian, it is good to remind ourselves to check that we’ve got all the data before doing our calculus. This can be especially important when there is a strong social trend to overlook certain data. Such trends, which philosophers call ‘pernicious ignorance’, enable us to overlook inconvenient bits of data to make our utility calculus easier or more likely to turn out in favor of a preferred course of action.

      These paragraphs tell us that it is important to collect comprehensive data, think about the impact of relevant parties, and considering the groups that are easily overlooked before making decisions. This reminds me of cyberbullying in the society today. Lots of people only listen to one side of the story. They get emotionally stirred up by comments on a popular influencer’s social post and end up participating in online bullying against the other group. This kind of behavior stems from a lack of critical thinking and the unwillingness to investigate the truth from multiple perspectives, which can have serious consequences.

    3. Now, there are many reasons one might be suspicious about utilitarianism as a cheat code for acting morally, but let’s assume for a moment that utilitarianism is the best way to go. When you undertake your utility calculus, you are, in essence, gathering and responding to data about the projected outcomes of a situation. This means that how you gather your data will affect what data you come up with.

      The idea that utility calculus relies on the data we chose to include really made me think. It highlights how easy it is to justify decisions as ethical when we only focus on the data that supports our goals. For example, social media platforms might prioritise engagement but they often overlook the negative impact on users mental health

    1. If you follow the same advice as for the last problem, comment out line one, you will immediately get a different error message.

      Commenting out or commenting on a line stops the code from executing, it's like a way to disable the code and leave notes for yourself.

    2. t’s also important to keep calm, and evaluate each new clue carefully so you don’t waste time chasing problems that are not really there.

      Keep calm and reassess the code before making any big changes.

    1. But if you entered 17 (5 pm) for current_time and 9 for wait_time then the result of 26 is not correct. This illustrates an important aspect of testing: it is important to test your code on a range of inputs. It is especially important to test your code on boundary conditions.

      Always test you code with multiple inputs as it may not work for all inputs. You need to be able to determine the range and figure out what input works best for the solutions.

    1. Note: This response was posted by the corresponding author to Review Commons. The content has not been altered except for formatting.

      Learn more at Review Commons


      Reply to the reviewers

      Revision Plan (Response to Reviewers)

      1. General Statements [optional]

      Response: We are pleased the reviewers appreciate the power of this novel proteomics methodology that allowed us to uncover new depths on the complexity of the ribosome ubiquitination code in response to stress. We also appreciate that the reviewers think that this is a "very timely" study and "interesting to a broad audience" that can change the models of translation control currently adopted in the field. Characterizing complex cellular processes is critical to advance scientific knowledge and our work is the first of its kind using targeted proteomics methods to unveil the integrated complexity of ribosome ubiquitin signals in eukaryotic systems. We also appreciate the fairness of the comments received and below we offer a comprehensive revision plan substantially addressing the main points raised by the reviewers. According to the reviewers' suggestions, we will also expand our studies to two additional E3 ligases (Mag2 and Not4) known to ubiquitinate ribosomes, which will create an even more complete perspective of ubiquitin roles in translation regulation.

      2. Description of the planned revisions

      Reviewer #1 (Evidence, reproducibility and clarity (Required)):

      The authors present a potentially powerful proteomics platform using parallel reaction monitoring (PRM) to quantitatively profile ribosomal protein (RP) ubiquitylation, with a focus on yeast under hydrogen peroxide (H₂O₂) stress. This approach robustly identifies both known and novel RP modifications, including basal ubiquitylation events previously undetected, and identifies Hel2-dependent mechanisms. The data support the conclusion that RPs are regulated by a multifaceted ubiquitin code, establishing a good foundation for the study.

      However, the study's focus shifts in a manner that introduces several limitations. Following the rigorous PRM-based analyses, the reliance on Western blotting without replication or quantification (e.g., single-experiment data in Figs. 3-5) significantly weakens the evidence. Experimental design becomes inconsistent, with variable combinations of stressors (H₂O₂, MMS, 4-NQO) and genetic backgrounds (WT, hel2Δ, rad6Δ) that preclude systematic comparisons. For instance, Fig. 3C/E and Fig. 4 omit critical controls (e.g., MMS in Fig. 4, rad6Δ in Fig. 3E), while Fig. 5 conflates distinct variables by comparing H₂O₂-treated rad6Δ with MMS-treated hel2Δ-a design that obscures causal relationships. Furthermore, Fig. 3F highlights that 4-NQO and MMS elicit divergent responses in hel2Δ, undermining the rationale for using these stressors interchangeably. These inconsistencies culminate in a fragmented narrative; attempts to link ISR activation or ribosome stalling to RP ubiquitylation become impossible, leaving the primary takeaway as "stress responses are complex" rather than advancing mechanistic insight.

              __Response: __We appreciate the evaluation of our work and that the power of our proteomics method established a good foundation for the study. We also understand the reviewer's concerns and we will detail below a plan to enhance quantification and increase systematic comparisons. The experiments presented here were conducted with biological replicates, but in several instances, we focused on presence and absence of bands, or their pattern (mono vs poly-ub) because of the semi-quantitative nature of immunoblots. We will revise the figures and present their quantification and statistical analyses. In additional, we did not intend to use these stressors interchangeably, but instead, to use select conditions to highlight the complexity the stress response. In particular, we followed up with H2O2 *versus* 4-NQO because both chemicals are considered sources of oxidative stress. Even though it is unfeasible to compare every single stress condition in every strain background, in the revised version, we will include additional controls to increase the cohesion of the narrative, and expand the comparison between MMS, H2O2, and 4-NQO, as suggested. Details below.
      

      To strengthen the work, the following revisions are essential:

      R1.1. Repeat and quantify immunoblots: All Western blotting data require biological replicates and statistical analysis to support claims.

              __Response: __As requested, we will display quantification and statistical analysis of the suggested and new immunoblots that will be conducted during the revision period.
      

      R1.3. Remove non-parallel comparisons: The mRNA expression analysis in Fig. 5, which compares dissimilar conditions (e.g., rad6Δ + H₂O₂ vs. hel2Δ + MMS), should be omitted or redesigned to enable direct, strain- and stressor-matched contrasts.

              __Response: __We will follow the reviewers' suggestion and redesign the analysis to increase consistency and prioritize data under identical conditions. To increase confidence in the mRNA data analysis, we intend to perform follow up experiments and analyze protein abundance of *ARG proteins* and *CTT1 *under different conditions. The remaining data using non-parallel comparisons will be moved to supplemental material and de-emphasized in the final version of the manuscript.
      

      R1.4. Standardize experimental variables: Restructure the study to maintain identical genetic backgrounds and stressors across all figures, enabling systematic interrogation of enzyme- or stress-specific effects on the ubiquitin code.

              __Response: __To ensure a better comparison across strains and conditions, we will re-run several experiments and focus on our main stress conditions. Specifically:
      
      • 3D: We plan to re-run this experiment and include MMS

      • 3E: We plan to perform the same panel of experiments in rad6D ,and display WT data as main figure.

      • 4A-B: We plan to perform translation output (HPG incorporation) experiments with MMS as suggested

      • 4C: We plan to re-run blots for p-eIF2a under MMS for improved comparison.

      Reviewer #1 (Significance (Required)):

      The authors present a potentially powerful proteomics platform using parallel reaction monitoring (PRM) to quantitatively profile ribosomal protein (RP) ubiquitylation, with a focus on yeast under hydrogen peroxide (H₂O₂) stress. This approach robustly identifies both known and novel RP modifications, including basal ubiquitylation events previously undetected, and identifies Hel2-dependent mechanisms. The data support the conclusion that RPs are regulated by a multifaceted ubiquitin code, establishing a good foundation for the study.

      Reviewer #2 (Evidence, reproducibility and clarity (Required)):

      In this manuscript the authors use a new target proteomics approach to quantify site-specific ubiquitin modification across the ribosome before and after oxidative stress. Then they validate their findings following in particular ubiquitination of Rps20 and Rps3 and extend their analysis to different forms of oxidative stress. Finally they question the relevance of two known actors of ribosome ubiquitination, Hel2 and Rad6. It is not easy to summarize the observations because in fact the major finding is that the patterns of ribosome ubiquitination occur in a stresser and enyzme specific manner (even when considering only oxidative stress). However, the complexity revealed by this study is very relevant for the field, because it underlies that the ubiquitination code of ribosomes is not easy to interpret with regard to translation dynamics and responses to stress or players involved. It suggests that some of the models that have generally been adopted probably need to be amended or completed. I am not a proteomics expert, so I cannot comment on the validity of the new proteomics approach, of whether the methods are appropriately described to reproduce the experiments. However, for the follow up experiments, the results following Rps20 and Rps3 ubiquitination are well performed, nicely controlled and are appropriately interpreted.

      Maybe what one can regret is that the authors have limited their analysis to the study of Hel2 and Rad6, and not included other enyzmes that have already been associated with regulation of ribosome ubiquitination, to get a more complete picture. It may not take that much time to test more mutants, but of course there is the risk that rather than enable to make a working model it might make things even more complex.

              __Response: __We value the positive evaluation of our work. We also appreciate the notion that it meaningfully expands the knowledge on the complexity of the ribosome ubiquitination code, challenges the current models of translation control, and conducted well-performed, and nicely controlled experiments. To address the main concern of the reviewer, we will expand our work by studying two additional enzymes involved in ribosome ubiquitination (Mag2 and Not4) and provide a more comprehensive picture of this integrated system. Specifically, we will generate yeast strains deleted for *MAG2* and *NOT4*, and evaluate their impact in ribosome ubiquitination under our main conditions of stress. We will investigate the role of these additional E3s in translation output (HPG incorporation), and in inducing the integrated stress response via phosphorylated eIF2α and Gcn4 expression. Additional follow up experiments will be performed according to our initial results.
      

      Reviewer #2 (Significance (Required)):

      In recent years, regulation of translation elongation dynamics has emerged as a much more relevant site of control of gene expression that previously envisonned. The ribosome has emerged as a hub for control of stress responses. Therefore this study is certainly very timely and interesting for a broad audience. However, it does fall short of giving any simple picture, and maybe the only point one can question is whether it is interesting to publish a manuscript that concludes that regulation is complicated, without really being able to provide any kind of suggestive model.

      My feeling is nevertheless that it will impact how scientists in the field design their experiments and what they will conclude. It will certainly also drive new experiments and approaches, and lead to investigations on how all the different players in regulation of ribosome modification talk to each other and signal to signaling pathways.

              __Response: __We appreciate the comments and the balanced view that studies like ours will still be impactful and contribute to a number of fields in multiple and meaningful ways. With the new experiments proposed here, and used of additional mutants and strains, we intend to propose and provide a more unified model that explain this complex and dynamic relationship.
      

      Reviewer #3 (Evidence, reproducibility and clarity (Required)):

      Recent studies have shown that the ubiquitination of uS3 (Rps3) is crucial for the quality control of nonfunctional rRNA, specifically in the process known as 18S noncoding RNA degradation (NRD). Additionally, the ubiquitination of uS10 (Rps20) plays a significant role in ribosome-associated quality control (RQC). However, the dynamics of ribosome ubiquitination in response to oxidative stress are not yet fully understood.

      In this study, the authors developed a targeted proteomics method to quantify the dynamics of ribosome ubiquitination in response to oxidative stress, both relatively and stoichiometrically. They identified 11 ribosomal sites that exhibited increased ubiquitin modification after exposure to hydrogen peroxide (H2O2). This included two known targets: uS10 and uS3 (of Hel2), which recognize collided ribosomes and initiate the processes of 18S NRD and translation quality control (RQC). Using isotope-labeled peptides, the researchers demonstrated that these modifications are non-stoichiometric and display significant variability among different peptides.

      Furthermore, the authors explored how specific enzymes in the ubiquitin system affect these modifications and their impact on global translation regulation. They found that uS3 (Rps3) and uS10 (Rps20) were modified differently by various stressors, which in turn influenced the Integrated Stress Response (ISR). The authors suggest that different types of stressors alter the pattern of ubiquitinated ribosomes, with Rad6 and Hel2 potentially competing for specific subpopulations of ribosomes.

      Overall, this study emphasizes the complexity of the ubiquitin ribosomal code. However, further experiments are necessary to validate these findings before publication.

      Major Comments:

      I consider the additional experiments essential to support the claims of the paper.

      R3.1. To understand the roles of ribosome ubiquitination at the specific sites, the authors must perform stressor-specific suppression of global translation, as demonstrated in Figures 4 and 5. This should include the uS10-K6R/K8R and uS3-K212R mutants.

              __Response: __We understand the importance of the suggested experiment. We have already requested and kindly received strains expressing these mutations, which will reduce the time required to successfully address this point. We will perform our translation and ISR assays such as the one referred by the reviewer in Figs. 4A-C and 5E, and results will determine the role of individual ribosome ubiquitination sites in translation control.
      

      R3.2. It is crucial to ensure that experiments are adequately replicated and that statistical analysis is thorough, with precise quantification. For a more accurate comparison between wild-type (WT) and Hel2 deletion mutants regarding ribosome ubiquitination, the authors should quantify the ubiquitinated ribosomes in both WT and Hel2 mutants under stress conditions. This quantification should be conducted on the same blot, using diluted control samples. Similarly, in Figures 3F and 4C, for an accurate comparison between WT and Hel2 or Rad6 deletion mutants, the authors should quantify the ubiquitinated ribosomes across these conditions. Again, this quantification should be performed on the same blot with the dilution of control samples.

              __Response: __As was also requested by reviewer 1 and discussed above (point R1.1), we will conduct quantification and display statistical analyses for our immunoblots. In addition, we will re-run the aforementioned experiments to improve quantification following the reviewers' request (same gel & diluted control samples).
      

      Reviewer #3 (Significance (Required)):

      • General assessment:

      Recent studies reveal that the ubiquitination of uS3 (Rps3) is essential for the quality control of nonfunctional rRNA (18S NRD), while the ubiquitination of uS10 (Rps20) plays a crucial role in ribosome-associated quality control (RQC). However, the dynamics of ribosome ubiquitination in response to oxidative stress remain unclear.

      • Advance:

      In this study, the authors developed a targeted proteomics method to quantify ribosome ubiquitination dynamics in response to oxidative stress, both relatively and stoichiometrically. By utilizing isotope-labeled peptides, they demonstrated that these modifications are non-stoichiometric and exhibit significant variability across different peptides. They identified 11 ribosomal sites that showed increased ubiquitin modification following H2O2 exposure, including two known targets of Hel2, which recognize collided ribosomes and induce translation quality control (RQC).

      • Audience: This information will be of interest to a specialized audience in the fields of translation, ribosome function, quality control, ubiquitination, and proteostasis.

      • The field: Translation, ribosome function, quality control, ubiquitination, and proteostasis.

      __ Response:__ We appreciate that our work will be valuable to a number of fields in protein dynamics and that our method advances the field by measuring ribosome ubiquitination relatively and stoichiometrically in response to stress.

      3. Description of the revisions that have already been incorporated in the transferred manuscript

      Response: All requested changes require experiments and data analyses, and a complete revision plan is delineated above in section #2.

      • *

      4. Description of analyses that authors prefer not to carry out

      • *

      R1.2. Leverage the PRM platform: Apply the established quantitative proteomics approach to validate or extend findings in Fig. 3 (e.g., RAD6-dependent ubiquitylation), ensuring methodological consistency.

              __Response: __Although we understand the interest on the proposed result for consistency, this is the only requested experiment that we do not intend to conduct. Because of the lack of overall ubiquitination of ribosomal proteins in *rad6**D* in response to H2O2 (e.g., Silva et al., 2015, Simoes et al., 2022), we believe that this PRM experiment in unlikely to produce meaningful insight on the ubiquitination code. In this context, we expected that sites regulated by Hel2 will be the ones largely modified in rad6*D *and we followed up on them via immunoblot. Moreover, this experiment would not be time or cost-effective, and resources and efforts could be used to strengthen other important areas of the manuscript, such as including the E3's Mag2 and Not4 into our work.
      
    2. Note: This preprint has been reviewed by subject experts for Review Commons. Content has not been altered except for formatting.

      Learn more at Review Commons


      Referee #3

      Evidence, reproducibility and clarity

      Recent studies have shown that the ubiquitination of uS3 (Rps3) is crucial for the quality control of nonfunctional rRNA, specifically in the process known as 18S noncoding RNA degradation (NRD). Additionally, the ubiquitination of uS10 (Rps20) plays a significant role in ribosome-associated quality control (RQC). However, the dynamics of ribosome ubiquitination in response to oxidative stress are not yet fully understood.

      In this study, the authors developed a targeted proteomics method to quantify the dynamics of ribosome ubiquitination in response to oxidative stress, both relatively and stoichiometrically. They identified 11 ribosomal sites that exhibited increased ubiquitin modification after exposure to hydrogen peroxide (H2O2). This included two known targets: uS10 and uS3 (of Hel2), which recognize collided ribosomes and initiate the processes of 18S NRD and translation quality control (RQC). Using isotope-labeled peptides, the researchers demonstrated that these modifications are non-stoichiometric and display significant variability among different peptides.

      Furthermore, the authors explored how specific enzymes in the ubiquitin system affect these modifications and their impact on global translation regulation. They found that uS3 (Rps3) and uS10 (Rps20) were modified differently by various stressors, which in turn influenced the Integrated Stress Response (ISR). The authors suggest that different types of stressors alter the pattern of ubiquitinated ribosomes, with Rad6 and Hel2 potentially competing for specific subpopulations of ribosomes.

      Overall, this study emphasizes the complexity of the ubiquitin ribosomal code. However, further experiments are necessary to validate these findings before publication.

      Major Comments:

      I consider the additional experiments essential to support the claims of the paper.

      1. To understand the roles of ribosome ubiquitination at the specific sites, the authors must perform stressor-specific suppression of global translation, as demonstrated in Figures 4 and 5. This should include the uS10-K6R/K8R and uS3-K212R mutants.
      2. It is crucial to ensure that experiments are adequately replicated and that statistical analysis is thorough, with precise quantification. For a more accurate comparison between wild-type (WT) and Hel2 deletion mutants regarding ribosome ubiquitination, the authors should quantify the ubiquitinated ribosomes in both WT and Hel2 mutants under stress conditions. This quantification should be conducted on the same blot, using diluted control samples. Similarly, in Figures 3F and 4C, for an accurate comparison between WT and Hel2 or Rad6 deletion mutants, the authors should quantify the ubiquitinated ribosomes across these conditions. Again, this quantification should be performed on the same blot with the dilution of control samples.

      Significance

      General assessment:

      Recent studies reveal that the ubiquitination of uS3 (Rps3) is essential for the quality control of nonfunctional rRNA (18S NRD), while the ubiquitination of uS10 (Rps20) plays a crucial role in ribosome-associated quality control (RQC). However, the dynamics of ribosome ubiquitination in response to oxidative stress remain unclear.

      Advance:

      In this study, the authors developed a targeted proteomics method to quantify ribosome ubiquitination dynamics in response to oxidative stress, both relatively and stoichiometrically. By utilizing isotope-labeled peptides, they demonstrated that these modifications are non-stoichiometric and exhibit significant variability across different peptides. They identified 11 ribosomal sites that showed increased ubiquitin modification following H2O2 exposure, including two known targets of Hel2, which recognize collided ribosomes and induce translation quality control (RQC).

      Audience: This information will be of interest to a specialized audience in the fields of translation, ribosome function, quality control, ubiquitination, and proteostasis.

      The field: Translation, ribosome function, quality control, ubiquitination, and proteostasis.

    3. Note: This preprint has been reviewed by subject experts for Review Commons. Content has not been altered except for formatting.

      Learn more at Review Commons


      Referee #2

      Evidence, reproducibility and clarity

      In this manuscript the authors use a new target proteomics approach to quantify site-specific ubiquitin modification across the ribosome before and after oxidative stress. Then they validate their findings following in particular ubiquitination of Rps20 and Rps3 and extend their analysis to different forms of oxidative stress. Finally they question the relevance of two known actors of ribosome ubiquitination, Hel2 and Rad6.

      It is not easy to summarize the observations because in fact the major finding is that the patterns of ribosome ubiquitination occur in a stresser and enyzme specific manner (even when considering only oxidative stress). However, the complexity revealed by this study is very relevant for the field, because it underlies that the ubiquitination code of ribosomes is not easy to interpret with regard to translation dynamics and responses to stress or players involved. It suggests that some of the models that have generally been adopted probably need to be amended or completed. I am not a proteomics expert, so I cannot comment on the validity of the new proteomics approach, of whether the methods are appropriately described to reproduce the experiments. However, for the follow up experiments, the results following Rps20 and Rps3 ubiquitination are well performed, nicely controlled and are appropriately interpreted. Maybe what one can regret is that the authors have limited their analysis to the study of Hel2 and Rad6, and not included other enyzmes that have already been associated with regulation of ribosome ubiquitination, to get a more complete picture. It may not take that much time to test more mutants, but of course there is the risk that rather than enable to make a working model it might make things even more complex.

      Significance

      In recent years, regulation of translation elongation dynamics has emerged as a much more relevant site of control of gene expression that previously envisonned. The ribosome has emerged as a hub for control of stress responses. Therefore this study is certainly very timely and interesting for a broad audience.

      However, it does fall short of giving any simple picture, and maybe the only point one can question is whether it is interesting to publish a manuscript that concludes that regulation is complicated, without really being able to provide any kind of suggestive model.

      My feeling is nevertheless that it will impact how scientists in the field design their experiments and what they will conclude. It will certainly also drive new experiments and approaches, and lead to investigations on how all the different players in regulation of ribosome modification talk to each other and signal to signaling pathways.

    4. Note: This preprint has been reviewed by subject experts for Review Commons. Content has not been altered except for formatting.

      Learn more at Review Commons


      Referee #1

      Evidence, reproducibility and clarity

      The authors present a potentially powerful proteomics platform using parallel reaction monitoring (PRM) to quantitatively profile ribosomal protein (RP) ubiquitylation, with a focus on yeast under hydrogen peroxide (H₂O₂) stress. This approach robustly identifies both known and novel RP modifications, including basal ubiquitylation events previously undetected, and identifies Hel2-dependent mechanisms. The data support the conclusion that RPs are regulated by a multifaceted ubiquitin code, establishing a good foundation for the study.

      However, the study's focus shifts in a manner that introduces several limitations. Following the rigorous PRM-based analyses, the reliance on Western blotting without replication or quantification (e.g., single-experiment data in Figs. 3-5) significantly weakens the evidence. Experimental design becomes inconsistent, with variable combinations of stressors (H₂O₂, MMS, 4-NQO) and genetic backgrounds (WT, hel2Δ, rad6Δ) that preclude systematic comparisons. For instance, Fig. 3C/E and Fig. 4 omit critical controls (e.g., MMS in Fig. 4, rad6Δ in Fig. 3E), while Fig. 5 conflates distinct variables by comparing H₂O₂-treated rad6Δ with MMS-treated hel2Δ-a design that obscures causal relationships. Furthermore, Fig. 3F highlights that 4-NQO and MMS elicit divergent responses in hel2Δ, undermining the rationale for using these stressors interchangeably. These inconsistencies culminate in a fragmented narrative; attempts to link ISR activation or ribosome stalling to RP ubiquitylation become impossible, leaving the primary takeaway as "stress responses are complex" rather than advancing mechanistic insight.

      To strengthen the work, the following revisions are essential:

      1. Repeat and quantify immunoblots: All Western blotting data require biological replicates and statistical analysis to support claims.
      2. Leverage the PRM platform: Apply the established quantitative proteomics approach to validate or extend findings in Fig. 3 (e.g., RAD6-dependent ubiquitylation), ensuring methodological consistency.
      3. Remove non-parallel comparisons: The mRNA expression analysis in Fig. 5, which compares dissimilar conditions (e.g., rad6Δ + H₂O₂ vs. hel2Δ + MMS), should be omitted or redesigned to enable direct, strain- and stressor-matched contrasts.
      4. Standardize experimental variables: Restructure the study to maintain identical genetic backgrounds and stressors across all figures, enabling systematic interrogation of enzyme- or stress-specific effects on the ubiquitin code.

      Significance

      The authors present a potentially powerful proteomics platform using parallel reaction monitoring (PRM) to quantitatively profile ribosomal protein (RP) ubiquitylation, with a focus on yeast under hydrogen peroxide (H₂O₂) stress. This approach robustly identifies both known and novel RP modifications, including basal ubiquitylation events previously undetected, and identifies Hel2-dependent mechanisms. The data support the conclusion that RPs are regulated by a multifaceted ubiquitin code, establishing a good foundation for the study.

    1. Author response:

      The following is the authors’ response to the original reviews.

      Reviewer #1 (Public review):

      Summary:

      The present study aims to associate reproduction with age-related disease as support of the antagonistic pleiotropy hypothesis of ageing, predominantly using Mendelian Randomization. The authors found evidence that early-life reproductive success is associated with advanced ageing.

      Strengths:

      Large sample size. Many analyses.

      Weaknesses:

      There are some errors in the methodology, that require revisions.

      In particular, the main conclusions drawn by the authors refer to the Mendelian Randomization analyses. However, the authors made a few errors here that need to be reconsidered:

      (1) Many of the outcomes investigated by the authors are continuous outcomes, while the authors report odds ratios. This is not correct and should be revised.

      Thank you for your observation. We have revised the manuscript to ensure that the results for continuous outcomes are appropriately reported using beta coefficients, which indicate the change in the outcome per unit increase in exposure. This will accurately reflect the nature of the analysis and provide a clearer interpretation of continuous outcomes (lines 56-109).

      (2) Some of the odds ratios (for example the one for osteoporosis) are really small, while still reaching the level of statistical significance. After some checking, I found the GWAS data used to generate these MR estimates were processed by the program BOLT-LLM. This program is a linear mixed model program, which requires the transformation of the beta estimates to be useful for dichotomous outcomes. The authors should check the manual of BOLT-LLM and recalculate the beta estimates of the SNP-outcome associations prior to the Mendelian Randomization analyses. This should be checked for all outcomes as it doesn't apply to all.

      Thank you for your detailed feedback. We have reviewed all the GWAS data used in our MR analyses and confirmed that all GWAS of continuous traits have already been processed using the BOLT-LMM, including age at menarche, age at first birth, BMI, frailty index, father's age at death, mother's age at death, DNA methylation GrimAge acceleration, age at menopause, eye age, and facial aging. Most of the dichotomous outcomes have not been processed by BOLT-LMM, including late-onset Alzheimer's disease, type 2 diabetes, chronic heart failure, essential hypertension, cirrhosis, chronic kidney disease, early onset chronic obstructive pulmonary disease, breast cancer, ovarian cancer, endometrial cancer, and cervical cancer, except osteoporosis. We have reprocessed the GWAS beta values of osteoporosis and re-conducted the MR analysis (lines 74-75; lines 366-373).

      (3) The authors should follow the MR-Strobe guidelines for presentation.

      Thank you for your suggestion to follow the MR-STROBE guidelines for the presentation of our study. We appreciate the importance of adhering to these standardized guidelines to ensure clarity and transparency in reporting Mendelian Randomization (MR) analyses. We confirm that the MR components of our research are structured and presented following the MR-STROBE checklist. In addition to the MR analyses, our study also integrates Colocalization analysis, Genetic correlation analysis, Ingenuity Pathway Analysis (IPA), and population validation to provide a more comprehensive understanding of the genetic and biological context. While these analyses are not strictly covered by MR-STROBE guidelines, they complement the MR results by offering additional validation and mechanistic insights.

      We have structured our manuscript to separate these complementary analyses from the core MR results, maintaining alignment with MR-STROBE for the MR-specific components. The additional analyses are discussed in dedicated sections to highlight their unique contributions and avoid conflating them with the MR findings.

      (4) The authors should report data in the text with a 95% confidence interval.

      Thank you for your feedback. We have added the 95% confidence intervals for the reported data within the main text to enhance clarity and provide comprehensive context (lines 56-109). Additionally, the complete analysis data, including all detailed results, can be found in Table S3.

      (5) The authors should consider correction for multiple testing

      Thank you for your comment regarding the need to consider correction for multiple testing. We agree that correcting for multiple comparisons is an important step to control for the possibility of false-positive findings, particularly in studies involving large numbers of statistical tests. In our study, we carefully considered the issue of multiple testing and adopted the following approach:

      Context of Multiple Testing: The tests we conducted were hypothesis-driven, focusing on specific relationships (e.g., genetic correlation, colocalization, and Mendelian Randomization). These analyses are based on priori hypotheses supported by existing literature or biological relevance.

      Statistical Methods: Where applicable, we applied appropriate measures to account for multiple tests. For instance, in Mendelian Randomization, sensitivity analyses serve to validate the robustness of the results.

      We believe that the methodology and corrections applied in our study appropriately address concerns about multiple testing, given the hypothesis-driven nature of our analyses and the rigorous steps taken to validate our findings. If you feel that additional corrections are required for specific parts of the analysis, we would be happy to further clarify or revise as needed.

      Reviewer #2 (Public review):

      Summary:

      The authors present an interesting paper where they test the antagonistic pleiotropy theory. Based on this theory they hypothesize that genetic variants associated with later onset of age at menarche and age at first birth have a positive causal effect on a multitude of health outcomes later in life, such as epigenetic aging and prevalence of chronic diseases. Using a mendelian randomization and colocalization approach, the authors show that SNPs associated with later age at menarche are associated with delayed aging measurements, such as slower epigenetic aging and reduced facial aging, and a lower risk of chronic diseases, such as type 2 diabetes and hypertension. Moreover, they identified 128 fertility-related SNPs that are associated with age-related outcomes and they identified BMI as a mediating factor for disease risk, discussing this finding in the context of evolutionary theory.

      Strengths:

      The major strength of this manuscript is that it addresses the antagonistic pleiotropy theory in aging. Aging theories are not frequently empirically tested although this is highly necessary. The work is therefore relevant for the aging field as well as beyond this field, as the antagonistic pleiotropy theory addresses the link between fitness (early life health and reproduction) and aging.

      Points that have to be clarified/addressed:

      (1) The antagonistic pleiotropy is an evolutionary theory pointing to the possibility that mutations that are beneficial for fitness (early life health and reproduction) may be detrimental later in life. As it concerns an evolutionary process and the authors focus on contemporary data from a single generation, more context is necessary on how this theory is accurately testable. For example, why and how much natural variation is there for fitness outcomes in humans?

      Thank you for these insightful questions. We appreciate the opportunity to clarify how we approach the testing of AP theory within a contemporary human cohort and address the evolutionary context and comparative considerations with the disposable soma theory.

      We recognize that modern human populations experience selection pressures that differ from those in the past, which may affect how well certain genetic variants reflect historical fitness benefits. Nonetheless, the genetic variation present today still offers valuable insights into potential AP mechanisms through statistical associations in contemporary cohorts. We believe that AP can indeed be explored in current populations by examining genetic links between reproductive traits and age-related health outcomes. In our study, we investigate whether certain genetic variants linked to reproductive timing—such as age at menarche and age at first birth—also correlate with late-life health risks. By identifying SNPs associated with both early-life reproductive success and adverse aging outcomes, we aim to capture the evolutionary trade-offs that AP theory suggests.

      Despite contemporary selection pressures that differ from historical conditions, there remains natural genetic variation in traits like reproductive timing and longevity in humans today. This diversity allows us to apply MR to test causal relationships between reproductive traits and aging outcomes, providing insights into potential AP mechanisms. Prior studies have demonstrated that reproductive behaviors exhibit significant heritability and have identified genetic loci associated with reproductive timing (1,2). This genetic variation facilitates causal inference in modern cohorts, despite environmental and healthcare advances that might modulate these associations (3). By leveraging genetic risk scores for reproductive timing, our study captures the necessary variability to assess potential AP effects, thus providing valuable insights into how evolutionary trade-offs may continue to influence human health outcomes.

      How do genetic risk score distributions of the exposure data look like?

      Thank you for your question. Our study is focused on Mendelian Randomization (MR) analysis, which aims to infer causal relationships between exposures and outcomes. While genetic risk scores (GRS) provide valuable insights at an individual level, they do not directly align with our study's objective, which is centered on population-level causal inference rather than individual-level genetic risk assessment. In MR, we use genetic variants as instrumental variables to determine the causal effect of an exposure on an outcome. GRS analysis typically focuses on summarizing an individual's risk based on multiple genetic variants, which is outside the scope of our current research. Therefore, we did not perform or analyze the distribution of genetic risk scores, as our primary goal was to understand broader causal relationships using established genetic instruments.

      Also, how can the authors distinguish in their data between the antagonistic pleiotropy theory and the disposable soma theory, which considers a trade-off between investment in reproduction and somatic maintenance and can be used to derive similar hypotheses? There is just a very brief mention of the disposable soma theory in lines 196-198.

      In our manuscript, we test AP theory specifically by examining genetic variants associated with reproductive timing and their association with age-related health risks in later life. MR and genetic risk scores allow us to assess these associations, directly testing the hypothesis that certain alleles enhancing reproductive success might have adverse effects on aging outcomes. This gene-centered approach aligns with AP’s premise of genetic trade-offs, enabling us to observe whether alleles associated with early-life reproductive traits correlate with increased risks of age-related diseases. Distinguishing from disposable soma theory, which would predict a general trade-off in energy allocation affecting somatic maintenance and not specific genetic effects, our data focuses on how certain alleles have differential impacts across life stages. Our findings thus support AP theory over disposable soma by highlighting the effects of specific genetic loci on both reproductive and aging phenotypes. However, future research could indeed explore the intersection of these theories, for example, by examining how resource allocation and genetic predispositions interact to influence longevity in various environmental contexts.

      (2) The antagonistic pleiotropy theory, used to derive the hypothesis, does not necessarily distinguish between male and female fitness. Would the authors expect that their results extrapolate to males as well? And can they test that?

      Emerging evidence suggests that early puberty in males is linked to adverse health outcomes, such as an increased risk of cardiovascular disease, type 2 diabetes, and hypertension in later life (4). A Mendelian randomization study also reported a genetic association between the timing of male puberty and reduced lifespan (5). These findings support the hypothesis that genetic variants associated with delayed reproductive timing in males might similarly confer health benefits or improved longevity, akin to the patterns observed in females. This would suggest that similar mechanisms of antagonistic pleiotropy could operate in males as well.

      In our study, BMI was identified as a mediator between reproductive timing and disease risk. Given that BMI is a common risk factor for age-related diseases in both males and females (6-9), it is plausible that similar mechanisms involving BMI, reproductive timing, and disease risk could exist in males. This shared mediator points to the possibility that, while reproductive timelines may differ, the pathways through which these traits influence aging outcomes may be consistent across genders.

      AP theory could potentially be tested in males, as the principles of the theory may extend to analogous reproductive traits in males, such as age at puberty and testosterone levels, which could similarly influence health outcomes later in life. However, as our current study focuses specifically on female reproductive traits, testing the AP theory in males is outside the scope of this work. We acknowledge the importance of exploring these mechanisms in males, and we hope that future research will address this by investigating male-specific reproductive traits and their relationship to aging and health outcomes.

      (3) There is no statistical analyses section providing the exact equations that are tested. Hence it's not clear how many tests were performed and if correction for multiple testing is necessary. It is also not clear what type of analyses have been done and why they have been done. For example in the section starting at line 47, Odds Ratios are presented, indicating that logistic regression analyses have been performed. As it's not clear how the outcomes are defined (genotype or phenotype, cross-sectional or longitudinal, etc.) it's also not clear why logistic regression analysis was used for the analyses.

      Thank you for your thoughtful comments regarding the statistical analyses and the clarification of methods and variables used in the study.

      Statistical Analyses Section: We have included a detailed explanation of all statistical analyses in the Methods section (lines 291–408), specifying the rationale for the choice of methods, the variables analyzed, and their relationships. Additionally, we have provided the relevant equations or statistical models used where appropriate to ensure transparency.

      Beta Values and Odds Ratios: In the Results section (starting at line 56), both Beta values and Odds Ratios are presented: Beta values were used for analyses of continuous outcomes to quantify the linear relationship between predictors and outcomes. Odds Ratios (ORs) were calculated for binary or categorical disease outcomes to describe the relative odds of an outcome given specific exposures or independent variables.

      Validation and Regression Analyses: For further validation of the MR results, we conducted analyses using the UK Biobank dataset (starting at line 162). Logistic regression analysis was then employed for disease risk assessments involving categorical outcomes (e.g., diseased or not).

      We hope that this clarifies the methods and their applicability to our study, as well as the rationale for the presentation of Beta values and Odds Ratios. If further details or refinements are required, we are happy to incorporate them.

      (4) Mendelian Randomization is an important part of the analyses done in the manuscript. It is not clear to what extent the MR assumptions are met, how the assumptions were tested, and if/what sensitivity analyses are performed; e.g. reverse MR, biological knowledge of the studied traits, etc. Can the authors explain to what extent the genetic instruments represent their targets (applicable expression/protein levels) well?

      Thank you for your insightful comments regarding the Mendelian Randomization (MR) analysis and the evaluation of its assumptions. Below, we provide additional clarification on how the MR assumptions were addressed, sensitivity analyses performed, and the representativeness of the genetic instruments (starting at line 314):

      Relevance Assumption (Genetic instruments are associated with the exposure): “We identified single nucleotide polymorphisms (SNPs) associated with exposure datasets with p < 5 × 10<sup>-8</sup> (10,11). In this case, 249 SNPs and 67 SNPs were selected as eligible instrumental variables (IVs) for exposures of age at menarche and age at first birth, respectively. All selected SNPs for every exposure would be clumped to avoid the linkage disequilibrium (r<sup>2</sup> = 0.001 and kb = 10,000).” “During the harmonization process, we aligned the alleles to the human genome reference sequence and removed incompatible SNPs. Subsequent analyses were based on the merged exposure-outcome dataset. We calculated the F statistics to quantify the strength of IVs for each exposure with a threshold of F>10 (12).”

      Independence Assumption (Genetic instruments are not associated with confounders, Genetic instruments affect the outcome only through the exposure): Then we identified whether there were potential confounders of IVs associated with the outcomes based on a database of human genotype-phenotype associations, PhenoScanner V2 (13,14) (http://www.phenoscanner.medschl.cam.ac.uk/), with a threshold of p < 1 × 10<sup>-5</sup>. IVs associated with education, smoking, alcohol, activity, and other confounders related to outcomes would be excluded.

      Sensitivity Analyses Performed: A pleiotropy test was used to check if the IVs influence the outcome through pathways other than the exposure of interest. A heterogeneity test was applied to ensure whether there is a variation in the causal effect estimates across different IVs. Significant heterogeneity test results indicate that some instruments are invalid or that the causal effect varies depending on the IVs used. MRPRESSO was applied to detect and correct potential outliers of IVs with NbDistribution = 10,000 and threshold p = 0.05. Outliers would be excluded for repeated analysis. The causal estimates were given as odds ratios (ORs) and 95% confidence intervals (CI). A leave-one-out analysis was conducted to ensure the robustness of the results by sequentially excluding each IV and confirming the direction and statistical significance of the remained remaining SNPs.

      Supplemental post-GWAS analysis: Colocalization analysis (starting at line 356), Genetic correlation analysis (starting at line 366).

      Our MR analysis adheres to the guidelines for causal inference in MR studies. By combining multiple sensitivity analyses and ensuring the quality of genetic instruments, we demonstrate that the results are robust and unlikely to be driven by confounding or pleiotropy.

      (5) It is not clear what reference genome is used and if or what imputation panel is used. It is also not clear what QC steps are applied to the genotype data in order to construct the genetic instruments of MR.

      Starting in line 314, the steps of SNPs selection were included in the Methods part. “We identified single nucleotide polymorphisms (SNPs) associated with exposure datasets with p < 5 × 10<sup>-8</sup> (10,11). In this case, 249 SNPs and 67 SNPs were selected as eligible instrumental variables (IVs) for exposures of age at menarche and age at first birth, respectively. All selected SNPs for every exposure would be clumped to avoid the linkage disequilibrium (r<sup>2</sup> = 0.001 and kb = 10,000). Then we identified whether there were potential confounders of IVs associated with the outcomes based on a database of human genotype-phenotype associations, PhenoScanner V2 (13,14) (http://www.phenoscanner.medschl.cam.ac.uk/), with a threshold of p < 1 × 10<sup>-5</sup>. IVs associated with education, smoking, alcohol, activity, and other confounders related to outcomes would be excluded. During the harmonization process, we aligned the alleles to the human genome reference sequence and removed incompatible SNPs. Subsequent analyses were based on the merged exposure-outcome dataset. We calculated the F statistics to quantify the strength of IVs for each exposure with a threshold of F>10 (12). If the effect allele frequency (EAF) was missing in the primary dataset, EAF would be collected from dsSNP (https://www.ncbi.nlm.nih.gov/snp/) based on the population to calculate the F value.” The SNP numbers of exposures for each outcome and F statistics results were listed in supplemental table S2.

      (6) A code availability statement is missing. It is understandable that data cannot always be shared, but code should be openly accessible.

      We have added it to the manuscript (starting at line 410).

      Reviewer #2 (Recommendations for the authors):

      (1) The outcomes seem to be genotypes (lines 274-288). In MR, genotypes are used as an instrument, representing an exposure, which is then associated with an outcome that is typically observed and measured at a later moment in time than the predictors. If both exposure and outcome are genotypes it is not clear how this works in terms of causality; it would rather reflect a genetic correlation. One would expect the genotypes that function as instruments for the exposure to have a functional cascade of (age-related) effects, leading to an (age-related) outcome. From line 149 the outcomes seem to be phenotypes. Can the authors please clearly explain in each section what is analyzed, how the analyses were done, and why the analyses were done that way?

      Thank you for your insightful comment. We understand the concern regarding the use of genotypes as both exposures and outcomes and the implications this has for interpreting causality versus genetic correlation. To clarify, in our study, the outcomes analyzed in the MR framework are indeed genotypes, starting from line 47. We use genotypes as instrumental variables for exposures, which are then linked to phenotypic outcomes observed at a later stage, in line with standard MR principles.

      To improve the robustness of the MR results, we validated the genetic associations in the population with phenotype data from UK Biobank (lines 162-203), and the detailed methods were listed in lines 385-408.

      (2) Overall, the English writing is good. However, some small errors slipped in. Please check the manuscript for small grammar mistakes like in sentences 10 (punctuation) and 33 (grammar).

      Thank you for your feedback. We appreciate your careful review and attention to detail. We thoroughly rechecked the manuscript for any grammatical errors, including punctuation and sentence structure, especially in sentences 11 and 35 in revised manuscript, as suggested.

      (3) There is currently no results and discussion section.

      The manuscript was submitted as Short Reports article type with a combined Results and Discussion section. We have added the section title of Discussion.

      (4) Why did the authors not include SNPs associated with age at menopausal onset? See for example: https://www.nature.com/articles/s41586-021-03779-7https://urldefense.com/v3/__https://www.nature.com/articles/s41586-021-03779-7__;!!HYjtAOY1tjP_!Kl_ZKCmWOQEnvEbl46TG0TuhlsxapwvFdAFfZJkMvz8z7XhX5VEA1cT8CVvNu8xrv9k679Kl0XTrxwSajUeiXWm04XP4$.

      Thank you for your information. Our manuscript focuses on the antagonistic pleiotropy theory, which posits that inherent trade-off in natural selection, where genes beneficial for early survival and reproduction (like menarche and childbirth) may have costly consequences later. So, we only included age at menarche and age at first childbirth as exposures in our research.

      (5) Can the authors include genetic correlations between menarche, age at first child, BMI, and preferably menopause?

      Thank you for your suggestion. We acknowledge that including genetic correlations between age at menarche, age at first childbirth, BMI, and menopause can provide valuable context to our analysis. While our current MR study sets age at menarche and age at first childbirth as exposures and menopause as the outcome, and we have already included results that account for BMI-related SNPs before and after correction, we recognize the importance of assessing genetic correlations.

      To address this, we calculated the genetic correlations between these traits to provide insight into their shared genetic architecture. This analysis helps clarify whether there is a significant genetic overlap between the two exposures and between exposure and outcome, which can inform and support the interpretation of our MR results. We appreciate your suggestion and include these calculations to enhance the robustness and comprehensiveness of our study. In the genetic correlations analysis, LDSC software was applied and the genetic correlation values for all pairwise comparisons among age at menarche, age at first birth, BMI, and age at menopause onset were calculated(15,16). The results are listed in Table S6.

      (6) Line 39-40: that is not entirely true. There is also amounting evidence that socioeconomic factors cause earlier onset of menarche through stress-related mechanisms: https://doi.org/10.1016/j.annepidem.2010.08.006https://urldefense.com/v3/__https://doi.org/10.1016/j.annepidem.2010.08.006__;!!HYjtAOY1tjP_!Kl_ZKCmWOQEnvEbl46TG0TuhlsxapwvFdAFfZJkMvz8z7XhX5VEA1cT8CVvNu8xrv9k679Kl0XTrxwSajUeiXZ4vbX0y$

      Thank you so much for your information. We changed it to “Considering reproductive events are partly regulated by genetic factors that can manifest the physiological outcome later in life”.

      (7) Why did the authors choose to work with studies derived from IEU Open GWAS? as it is often does not contain the most recent and relevant GWAS for a specific trait.

      We chose to work with studies derived from the IEU Open GWAS database after careful consideration of several sources, including the GWAS Catalog database and recently published GWAS papers. Our selection criteria focused on publicly available GWAS with large sample sizes and a higher number of SNPs to ensure robust analysis. For specific traits such as late-onset Alzheimer's disease and eye aging, we used GWAS data published in scientific articles to ensure that our research reflects the latest findings in the field.

      (1) Barban, N. et al. Genome-wide analysis identifies 12 loci influencing human reproductive behavior. Nat Genet 48, 1462-1472 (2016). https://doi.org/10.1038/ng.3698

      (2) Tropf, F. C. et al. Hidden heritability due to heterogeneity across seven populations. Nat Hum Behav 1, 757-765 (2017). https://doi.org/10.1038/s41562-017-0195-1

      (3) Stearns, S. C., Byars, S. G., Govindaraju, D. R. & Ewbank, D. Measuring selection in contemporary human populations. Nat Rev Genet 11, 611-622 (2010). https://doi.org/10.1038/nrg2831

      (4) Day, F. R., Elks, C. E., Murray, A., Ong, K. K. & Perry, J. R. Puberty timing associated with diabetes, cardiovascular disease and also diverse health outcomes in men and women: the UK Biobank study. Sci Rep 5, 11208 (2015). https://doi.org/10.1038/srep11208

      (5) Hollis, B. et al. Genomic analysis of male puberty timing highlights shared genetic basis with hair colour and lifespan. Nat Commun 11, 1536 (2020). https://doi.org/10.1038/s41467-020-14451-5

      (6) Field, A. E. et al. Impact of overweight on the risk of developing common chronic diseases during a 10-year period. Arch Intern Med 161, 1581-1586 (2001). https://doi.org/10.1001/archinte.161.13.1581

      (7) Singh, G. M. et al. The age-specific quantitative effects of metabolic risk factors on cardiovascular diseases and diabetes: a pooled analysis. PLoS One 8, e65174 (2013). https://doi.org/10.1371/journal.pone.0065174

      (8) Kivimaki, M. et al. Obesity and risk of diseases associated with hallmarks of cellular ageing: a multicohort study. Lancet Healthy Longev 5, e454-e463 (2024). https://doi.org/10.1016/S2666-7568(24)00087-4

      (9) Kivimaki, M. et al. Body-mass index and risk of obesity-related complex multimorbidity: an observational multicohort study. Lancet Diabetes Endocrinol 10, 253-263 (2022). https://doi.org/10.1016/S2213-8587(22)00033-X

      (10) Savage, J. E. et al. Genome-wide association meta-analysis in 269,867 individuals identifies new genetic and functional links to intelligence. Nat Genet 50, 912-919 (2018). https://doi.org/10.1038/s41588-018-0152-6

      (11) Gao, X. et al. The bidirectional causal relationships of insomnia with five major psychiatric disorders: A Mendelian randomization study. Eur Psychiatry 60, 79-85 (2019). https://doi.org/10.1016/j.eurpsy.2019.05.004

      (12) Burgess, S., Small, D. S. & Thompson, S. G. A review of instrumental variable estimators for Mendelian randomization. Stat Methods Med Res 26, 2333-2355 (2017). https://doi.org/10.1177/0962280215597579

      (13) Staley, J. R. et al. PhenoScanner: a database of human genotype-phenotype associations. Bioinformatics 32, 3207-3209 (2016). https://doi.org/10.1093/bioinformatics/btw373

      (14) Kamat, M. A. et al. PhenoScanner V2: an expanded tool for searching human genotype-phenotype associations. Bioinformatics 35, 4851-4853 (2019). https://doi.org/10.1093/bioinformatics/btz469

      (15) Bulik-Sullivan, B. et al. An atlas of genetic correlations across human diseases and traits. Nat Genet 47, 1236-1241 (2015). https://doi.org/10.1038/ng.3406

      (16) Bulik-Sullivan, B. K. et al. LD Score regression distinguishes confounding from polygenicity in genome-wide association studies. Nat Genet 47, 291-295 (2015). https://doi.org/10.1038/ng.3211

    1. Reviewer #2 (Public review):

      Summary:

      It is generally believed that higher-order areas in the prefrontal cortex guide selection during working memory and attention through signals that selectively recruiting neuronal populations in sensory areas that encode the relevant feature. In this work, Parto-Dezfouli and colleagues tested how these prefrontal signals influence activity in visual area V4 using a spatial working memory task. They recorded neuronal activity from visual area V4 and found that information about visual features at the behaviorally relevant part of space during the memory period is carried in a spatially selective manner in the timing of spikes relative to a beta oscillation (phase coding) rather than in the average firing rate (rate code). The authors further tested whether there is a causal link between prefrontal input and the phase encoding of visual information during the memory period. They found that indeed inactivation of the frontal eye fields, a prefrontal area known to send spatial signal to V4, decreased beta oscillatory activity in V4 and information about the visual features. The authors went one step further to develop a neural model that replicated the experimental findings and suggested that changes in the average firing rate of individual neurons might be a result of small changes in the exact beta oscillation frequency within V4. These data provide important new insights on the possible mechanisms through which top-down signals can influence activity in hierarchically lower sensory areas and can therefore have a significant impact on the Systems, Cognitive and Computational Neuroscience fields.

      Strengths:

      This is a well-written paper with a well-thought-out experimental design. The authors used a smart variation of the memory-guided saccade task to assess how information about the visual features of stimuli is encoded during the memory period. By using a grating of various contrasts and orientations as the background the authors ensured that bottom-up visual input would drive responses in visual area V4 in the delay period, something that is not commonly done in experimental settings in the same task. Moreover, one of the major strengths of the study is the use of different approaches including analysis of electrophysiological data using advanced computational methods of analysis, manipulation of activity through inactivation of prefrontal cortex to establish causality of top-down signals on local activity signatures (beta oscillations, spike locking and information carried) as well as computational neuronal modeling. This has helped extend an observation into a possible mechanism well supported by the results.

      Weaknesses:

      Although the authors provide support for their conclusions from different approaches, a few conceptual gaps make it harder for the reader to appreciate the mechanisms that lead to the observed results and evaluate whether and how these may apply to other cases of top-down control. The fact that the visual features under study were behaviorally irrelevant make it difficult to appreciate the relevance of the finding and its relation to top-down spatial attention mechanisms that involve similar/overlapping circuits. In the same vein, the use of the memory-guided saccade task has certain disadvantages in the context of this study. Although delay activity is interpreted as memory activity by the authors, it is in principle possible that it reflects preparation for the upcoming saccade, spatial attention (particularly since there is a stimulus in the RF) etc. This could potentially change the conclusion and perspective.

      Moreover, encoding of the two visual features that are manipulated in the context of the study (contrast and orientation) seems to be affected differently in certain cases, which leaves a reader wondering about the source of this variability.

      Finally, although the study provides evidence in favor of a role of FEF in influencing phase coding of visual features in V4 in beta frequencies, important analysis that could have revealed the long-range mechanisms of such an effect including the analysis of intra-FEF and interareal (FEF-V4) neuronal interactions is missing from this paper

    2. Author response:

      The following is the authors’ response to the original reviews

      Reviewer #1 (Public review):

      Summary:

      This study investigates what happens to the stimulus-driven responses of V4 neurons when an item is held in working memory. Monkeys are trained to perform memory-guided saccades: they must remember the location of a visual cue and then, after a delay, make an eye movement to the remembered location. In addition, a background stimulus (a grating) is presented that varies in contrast and orientation across trials. This stimulus serves to probe the V4 responses, is present throughout the trial, and is task-irrelevant. Using this design, the authors report memory-driven changes in the LFP power spectrum, changes in synchronization between the V4 spikes and the ongoing LFP, and no significant changes in firing rate.

      Strengths:

      (1) The logic of the experiment is nicely laid out.

      (2) The presentation is clear and concise.

      (3) The analyses are thorough, careful, and yield unambiguous results.

      (4) Together, the recording and inactivation data demonstrate quite convincingly that the signal stored in FEF is communicated to V4 and that, under the current experimental conditions, the impact from FEF manifests as variations in the timing of the stimulus-evoked V4 spikes and not in the intensity of the evoked activity (i.e., firing rate).

      Weaknesses:

      I think there are two limitations of the study that are important for evaluating the potential functional implications of the data. If these were acknowledged and discussed, it would be easier to situate these results in the broader context of the topic, and their importance would be conveyed more fairly and transparently.

      (1) While it may be true that no firing rate modulations were observed in this case, this may have been because the probe stimuli in the task were behaviorally irrelevant; if anything, they might have served as distracters to the monkey's actual task (the MGS). From this perspective, the lack of rate modulation could simply mean that the monkeys were successful in attending the relevant cue and shielding their performance from the potentially distracting effect of the background gratings. Had the visual probes been in some way behaviorally relevant and/or spatially localized (instead of full field), the data might have looked very different.

      Any task design involves tradeoffs; if the visual stimulus was behaviorally relevant, then any observed neurophysiological changes would be more confounded by possible attentional effects. We cannot exclude the possibility that a different task or different stimuli would produce different results; we ourselves have reported firing rate enhancements for other types of visual probes during an MGS task (Merrikhi et al. 2017). We have added an acknowledgement of these limitations in the discussion section (lines 323-330 in untracked version). At minimum, our results show a dissociation between the top-down modulation of phase coding, which is enhanced during WM even for these task-irrelevant stimuli, and rate coding. Establishing whether and how this phase coding is related to perception and behavior will be an important direction for future work.

      With this in mind, it would be prudent to dial down the tone of the conclusions, which stretch well beyond the current experimental conditions (see recommendations).

      We have edited the title (removing the word ‘primarily’) and key sentences throughout to tone down the conclusions, generally to state that the importance of a phase code in WM modulations is *possible* given the observed results, rather than certain (see abstract lines 26-27, introduction lines 59-62, conclusion lines 310-311).

      (2) Another point worth discussing is that although the FEF delay-period activity corresponds to a remembered location, it can also be interpreted as an attended location, or as a motor plan for the upcoming eye movement. These are overlapping constructs that are difficult to disentangle, but it would be important to mention them given prior studies of attentional or saccade-related modulation in V4. The firing rate modulations reported in some of those cases provide a stark contrast with the findings here, and I again suspect that the differences may be due at least in part to the differing experimental conditions, rather than a drastically different encoding mode or functional linkage between FEF and V4.

      We have added a paragraph to the discussion section addressing links to attention and motor planning (lines 315-333), and specifically acknowledging the inherent difficulties of fully dissociating these effects when interpreting our results (lines 323-330).

      Reviewer #2 (Public review):

      Summary:

      It is generally believed that higher-order areas in the prefrontal cortex guide selection during working memory and attention through signals that selectively recruit neuronal populations in sensory areas that encode the relevant feature. In this work, Parto-Dezfouli and colleagues tested how these prefrontal signals influence activity in visual area V4 using a spatial working memory task. They recorded neuronal activity from visual area V4 and found that information about visual features at the behaviorally relevant part of space during the memory period is carried in a spatially selective manner in the timing of spikes relative to a beta oscillation (phase coding) rather than in the average firing rate (rate code). The authors further tested whether there is a causal link between prefrontal input and the phase encoding of visual information during the memory period. They found that indeed inactivation of the frontal eye fields, a prefrontal area known to send spatial signals to V4, decreased beta oscillatory activity in V4 and information about the visual features. The authors went one step further to develop a neural model that replicated the experimental findings and suggested that changes in the average firing rate of individual neurons might be a result of small changes in the exact beta oscillation frequency within V4. These data provide important new insights into the possible mechanisms through which top-down signals can influence activity in hierarchically lower sensory areas and can therefore have a significant impact on the Systems, Cognitive, and Computational Neuroscience fields.

      Strengths:

      This is a well-written paper with a well-thought-out experimental design. The authors used a smart variation of the memory-guided saccade task to assess how information about the visual features of stimuli is encoded during the memory period. By using a grating of various contrasts and orientations as the background the authors ensured that bottom-up visual input would drive responses in visual area V4 in the delay period, something that is not commonly done in experimental settings in the same task. Moreover, one of the major strengths of the study is the use of different approaches including analysis of electrophysiological data using advanced computational methods of analysis, manipulation of activity through inactivation of the prefrontal cortex to establish causality of top-down signals on local activity signatures (beta oscillations, spike locking and information carried) as well as computational neuronal modeling. This has helped extend an observation into a possible mechanism well supported by the results.

      Weaknesses:

      Although the authors provide support for their conclusions from different approaches, I found that the selection of some of the analyses and statistical assessments made it harder for the reader to follow the comparison between a rate code and a phase code. Specifically, the authors wish to assess whether stimulus information is carried selectively for the relevant position through a firing rate or a phase code. Results for the rate code are shown in Figures 1B-G and for the phase code are shown in Figure 2. Whereas an F-statistic is shown over time in Figure 1F (and Figure S1) no such analysis is shown for LFP power. Similarly, following FEF inactivation there is no data on how that influences V4 firing rates and information carried by firing rates in the two conditions (for positions inside and outside the V4 RF). In the same vein, no data are shown on how the inactivation affects beta phase coding in the OUT condition.

      Per the reviewer’s suggestion, we have added several new supplementary figures. We now show the F-statistic for discriminability over time for the LFP timecourse (Fig. S2), and as a function of power in various frequencies (Fig. S4). We have added before/after inactivation comparisons of the LFP and spiking activity, and their respective F-statistics for discrimination between contrasts and orientations in Fig. S9. Lastly, we added a supplementary figure evaluating the impact of FEF inactivation on beta phase coding in the OUT condition, showing no significant change (Fig. S11).

      Moreover, some of the statistical assessments could be carried out differently including all conditions to provide more insight into mechanisms. For example, a two-way ANOVA followed by post hoc tests could be employed to include comparisons across both spatial (IN, OUT) and visual feature conditions (see results in Figures 2D, S4, etc.). Figure 2D suggests that the absence of selectivity in the OUT condition (no significant difference between high and low contrast stimuli) is mainly due to an increase in slope in the OUT condition for the low contrast stimulus compared to that for the same stimulus in the IN condition. If this turns out to be true it would provide important information that the authors should address.

      We have updated the STA slope measurement, excluding the low contrast condition which lacks a clear peak in the STA. Additionally, we equalized the bin widths and aligned the x-axes for better visual comparability. Then, we performed a two-way ANOVA, analyzing the effects of spatial features (IN vs. OUT) and visual conditions (contrast and orientation). The results showed a significant effect of the visual feature on both orientation (F = 3.96, p=0.046) and contrast (F = 14.26, p<10<sup>-3</sup>). However, neither the spatial feature nor the spatial-visual interaction exhibited significant effects for orientation (F = 0.52, p=0.473, F=1.56, p=0.212) or contrast (F = 2.19, p=0.139, F=1.15, p=0.283).

      There are also a few conceptual gaps that leave the reader wondering whether the results and conclusion are general enough. Specifically,

      (1) The authors used microstimulation in the FEF to determine RFs. It is thus possible that the FEF sites that were inactivated were largely more motor-related. Given that beta oscillations and motor preparatory activity have been found to be correlated and motor sites show increased beta oscillatory activity in the delay period, it is possible that the effect of FEF inactivation on V4 beta oscillations is due to inactivation of the main source of beta activity. Had the authors inactivated sites with a preponderance of visual neurons in the FEF would the results be different?

      We do not believe this to be likely based on what is known anatomically and functionally about this circuitry. Anatomically, the projections from FEF to V4 arise primarily from the supragranular layers, not layers which contain the highest proportion of motor activity (Barone et al. 2000, Pouget et al. 2009, Markov et al. 2013). Functionally, based on electrical identification of V4-projecting FEF neurons, we know that FEF to V4 projections are predominantly characterized by delay rather than motor activity (Merrikhi et al. 2017). We have now tried to emphasize these points when we introduce the inactivation experiments (lines 185-186).

      Experimentally, the spread of the pharmacological effect with our infusion system is quite large relative to any clustering of visual vs. motor neurons within the FEF, with behavioral consequences of inactivation spreading to cover a substantial portion of the visual hemifield (e.g., Noudoost et al. 2014, Clark et al. 2014), and so our manipulation lacks the spatial resolution to selectively target motor vs. other FEF neurons.

      (2) Somewhat related to this point and given the prominence of low-frequency activity in deeper layers of the visual cortex according to some previous studies, it is not clear where the authors' V4 recordings were located. The authors report that they do have data from linear arrays, so it should be possible to address this.

      Unfortunately, our chamber placement for V4 has produced linear array penetration angles which do not reliably allow identification of cortical layers. We are aware of previous results showing layer-specific effects of attention in V4 (e.g., Pettine et al. 2019, Buffalo et al. 2011), and it would indeed be interesting to determine whether our observed WM-driven changes follow similar patterns. We may be able to analyze a subset of the data with current source density analysis to look for layer-specific effects in the future, but are not able to provide any information at this time.

      (3) The authors suggest that a change in the exact frequency of oscillation underlies the increase in firing rate for different stimulus features. However, the shift in frequency is prominent for contrast but not for orientation, something that raises questions about the general applicability of this observation for different visual features.

      While the shift in peak frequency across contrasts is more prominent than that across orientations (Fig. S3A-B), the relationship between orientation and peak frequency is also significant (one-way ANOVA for peak frequency across contrasts, F<sub>Contrast</sub>=10.72, p<10<sup>-4</sup>; or across orientations, F<sub>Orientation</sub>=3, p=0.030; stats have been added to Fig. S3 caption). This finding also aligns with previous studies, which reported slight peak frequency shifts (~1–2 Hz) in the context of attention (Fries, 2015). To address the question of whether the frequency-firing rate correlation generalizes to orientation-driven changes, we now examine the relationship between peak frequency and firing rate separately for each contrast level (Fig. S14). The average normalized response as a function of peak frequency, pooled across subsamples of trials from each of 145 V4 neurons (100 subsamples/neuron), IN vs. OUT conditions, shows a significant correlation during the delay period for each contrast (contrast low (F<sub>Condition</sub>=0.03, p=0.867; F<sub>Frequency</sub>=141.86, p<10<sup>-18</sup>; F<sub>Interaction</sub>=10.70, p=0.002, ANCOVA), contrast middle (F<sub>Condition</sub>=7.18, p=0.009; F<sub>Frequency</sub>=96.76, p<10<sup>-14</sup>; F<sub>Interaction</sub>=0.13, p=0.716, ANCOVA), contrast high (F<sub>Condition</sub>=12.51, p=0.001; F<sub>Frequency</sub>=333.74, p<10<sup>-29</sup>; F<sub>Interaction</sub>=7.91, p=0.006, ANCOVA).

      (4) One of the major points of the study is the primacy of the phase code over the rate code during the delay period. Specifically, here it is shown that information about the visual features of a stimulus carried by the rate code is similar for relevant and irrelevant locations during the delay period. This contrasts with what several studies have shown for attention in which case information carried in firing rates about stimuli in the attended location is enhanced relative to that for stimuli in the unattended location. If we are to understand how top-down signals work in cognitive functions it is inevitable to compare working memory with attention. The possible source of this difference is not clear and is not discussed. The reader is left wondering whether perhaps a different measure or analysis (e.g. a percent explained variance analysis) might reveal differences during the delay period for different visual features across the two spatial conditions.

      We have added discussion regarding the relationship of these results to previous findings during attention in the discussion section (lines 315-333).

      The use of the memory-guided saccade task has certain disadvantages in the context of this study. Although delay activity is interpreted as memory activity by the authors, it is in principle possible that it reflects preparation for the upcoming saccade, spatial attention (particularly since there is a stimulus in the RF), etc. This could potentially change the conclusion and perspective.

      We have added a new discussion paragraph addressing the relationship to attention and motor planning (lines 315-333). We have also moderated the language used to describe our conclusions throughout the manuscript in light of this ambiguity.

      For the position outside the V4 RF, there is a decrease in both beta oscillations and the clustering of spikes at a specific phase. It is therefore possible that the decrease in information about the stimuli features is a byproduct of the decrease in beta power and phase locking. Decreased oscillatory activity and phase locking can result in less reliable estimates of phase, which could decrease the mutual information estimates.

      Looking at the SNR as a ratio of power in the beta band to all other bands, there is no significant drop in SNR between conditions (SNRIN = 4.074+-984, SNROUT = 4.333+-0.834 OUT, p=0.341, Wilcoxon signed-rank). Therefore, we do not think that the change in phase coding is merely a result of less reliable phase estimates.

      The authors propose that coherent oscillations could be the mechanism through which the prefrontal cortex influences beta activity in V4. I assume they mean coherent oscillations between the prefrontal cortex and V4. Given that they do have simultaneous recordings from the two areas they could test this hypothesis on their own data, however, they do not provide any results on that.

      This paper only includes inactivation data. We are working on analyzing the simultaneous recording data for a future publication.

      The authors make a strong point about the relevance of changes in the oscillation frequency and how this may result in an increase in firing rate although it could also be the reverse - an increase in firing rate leading to an increase in the frequency peak. It is not clear at all how these changes in frequency could come about. A more nuanced discussion based on both experimental and modeling data is necessary to appreciate the source and role (if any) of this observation.

      As the reviewer notes, it is difficult to determine whether the frequency changes drive the rate changes, vice versa, or whether both are generated in parallel by a common source. We have adjusted our language to reflect this (lines 291-293). Future modeling work may be able to shed more light on the causal relationships between various neural signatures.

      Reviewer #3 (Public review):

      Summary:

      In this report, the authors test the necessity of prefrontal cortex (specifically, FEF) activity in driving changes in oscillatory power, spike rate, and spike timing of extrastriate visual cortex neurons during a visual-spatial working memory (WM) task. The authors recorded LFP and spikes in V4 while macaques remembered a single spatial location over a delay period during which task-irrelevant background gratings were displayed on the screen with varying orientation and contrast. V4 oscillations (in the beta range) scaled with WM maintenance, and the information encoded by spike timing relative to beta band LFP about the task-irrelevant background orientation depended on remembered location. They also compared recorded signals in V4 with and without muscimol inactivation of FEF, demonstrating the importance of FEF input for WM-induced changes in oscillatory amplitude, phase coding, and information encoded about background orientations. Finally, they built a network model that can account for some of these results. Together, these results show that FEF provides meaningful input to the visual cortex that is used to alter neural activity and that these signals can impact information coding of task-irrelevant information during a WM delay.

      Strengths:

      (1) Elegant and robust experiment that allows for clear tests for the necessity of FEF activity in WM-induced changes in V4 activity.

      (2) Comprehensive and broad analyses of interactions between LFP and spike timing provide compelling evidence for FEF-modulated phase coding of task-irrelevant stimuli at remembered location.

      (3) Convincing modeling efforts.

      Weaknesses:

      (1) 0% contrast background data (standard memory-guided saccade task) are not reported in the manuscript. While these data cannot be used to consider information content of spike rate/time about task-irrelevant background stimuli, this condition is still informative as a 'baseline' (and a more typical example of a WM task).

      We have added a new supplementary figure to show the effect of WM on V4 LFP power and SPL in 0% contrast trials (Fig. S6). These results (increases in beta LFP power and SPL when remembering the V4 RF location) match our previous report for the effect of spatial WM on LFP power and SPL within extrastriate area MT (Bahmani et al. 2018).

      (2) Throughout the manuscript, the primary measurements of neural coding pertain to task-irrelevant stimuli (the orientation/contrast of the background, which is unrelated to the animal's task to remember a spatial location). The remembered location impacts the coding of these stimulus variables, but it's unclear how this relates to WM representations themselves.

      Indeed, here we have focused on how maintaining spatial WM impacts visual processing of incoming sensory information, rather than on how the spatial WM signal itself is represented and maintained. Behaviorally, this impact on visual signals could be related to the effects of the content of WM on perception and reaction times (e.g., Soto et al. 2008, Awh et al. 1998, Teng et al. 2019), but no such link to behavior is shown in our data.

      Recommendations for the authors:

      Reviewer #1 (Recommendations for the authors):

      As mentioned above, the two points I raised in the public review merit a bit of development in the Discussion. In addition, the authors should revise some of their conclusions.

      For instance (L217):

      "The finding that WM mainly modulates phase coded information within extrastriate areas fundamentally shifts our understanding of how the top-down influence of prefrontal cortex shapes the neural representation, suggesting that inducing oscillations is the main way WM recruits sensory areas."

      In my opinion, this one is over-the-top on various counts.

      Here is another exaggerated instance (L298):

      "...leading us to conclude that representations based on the average firing rate of neurons are not the primary way that top-down signals enhance sensory processing."

      Again, as noted above, the problem is that one could make the case that the top-down signals are, in fact, highly effective, since they are completely quashing any distracter-related modulation in firing rate across RFs. There is only so much that one can conclude from responses to stimuli that are task-irrelevant, uniform across space, and constant over the course of a trial.

      I think even the title goes too far. What the work shows, by all accounts, is that the sustained activity in FEF has a definitive impact on V4 *even* with respect to a sustained, irrelevant background stimulus. The result is very robust in this sense. However, this is quite different from saying that the *primary* means of functional control for FEF is via phase coding. Establishing that would require ruling out other forms of control (i.e., rate coding) in all or a wide range of experimental conditions. That is far from the restricted set of conditions tested here and is also at variance with many other experiments demonstrating effects of attention or even FEF microstimulation on V4 firing activity.

      To reiterate, in my opinion, the work is carefully executed and the data are interesting and largely unambiguous. I simply take issue with what can be reliably concluded, and how the results fit with the rest of the literature. Revisions along these lines would improve the readability of the paper considerably.

      We have edited the title (removing the word ‘primarily’) and key sentences throughout to tone down the conclusions, generally to state that the importance of a phase code in WM modulations is *possible* given the observed results, rather than certain (see abstract lines 26-27, introduction lines 59-62, conclusion lines 310-311).

      Reviewer #3 (Recommendations for the authors):

      (1) My primary comment that came up multiple times as I read the manuscript (and which is summarized above) is that I wasn't ever sure why the authors are focused on analyzing neural coding of task-irrelevant sensory information during a WM task as a function of WM contents (remembered location). Most studies of neural codes supporting WM often focus on coding the remembered information - not other information. Conceptually, it seems that the brain would want to suppress - or at least not enhance - representations of task-irrelevant information when performing a demanding task, especially when there is no search requirement, and when there is no feature correspondence between the remembered and viewed stimuli. (i.e., the interaction between WM and visual input is more obvious for visual search for a remembered target). Why, in theory, would a visual region need to improve its coding of non-remembered information as a function of WM? This isn't meant to detract from the results, which are indeed very interesting and I think quite informative. The authors are correct that this is certainly relevant for sensory recruitment models of WM - there's clear evidence for a role of feedback from PFC to extrastriate cortex - but what role, specifically, each region plays in this task is critical to describe clearly, especially given the task-irrelevance of the input. Put another way: what if the animal was remembering an oriented grating? In that case, MI between spike-based measures and orientation would be directly relevant to questions of neural WM representations, as the remembered feature is itself being modeled. But here, the focus seems to be on incidental coding.

      Indeed, here we have focused on how maintaining spatial WM impacts visual processing of incoming sensory information, rather than on how the spatial WM signal itself is represented and maintained. Behaviorally, this impact on visual signals could be related to the effects of the content of WM on perception and reaction times (e.g., Soto et al. 2008, Awh et al. 1998, Teng et al. 2019), but no such link to behavior is shown in our data.

      Whether similar phase coding is also used to represent the content of object WM (for example, if the animal was remembering an oriented grating), or whether phase coding is only observed for WM’s modulation of the representation of incoming sensory signals, is an important question to be addressed in future work.

      (2) Related to the above, the phrasing of the second sentence of the Discussion (lines 291-292) is ambiguous - do the authors mean that the FEF sends signals that carry WM content to V4, or that FEF sends projections to V4, and V4 has the WM content? As presently phrased, either of these are reasonable interpretations, yet they're directly opposing one another (the next sentence clarifies, but I imagine the authors want to minimize any confusion).

      We have edited this sentence to read, “Within prefrontal areas, FEF sends direct projections to extrastriate visual areas, and activity in these projections reflects the content of WM.”

      (3) I'm curious about how the authors consider the spatial WM task here different from a cued spatial attention task. Indeed, both require sustained use of a location for further task performance. The section of the Discussion addressing similar results with attention (lines 307-311) presently just summarizes the similarities of results but doesn't offer a theoretical perspective for how/why these different types of tasks would be expected to show similar neural mechanisms.

      We have added discussion regarding the relationship of these results to previous findings during attention in the discussion section (lines 315-333).

      (4) As far as I can tell, there is no consideration of behavioral performance on the memory-guided saccade task (RT, precision) across the different stimulus background conditions. This should be reported for completeness, and to determine whether there is an impact of the (likely) task-irrelevant background on task performance. This analysis should also be reported for Figure 3's results characterizing how FEF inactivation disrupts behavior (if background conditions were varied, see point 7 below).

      We have added the effect of inactivation on behavioral RT and % correct across the different stimulus background conditions (Fig. S8). Background contrast and orientation did not impact either RT or % correct.

      (5) Results from Figure 2 (especially Figures 2A-B) concerning phase-locked spiking in V4 should be shown for 0%-contrast trials as well, as these trials better align with 'typical' WM tasks.

      We have added a new supplementary figure to show the effect of WM on V4 LFP power and SPL in 0% contrast trials (Fig. S6). These results (increases in beta LFP power and SPL) match our previous report for the effect of spatial WM on LFP power and SPL within extrastriate area MT (Bahmani et al. 2018).

      (6) The magnitude of SPL difference in aggregate (Figure 2B) is much, much smaller than that of the example site shown (Figure 2A), such that Figure 2A's neuron doesn't appear to be visible on Figure 2B's scatterplot. Perhaps a more representative sample could be shown? Or, the full range of x/y axes in Figure 2B could be plotted to illustrate the full distribution.

      We have updated Fig. 2A with a more representative sample neuron.

      (7) I'm a bit confused about the FEF inactivation experiments. In the Methods (lines 512-513), the authors mention there was no background stimulus presented during the inactivation experiment, and instead, a typical 8-location MGS task was employed. However, in the results on pg 8 (Lines 201-214), and Figure 3G, the authors quantify a phase code MI. The previous phase code MI analysis was looking at MI between each spike's phase and the background stimulus - but if there's no background, what's used to compute phase code MI? Perhaps what they meant to write was that, in addition to the primary task with a manipulation of background properties, an 8-location MGS task was additionally employed.

      The reviewer is correct that both tasks were used after inactivation (the 8-location task to assess the spread of the behavioral effect of inactivation, and the MGS-background task for measuring MI). We have edited the methods text to clarify.

      (8) How is % Correct defined for the MGS task? (what is the error threshold? Especially for the results described in lines 192-193).

      The % correct is defined as correct completed trials divided by the total number of trials; the target window was a circle with radius of 2 or 4 dva (depending on cue eccentricity). These details have been added to the Methods.

      (9) The paragraph from lines 183-200 describes a number of behavioral results concerning "scatter" and "RT" - the RT shown seems extremely high, and perhaps is normalized. Details of this normalization should be included in the Methods. The "scatter" is listed as dva, but it's not clear how scatter is quantified (std dev of endpoint distribution? Mean absolute error), nor how target eccentricity is incorporated (as scatter is likely higher for greater target eccentricity).

      We have renamed ‘scatter’ to ‘saccade error’ in the text to match the figure, and now provide details in the Methods section. Both RT and saccade error are normalized for each session, details are now provided in the Methods. Since error was normalized for each session before performing population statistics, no other adjustment for eccentricity was made.

    1. Author response:

      The following is the authors’ response to the original reviews

      Reviewer #1:

      Summary:

      The authors propose a new model of biologically realistic reinforcement learning in the direct and indirect pathway spiny projection neurons in the striatum. These pathways are widely considered to provide a neural substrate for reinforcement learning in the brain. However, we do not yet have a full understanding of mechanistic learning rules that would allow successful reinforcement learning like computations in these circuits. The authors outline some key limitations of current models and propose an interesting solution by leveraging learning with efferent inputs of selected actions. They show that the model simulations are able to recapitulate experimental findings about the activity profile in these populations of mice during spontaneous behavior. They also show how their model is able to implement off-policy reinforcement learning.

      Strengths:

      The manuscript has been very clearly written and the results have been presented in a readily digestible manner. The limitations of existing models, that motivate the presented work, have been clearly presented and the proposed solution seems very interesting. The novel contribution of the proposed model is the idea that different patterns of activity drive current action selection and learning. Not only does this allow the model is able to implement reinforcement learning computations well, but this suggestion may have interesting implications regarding why some processes selectively affect ongoing behavior and others affect learning. The model is able to recapitulate some interesting experimental findings about various activity characteristics of dSPN and iSPN pathway neuronal populations in spontaneously behaving mice. The authors also show that their proposed model can implement off-policy reinforcement learning algorithms with biologically realistic learning rules. This is interesting since off-policy learning provides some unique computational benefits and it is very likely that learning in neural circuits may, at least to some extent, implement such computations.

      We thank the reviewer for the positive comments.

      Weaknesses:

      A weakness in this work is that it isn’t clear how a key component in the model - an efferent copy of selected actions - would be accessible to these striatal populations. The authors propose several plausible candidates, but future work may clarify the feasibility of this proposal.

      We agree that the biological substrate of the efference copy remains a key open question. We discuss potential pathways in the Discussion section of our manuscript and hope that future experimental studies clarify the question.

      Reviewer #2:

      Summary:

      The basal ganglia is often understood within a reinforcement learning (RL) framework, where dopamine neurons convey a reward prediction error that modulates cortico-striatal connections onto spiny projection neurons (SPNS) in the striatum. However, current models of plasticity rules are inconsistent with learning in a reinforcement learning framework.

      This paper proposes a new model that describes how distinct learning rules in direct and indirect pathway striatal neurons allow them to implement reinforcement learning models. It proposes that two distinct components of striatal activity affect action selection and learning. They show that the proposed implementation allows learning in simple tasks and is consistent with experimental data from calcium imaging data in direct and indirect SPNs in freely moving mice.

      Strengths:

      Despite the success of reward prediction errors at characterizing the responses of dopamine neurons as the temporal difference error within an RL framework, the implementation of RL algorithms in the rest of the basal ganglia has been unclear. A key missing aspect has been the lack of a RL implementation that is consistent with the distinction of direct- and indirect SPNs. This paper proposes a new model that is able to learn successfully in simple RL tasks and explains recent experimental results.

      The author shows that their proposed model, unlike previous implementations, this model can perform well in RL tasks. The new model allows them to make experimental predictions. They test some of these predictions and show that the dynamics of dSPNs and iSPNs correspond to model predictions.

      More generally, this new model can be used to understand striatal dynamics across direct and indirect SPNs in future experiments.

      We thank the reviewer for the positive comments.

      Weaknesses:

      The authors could characterize better the reliability of their experimental predictions and the description of the parameters of some of the simulations.

      In addition to the descriptions in the Methods, we have provided code implementing the key features of our simulations, which should contribute to reproducibility of our results.

      The authors propose some ideas about how the specificity of the striatal efferent inputs but should highlight better that this is a key feature of the model whose anatomical implementation has yet to be resolved.

      We have clarified in the Discussion section “Biological substrates of striatal efferent inputs” that these represent assumptions or predictions that have not yet been demonstrated experimentally.

      Reviewer #3:

      Summary:

      This paper points out an inconsistency of the roles of the striatal spiny neurons projecting to the indirect pathway (iSPN) and the synaptic plasticity rule of those neurons expressing dopamine D2 receptors and proposes a novel, intriguing mechanisms that iSPNs are activated by the efference copy of the chosen action that they are supposed to inhibit.

      The proposed model was supported by simulations and analysis of the neural recording data during spontaneous behaviors.

      Strengths:

      Previous models suggested that the striatal neurons learn action-value functions, but how the information about the chosen action is fed back to the striatum for learning was not clear. The author pointed out that this is a fundamental problem for iSPNs that are supposed to inhibit specific actions and its synaptic inputs are potentiated with dopamine dips.

      The authors propose a novel hypothesis that iSPNs are activated by efference copy of the selected action which they are supposed to inhibit during action selection. Even though intriguing and seemingly unnatural, the authors demonstrated that the model based on the hypothesis can circumvent the problem of iSPNs learning to disinhibit the actions associated with negative reward errors. They further showed by analyzing the cell-type specific neural recording data by Markowitz et al. (2018) that iSPN activities tend to be anti-correlated before and after action selection.

      We thank the reviewer for the positive comments.

      Weaknesses:

      It is not correct to call the action value learning using the externally-selected action as “offpolicy.” Both off-policy algorithm Q-learning and on-policy algorithm SARSA update the action value of the chosen action, which can be different from the greedy action implicated by the present action values. In standard reinforcement learning terminology, on-policy or off-policy is regarding the actions in the subsequent state, whether to use the next action value of (to be) chosen action or that of greedy choice as in equation (7).

      It is worth noting that this paper suggested that dopamine neurons encode on-policy TD errors: Morris G, Nevet A, Arkadir D, Vaadia E, Bergman H (2006). Midbrain dopamine neurons encode decisions for future action. Nat Neurosci, 9, 1057-63. https://doi.org/10.1038/nn1743.

      We regret that we do not completely follow the reviewer’s comment. We use “off-policy” to refer to the fact that, considered in isolation, the basal ganglia reinforcement learning system that we model learns a target policy that may be distinct from the behavioral policy of the organism as a whole.

      It is also confusing to contract TD learning and Q-learning, as the latter is considered as one type of TD learning. In the TD error signal by state value function (6) is dependent on the chosen action at−1 implicitly in rt and st based on the reward and state transition function.

      We agree that this was confusing. We have therefore changed the places in our paper where we intended to refer to “TD learning of a value function V (s)” to specifically mention V (s), rather than just “TD learning.”

      It is not clear why interferences of the activities for action selection and learning can be avoided, especially when actions are taken with short intervals or even temporal overlaps. How can the efference copy activation for the previous action be dissociated with the sensory cued activation for the next action selection?

      The non-interference arises from the orthogonality of the difference (action selection) and sum (efference copy) modes, as described in Figure 3. However, we agree with the reviewer that the problem of temporal credit assignment, when many actions are taken before reward feedback is obtained, is present in our model, as in any standard RL model.

      Although it may be difficult to single out the neural pathway that carries the efference copy signal to the striatum, it is desired to consider their requirements and difference possibilities. A major issue is that the time delay from actions to reward feedback can be highly variable.

      An interesting candidate is the long-latency neurons in the CM thalamus projecting to striatal cholinergic interneurons, which are activated following low-reward actions: Minamimoto T, Hori Y, Kimura M (2005). Complementary process to response bias in the centromedian nucleus of the thalamus. Science, 308, 1798-801. https://doi.org/10.1126/science.1109154.

      We are grateful for the interesting suggestion and reference, which we have added to the manuscript. However, we note that the issue of delayed reward feedback may also be partially addressed by using a sufficiently long eligibility trace.

      In the paragraph before Eq. (3), Eq. (1) should be Eq. (2) for the iSPN.

      Corrected.

    1. Neuroscientists believe the human brain has a “semantic hub” in the anterior temporal lobe that integrates semantic information from various modalities, like visual data and tactile inputs. This semantic hub is connected to modality-specific “spokes” that route information to the hub. The MIT researchers found that LLMs use a similar mechanism by abstractly processing data from diverse modalities in a central, generalized way. For instance, a model that has English as its dominant language would rely on English as a central medium to process inputs in Japanese or reason about arithmetic, computer code, etc. Furthermore, the researchers demonstrate that they can intervene in a model’s semantic hub by using text in the model’s dominant language to change its outputs, even when the model is processing data in other languages.

      LLM's (Language Models) are like the human brain and use similar mechanisms.

    2. While early language models could only process text, contemporary large language models now perform highly diverse tasks on different types of data. For instance, LLMs can understand many languages, generate computer code, solve math problems, or answer questions about images and audio.

      Language models have improved to perform highly diverse tasks instead to older language models, which could only process text.

  4. social-media-ethics-automation.github.io social-media-ethics-automation.github.io
    1. Object-oriented programming. November 2023. Page Version ID: 1185356437. URL: https://en.wikipedia.org/w/index.php?title=Object-oriented_programming&oldid=1185356437 (visited on 2023-11-17).

      this sources talks about object oriented programming, which is programming around an object within the program itself. This contains both data and code to modify data

    2. Pseudocode. November 2023. Page Version ID: 1185265918. URL: https://en.wikipedia.org/w/index.php?title=Pseudocode&oldid=1185265918 (visited on 2023-11-17).

      I believe pseudocode is a way of sorting out the logic and a good start of writing the code. It is hard for people to write the complete and logic-clear code at one time, but with the help of pseudocode, they will understand the general outline of the logic and what should be filled in inside the framework.

    1. Author response:

      The following is the authors’ response to the original reviews

      Public Reviews:

      Reviewer #1 (Public Review):

      Summary:

      This study aimed to investigate the effects of optically stimulating the A13 region in healthy mice and a unilateral 6-OHDA mouse model of Parkinson's disease (PD). The primary objectives were to assess changes in locomotion, motor behaviors, and the neural connectome. For this, the authors examined the dopaminergic loss induced by 6-OHDA lesioning. They found a significant loss of tyrosine hydroxylase (TH+) neurons in the substantia nigra pars compacta (SNc) while the dopaminergic cells in the A13 region were largely preserved. Then, they optically stimulated the A13 region using a viral vector to deliver the channelrhodopsine (CamKII promoter). In both sham and PD model mice, optogenetic stimulation of the A13 region induced pro-locomotor effects, including increased locomotion, more locomotion bouts, longer durations of locomotion, and higher movement speeds. Additionally, PD model mice exhibited increased ipsi lesional turning during A13 region photoactivation. Lastly, the authors used whole-brain imaging to explore changes in the A13 region's connectome after 6-OHDA lesions. These alterations involved a complex rewiring of neural circuits, impacting both afferent and efferent projections. In summary, this study unveiled the pro-locomotor effects of A13 region photoactivation in both healthy and PD model mice. The study also indicates the preservation of A13 dopaminergic cells and the anatomical changes in neural circuitry following PD-like lesions that represent the anatomical substrate for a parallel motor pathway.

      Strengths:

      These findings hold significant relevance for the field of motor control, providing valuable insights into the organization of the motor system in mammals. Additionally, they offer potential avenues for addressing motor deficits in Parkinson's disease (PD). The study fills a crucial knowledge gap, underscoring its importance, and the results bolster its clinical relevance and overall strength.

      The authors adeptly set the stage for their research by framing the central questions in the introduction, and they provide thoughtful interpretations of the data in the discussion section. The results section, while straightforward, effectively supports the study's primary conclusion - the pro-locomotor effects of A13 region stimulation, both in normal motor control and in the 6-OHDA model of brain damage.

      We thank the reviewer for their positive comments.

      Weaknesses:

      (1) Anatomical investigation. I have a major concern regarding the anatomical investigation of plastic changes in the A13 connectome (Figures 4 and 5). While the methodology employed to assess the connectome is technically advanced and powerful, the results lack mechanistic insight at the cell or circuit level into the pro-locomotor effects of A13 region stimulation in both physiological and pathological conditions. This concern is exacerbated by a textual description of results that doesn't pinpoint precise brain areas or subareas but instead references large brain portions like the cortical plate, making it challenging to discern the implications for A13 stimulation. Lastly, the study is generally well-written with a smooth and straightforward style, but the connectome section presents challenges in readability and comprehension. The presentation of results, particularly the correlation matrices and correlation strength, doesn't facilitate biological understanding. It would be beneficial to explore specific pathways responsible for driving the locomotor effects of A13 stimulation, including examining the strength of connections to well-known locomotor-associated regions like the Pedunculopontine nucleus, Cuneiformis nucleus, LPGi, and others in the diencephalon, midbrain, pons, and medulla.

      We initially considered two approaches. The first was to look at specific projections to the motor regions, focusing on the MLR. The second was to utilize a whole-brain analysis, which is presented here. Given what we know about the zona incerta, especially its integrative role, we felt that examining the full connectome was a reasonable starting point.

      The value of the whole-brain approach is that it provides a high-level overview of the afferents and efferents to the region. The changes in the brain that occur following Parkinson-like lesions, such as those in the nigrostriatal pathway, are complex and can affect neighbouring regions such as the A13. Therefore, we wished to highlight the A13, which we considered a therapeutic target, and examine changes in connectivity that could occur following acute lesions affecting the SNc. We acknowledge that this study does not provide a causal link, but it presents the fundamental background information for subsequent hypothesis-driven, focused, region-specific analysis.

      The terms provided were taken from the Allen Brain Atlas terminology and presented as abbreviations. We have added two new figures focusing on motor regions to make the information more comprehensible (new Figures 4 and 5) and rewrote the connectomics section to make it easier to understand.

      Additionally, identifying the primary inputs to A13 associated with motor function would enhance the study's clarity and relevance.

      This is a great point to help simplify the whole-brain results. We have presented the motor-related inputs and outputs as part of a new figure in the main paper (Figure 5) and added accompanying text in the results section. We have also updated the correlation matrices to concentrate on motor regions (Figure 4). This highlights possible therapeutic pathways. We have also enhanced our discussion of these motor-related pathways. We have retained the entire dataset and added it to our data repository for those interested.

      The study raises intriguing questions about compensatory mechanisms in Parkinson's disease and a new perspective on the preservation of dopaminergic cells in A13, despite the SNc degeneration, and the plastic changes to input/output matrices. To gain inspiration for a more straightforward reanalysis and discussion of the results, I recommend the authors refer to the paper titled "Specific populations of basal ganglia output neurons target distinct brain stem areas while collateralizing throughout the diencephalon from the David Kleinfeld laboratory." This could guide the authors in investigating motor pathways across different brain regions.

      Thank you for the advice. As pointed out, Kleinfeld’s group presented their data in a nice, focused way. For the connectomic piece, we have added Figure 5, which provides a better representation than our previous submission.

      (2) Description of locomotor performance. Figure 3 provides valuable data on the locomotor effects of A13 region photoactivation in both control and 6-OHDA mice. However, a more detailed analysis of the changes in locomotion during stimulation would enhance our understanding of the pro-locomotor effects, especially in the context of 6-OHDA lesions. For example, it would be informative to explore whether the probability of locomotion changes during stimulation in the control and 6-OHDA groups. Investigating reaction time, speed, total distance, and could reveal how A13 is influencing locomotion, particularly after 6-OHDA lesions. The laboratory of Whelan has a deep knowledge of locomotion and the neural circuits driving it so these features may be instructive to infer insights on the neural circuits driving movement. On the same line, examining features like the frequency or power of stimulation related to walking patterns may help elucidate whether A13 is engaging with the Mesencephalic Locomotor Region (MLR) to drive the pro-locomotor effects. These insights would provide a more comprehensive understanding of the mechanisms underlying A13-mediated locomotor changes in both healthy and pathological conditions.

      Thank you for these suggestions. We have reorganized Figure 3 to highlight the metrics by separating the 6-OHDA from the Sham experiments (3F-J, which highlights distance travelled, average speed and duration). We have also added additional text to highlight these metrics better in the text. We have relabelled Supplementary Figure S3, which presents reaction time as latency to initiate locomotion and updated the main text to address the reviewers' points.

      Reviewer #2 (Public Review):

      Summary:

      The paper by Kim et al. investigates the potential of stimulating the dopaminergic A13 region to promote locomotor restoration in a Parkinson's mouse model. Using wild-type mice, 6-OHDA injection depletes dopaminergic neurons in the substantia nigra pars compacta, without impairing those of the A13 region and the ventral tegmentum area, as previously reported in humans. Moreover, photostimulation of presumably excitatory (CAMKIIa) neurons in the vicinity of the A13 region improves bradykinesia and akinetic symptoms after 6-OHDA injection. Whole-brain imaging with retrograde and anterograde tracers reveals that the A13 region undergoes substantial changes in the distribution of its afferents and projections after 6-OHDA injection. The study suggests that if the remodeling of the A13 region connectome does not promote recovery following chronic dopaminergic depletion, photostimulation of the A13 region restores locomotor functions.

      Strengths:

      Photostimulation of presumably excitatory (CAMKIIa) neurons in the vicinity of the A13 region promotes locomotion and locomotor recovery of wild-type mice 1 month after 6-OHDA injection in the medial forebrain bundle, thus identifying a new potential target for restoring motor functions in Parkinson's disease patients.

      Weaknesses:

      Electrical stimulation of the medial Zona Incerta, in which the A13 region is located, has been previously reported to promote locomotion (Grossman et al., 1958). Recent mouse studies have shown that if optogenetic or chemogenetic stimulation of GABAergic neurons of the Zona Incerta promotes and restores locomotor functions after 6-OHDA injection (Chen et al., 2023), stimulation of glutamatergic ZI neurons worsens motor symptoms after 6-OHDA (Lie et al., 2022).

      Thank you - we have added this reference. It is helpful as Grossman did stimulate the zona incerta in the cat and elicit locomotion, suggesting that stimulation of the area in normal mice has external validity. Grossman’s results prompted a later clinical examination of the zona incerta, but it concentrated on the zona incerta regions close to the subthalamic regions (Ossowska 2019), further caudal to the area we focused on. Chen et al. (2023) targeted the area in the lateral aspect of central/medial zona incerta, formed by dorsal and ventral zona incerta, which may account for the differing results. Our data were robust for stimulation of the medial aspect of the rostromedial zona incerta. The thigmotactic behaviour that we observed in our work that focused on CamKII neurons has not been observed with chemogenetic, optogenetic activation or with photoinhibition of GABAergic central/medial ZI (Chen et al. 2023).

      GABAergic activation of mZI to Cuneiform projections (Sharma et al. 2024) also did not produce thigmotactic behavior. We have added these points to the discussion.

      Although CAMKIIa is a marker of presumably excitatory neurons and can be used as an alternative marker of dopaminergic neurons, behavioral results of this study raise questions about the neuronal population targeted in the vicinity of the A13 region. Moreover, if YFP and CHR2-YFP neurons express dopamine (TH) within the A13 region (Fig. 2), there is also a large population of transduced neurons within and outside of the A13 region that do not, thus suggesting the recruitment of other neuronal cell types that could be GABAergic or glutamatergic.

      We found that CamKII transfection of the A13 region was extremely effective in promoting locomotor activity, which was critical for our work in exploring its possible therapeutic potential. We have since quantified the cell number, we found that the c-fos cell number was increased following ChR2 activation. There is evidence of TH activation - but the data suggest that other cell types contribute. C-fos alone is a blunt tool to assess specificity - rather, it is better at showing overall photostimulus efficacy - which we have demonstrated. Moreover, there is evidence that cell types are not purely dopaminergic, with GABA co-localized (Negishi et al. 2020). We acknowledge that specific viral approaches that target the GABAergic, glutamatergic, and dopaminergic circuits would be very useful. The range of tools to target A13 dopaminergic circuits is more limited than the SNc, for example, because the A13 region lacks DAT, and TH-IRES-Cre approaches, while helpful, are less specific than DAT-Cre mouse models. Intersectional approaches targeting multiple transmitters (glutamate & dopamine, for example) may be one solution as we do not expect that a single transmitter-specific pathway would work, as well as broad targeting of the A13 region. Our recent work suggests that GABAergic neuron activation may have more general effects on behaviour rather than control of ongoing locomotor parameters (Sharma et al. 2024). Recent work shows a positive valence effect of dopamine A13 activation on motivated food-seeking behavior, which differs from consummatory behavior observed with GABAergic modulation (Ye, Nunez, and Zhang 2023). Chemogenetic inactivation and ablation of dopaminergic A13 revealed that they contribute to grip strength and prehensile movements, uncoupling food-seeking grasping behavior from motivational factors (Garau et al. 2023). Overall, this suggests differing effects of GABA compared to DA and/or glutamatergic cell types, consistent with our effects of stimulating CamKII. The discussion has been updated.

      Regarding the analysis of interregional connectivity of the A13 region, there is a lack of specificity (the viral approach did not specifically target the A13 region), the number of mice is low for such correlation analyses (2 sham and 3 6-OHDA mice), and there are no statistics comparing 6-OHDA versus sham (Fig. 4) or contra- versus ipsilesional sides (Fig. 5). Moreover, the data are too processed, and the color matrices (Fig. 4) are too packed in the current format to enable proper visualization of the data. The A13 afferents/efferents analysis is based on normalized relative values; absolute values should also be presented to support the claim about their upregulation or downregulation.

      Generally, papers using tissue-clearing imaging approaches have low sample sizes due to technical complexity and challenges. The technical challenges of obtaining these data were substantial in both collection and analysis. There are multiple technical complexities arising from dual injections (A13 and MFB coordinates) and targeting the area correctly. The A13 region is difficult to target as it spans only around 300 µm in the anterior-posterior axis. While clearing the brain takes weeks, and light-sheet imaging also takes time, the time necessary to analyze the tissue using whole-brain quantification is labor intensive, especially with a lack of a standardized analysis pipeline from atlas registrations, signal segmentations, and quantifications. The field is still relatively new, requiring additional time to refine pipelines.

      Correlation matrices are often used in analyzing connectivity patterns on a brain-wide scale, as they can identify any observable patterns within a large amount of data. We used correlation matrices to display estimated correlation coefficients between the afferent and efferent proportions from one brain subregion to another across 251 brain regions in total in a pairwise manner (not for hypothesis testing). We provided descriptive statistics (mean and error bars) in the original Figure 5C and G. As mentioned in comments for Reviewer 1, we have now presented the data in revised Figure 4 and 5 that focuses specifically on motor-related pathways to provide information on possible pathways. The has simplified the correlation matrices and highlighted the differences in 6-OHDA efferent data especially. As suggested, raw values are shared in a supplemental file on our data repository.

      In the absence of changes in the number of dopaminergic A13 neurons after 6-OHDA injection, results from this correlation analysis are difficult to interpret as they might reflect changes from various impaired brain regions independently of the A13 region.

      We acknowledge that models of Parkinson’s disease, particularly those using 6-OHDA, induce plasticity in various regions, which may subsequently affect A13 connectivity. We aim to emphasize the residual, intact A13 pathways that could serve as therapeutic targets in future investigations. This emphasis is pertinent in the context of potential clinical applications, as the overall input and output to the region fundamentally dictate the significance of the A13 region in lesioned nigrostriatal models. We agree with the reviewer that the changes certainly can be independent of A13; however, the fact that there was a significant change in the connectome post-6-OHDA injection and striatonigral degeneration is in and of itself important to document. We have added a sentence acknowledging this limitation to the discussion.

      There is no causal link between anatomical and behavioral data, which raises questions about the relevance of the anatomical data.

      This point was also addressed earlier in response to a comment from Reviewer 1. Focusing on specific motor pathways is one avenue to explore. However, given that the zona incerta acts as an integrative hub, we believed it is prudent to initially examine both afferent and efferent pathways using a brain-wide approach. For instance, without employing this methodology, the potential significance of cortical interconnectivity to the A13 region might not have been fully appreciated. As mentioned previously, we will place additional emphasis on motor-related regions in our revised paper, thereby enhancing the relevance of the anatomical data presented. With these modifications, we anticipate that our data will underscore specific motor-related targets for future exploration, employing optogenetic targeting to assess necessity and sufficiency.

      Overall, the study does not take advantage of genetic tools accessible in the mouse to address the direct or indirect behavioral and anatomical contributions of the A13 region to motor control and recovery after 6-OHDA injection.

      Our study has not specifically targeted neurons that express dopaminergic, glutamatergic, or GABAergic properties (refer to earlier comment for more detail). However, like others, we find that targeting one neuronal population often does not result in a pure transmitter phenotype. For instance, evidence suggests co-localization of dopamine neurons with a subpopulation of GABA neurons in the A13/medial zona incerta (Negishi et al. 2020). In the hypothalamus, research by Deisseroth and colleagues (Romanov et al. 2017) indicates the presence of multiple classes of dopamine cells, each containing different ratios of co-localized peptides and/or fast neurotransmitters. Consequently, we believe our work lays the foundation for the investigations suggested by the reviewer. Furthermore, if one considers this work in the context of a preclinical study to determine whether the A13 might be a target in human Parkinson's disease, the existing technology that could be utilized is deep brain stimulation (DBS) or electrical modulation, which would also affect different neuronal populations in a non-specific manner.

      While optogenetic stimulation therapy is longer term, using CamKII combined with the DJ hybrid AAV could be a translatable strategy for targeting A13 neuronal populations in non-human primates (Watakabe et al. 2015; Watanabe et al. 2020). We have added to the discussion.

      Reviewer #3 (Public Review):

      Kim, Lognon et al. present an important finding on pro-locomotor effects of optogenetic activation of the A13 region, which they identify as a dopamine-containing area of the medial zona incerta that undergoes profound remodeling in terms of afferent and efferent connectivity after administration of 6-OHDA to the MFB. The authors claim to address a model of PD-related gait dysfunction, a contentious problem that can be difficult to treat with dopaminergic medication or DBS in conventional targets. They make use of an impressive array of technologies to gain insight into the role of A13 remodeling in the 6-OHDA model of PD. The evidence provided is solid and the paper is well written, but there are several general issues that reduce the value of the paper in its current form, and a number of specific, more minor ones. Also, some suggestions, that may improve the paper compared to its recent form, come to mind.

      Thank you for the suggestions and careful consideration of our work - it is appreciated.

      The most fundamental issue that needs to be addressed is the relation of the structural to the behavioral findings. It would be very interesting to see whether the structural heterogeneity in afferent/effects projections induced by 6-OHDA is related to the degree of symptom severity and motor improvement during A13 stimulation.

      As mentioned in comments for Reviewer 1, we have performed additional analysis and present this in Figure 5. We have also revised Figure 4, focusing on motor regions. Our work will provide a roadmap for future studies to disentangle divergent or convergent A13 pathways that are involved in different or all PD-related motor symptoms. Because we could not measure behavioural change in the same animals studied with the anatomic study (essentially because the optrode would have significantly disrupted the connectome we are measuring), we cannot directly compare behaviour to structure.

      The authors provide extensive interrogation of large-scale changes in the organization of the A13 region afferent and efferent distributions. It remains unclear how many animals were included to produce Fig 4 and 5. Fig S5 suggests that only 3 animals were used, is that correct? Please provide details about the heterogeneity between animals. Please provide a table detailing how many animals were used for which experiment. Were the same animals used for several experiments?

      The behavioral set and the anatomical set were necessarily distinct. In the anatomical experiments, we employed both anterograde and retrograde viral approaches to target the afferent and efferent A13 populations with fluorescent proteins. For the behavioral approach, a single ChR2 opsin was utilized to photostimulate the A13 region; hence combining the two populations was not feasible. We were also concerned that the optrode itself would interfere with connectomics. A lower number of animals were used for the whole-brain work due to technical limitations described earlier. We have now provided additional information regarding numbers in all figures and the text. Using Spearman’s correlation analysis, we found afferent and efferent proportions across animals to be consistent, with an average correlation of 0.91, which is reported in Figure S6.

      While the authors provide evidence that photoactivation of the A13 is sufficient in driving locomotion in the OFT, this pro-locomotor effect seems to be independent of 6-OHDA-induced pathophysiology. Only in the pole test do they find that there seems to be a difference between Sham vs 6-OHDA concerning the effects of photoactivation of the A13. Because of these behavioral findings, optogenic activation of A13 may represent a gain of function rather than disease-specific rescue. This needs to be highlighted more explicitly in the title, abstract, and conclusion.

      Optogenetic activation of A13 may represent a gain of function in both healthy and 6-OHDA mice, highlighting a parallel descending motor pathway that remains intact. 6-OHDA lesions have multiple effects on motor and cognitive function. This makes a single pathway unlikely to rescue all deficits observed in 6-OHDA models. The lack of locomotion observed in 6-OHDA models can be reversed by A13 region photostimulation. Therefore, this is a reversal of a loss of function, in this case. However, the increase in turning represents a gain of function. We have highlighted this as suggested in the discussion.

      The authors claim that A13 may be a possible target for DBS to treat gait dysfunction. However, the experimental evidence provided (in particular the lack of disease-specific changes in the OFT) seems insufficient to draw such conclusions. It needs to be highlighted that optogenetic activation does not necessarily have the same effects as DBS (see the recent review from Neumann et al. in Brain: https://pubmed.ncbi.nlm.nih.gov/37450573/). This is important because ZI-DBS so far had very mixed clinical effects. The authors should provide plausible reasons for these discrepancies. Is cell-specificity, which only optogenetic interventions can achieve, necessary? Can new forms of cyclic burst DBS achieve similar specificity (Spix et al, Science 2021)? Please comment.

      Thank you for the valuable comments. They have been incorporated into the discussion.

      Our study highlights a parallel motor pathway provided by the A13 region that remains intact in 6-OHDA mice and can be sufficiently driven to rescue the hypolocomotor pathology observed in the OFT and overcome bradykinesia and akinesia. The photoactivation of ipsilesional A13 also has an overall additive effect on ipsiversive circling, representing a gain of function on the intact side that contributes to the magnitude of overall motor asymmetry against the lesioned side. The effects of DBS are rather complex, ranging from micro-, meso-, to macro-scales, involving activation, inhibition, and informational lesioning, and network interactions. This could contribute to the mixed clinical effects observed with ZI-DBS, in addition to differences in targeting and DBS programming among the studies (see review (Ossowska 2019) ). Also the DBS studies targeting ZI have never targeted the rostromedial ZI which extends towards the hypothalamus and contains the A13. Furthermore, DBS and electrical stimulation of neural tissue, in general, are always limited by current spread and lower thresholds of activation of axons (e.g., axons of passage), both of which can reduce the specificity of the true therapeutic target. Optogenetic studies have provided mechanistic insights that could be leveraged in overcoming some of the limitations in targeting with conventional DBS approaches. Spix et al. (2021) provided an interesting approach highlighting these advancements. They devised burst stimulation to facilitate population-specific neuromodulation within the external globus pallidus. Moreover, they found a complementary role for optogenetics in exploring the pathway-specific activation of neurons activated by DBS. To ascertain whether A13 DBS may be a viable therapy for PD gait, it will be necessary to perform many more preclinical experiments, and tuning of DBS parameters could be facilitated by optogenetic stimulation in these murine models. We have added to the discussion.

      In a recent study, Jeon et al (Topographic connectivity and cellular profiling reveal detailed input pathways and functionally distinct cell types in the subthalamic nucleus, 2022, Cell Reports) provided evidence on the topographically graded organization of STN afferents and McElvain et al. (Specific populations of basal ganglia output neurons target distinct brain stem areas while collateralizing throughout the diencephalon, 2021, Neuron) have shown similar topographical resolution for SNr efferents. Can a similar topographical organization of efferents and afferents be derived for the A13/ ZI in total?

      The ZI can be subdivided into four subregions in the antero-posterior axis: rostral (ZIr), dorsal (ZId), ventral (ZIv), and caudal (ZIc) regions. The dorsal and ventral ZI is also referred together as central/medial/intermediate ZI. There are topographical gradients in different cell types and connectivity across these subregions (see reviews: (Mitrofanis 2005; Monosov et al. 2022; Ossowska 2019). Recent work by Yang and colleagues (2022) demonstrated a topographical organization among the inputs and outputs of GABAergic (VGAT) populations across four ZI subregions. Given that A13 region encompasses a smaller portion (the medial aspect) of both rostral and medial/central ZI (three of four ZI subregions) and coexpress VGAT, A13 region likely falls under rostral and intermediate medial ZI dataset found in Yang et al. (2022). With our data, we would not be able to capture the breadth of topographical organization shown in Yang et al (2022).

      In conclusion, this is an interesting study that can be improved by taking into consideration the points mentioned above.

      Recommendations for the authors:

      Reviewer #1 (Recommendations For The Authors):

      (1) Figure 2 indeed presents valuable information regarding the effects of A13 region photoactivation. To enhance the comprehensiveness of this figure and gain a deeper understanding of the neurons driving the pro-locomotor effect of stimulation, it would be beneficial to include quantifications of various cell types:

      • cFos-Positive Cells/TH-Positive Cells: it can help determine the impact of A13 stimulation on dopaminergic neurons and the associated pro-locomotor effect in the healthy condition and especially in the context of Parkinson's disease (PD) modeling.

      • cFos-Positive Cells /TH-Negative Cells: Investigating the number of TH-negative cells activated by stimulation is also important, as it may reveal non-dopaminergic neurons that play a role in locomotor responses. Identifying the location and characteristics of these TH-negative cells can provide insights into their functional significance.

      We have completed this analysis. The data is presented in Figure 2F, where we show increased c-fos intensity with photoactivation. We observed an increase in the number of cells activated in the A13 region. However, we did not definitively see increases in TH+ cells, suggesting a heterogeneous set of neurons responsible for the effects—possibly glutamatergic neurons.

      Incorporating these quantifications into Figure 2 would enhance the figure's informativeness and provide a more comprehensive view of the neuronal populations involved in the locomotor effects of A13 stimulation.

      We have added text and a new graph.

      (2) Refer to Figure 3. In the main text (page 5) when describing the animal with 6-OHDA the wrong panels are indicated. It is indicated in Figure 2A-E but it should be replaced with 3A-E.

      Please do that.

      Done, and we have updated the figure to improve readability, by separating the 6-OHDA findings from sham in all graphs.

      Reviewer #2 (Recommendations For The Authors):

      Abstract

      Page 1: Inhibitory or lesion studies will be necessary to support the claim that the global remodeling of afferent and efferent projections of the A13 region highlights the Zona Incerta's role as a crucial hub for the rapid selection of motor function.

      Overall, there is quite a bit of evidence that the zona incerta is a hub for afferent/efferents.

      Mitrofanis (2005) and, more recently, Wang et al. (2020) summarize some of the evidence. Yang (2022) illustrates that the zona incerta shows multiple inputs to GABAergic neurons and outputs to diverse regions. Recent work suggests that the zona incerta contributes to various motor functions such as hunting, exploratory locomotion, and integrating multiple modalities (Zhao et al. 2019; Wang et al. 2019; Monosov et al. 2022; Chometton et al. 2017). The introduction has been updated.

      Introduction

      Page 2, paragraph 2: "However, little attention has been placed on the medial zona incerta (mZI), particularly the A13, the only dopamine-containing region of the rostral ZI" Is the A13 region located in the rostral or medial ZI or both?

      It should have been written “rostromedial” ZI. The A13 is located in the medial aspect of rostromedial ZI. Introduction has been updated.

      Page 2, para 3: Li et al (2021) used a mini-endoscope to record the GCaMP6 signal. Masini and Kiehn, 2022 transiently blocked the dopaminergic transmission; they never used 6-OHDA.

      Please correct through the text.

      Corrected.

      Page 2, para 4: the A13 connectome encompasses the cerebral cortex,... MLR. The MLR is a functional region, correct this for the CNF and PPN.

      Corrected.

      Page 3, the last paragraph of the introduction could be clarified by presenting the behavioral data first, followed by the anatomy.

      This has been corrected

      Figure 1 is nice and clear, and well summarizes the experimental design.

      Thank you.

      Figure 2 shows an example of the extent of the ChR2-YFP expression and the position of an optical fiber tip above the dopaminergic A13 region from a mouse. Without any quantification, these images could be included in Figure 1. Despite a very small volume (36.8nL) of AAV, the extent of ChR2-YFP expression is quite large and includes dopaminergic and unidentified neurons within the A13 region but also a large population of unidentified neurons outside of it, thus raising questions about the volume and the types of neurons recruited.

      This is an important consideration. The issue of viral spread is complex and depends on factors including tissue type, serotype, and promotor of the virus. Li et al. (2021), for example, used different virus serotypes and promotors, injecting 150nL, whereas we used AAV DJ, injecting 36.8nL. AAV-DJ is a hybrid viral type consisting of multiple serotypes. It has a high transduction efficiency, which leads to greater gene delivery than single-serotype AAV viral constructs (Mao et al. 2016). A secondary consideration regarding translation was that AAV-DJ could effectively transduce non-primate neurons (Watanabe et al. 2020). We have addressed the issue of neurons recruited earlier, provided c-Fos quantification, and provided a new supplementary figure showing viral spread (Figure S1).

      Anatomical reconstruction of the extent of the ChR2-YFP expression and the location of the tip of the optical fiber will be necessary to confirm that ChR2-YFP expression was restricted to the A13 region.

      We will provide additional information regarding viral spread, ferrule tip placement, and c-fos cell counts. This has been done in Figure 2 and we also present a new Figure S1 where we have quantified the viral spread.

      Page 5, 1st para: Double-check the references, as not all of them are 6-OHDA injections in the MLF.

      Corrected. Removed Kiehn reference.

      Page 5, 1st para, 4th line: Replace ferrule with optical canula or fiber.

      Done

      Page 5, 1st para, 9th line: Replace Figure 2 with Figure 3.

      Done

      Page 5, 2nd para: About the refractory decrease in traveled distance by sham-ChR2 mice: is this significant?

      It was not significant (Figure S1C, 1-way RM ANOVA: F5,25 = 0.486, P \= 0.783). This has been updated in the text.

      Figure 3 showing behavioral assessments is nice, but the stats are not always clear. In Fig 3A, are each of the off and on boxes 1 minute long? The figure legend states the test lasts 1 min, but isn't it 4 minutes? In Figure 3B-E and 3J-M, what are the differences? Do the stats identify a significant difference only during the stimulation phase? Fig. 3F-I are nice and could have been presented as primary examples prior to data analysis in Fig. 3B-E. Group labels above the graph would help.

      Yes, the off-on boxes are 1 minute long. The error is corrected in the legend. Great suggestion for F-I - they have been moved ahead of the summary figures. We have also updated new Fig 3F-,I, J, L, M) to make the differences between 6-OHDA and sham graphs easier to visualize. The stats do indicate a significant difference during the stimulation phase. We have added group labels, and reorganized the figure, and it is much easier to read now.

      Fig. 3L-M, what do PreSur, Post, and Ferrule mean? I assume that Ferrule refers to mice tested with the optical fiber without stimulation, whereas Stim. refers to the stimulation. It would be helpful to standardize the format of stats in Fig. 3B-E and 3-J-M. What are time points a, b, and c referring to?

      We have renamed the figure names to be more intuitive. We have standardized the presentation of statistics in the figure, and eliminated the a,b,c nomenclature. We have also updated the caption to provide descriptions of the tests in Fig 3 L-M.

      Figure S2A: the higher variability in 6-OHDA-YFP mice in comparison to 6-OHDA-ChR2 mice prior to stimulation suggests that 6-OHDA-YFP mice were less impaired. Why use boxplots only for these data? Would a pairwise comparison be more appropriate?

      We have removed these plots from Figure S2. We now present the Baseline to Pre values across the experimental timespan to illustrate the fact that distance travelled returned to baseline values for all trials conducted.

      Fig. S2B: add the statistical marker.

      We have removed this from Figure S2.

      Page 7, para 1, line 8: to add "in comparison to 6-OHDA-YFP and YFP mice" to during photostimulation... (Figure 3E).

      Done

      Page 7, para 3, line 5: about larger improvement, replace "sham ChR2" with "6-OHDA."

      Done

      Page 8, para 1, line 4: Perier et al., 2000 reported that 6-OHDA injection increased the firing frequency of the ZI over a month.

      Added the timeframe to this sentence.

      Page 8, para 2, line 1: Since the results were expected, add some references.

      Done.

      Page 8, para 3, line 4. Double-check the reference.

      Corrected.

      Page 8: About large-scale changes in the A13 region, the relevance of correlation matrices is difficult to grasp. Analysis of local connectivity would have been more informative in the context of GABAergic and glutamatergic neurons of the ZI in the vicinity of the A13 region.

      We have updated the figures for connectivity throughout the manuscript. Overall, there are new Figures 4 and 5 in the main text. We also provide a revised Supplementary Figure 8. Unfortunately, we could not do that experiment regarding local connectivity. In light of our new work (Sharma et al. 2024), it is clear that this will be critical going forward.

      Page 8, para 3, line: given Fig. 2, there is concern about the claim that only the A13 region was targeted. The time of the analysis after 6-OHDA should be mentioned. Some sections of the paragraph could be moved to methods.

      We have provided more information about the viral spread in the text and Supplementary Figure 1. The functional and anatomical experiments are separate, which we realize caused confusion. We have mentioned analysis time after 6-OHDA and inserted this into the text.

      Fig. 4: The color code helps the reader visualize distribution differences. However, statistical analyses comparing 6-OHDA versus sham should be included. Quantification per region would greatly help readers visualize the data and support the conclusion. The relationship between the type of correlation (positive or negative) and absolute change (increase or decrease) is unknown in the current format, which limits the interpretation of the data. Moreover, examples of raw images of axons and cells should be presented for several brain regions. The experimental design with a timeline, as in Fig. 1, would be helpful. The legend for Fig. 4 is a bit long. Some sections are very descriptive, whereas others are more interpretive.

      We have provided a new Figure 5 where we present quantification per region, and the correlation matrices have been updated in Figure 4. We have also focused on motor regions as mentioned earlier. We also provide examples of raw regions in Supplementary Figure 8. Raw values are shared on our data repository.

      Page 10, para 1, line 1: add "afferent" to "changes in -afferent and- projection patterns."

      Done

      Page 10, para 1, line 9: remove the 2nd "compared to sham" in the sentence.

      Done

      Page 10, para 1, line 10: remove "coordinated" in "several regions showed a coordinated reduction in afferent density." We cannot say anything about the timing of events, as there is only info at 1 month.

      Done

      Page 10, para 2: the section should be written in the past tense.

      Done

      Page 13, para 2, the last sentence is overstated. Please remove "cells" and refer to the A13 region instead.

      Done

      About differential remodelling of the A13 region connectome: Figure 5C and 5G: The proportion of total afferents ipsi- and contralateral to 6-OHDA injection argues that the A13 region primarily receives inputs from the cortical plate and the striatum. Unfortunately, there are no statistics.

      Due to the small sample size, we provided descriptive statistics (mean and error bars) in Figure 5A. As mentioned in comments for Reviewers 1 and 2, we have revised Figure 5 to present data focusing on motor-related pathways to provide clarity. In addition, absolute values are shared on our data repository.

      Figure 5 D and 5H: Changes in the proportion of total afferents/projections are relatively modest (less than 10% of the whole population for the highest changes). There is no standard deviation for these data and no statistics. Do they reflect real changes or variability from the injection site?

      The changes are relatively modest (less than 10%) since a small brain region usually provides a small proportion of total input (McElvain et al. 2021; Yang et al. 2022). The changes in the proportions reflect real differences between average proportions observed in sham and 6-OHDA mice. The variability in the total labelling of neurons and fibers was minimized by normalizing individual regional counts against total counts found in each animal. This figure has been updated as reviewers requested.

      Fig 5F and H: The example in F shows a huge decrease in the striatum, but H indicates only a 2% change, which makes the example not very representative. Absolute values would be helpful.

      While a 2% change may seem small, it represents a relatively large change in the A13 efferent connectome. To provide further clarity, we have provided absolute values as suggested in our new supplemental table.

      Figure 6 is inaccurate and unnecessary.

      Figure 6 has been removed.

      Discussion

      Although interesting, the discussion is too long.

      The discussion has been reduced by about three quarters of a page.

      Methods

      Page 17, para 1: include the stereotaxic coordinates of the optical cannula above the A13 region.

      Added.

      References

      Chen, Fenghua, Junliang Qian, Zhongkai Cao, Ang Li, Juntao Cui, Limin Shi, and Junxia Xie. 2023. “Chemogenetic and Optogenetic Stimulation of Zona Incerta GABAergic Neurons Ameliorates Motor Impairment in Parkinson’s Disease.” i Science 26 (7). https://doi.org/ 10.1016/j.isci.2023.107149.

      Chometton, S., K. Charrière, L. Bayer, C. Houdayer, G. Franchi, F. Poncet, D. Fellmann, and P. Y. Risold. 2017. “The Rostromedial Zona Incerta Is Involved in Attentional Processes While Adjacent LHA Responds to Arousal: C-Fos and Anatomical Evidence.” Brain Structure & Function 222 (6): 2507–25.

      Garau, Celia, Jessica Hayes, Giulia Chiacchierini, James E. McCutcheon, and John Apergis-Schoute. 2023. “Involvement of A13 Dopaminergic Neurons in Prehensile Movements but Not Reward in the Rat.” Current Biology: CB, October.

      https://doi.org/ 10.1016/j.cub.2023.09.044.

      Li, Zhuoliang, Giorgio Rizzi, and Kelly R. Tan. 2021. “Zona Incerta Subpopulations Differentially Encode and Modulate Anxiety.” Science Advances 7 (37): eabf6709.

      Mao, Yingying, Xuejun Wang, Renhe Yan, Wei Hu, Andrew Li, Shengqi Wang, and Hongwei Li. 2016. “Single Point Mutation in Adeno-Associated Viral Vectors -DJ Capsid Leads to Improvement for Gene Delivery in Vivo.” BMC Biotechnology 16 (January):1.

      McElvain, Lauren E., Yuncong Chen, Jeffrey D. Moore, G. Stefano Brigidi, Brenda L. Bloodgood, Byung Kook Lim, Rui M. Costa, and David Kleinfeld. 2021. “Specific Populations of Basal Ganglia Output Neurons Target Distinct Brain Stem Areas While Collateralizing throughout the Diencephalon.” Neuron 109 (10): 1721–38.e4.

      Mitrofanis, J. 2005. “Some Certainty for the ‘Zone of Uncertainty’? Exploring the Function of the Zona Incerta.” Neuroscience 130 (1): 1–15.

      Monosov, Ilya E., Takaya Ogasawara, Suzanne N. Haber, J. Alexander Heimel, and Mehran Ahmadlou. 2022. “The Zona Incerta in Control of Novelty Seeking and Investigation across Species.” Current Opinion in Neurobiology 77 (December):102650.

      Negishi, Kenichiro, Mikayla A. Payant, Kayla S. Schumacker, Gabor Wittmann, Rebecca M.  Butler, Ronald M. Lechan, Harry W. M. Steinbusch, Arshad M. Khan, and Melissa J. Chee. 2020. “Distributions of Hypothalamic Neuron Populations Coexpressing Tyrosine Hydroxylase and the Vesicular GABA Transporter in the Mouse.” The Journal of Comparative Neurology 528 (11): 1833–55.

      Ossowska, Krystyna. 2019. “Zona Incerta as a Therapeutic Target in Parkinson’s Disease.” Journal of Neurology. https://doi.org/ 10.1007/s00415-019-09486-8.

      Romanov, Roman A., Amit Zeisel, Joanne Bakker, Fatima Girach, Arash Hellysaz, Raju Tomer, Alán Alpár, et al. 2017. “Molecular Interrogation of Hypothalamic Organization Reveals Distinct Dopamine Neuronal Subtypes.” Nature Neuroscience 20 (2): 176–88.

      Sharma, Sandeep, Cecilia A. Badenhorst, Donovan M. Ashby, Stephanie A. Di Vito, Michelle A. Tran, Zahra Ghavasieh, Gurleen K. Grewal, Cole R. Belway, Alexander McGirr, and Patrick J. Whelan. 2024. “Inhibitory Medial Zona Incerta Pathway Drives Exploratory Behavior by Inhibiting Glutamatergic Cuneiform Neurons.” Nature Communications 15 (1): 1160.

      Spix, Teresa A., Shruti Nanivadekar, Noelle Toong, Irene M. Kaplow, Brian R. Isett, Yazel  Goksen, Andreas R. Pfenning, and Aryn H. Gittis. 2021. “Population-Specific Neuromodulation Prolongs Therapeutic Benefits of Deep Brain Stimulation.” Science 374 (6564): 201–6.

      Wang, Xiyue, Xiaolin Chou, Bo Peng, Li Shen, Junxiang J. Huang, Li I. Zhang, and Huizhong W. Tao. 2019. “A Cross-Modality Enhancement of Defensive Flight via Parvalbumin Neurons in Zona Incerta.” eLife 8 (April). https://doi.org/ 10.7554/eLife.42728.

      Wang, Xiyue, Xiao-Lin Chou, Li I. Zhang, and Huizhong Whit Tao. 2020. “Zona Incerta: An Integrative Node for Global Behavioral Modulation.” Trends in Neurosciences 43 (2): 82–87.

      Watakabe, Akiya, Masanari Ohtsuka, Masaharu Kinoshita, Masafumi Takaji, Kaoru Isa, Hiroaki Mizukami, Keiya Ozawa, Tadashi Isa, and Tetsuo Yamamori. 2015. “Comparative Analyses of Adeno-Associated Viral Vector Serotypes 1, 2, 5, 8 and 9 in Marmoset, Mouse and Macaque Cerebral Cortex.” Neuroscience Research 93 (April):144–57.

      Watanabe, Hidenori, Hiromi Sano, Satomi Chiken, Kenta Kobayashi, Yuko Fukata, Masaki  Fukata, Hajime Mushiake, and Atsushi Nambu. 2020. “Forelimb Movements Evoked by Optogenetic Stimulation of the Macaque Motor Cortex.” Nature Communications 11 (1): 3253.

      Yang, Yang, Tao Jiang, Xueyan Jia, Jing Yuan, Xiangning Li, and Hui Gong. 2022. “Whole-Brain Connectome of GABAergic Neurons in the Mouse Zona Incerta.” Neuroscience Bulletin 38 (11): 1315–29.

      Ye, Qiying, Jeremiah Nunez, and Xiaobing Zhang. 2023. “Zona Incerta Dopamine Neurons Encode Motivational Vigor in Food Seeking.” bioRxiv: The Preprint Server for Biology, June. https://doi.org/ 10.1101/2023.06.29.547060.

      Zhao, Zheng-Dong, Zongming Chen, Xinkuan Xiang, Mengna Hu, Hengchang Xie, Xiaoning Jia, Fang Cai, et al. 2019. “Zona Incerta GABAergic Neurons Integrate Prey-Related Sensory Signals and Induce an Appetitive Drive to Promote Hunting.” Nature Neuroscience 22 (6): 921–32.

    1. Various groups want to gather data from social media, such as advertisers and scientists.

      This reminds me of topics that I've learned in previous classes- Specifically surveillance capitalism and the digital panopticon. These notions, in relation to the ethics of bots, creates a rather interesting contrast because on the one hand, the argument can be made in favor of the bots as the bots themselves are nothing more than programs that are following a code while surveillance capitalism is a form of business done by advertisers and scientists with express disregard for privacy. Both should definitely be regulated, especially based on how they're used.

    2. Bots, on the other hand, will do actions through social media accounts and can appear to be like any other user. The bot might be the only thing posting to the account, or human users might sometimes use a bot to post for them.

      Personally I believe that this paragraph here is very realistic but also a bit frightening at the same time to think that humans can create bots to cause trouble either through simple trolling or as harsh as impersonation. I am wondering though if we would consider accounts that automatically impersonate and contact accounts as bots? If a human messages through the bot but the account and impersonation is created through code, is it still considered a bot?

    1. 3 minTagspdf.jspdf viewerIn this article (a three-minute read), you’ll learn how to quickly embed a PDF in a web page using PDF.js, a popular open-source PDF viewer.1. Download and Extract the PDF.js Package2. Add the PDF viewer to your web pageWe will also use it as a full screen PDF viewer where we can pass in a PDF filename via URL query string. Try the full screen viewer now:Open Full Screen PDF.js ViewerStep 1 - Download and Extract the PDF.js PackageCopied to clipboardLet’s head over to GitHub to download the latest stable release and then extract the contents inside our website folder.Here are the contents of the .zip:Plain text├── build/ │ ├── pdf.js │ └── ... ├── web/ │ ├── viewer.css │ ├── viewer.html │ └── ... └── LICENSEAfter extracting the .zip contents, our website folder could look something like this:Plain text├── index.html ├── subpage.html ├── assets/ │ ├── pdf/ | ├── my-pdf-file.pdf | ├── my-other-pdf-file.pdf | ├── ... ├── build/ - PDF.js files │ ├── pdf.js │ ├── ... ├── web/ - PDF.js files │ ├── viewer.css │ ├── viewer.html │ ├── ... └── LICENSE - PDF.js licenseNote: Due to browser security restrictions, PDF.js cannot open local PDFs using a file:// URL. You will need to start a local web server or upload the files to your web server.Step 2 - Embed the PDF Viewer in WebsiteCopied to clipboardOur last step will be to embed the viewer in our web page by using an <iframe>. We will use a query string to tell the PDF viewer which PDF file to open. Like this: <!DOCTYPE html> <html> <head> <title>Hello world!</title> </head> <body style={{"fontFamily":"Arial, Helvetica, sans-serif"}}> <div style={{"width":"760px"}}> <h2>About Us</h2> <p>We help software developers do more with PDFs. PDF.js Express gives a flexible and modern UI to your PDF.js viewer while also adding out-of-the-box features like annotations, form filling and signatures.</p> <!-- Place the following <div> element where you want the PDF to be displayed in your website. You can adjust the size using the width and height attributes. --> <div> <iframe id="pdf-js-viewer" src="/web/viewer.html?file=%2assets%2pdf%2Fmy-pdf-file.pdf" title="webviewer" frameborder="0" width="500" height="600"></iframe> </div> </div> </body> </html>You’re done!If you’d like to load PDF files from a different domain name, you will need to ensure the server hosting the PDFs has been set up for CORS.Full Screen PDF ViewerIn addition to embedding the viewer in a page, we can also open it in a full screen: Open Full Screen PDF.js ViewerHere’s the code: <a href="/web/viewer.html?file=%2Fmy-pdf-file.pdf">Open Full Screen PDF.js Viewer</a>Just change the file query string parameter to open whatever you PDF you wish to open.Customizing the PDF.js ToolbarCopied to clipboardWe can also reorganize the toolbar by moving elements around, removing buttons, and changing the icons.Let’s open public/lib/web/viewer.html and add the following to the <head> section: <script src="customToolbar.js"></script>Next, we’ll create customToolbar.js inside the public/lib/web folder and add the following code:JavaScriptlet sheet = (function() { let style = document.createElement(&quot;style&quot;); style.appendChild(document.createTextNode(&quot;&quot;)); document.head.appendChild(style); return style.sheet; })(); function editToolBar(){ //when the page is resized, the viewer hides and move some buttons around. //this function forcibly show all buttons so none of them disappear or re-appear on page resize removeGrowRules(); /* Reorganizing the UI the &#39;addElemFromSecondaryToPrimary&#39; function moves items from the secondary nav into the primary nav there are 3 primary nav regions (toolbarViewerLeft, toolbarViewerMiddle, toolbarViewerRight) */ //adding elements to left part of toolbar addElemFromSecondaryToPrimary(&#39;pageRotateCcw&#39;, &#39;toolbarViewerLeft&#39;) addElemFromSecondaryToPrimary(&#39;pageRotateCw&#39;, &#39;toolbarViewerLeft&#39;) addElemFromSecondaryToPrimary(&#39;zoomIn&#39;, &#39;toolbarViewerLeft&#39;) addElemFromSecondaryToPrimary(&#39;zoomOut&#39;, &#39;toolbarViewerLeft&#39;) //adding elements to middle part of toolbar addElemFromSecondaryToPrimary(&#39;previous&#39;, &#39;toolbarViewerMiddle&#39;) addElemFromSecondaryToPrimary(&#39;pageNumber&#39;, &#39;toolbarViewerMiddle&#39;) addElemFromSecondaryToPrimary(&#39;numPages&#39;, &#39;toolbarViewerMiddle&#39;) addElemFromSecondaryToPrimary(&#39;next&#39;, &#39;toolbarViewerMiddle&#39;) //adding elements to right part of toolbar addElemFromSecondaryToPrimary(&#39;secondaryOpenFile&#39;, &#39;toolbarViewerRight&#39;) /* Changing icons */ changeIcon(&#39;previous&#39;, &#39;icons/baseline-navigate_before-24px.svg&#39;) changeIcon(&#39;next&#39;, &#39;icons/baseline-navigate_next-24px.svg&#39;) changeIcon(&#39;pageRotateCcw&#39;, &#39;icons/baseline-rotate_left-24px.svg&#39;) changeIcon(&#39;pageRotateCw&#39;, &#39;icons/baseline-rotate_right-24px.svg&#39;) changeIcon(&#39;viewFind&#39;, &#39;icons/baseline-search-24px.svg&#39;); changeIcon(&#39;zoomOut&#39;, &#39;icons/baseline-zoom_out-24px.svg&#39;) changeIcon(&#39;zoomIn&#39;, &#39;icons/baseline-zoom_in-24px.svg&#39;) changeIcon(&#39;sidebarToggle&#39;, &#39;icons/baseline-toc-24px.svg&#39;) changeIcon(&#39;secondaryOpenFile&#39;, &#39;./icons/baseline-open_in_browser-24px.svg&#39;) /* Hiding elements */ removeElement(&#39;secondaryToolbarToggle&#39;) removeElement(&#39;scaleSelectContainer&#39;) removeElement(&#39;presentationMode&#39;) removeElement(&#39;openFile&#39;) removeElement(&#39;print&#39;) removeElement(&#39;download&#39;) removeElement(&#39;viewBookmark&#39;) } function changeIcon(elemID, iconUrl){ let element = document.getElementById(elemID); let classNames = element.className; classNames = elemID.includes(&#39;Toggle&#39;)? &#39;toolbarButton#&#39;+elemID : classNames.split(&#39; &#39;).join(&#39;.&#39;); classNames = elemID.includes(&#39;view&#39;)? &#39;#&#39;+elemID+&#39;.toolbarButton&#39; : &#39;.&#39;+classNames classNames+= &quot;::before&quot;; addCSSRule(sheet, classNames, `content: url(${iconUrl}) !important`, 0) } function addElemFromSecondaryToPrimary(elemID, parentID){ let element = document.getElementById(elemID); let parent = document.getElementById(parentID); element.style.minWidth = &quot;0px&quot;; element.innerHTML =&#39;&#39; parent.append(element); } function removeElement(elemID){ let element = document.getElementById(elemID); element.parentNode.removeChild(element); } function removeGrowRules(){ addCSSRule(sheet, &#39;.hiddenSmallView *&#39;, &#39;display:block !important&#39;); addCSSRule(sheet, &#39;.hiddenMediumView&#39;, &#39;display:block !important&#39;); addCSSRule(sheet, &#39;.hiddenLargeView&#39;, &#39;display:block !important&#39;); addCSSRule(sheet, &#39;.visibleSmallView&#39;, &#39;display:block !important&#39;); addCSSRule(sheet, &#39;.visibleMediumView&#39;, &#39;display:block !important&#39;); addCSSRule(sheet, &#39;.visibleLargeView&#39;, &#39;display:block !important&#39;); } function addCSSRule(sheet, selector, rules, index) { if(&quot;insertRule&quot; in sheet) { sheet.insertRule(selector + &quot;{&quot; + rules + &quot;}&quot;, index); } else if(&quot;addRule&quot; in sheet) { sheet.addRule(selector, rules, index); } } window.onload = editToolBarThe PDF.js primary toolbar is broken down into 3 regions:The secondary toolbar is accessed via the chevron icon in the right region:We can move elements from the secondary toolbar into the left, middle, or right regions of the primary toolbar with the addElemFromSecondaryToPrimary function in customToolbar.js. For example, uncommenting this line will move the counter-clockwise rotation tool to the left region of the primary toolbar:JavaScriptaddElemFromSecondaryToPrimary(&#39;pageRotateCcw&#39;, &#39;toolbarViewerLeft&#39;)If you wanted to move pageRotateCcw to the middle region instead, you’d replace toolbarViewerLeft with toolbarViewerMiddle, or toolbarViewerRight for the right region. To move a different tool, replace the pageRotateCcw ID with the element ID you want to move. (See below for a full list of element IDs.)We can also hide elements like this:JavaScriptremoveElement(&#39;print&#39;) removeElement(&#39;download&#39;)To hide different elements, replace print or download with the element ID.NOTE: Hiding the download and print buttons is not a bulletproof way to protect our PDF, because it’s still possible to look at the source code to find the file. It just makes it a bit harder.

      for - prevent download of pdf

    1. Bot programs are written by one or more people, potentially all with different intentions, and they are run by others people, or sometimes scheduled by people to be run by computers.

      I have a question about the ethics of bots. In this section and chapter, we talked about the intentions and actions of those who operate bots, as well as the bots themselves. Is there a code of ethics that both the bot and the human need to follow?

    2. How are people’s expectations different for a bot and a “normal” user?

      Bots are automated to perform a specific task. Human users in comparison are subject to emotions and error. These emotions allow users routines on social media to vary and change, while a bot complete a specific task without be influenced by anything other than code. This makes them great for executing tasks like deleting old tweets or identifying something.

    1. Innkeepers were forbidden to allow anyone to consume food or drink without first saying grace, or to permit any patron to stay up after nine o’clock. Adultery, blasphemy, and heresy all became capital crimes, and even penalties for lesser crimes were severe.

      I found this interesting and felt as though it tied back to the Code of Hammurabi of how there was an offense for each crime. Then, there was rules and curfews that citizens must follow or be punished.

    1. We are trying to teach them to read. That's our goal. It is to read, and so whatever we need to do in order to teach reading, we do. But we want to do it in a way that affirms, respects,

      In my own language (Latvian) I have family members from parts of Latvia who do similar things in their spoken language regarding plural endings and past tense as African-American dialects. They make "mistakes" that digress from General Latvian all over the place. It speaks to the different pockets of culture diversity within my culture, and I appreciate that. I know Latvians who can code switch from those dialects into General Latvian. So I understand how this all works and feel I can relate my experience to other dialect systems in other languages. However, I struggle with whether or not my students understand that I respect their home language system. I am not African-American, so do I come across as a white outsider, correcting them because I think they are wrong and need to be fixed?, as opposed to a randomly-assigned teacher who holds no opinion or judgment about their home language and is just there to teach them General English without trying to disturb or diminish their home language system? I wonder about this.

    2. to switch from one system to another depending on the context. Many of our kids growing up in poverty will learn that skill when they get to school. Some of them will. Some of them won't.

      I witness that code switching in my kids. When some of them leave the classroom, their language patterns and intonation change. It is very interesting and cool to me that they know which "language" is expected and appropriate in which setting.

    3. it is possible for children to learn to use the language 45:05 variety in school without having their own language variety suppressed.

      I've had this conversation with both MS and HS students over the years: code-switching. We talked about whether or not it is authentic or a fake version of ourselves. When is it okay to use slang or dialect that isn't "school appropriate"? I used myself as an example and we discussed how I can be the various true versions of myself, but I know when to switch between how I express myself.

    1. noncontroversial: Honesty. Students should learn to value honesty in their dealings with others. Integrity. Students should firmly adhere to their own code of values, for example, moral or artistic beliefs. Justice. Students should subscribe to the view that all citizens should be the recipients of equal justice from governmental law enforcement agencies. Freedom. Students should believe that democratic nations must provide the maximum level of freedom to their citizens.

      I highlighted the word noncontroversial, because in the current political climate. Everything seems to be controversial. Honesty is dictated by cancel culture and free speech. Integrity can uphold vastly different values. Justice to one may not mean justice to another. Even the value of freedom is a contested and controversial topic.

    1. In case there are segments with multiple labels assigned and the label do not include GL_BALANCING/GL_ACCOUNT/FA_COST_CTR , the last assigned label would be picked up for equalization based on the last_update_date in fnd_kf_labeled_segments table. Thus, the latest assigned segment label code would be considered for equalization. 

      Order of multi-labels seems to have no real meaning of significance or precedence

    1. he actually uses aggressive means tocombat the equally aggressive acts towards the poor and innocent. And unlike the currentSuperman, this one killed without batting an eye, from throwing goons out of third storywindows onto the pavement to dropping one off his shoulder mid-flight.

      This is surprising to me because I would have thought that Superman, even in his earlier days would have had some sort of moral code. Although Superman was for the people, it seems as though his aggressive ways are what set him aprt from today's Superman.

    1. There is no secret code and no shortcut to language learning but there is a way to understand how humans learn languages

      There is no secret because we all know the real anwser. To learn a language you need to open up your mind and be okay with new information. That is the only way to improve. Trying to directly translate word for word harms our mental state and learning capabilities

    1. Author response:

      The following is the authors’ response to the original reviews

      Public Reviews:

      Reviewer #1 (public review): 

      This manuscript presents SAVEMONEY, a computational tool designed to enhance the utilization of Oxford Nanopore Technologies (ONT) long-read sequencing for the design and analysis of plasmid sequencing experiments. In the past few years, with the improvement in both sequencing length and accuracy, ONT sequencing is being rapidly extended to almost all omics analyses which are dominated by short-read sequencing (e.g., Illumina). However, relatively higher sequencing errors of long-read sequencing techniques including PacBio and ONT is still a major obstacle for plasmid/clone-based sequencing service that aims to achieve single base/nucleotide accuracy. This work provides a guideline for sequencing multiple plasmids together using the same ONT run without molecular barcoding, followed by data deconvolution. The whole algorithm framework is well-designed, and some real data and simulation data are utilized to support the conclusions. The tool SAVEMONEY is proposed to target users who have their own ONT sequencers and perform library preparation and sequencing by themselves, rather than relying on commercial services. As we know and discussed by the authors, in the real world, to ensure accuracy, the researchers will routinely pick up multiple colonies in the same plasmid construction and submit for Sanger sequencing. However, SAVEMONEY is not able to support the simultaneous analysis of multiple colonies in the same run, as compared to the barcoding-based approaches. This is a major limitation in the significance of this work. Encouraging computational ePorts in ONT data debarcoding for mixed-plasmid or even single-cell sequencing would be more valuable in the field. 

      We thank the reviewer for the positive response to our manuscript and the helpful comments.

      The tool SAVEMONEY is proposed to target users who have their own ONT sequencers and perform library preparation and sequencing by themselves, rather than relying on commercial services.

      We apologize that we were not clear enough in the manuscript. Our tool is designed for users who rely on commercial services (i.e., those who cannot include a barcode by themselves). However, it can also benefit those performing library preparation, as SAVEMONEY can be applied after standard barcode-based sequencing and de-multiplexing. The combination of standard barcodes with SAVEMONEY would significantly expands the scope of sequencing applications. For example, it would enable sequencing of more plasmid types than the number of available barcodes and, in some cases, it may even eliminate the need for barcode introduction. Because we do not own ONT equipment and because the primary target audience for the SAVEMONEY algorithm are users without ONT equipment, we were not able to conduct experiments using ONT. However, to clarify these possibilities, we added a dedicated paragraph describing these issues (3rd paragraph in the discussion section).

      However, SAVEMONEY is not able to support the simultaneous analysis of multiple colonies in the same run, as compared to the barcoding-based approaches.

      We agree with the reviewer about this limitation of SAVEMONEY, as it does not allow mixing of plasmids from multiple colonies in the same cloning run. However, that does not necessarily mean that SAVEMONEY cannot reduce sequencing costs in cloning. For example, when sequencing two colonies from each of three diPerent constructs (six plasmids in total), the standard approach would require sequencing costs for six samples. However, with SAVEMONEY, up to three plasmids can be mixed per sample, allowing them to be sequenced as just two samples. As a result, the sequencing cost per plasmid is reduced to one-third. The greatest benefits can be realized when SAVEMONEY is used at the laboratory level or by multiple researchers. To make this point clearer, we have added sentences in the 5th paragraph of the discussion section.

      (1) To provide more comprehensive information for users who care about the cost, the Introduction section should include a cost comparison between Sanger and ONT, with more details, such as diPerent ONT platforms (MinION, PromethION, FlongIe), chemistries (flow cells) and kits. This additional information will be more helpful and informative for the users who have their own sequencers and are the target audience for SAVEMONEY. 

      We thank the reviewer for pointing this out. Since we do not own ONT equipment, we are unable to provide a total cost for using the ONT platform. However, we have included the price per sample (~$15 per plasmid) for the commercial service we have used, as well as the equipment that they employ (V14 chemistry on a PromethION with an R10.4.1 flow cell) and the number of reads obtained per plasmid (~100–1000) in the 4th paragraph of the introduction section.     Though these costs will inevitably change over time, this information should still be helpful for those who own ONT sequencers in estimating the costs.

      (2) In "Overview of the algorithm" (Pages 3-4) under the Results section, instead of stating "However, coverage varies from ~100-1000 and is diPicult to predict because each nanopore flow cell has diPerent properties.", it will be beneficial to provide more detailed information, such as sequencing length, yield/read count per flow cell of diPerent platforms. This information will assist users in designing their own experiments ePectively. 

      We thank the reviewer for the comment. As mentioned in the previous response, we are unable to provide sequencing length, yield/read count per flow cell because we do not own ONT equipment. However, we apologize if it was not clear in "Overview of the algorithm" section that we are discussing the use of results obtained from commercial services, and therefore we need to provide more detailed information about the results from the commercial service. We have now clarified in the sentence pointed out by the reviewr that the numbers are derived from the information provided by commercial sequencing services. In addition, we have also added that typical examples of the result properties, i.e., read length and quality score distribution, can be found in Fig. 2 at the end of the same paragraph.

      (3) While this study optimized and evaluated the tool using a total of 14 plasmids, it may not provide suPicient power to represent the diversity of the plasmid world. Consideration should be given to expanding the dataset to include a broader range of plasmids in future studies to enhance the robustness and generalizability of the tool. 

      We are grateful to the reviewer for their valuable input. It is very reasonable that we had to expect that a larger number of plasmids should be used, even though the main target of SAVEMONEY is those who utilize commercial services. In the previous version of SAVEMONEY, it was not possible to process in a reasonable amount of time if too many plasmids were provided, though the algorithm itself does not have no restrictions based on the number of plasmids. Therefore, we have changed the underlying code to improve the algorithm, making it more than 20 times faster than the previous version (the benchmark time mentioned in the 3rd paragraph of the discussion section was improved to 3.1 minutes from the previous 65 minutes, using the same dataset and the same computer). Additionally, SAVEMONEY is now compatible with multiprocessing. The processing time is expected to decrease approximately inversely proportional to the number of CPU cores used. We have added these updates at the end of the 3rd paragraph in the discussion section.

      (4) If applicable and feasible, including a comparison or benchmark of SAVEMONEY against other similar tools would further strengthen the manuscript. This comparison would allow users to evaluate the advantages and disadvantages of diPerent tools for their specific needs. 

      We thank the reviewer for the suggestion. We have added the benchmark using the similar tool, On-Ramp, with the exact same set of plasmids and FASTQ data used for our benchmark (4th paragraph in the discussion section). Because the machine specifications used in the On-Ramp web server are unknown, a direct comparison is not possible. However, using only laptop-level computational resources, SAVEMONEY was able to process the data 38% faster than On-Ramp. When using mini-PC level computational resources, the processing time was 64% faster than on-RAMP.

      (5) The importance of pre-filtering raw sequencing reads should be emphasized as noisy reads can significantly impact the overall performance of the tool. It is essential to clarify whether any pre-filtering steps were performed in this study, such as filtering based on quality scores, read length, or other relevant factors. 

      We apologize for not being clear. Unfortunately, the commercial sequencing service we used did not provide the information regarding pre-filtering. However, the impact of the quality of pre-filtering based on quality score and read length on the quality of the final results is theoretically minimal in SAVEMONEY. First, during the initial step of the post-analysis, the classification step, short reads compared to the full plasmid length can be excluded based on the user-defined “score_threshold”. Simultaneously, low-quality reads with poor alignment to the plasmid can also be excluded, because “score_threshold” is related to the normalized alignment score. Even if there are low-quality reads that are not excluded at this stage, the ePect can be minimized during the final step of the post-analysis that generates consensus sequences. This is because our Bayesian analysis considers not only the base calling but also the q-scores to determine the consensus. Therefore, we believe the overall impact of pre-filtering on the final results is negligible.

      (6) The statement regarding the number of required reads per plasmid (20-30) and the maximum number of plasmids (up to six) that can be mixed in a single run may become outdated due to the rapid advancements in ONT technology. In the Discussion section, instead of assuming specific numbers, it would be more beneficial to provide information based on the current state of ONT sequencing, such as the number of reads per MinION flow cell that can be produced.

      We thank the reviewer for pointing this out. Because the number of required reads per plasmid depends on the accuracy of each read (i.e., the number of required reads can be reduced if the accuracy increases), we have added the description of these points to the last paragraph of the discussion section.

      Reviewer #2 (public review):  

      The authors developed an algorithm that allows for deconvoluting of plasmid sequences from a mixture of plasmids that have been sequenced by nanopore long read technology. As library preparations and barcoding of individual samples increase sequencing costs, the algorithm bypasses this need and thus decreases time on sample prep and sequencing costs. In the first step, the tool assesses which of the plasmid constructions can be mixed in a single library preparation by calculating a distance matrix between the reference plasmid and the constructions producing sequence clusters. The user is given groups of plasmids, from diPerent clusters, to be pooled together for sequencing. After sequencing, the algorithm deconvolutes the reads by classifying them based on alignments to the reference sequence. A Bayesian analysis approach is used to obtain a consensus sequence and quality scores. 

      Strengths 

      The authors exploit one of the main advantages of long-read sequencing which is to accurately resolve regions of high complexity, as regularly found in plasmids, and developed a tool that can validate plasmid constructions by reducing sequencing costs. Multiple plasmids (up to six) can be analyzed simultaneously in a single library without the need for sample barcoding, also reducing sample preparation time. Although inserts must be diPerent, just 2 bases diPerence would be enough for a correct assignation. It maximizes cost-ePiciency for projects that require large amounts of plasmid constructions and highthroughput validation. 

      We thank the reviewer for the positive response to our manuscript and the helpful comments.

      Weaknesses 

      The method proposed by the authors requires prior knowledge of plasmid sequences (i.e., blueprints or plasmid reference) and is not suitable for small experiments. The plasmid inserts or backbones must be diPerent e.g., multiple colonies from the same plasmid construction ePort cannot be submitted together. 

      As also discussed in the response to reviewer 1, we agree with the reviewer that SAVEMONEY does not allow you the analysis of plasmids from multiple colonies in the same cloning experiment. However, that does not necessarily mean that SAVEMONEY cannot reduce the sequencing cost. For example, when sequencing two colonies from each of three diPerent constructs (six plasmids in total), the standard approach would require sequencing costs for six samples. However, with SAVEMONEY, up to three plasmids can be mixed per sample, allowing them to be sequenced as just two samples. As a result, the sequencing cost per plasmid is reduced to one-third. The greatest benefits can be realized when SAVEMONEY is used at the laboratory level or by multiple researchers. To make this point clearer, we have added sentences in the 5th paragraph of the discussion section.

      The reviewer also expressed concern that SAVEMONEY is not suitable for experiments at a small scale. To put it more precisely, SAVEMONEY cannot be used when the experiment size is minimal, such as in a lab that consistently constructs only a single plasmid at a time. That said, the strength of SAVEMONEY lies in its scalability. Even in labs where plasmid construction is typically limited to one at a time, there may be occasional instances where two or more plasmids are created simultaneously. In such cases, SAVEMONEY can be used to reduce sequencing costs. Moreover, in a typical molecular biology lab where multiple plasmids are constructed every week, SAVEMONEY can be particularly ePective. Given its adaptability and cost-saving potential and widespread use since its initial publication on bioRxiv and on Google Colab, we are confident that SAVEMONEY will continue to be a valuable tool for a wide range of researchers.

      Recommendations For The Authors:

      Reviewer #2 (Recommendations For The Authors): 

      The manucript assumes all samples are sent out for sequencing at a specific company. This could be generalized for a much broader use since many labs now own nanopore sequencers. In turn, the advantage of reducing hands-on sample prep becomes more evident. 

      We thank the reviewer for pointing this out. We agree that SAVEMONEY can also benefit those performing library preparation. Combination of standard barcodes with SAVEMONEY significantly expands the scope of sequencing applications. For example, it enables sequencing of more plasmid types than the number of available barcodes and, in some cases, may even eliminate the need for the sample prep step to introduce barcode. Because we do not own ONT equipment, we could not conduct experiments using ONT. However, to clarify these possibilities, we added a dedicated paragraph (3rd paragraph in the discussion section).

      The base calling model (high accuracy, super accuracy) used by Plasmidsaurus and tested here should be mentioned.  

      We thank the reviewer for the suggestion. The description about the base calling model (HAC) was added in Materials and Methods section.

      Other modifications to the revised manuscript 

      Beyond changes made in response to reviewer comments above, we have also through our continued use and improvement of SAVEMONEY, made additional changes to the algorithm and therefore to the manuscript. Those changes are outlined below. Improvements in the pre-survey step

      (1) The pre-survey algorithm was reduced to a Zero-One Integer Linear Programming Problem to guarantee the optimal combinations, as previous versions did not ensure an optimal solution. Relatedly, the explanation of the algorithm in the main manuscript was updated.

      (2) The algorithm was modified to ensure that the number of plasmids distributed to each group is balanced. A new feature was also added to allow users to specify the number of groups, which is beneficial when balancing between cost and quality.

      (3) An error was corrected in Fig. 2, where the distance calculation method for the hierarchical clustering step for group formation was Farthest Point Algorithm, which calculates distance between two clusters based on the farthest pair of plasmids. The correct method is the Nearest Point Algorithm. This error was present only in Fig. 2, while other implementations, including source code of SAVEMONEY and Google Colab page, were correct from the beginning. We have corrected the error in Fig. 2.

      Modifications in figures, manuscripts, and other aspects

      (1) Fig. 3 was updated to reflect the update of SAVEMONEY, although it did not show any important diPerences.

      (2) Parameter names were updated as follows:

      “threshold (pre)” -> “distance_threshold”

      “threshold (post)” -> “score_threshold” Added “number_of_groups”

      (3) The order of elements was rearranged in Fig. 4.

      (4) Incorrect calculations were fixed in Fig. 4g, h, and i (old Fig. 4d, h, and l). Related to that, Fig. 4j, k, and l and Table 1 were added, in addition to the explanation in the main manuscript.

      (5) SAVEMONEY was packaged and was released on PyPI to facilitate easy installation and integration by other developers.

      (6) SAVEMONEY was updated and expanded to accommodate linear DNA fragments, such as PCR amplicons and long synthetic DNA. Users can select the topology of DNA by specifying that as an option. A description of this new capability was added at the end of “Overview of the algorithm” section.

    1. chronologie détaillée et la liste des personnages principaux mentionnés dans la source :

      Chronologie des événements principaux :

      • Années 70-90 : Progressivement, l'information sur la reproduction et la physiologie s'élargit pour devenir une éducation à la sexualité, intégrant des dimensions psychologiques (respect de soi, intimité), affectives et sociales (égalité fille-garçon, prévention des violences, droits des personnes).

      • Années 80-90 : On passe véritablement à une éducation à la sexualité centrée sur la tolérance, la liberté, le respect de soi et d'autrui, et l'adoption d'attitudes responsables.

      • 2001 : La loi relative à l'interruption volontaire de grossesse et à la contraception prévoit l'éducation à la sexualité comme une obligation dans le cadre scolaire. Cette loi est déclinée dans le code de l'éducation, rendant l'éducation à la sexualité obligatoire à l'école.

      • Depuis 2001 : Le Planning Familial attend la pleine application de la loi de 2001 et continue d'intervenir en milieu scolaire depuis des décennies, fort d'un agrément.

      • Juin 2023 : Le Conseil Supérieur des Programmes (CSP) est saisi pour élaborer un programme d'éducation à la sexualité.

      • Fin janvier 2025 : Le projet de programme d'éducation à la vie affective et relationnelle et à la sexualité est adopté par le CSP.

      • 3 février 2025 : Le programme est publié suite à la demande de la ministre.

      • Période suivant la publication : Mise en place d'un vaste programme d'accompagnement et de formation des professionnels au niveau national et académique. Création de ressources pédagogiques mises à disposition des professionnels (et potentiellement consultables par tous).

      Cast des personnages principaux et leurs brèves bios : * Marc Pelletier : Un des intervenants de la discussion ("bi" mentionné au début), prenant la parole en premier pour répondre à la question de l'évolution de l'éducation à la sexualité et de son caractère éducatif. Il semble être un expert ou une figure institutionnelle impliquée dans les questions d'éducation.

      • Sarah Durocher : La deuxième intervenante à prendre la parole. Elle représente le Planning Familial et apporte le point de vue d'une association de terrain impliquée depuis longtemps dans l'éducation à la sexualité. Elle a 15 ans d'expérience d'intervention au sein du Planning Familial.

      • Adeline : L'animatrice ou la modératrice de la discussion ("bi"). Elle introduit les intervenants, pose les questions et gère le déroulement de l'échange.

      • Samira : Une personne posant des questions lors de la discussion, notamment sur la formation des intervenants, le consentement et l'intimité. Elle semble relayer des préoccupations du public.

      • La Ministre (mentionnée) : La ministre ayant demandé la publication du programme d'éducation à la sexualité le 3 février. Bien que non nommée, elle représente le niveau gouvernemental ayant validé et rendu public le programme.

      • Ancienne Ministre de l'Éducation Nationale (mentionnée) : A déclaré que la "théorie du genre" n'existait pas et n'était pas présente dans les programmes. Cette mention vise à rassurer sur le contenu de l'éducation à la sexualité.

    Annotators

  5. inst-fs-iad-prod.inscloudgate.net inst-fs-iad-prod.inscloudgate.net
    1. ublic schools are where it is all supposed to start-they are the central institutions for bringing both parts of the dream into practice.

      This is funny to me because I always hear cases where public schools are underfunded and lack resources to provide certain courses or even college counselors (for college application prep) that help students pursue higher education. One's experience at a public school is also greatly impacted by where one lives. For instance, if your area code is in a more affluent neighbourhood like Palo Alto, you might get large auditoriums, better teachers, unique programs and opportunities, among other aspects that are far superior to the average public school.

    1. Author response:

      The following is the authors’ response to the original reviews

      Reviewer #1 (Public Review):

      Summary:

      In this study, Osiurak and colleagues investigate the neurocognitive basis of technical reasoning. They use multiple tasks from two neuroimaging studies and overlap analysis to show that the area PF is central for reasoning, and plays an essential role in tool-use and non-tool-use physical problem-solving, as well as both conditions of mentalizing task. They also demonstrate the specificity of the technical reasoning and find that the area PF is not involved in the fluid-cognition task or the mentalizing network (INT+PHYS vs. PHYS-only). This work suggests an understanding of the neurocognitive basis of technical reasoning that supports advanced technologies.

      Strengths:

      -The topic this study focuses on is intriguing and can help us understand the neurocognitive processes involved in technical reasoning and advanced technologies.

      -The researchers obtained fMRI data from multiple tasks. The data is rich and encompasses the mechanical problem-solving task, psychotechnical task, fluid-cognition task, and mentalizing task.

      -The article is well written.

      We sincerely thank Reviewer 1 for their positive and very helpful comments, which helped us improve the MS. Thank you.

      Weaknesses:

      - Limitations of the overlap analysis method: there are multiple reasons why two tasks might activate the same brain regions. For instance, the two tasks might share cognitive mechanisms, the activated regions of the two tasks might be adjacent but not overlapping at finer resolutions, or the tasks might recruit the same regions for different cognition functions.

      Thus, although overlap analysis can provide valuable information, it also has limitations.

      Further analyses that capture the common cognitive components of activation across different

      tasks are warranted, such as correlating the activation across different tasks within subjects for a region of interest (i.e. the PF).

      We thank Reviewer 1 for this comment. We added new analyses to address the two alternative interpretations stressed here by Reviewer 1, namely, the same-region-but-differentfonction interpretation and the adjacency interpretation. The new analyses ruled out both alternative interpretations, thereby reinforcing our interpretation.

      “The conjunction analysis reported was subject to at least two key limitations that needed to be overcome to assure a correct interpretation of our findings. The first was that the tasks could recruit the same regions for different cognition functions (same-region-but-different-function interpretation). The second was that the activated regions of the different tasks could be adjacent but did not overlap at finer resolutions (adjacency interpretation). We tested the same-region-but-different-function interpretation by conducting additional ROI analyses, which consisted of correlating the specific activation of the left area PF (i.e., difference in terms of mean Blood-Oxygen Level Dependent [BOLD] parameter estimates between the experimental condition minus the control condition) in the psychotechnical task, the fluid-cognition task, and the PHYS-Only and INT+PHYS conditions of the mentalizing task. This analysis did not include the mechanical problem-solving task because the sample of participants was not the same for this task. As shown in Fig. 5, we found significant correlations between all the tasks that were hypothesized as recruiting technical reasoning, i.e., the psychotechnical task and the PHYS-Only and INT+PHYS conditions of the mentalizing task (all p < .05). By contrast, no significant correlation was obtained between these three tasks and the fluid-cognition task (all p > .15). This finding invalidates the same-region-but-different-function interpretation by revealing a coherent pattern in the activation of the left area PF in situations in which participants were supposed to reason technically. We examined the adjacency interpretation by analysing the specific locations of individual peak activations within the left area PF ROI for the mechanical problemsolving task, the psychotechnical task, the fluid-cognition task, and the PHYS-Only and INT+PHYS conditions of the mentalizing task. These peaks, which corresponded to the maximum value of activation obtained for each participant within the left area PF ROI, are reported in Fig. 6. As can be seen, the peaks of the fluid-cognition task were located more anteriorly, in the left area PFt (Parietal Ft) and the postcentral cortex, compared to the peaks of the other four tasks, which were more posterior, in the left area PF. Statistical analyses based on the y coordinates of the individual activation peaks confirmed this description (Fig. 6). Indeed, the y coordinates of the peaks of the mechanical problem-solving task, the psychotechnical task and the PHYS-Only and INT+PHYS conditions of the mentalizing task were posterior to the y coordinates of the peaks of the fluid-cognition task (all p < .05), whereas no significant differences were reported between the four tasks (all p > .05). These findings speak against the adjacency interpretation by revealing that participants recruited the same part of the left area PF to perform tasks involving technical reasoning.” (p. 11-13)

      Control tasks may be inadequate: the tasks may involve other factors, such as motor/ actionrelated information. For the psychotechnical task, fluid-cognition task, and mentalizing task, the experiment tasks need not only care about technical-cognition information but also motor-related information, whereas the control tasks do not need to consider motor-related information (mainly visual shape information). Additionally, there may be no difference in motor-related information between the conditions of the fluid-cognition task. Therefore, the regions of interest may be sensitive to motor-related information, affecting the research conclusion.

      We thank Reviewer 1 for this comment. We added a specific section in the discussion that addresses this limitation.

      “The second limitation concerns the alternative interpretation that the left area PF is not central to technical reasoning but to the storage of sensorimotor programs about the prototypical manipulation of common tools. Here we show that the left area PF is recruited even in situations in which participants do not have to process common manipulable tools. For instance, some items of the psychotechnical task consisted of pictures of tractor, boat, pulley, or cannon. The fact that we found a common activation of the left area PF in such tasks as well as in the mechanical problem-solving task, in which participants could nevertheless simulate the motor actions of manipulating novel tools, indicates that this brain area is not central to tool manipulation but to physical understanding. That being said, some may suggest that viewing a boat or a cannon is enough to incite the simulation of motor actions, so our tasks were not equipped to distinguish between the manipulation-based approach and the reasoning-based approach. We have already shown that the left area PF is more involved in tasks that focus on the mechanical dimension of the tool-use action (e.g., the mechanical interaction between a tool and an object) than its motor dimension (i.e., the interaction between the tool and the effector [e.g., 24, 40]). Nevertheless, we recognize that future research is still needed to test the predictions derived from these two approaches.” (p. 18-19)

      -Negative results require further validation: the cognitive results for the fluid-cognition task in the study may need more refinement. For instance, when performing ROI analysis, are there any differences between the conditions? Bayesian statistics might also be helpful to account for the negative results.

      We agree that our negative results required further validation. We conducted the ROI analyses suggested by Reviewer 1, which confirmed the initial whole-brain analyses.

      “Region of interest (ROI) results. We conducted additional analyses to test the robustness of our findings. One of our results was that we did not report any specific activation of the left area PF in the fluid-cognition task contrary to the mechanical problem-solving task, the psychotechnical task, and the PHYS-Only and INT+PHYS conditions of the mentalizing task. However, this negative result needed exploration at the ROI level. Therefore, we created a spherical ROI of the left area PF with a radius of 12 mm in the MNI standard space (–59; –31; 40). This ROI was literature-defined to ensure the independence of its selection (40). ROI results are shown in Fig. 4. The analyses confirmed the results obtained with the whole-brain analyses by indicating a greater activation of the left area PF in the mechanical problem-solving task, the psychotechnical task, and the PHYS-Only and INT+PHYS conditions of the mentalizing task (all p < .001), but not in the fluid-cognition task (p \= .35).” (p. 10-11)

      Reviewer #1 (Recommendations For The Authors):

      (1) I may not fully grasp some of the arguments. In the abstract, what does the term "intermediate-level" mean, and why is it an intermediate-level state? In the sentence "the existence of a specific cognitive module in the human brain dedicated to materiality", I cannot see a clear link between technical cognition and the word "materiality".

      We used the term materiality to refer to a potential human trait that allows us to shape the physical world according to our ends, by using, making tools and transmiting them to others. This is a reference to Allen et al. (2020; PNAS): “We hope this empirical domain and modeling framework can provide the foundations for future research on this quintessentially human trait: using, making, and reasoning about tools and more generally shaping the physical world to our ends” (p. 29309). Scientists (including archaeologists, economists, psychologists, neuroscientists) interested in human materiality have tended to focus on how we manipulate things according to our thought (motor cognition) or how we conceptualize our behaviour to transmit it to others (language, social cognition). However, little has been said on the intermediate level, that is, technical cognition. We added the term “technical cognition” here, which should help to make the connection more quickly.

      “Yet, little has been said about the intermediate-level cognitive processes that are directly involved in mastering this materiality, that is, technical cognition.” (p. 2)

      (2) The introduction could provide more details on why the issue of "generalizability and specificity" is important to address, to clarify the significance of the research question.

      We followed this comment and added a sentence to explain why it is important to address this research question. Again, we thank Reviewer 1 for their helpful comments.

      “Here we focus on two key aspects of the technical-reasoning hypothesis that remain to be addressed: Generalizability and specificity. If technical reasoning is a specific form of reasoning oriented towards the physical world, then it should be implicated in all (the generalizability question) and only (the specificity question) the situations in which we need to think about the physical properties of our world.” (p. 5)

      Reviewer #2 (Public Review):

      Summary:

      The goal of this project was to test the hypothesis that a common neuroanatomic substrate in the left inferior parietal lobule (area PF) underlies reasoning about the physical properties of actions and objects. Four functional MRI (fMRI) experiments were created to test this hypothesis. Group contrast maps were then obtained for each task, and overlap among the tasks was computed at the voxel level. The principal finding is that the left PF exhibited differentially greater BOLD response in tasks requiring participants to reason about the physical properties of actions and objects (referred to as technical reasoning). In contrast, there was no differential BOLD response in the left PF when participants engaged in fMRI variant of the Raven's progressive matrices to assess fluid cognition.

      Strengths:

      This is a well-written manuscript that builds from extensive prior work from this group mapping the brain areas and cognitive mechanisms underlying object manipulation, technical reasoning, and problem-solving. Major strengths of this manuscript include the use of control conditions to demonstrate there are differentially greater BOLD responses in area PF over and above the baseline condition of each task. Another strength is the demonstration that area PF is not responsive in tasks assessing fluid cognition - e.g., it may just be that PF responds to a greater extent in a harder condition relative to an easy condition of a task. The analysis of data from Task 3 rules out this alternative interpretation. The methods and analysis are sufficiently written for others to replicate the study, and the materials and code for data analysis are publicly available.

      We sincerely thank Reviewer 2 for their precious comments, which helped us improve the MS. 

      Weaknesses:

      The first weakness is that the conclusions of the manuscript rely on there being overlap among group-level contrast maps presented in Figure 2. The problem with this conclusion is that different participants engaged in different tasks. Never is an analysis performed to demonstrate that the PF region identified in e.g., participant 1 in Task 2 is the same PF region identified in Participant 1 in Task 4.

      We added new analyses that demonstrated that “the PF region identified in e.g., participant 1 in Task 2 is the same PF region identified in Participant 1 in Task 4”. We thank Reviewer 2 for this comment, because these new analyses reinforced our interpretation.

      “The conjunction analysis reported was subject to at least two key limitations that needed to be overcome to assure a correct interpretation of our findings. The first was that the tasks could recruit the same regions for different cognition functions (same-region-but-different-function interpretation). The second was that the activated regions of the different tasks could be adjacent but did not overlap at finer resolutions (adjacency interpretation). We tested the same-region-but-different-function interpretation by conducting additional ROI analyses, which consisted of correlating the specific activation of the left area PF (i.e., difference in terms of mean Blood-Oxygen Level Dependent [BOLD] parameter estimates between the experimental condition minus the control condition) in the psychotechnical task, the fluid-cognition task, and the PHYS-Only and INT+PHYS conditions of the mentalizing task. This analysis did not include the mechanical problem-solving task because the sample of participants was not the same for this task. As shown in Fig. 5, we found significant correlations between all the tasks that were hypothesized as recruiting technical reasoning, i.e., the psychotechnical task and the PHYS-Only and INT+PHYS conditions of the mentalizing task (all p < .05). By contrast, no significant correlation was obtained between these three tasks and the fluid-cognition task (all p > .15). This finding invalidates the same-region-but-different-function interpretation by revealing a coherent pattern in the activation of the left area PF in situations in which participants were supposed to reason technically. We examined the adjacency interpretation by analysing the specific locations of individual peak activations within the left area PF ROI for the mechanical problemsolving task, the psychotechnical task, the fluid-cognition task, and the PHYS-Only and INT+PHYS conditions of the mentalizing task. These peaks, which corresponded to the maximum value of activation obtained for each participant within the left area PF ROI, are reported in Fig. 6. As can be seen, the peaks of the fluid-cognition task were located more anteriorly, in the left area PFt (Parietal Ft) and the postcentral cortex, compared to the peaks of the other four tasks, which were more posterior, in the left area PF. Statistical analyses based on the y coordinates of the individual activation peaks confirmed this description (Fig. 6). Indeed, the y coordinates of the peaks of the mechanical problem-solving task, the psychotechnical task and the PHYS-Only and INT+PHYS conditions of the mentalizing task were posterior to the y coordinates of the peaks of the fluid-cognition task (all p < .05), whereas no significant differences were reported between the four tasks (all p > .05). These findings speak against the adjacency interpretation by revealing that participants recruited the same part of the left area PF to perform tasks involving technical reasoning.” (p. 11-13)

      A second weakness is that there is a variance in accuracy between tasks that are not addressed. It is clear from the plots in the supplemental materials that some participants score below chance (~ 50%). This means that half (or more) of the fMRI trials of some participants are incorrect. The methods section does not mention how inaccurate trials were handled. Moreover, if 50% is chance, it suggests that some participants did not understand task instructions and were systematically selecting the incorrect item.

      It is true that the experimental conditions were more difficult than the control conditions, with some participants who performed at or below 50% in the experimental conditions. We added a section in the MS to stress this aspect. To examine whether this potential difficulty effect biased our interpretation, we conducted new ROI analyses by removing all the participants who performed at or below the chance level. These analyses revealed the same results as when no participant was excluded, suggesting that this did not bias our interpretation.

      “As mentioned above, the experimental conditions of all the tasks were more difficult than their control conditions. As a result, the specific activation of the left area PF documented above could simply reflect that this area responds to a greater extent in a harder condition relative to an easy condition of a task. This interpretation is nevertheless ruled out by the results obtained with the fluid-cognition task. We did not report a specific activation of the left area PF in this task while its experimental condition was more difficult than its control condition. To test more directly this effect of difficulty, we conducted new ROI analyses by removing all the participants who performed at or below 50% (Fig. S2). These new analyses replicated the initial analyses by showing a greater activation of the left area PF in the mechanical problem-solving task, the psychotechnical task, and the PHYS-Only and INT+PHYS conditions of the mentalizing task (all p < .001), but not in the fluid-cognition task (p \= .48). In sum, the ROI analyses corroborated the wholebrain analyses and ruled out the potential effect of difficulty.” (p. 11)

      A third weakness is related to the fluid cognition task. In the fMRI task developed here, the participant must press a left or right button to select between 2 rows of 3 stimuli while only one of the 3 stimuli is the correct target. This means that within a 10-second window, the participant must identify the pattern in the 3x3 grid and then separately discriminate among 6 possible shapes to find the matching stimulus. This is a hard task that is qualitatively different from the other tasks in terms of the content being manipulated and the time constraints.

      We acknowledge that the fluid-cognition task involved a design that differed from the other tasks. However, this was also true for the other tasks, as the design also differed between the mechanical problem-solving task, the psychotechnical task, and the mentalizing task. Nevertheless, despite these distinctions, we found a consistent activation of the left area PF in these tasks with different designs including in the psychotechnical task, which seemed as difficult as the fluid-cognition task.

      “Region of interest (ROI) results. We conducted additional analyses to test the robustness of our findings. One of our results was that we did not report any specific activation of the left area PF in the fluid-cognition task contrary to the mechanical problem-solving task, the psychotechnical task, and the PHYS-Only and INT+PHYS conditions of the mentalizing task. However, this negative result needed exploration at the ROI level. Therefore, we created a spherical ROI of the left area PF with a radius of 12 mm in the MNI standard space (–59; –31; 40). This ROI was literature-defined to ensure the independence of its selection (40). ROI results are shown in Fig. 4. The analyses confirmed the results obtained with the whole-brain analyses by indicating a greater activation of the left area PF in the mechanical problem-solving task, the psychotechnical task, and the PHYS-Only and INT+PHYS conditions of the mentalizing task (all p < .001), but not in the fluid-cognition task (p \= .35).” (p. 10-11)

      In sum, this is an interesting study that tests a neuro-cognitive model whereby the left PF forms a key node in a network of brain regions supporting technical reasoning for tool and non-tool-based tasks. Localizing area PF at the level of single participants and managing variance in accuracy is critically important before testing the proposed hypotheses.

      We thank Reviewer 2 for this positive evaluation and their suggestions. As detailed in our response, our revision took into consideration both the localization of the left area PF at the level of single participants and the variance in accuracy. 

      Reviewer #2 (Recommendations For The Authors):

      Did the fMRI data undergo high-pass temporal filtering prior to modeling the effects of interest? Participants engaged in a long (17-24 minutes) run of fMRI data collection. Highpass filtering of the data is critically important when managing temporal autocorrelation in the fMRI response (e.g., see Shinn et al., 2023, Functional brain networks reflect spatial and temporal autocorrelation. Nature Neuroscience).

      Yes. We added this information.

      “Regressors of non-interest resulting from 3D head motion estimation (x, y, z translation and three axes of rotation) and a set of cosine regressors for high-pass filtering were added to the design matrix.” (p. 25-26)

      Including scales in Figure 2 would help the reader interpret the magnitude of the BOLD effects.

      We added this information in Figure 3 (Figure 2 in the initial version of the MS).

      It was difficult to inspect the small thumbnail images of the task stimuli in Figure 1. Higher resolution versions of those stimuli would help facilitate understanding of the task design and trial structure.

      We changed both Figure 1 and Figure S1.

      Reviewer #3 (Public Review):

      Summary:

      This manuscript reports two neuroimaging experiments assessing commonalities and differences in activation loci across mechanical problem-solving, technical reasoning, fluid cognition, and "mentalizing" tasks. Each task includes a control task. Conjunction analyses are performed to identify regions in common across tasks. As Area PF (a part of the supramarginal gyrus of the inferior parietal lobe) is involved across 3 of the 4 tasks, the investigators claim that it is the hub of technical cognition.

      Strengths:

      The aim of finding commonalities and differences across related problem-solving tasks is a useful and interesting one.

      The experimental tasks themselves appear relatively well-thought-out, aside from the concern that they are differentially difficult.

      The imaging pipeline appears appropriate.

      We thank Reviewer 3 for their constructive comments, which helped us improve the MS.

      Weaknesses:

      (1) Methodological

      As indicated in the supplementary tables and figures, the experimental tasks employed differ markedly in 1) difficulty and 2) experimental trial time. Response latencies are not reported (but are of additional concern given the variance in difficulty). There is concern that at least some of the differences in activation patterns across tasks are the result of these fundamental differences in how hard various brain regions have to work to solve the tasks and/or how much of the trial epoch is actually consumed by "on-task" behavior. These difficulty issues should be controlled for by 1) separating correct and incorrect trials, and 2) for correct trials, entering response latency as a regressor in the Generalized Linear Models, 3) entering trial duration in the GLMs.

      We thank Reviewer 3 for this comment. It is true that the experimental conditions were more difficult than the control conditions, with some participants who performed at or below 50% in the experimental conditions. We added a section in the MS to stress this aspect. We could not conduct new analyses by separating correct and incorrect trials because, for each task, participants had to respond only on the last item of the block. Therefore, we did not record a response for each event. Nevertheless, we could examine whether this potential difficulty effect biased our interpretation, by conducting new ROI analyses in which we removed all the participants who performed at or below the chance level. These analyses revealed the same results as when no participant was excluded, suggesting that this did not bias our interpretation. 

      “As mentioned above, the experimental conditions of all the tasks were more difficult than their control conditions. As a result, the specific activation of the left area PF documented above could simply reflect that this area responds to a greater extent in a harder condition relative to an easy condition of a task. This interpretation is nevertheless ruled out by the results obtained with the fluid-cognition task. We did not report a specific activation of the left area PF in this task while its experimental condition was more difficult than its control condition. To test more directly this effect of difficulty, we conducted new ROI analyses by removing all the participants who performed at or below 50% (Fig. S2). These new analyses replicated the initial analyses by showing a greater activation of the left area PF in the mechanical problem-solving task, the psychotechnical task, and the PHYS-Only and INT+PHYS conditions of the mentalizing task (all p < .001), but not in the fluid-cognition task (p \= .48). In sum, the ROI analyses corroborated the wholebrain analyses and ruled out the potential effect of difficulty.” (p. 11)

      A related concern is that the control tasks also differ markedly in the degree to which they were easier and faster than their corresponding experimental task. Thus, some of the control tasks seem to control much better for difficulty and time on task than others. For example, the control task for the psychotechnical task simply requires the indication of which array contains a simple square shape (i.e., it is much easier than the psychotechnical task), whereas the control task for mechanical problem-solving requires mentally fitting a shape into a design, much like solving a jigsaw puzzle (i.e., it is only slightly easier than the experimental task).

      It is true that some control conditions could be easier than other ones. These differences reinforced the common activation found in the left area PF in the tasks hypothesized as involving technical reasoning, because this activation survived irrespective of the differences in terms of experimental design. For us, the rationale is the same as for a meta-analysis, in which we try to find what is common to a great variety of tasks. The only detrimental consequence we identified here is that this difference explained why we did not report a specific activation of the left area PF in the fluid-cognition task, as if the left area PF was more responsive when the task was difficult. This possibility assumes that the experimental condition of the fluid-cognition task is much more difficult than its control condition compared to what can be seen in the other tasks. As Reviewer 2 stressed in Point 1, this interpretation is unlikely, because the differences between the experimental and control conditions were similar to the fluid-cognition task in the mechanical problem-solving and psychotechnical tasks. In addition, again, the new ROI analyses in which we removed all the participants who performed at or below the chance level in expetimental conditions reproduced our initital results.

      (2) Theoretical 

      The investigators seem to overlook prior research that does not support their perspective and their writing seems to lack scientific objectivity in places. At times they over-reach in the claims that can be made based on the present data. Some claims need to be revised/softened.

      As this comment is also mentioned below, please find our response to it below.

      Reviewer #3 (Recommendations For The Authors):

      (1) Because of the high level of detail, Figures 1 and S2 (particularly the mentalizing task and mechanical problem-solving task, and their controls) are very hard to parse, even when examined relatively closely. It is suggested that these figures be broken down into separate panels for Experiment 1 and Experiment 2 to facilitate understanding.

      We changed both Figure 1 and Figure S1.

      (2) The behavioral data (including response latencies) should be reported in the main results section of the paper and not in a supplement.

      The behavioural data are now reported in the main results. We did not report response latencies because participants were not prompted to respond as quickly as possible.

      “Behavioural results. All the behavioural results are given in Fig. 2. As shown, scores were higher in the experimental conditions than for the control conditions for all the tasks (all p < .05). In other words, the experimental conditions were more difficult than the control conditions. This difference in terms of difficulty can also be illustrated by the fact that some participants performed at or below the chance level in the experimental conditions whereas none did so in the control conditions.” (p. 8)

      (3) The investigators seem to overlook prior research that does not support their perspective and their writing seems to lack scientific objectivity in places. At times they over-reach in the claims that can be made based on the present data. For example, claims that need to be revised/softened include:

      Abstract: "Area PF... can work along with social-cognitive skills to resolve day-to-day interactions that combine social and physical constraints". This statement is overly speculative.

      This statement is based on the fact that we reported a combined activation of the technical-reasoning network and the mentalizing network in the INT+PHYS condition of the mentalizing task. This suggests that both networks need to work together for solving a day-today problem in which both the physical constraints of the situation and the intention of the individual must be integrated. Our findings replicated previous ones with a similar task (e.g., Brunet et al. 2000; Völlm et al., 2006), in which the authors gave an interpretation similar to ours in considering that this task requires understanding physical and social causes. Perhaps that the reference to the results of the mentalizing task was not explicit enough. We added “dayto-day” before “problem” in the part of the discussion in which we discuss this possibility to make this aspect clearer.

      “In broad terms, the results of the mentalizing task indicate that causal reasoning has distinct forms and that it recruits distinct networks of the human brain (Social domain: Mentalizing; Physical domain: Technical reasoning), which can nevertheless interact together to solve day-to-day problems in which several domains are involved, such as in the INT+PHYS condition of the mentalizing task.” (p. 16)

      Introduction: "The manipulation-based approach... remains silent on the more general cognitive mechanisms...that must also encompass the use of unfamiliar or novel tools". This statement seems to be based on an overly selective literature review. There are a number of studies in which the relationship between a novel and familiar tool selection/use has been explored (e.g., Buchman & Randerath, 2017; Mizelle & Wheaton, 2010; Silveri & Ciccarelli, 2009; Stoll, Finkel et al., 2022; Foerster, 2023; Foerster, Borghi, & Goslin, 2020; Seidel, Rijntjes et al., 2023).

      We thank Reviewer 3 for this comment. Even if we accept the idea that we possess specific sensorimotor programs about tool manipulation, it remains that these programs cannot explain how an individual decides to bend a wire to make a hook or to pour water in a recipient to retrieve a target. As a matter of fact, such behaviour has been reported in nonhuman animals, such as crows (Weir et al., 2002, Nature) or orangutans (Mendes et al., 2007, Biology Letters). In these studies, the question is whether these nonhuman animals understand the physical causes or not, but the question of sensorimotor programs is never addressed (to our knowledge). This is also true in developmental studies on tool use (e.g., Beck et al., 2011, Cognition; Cutting et al., 2011, Journal of Experimental Child Psychology). This is what we meant here, that is, the manipulation-based approach is not equipped to explain how people solve physical problems by using or making tools – or any object – or by building constructions or producing technical innovations. However, we agree that some papers have been interested in exploring the link between common and novel tool use and have suggested that both could recruit common sensorimotor programs. It is noteworthy that these studies do not test the predictions from the manipulation-based approach versus the reasoning-based approach, so both interpretations are generally viable as stressed by Seidel et al. (2023), one of the papers recommended by Reviewer 3.

      “Apparently, the presentation of a graspable object that is recognizable as a tool is sufficient to provoke SMG activation, whether one tends to see the function of SMG to be either “technical reasoning” (Osiurak and Badets 2016; Reynaud et al. 2016; Lesourd et al. 2018; Reynaud et al. 2019) or “manipulation knowledge” (Sakreida et al. 2016; Buxbaum 2017; Garcea et al. 2019b).” (Seidel et al., 2023; p. 9)

      Regardless, as suggested by Reviewer 3, these papers deserve to be cited and this part needed to be rewritten to insist on the “making, construction, and innovation” dimension more than on the “unfamiliar and novel tool use” dimension to avoid any ambiguity.

      “This manipulation-based approach has provided interesting insights (12–16) and even elegant attempts to explain how these sensorimotor programs could support the use of both unfamiliar or novel tools (17–20), but remains silent on the more general cognitive mechanisms behind human technology that include the use of common and unfamiliar or novel tools but must also encompass tool making, construction behaviour, technical innovations, and transmission of technical content.” (p. 3)

      Introduction: "Here we focus on two important questions... to promote the technicalreasoning hypothesis as a comprehensive cognitive framework..."(italics added). This and other similar statements should be rewritten as testable scientific hypotheses rather than implying that the point of the research is to promote the investigators' preferred view.

      We agree that our phrasing could seem inappropriate here. What we meant here is that the technical-reasoning hypothesis could become an interesting framework for the study of the cognitive bases of human technology only if we are able to verify some of its key facets. As suggested, we rewrote this part. We also rewrote the abstract and the first paragraph of the discussion.

      “Here we focus on two key aspects of the technical-reasoning hypothesis that remain to be addressed: Generalizability and specificity. If technical reasoning is a specific form of reasoning oriented towards the physical world, then it should be implicated in all (the generalizability question) and only (the specificity question) the situations in which we need to think about the physical properties of our world.” (p. 5)

      Introduction: The Goldenberg and Hagmann paper cited actually shows that familiar tool use may be based either on retrieval from semantic memory or by inferring function from structure (mechanical problem solving); in other words, the investigators saw a role for both kinds of information, and the relationship between mechanical problem solving and familiar tool use was actually relatively weak. This requires correction.

      We disagree with Reviewer 3 on this point. The whole sentence is as follows:

      “This silence has been initially broken by a series of studies initiated by Goldenberg and Hagmann (9), which has documented a behavioural link in left brain-damaged patients between common tool use and the ability to solve mechanical problems by using and even sometimes making novel tools (e.g., extracting a target out from a box by bending a wire to create a hook) (9, 17).” (p. 3-4)

      We did not mention the interpretations given by Goldenberg and Hagmann about the link with the pantomime task, but only focused on the link they reported between common tool use and novel tool use. This is factual. In addition, we also disagree that the link between common tool use and novel tool use was weak.

      “The hypothesis put forward in the introduction predicts that knowledge about prototypical tool use assessed by pantomime of tool use and the ability to infer function from structure assessed by novel tool selection can both contribute to the use of familiar tools. Indeed results of both tests correlated signicantly with the use of familiar tools pantomime of tool use: r \= 0.77, novel tool selection: r \= 0.62; both P < 0.001), but there was also a signicant correlation between the two tests r \= 0.64, P < 0.001).” (Goldenberg & Hagmann, 1998; p. 585)

      As can be seen in this quote, they reported a significant correlation between novel tool selection and the use of familiar tools. It is also noteworthy that the novel tool selection test and the pantomime test correlated together. Georg Goldenberg told one of the authors (F. Osiurak; personal communication) that this result incited him to revise its idea that pantomime could assess “semantic knowledge”, which explains why he did not use it again as a measure of semantic knowledge. Instead, he preferred to use a classical semantic matching task in his 2009 Brain paper with Josef Spatt, in which they found a clearer dissociation between semantic knowledge and common/novel tool use not only at the behavioral level but also at the cerebral level.

      Introduction: Please expand and clarify this sentence "However, this involvement seems to be task-dependent, contrary to the systematic involvement of left are PF. The IFG and LOTC activations observed in prior studies are of interest as well. Were they indeed all taskdependent in these studies?

      We agree that this sentence is confusing. We meant that, in the studies reported just above in the paragraph, these regions were not systematically reported contrary to the left area PF. As we think that this information was not crucial for the logic of the paper, we preferred to remove it. 

      Introduction: If implicit mechanical knowledge is acquired through interactions with objects, how is that implicit knowledge conveyed to pass on the material culture to others?

      We thank Reviewer 3 for this comment. Although mechanical knowledge is implicit, it can be indirectly transmitted to other individuals, as shown in two papers we published in Nature Human Behaviour (Osiurak et al., 2021) and Science Advances (Osiurak et al., 2022). Actually, verbal teaching is not the only way to transmit information. There are many other ways of transmitting information such as gestural teaching (e.g., pointing the important aspects of a task to make them salient to the learner), observation without teaching (i.e., when we observe someone unbeknown to them) or reverse engineering (i.e., scrutinizing an artifact made by someone else). We have shown that even in reverse-engineering conditions, participants can benefit from what previous participants have done to increase their understanding of a physical system. In other words, all these forms of transmission allow the learners to understand new physical relationships without waiting that these relationships randomly occur in the environment. There is a wide literature on social learning, which describes very well how knowledge can be transmitted without using explicit communication. In fact, it is very likely that such forms of transmission were already present in our ancestors, allowing them to start accumulating knowledge without using symbolic language. We did not add this information in the MS because we think that this was a little bit beyond the scope of the MS. Nevetheless, we cited relevant literature on the topic to help the reader find it if interested in the topic.

      “Yet, recent accounts have proposed that non-social cognitive skills such as causal understanding or technical reasoning might have played a crucial role in cumulative technological culture (6, 29, 66). Support for these accounts comes from micro-society experiments, which have demonstrated that the improvement of technology over generations is accompanied by an increase in its understanding (67, 68), or that learners’ technical-reasoning skills are a good predictor of cumulative performance in such micro-societies (33, 69).” (p. 19)

      What distinguishes this implicit mechanical knowledge from stored knowledge about object manipulation? Are these two conceptualizations really demonstrably (testably) different?

      We agree that it is complex to distinguish between these two hypotheses as suggested by Seidel et al. (2023) cited above (see Reviewer 3 Point 8). We have conducted several studies to test the opposite predictions derived from each hypothesis. The main distinction concerns the understanding of physical materials and forces, which is central to the technical-reasoning hypothesis but not to the manipulation-based approach. Indeed, sensorimotor programs about tool manipulation are not assumed to contain information about physical materials and forces. In the present study, the understanding of physical materials and forces was needed in the four tasks hypothesized as requiring technical reasoning, i.e., the mechanical problem-solving task, the psychotechnical task and the PHYS-Only and INT+PHYS conditions of the mentalizing task. We can illustrate this aspect with items of each of these tasks. Figure 1A is of the mechanical problem-solving task. 

      As explained in the MS, participants had memorized the five possible tools before the scanner session. Thus, for 4 seconds, they had to imagine which of these tools could be used to extract the target out from the box. We did so to incit them to reason about mechanical solutions based on the physical properties of the problem. Then, they had 3 seconds to select the tool with the appropriate shape, here the right one. In this case, the motor action remains the same (i.e., pulling). Another illustration can be given, with the psychotechnical task (Figure 1B).

      In this task, the participant had to reason as to whether the boat-tractor connection was better in the left picture or in the right picture. This needs to reason about physical forces, but there is no need to recruit sensorimotor programs about tool manipulation. Finally, a last example can be given with the PHYS-Only condition of the mentalizing task (but the logic is the same for the INT+PHYS condition except that the character’s intentions must also be taken into consideration) Figure 1D).

      Here the participant must reason about which picture shows what is physically possible. In this task, there is no need to recruit sensorimotor programs about tool manipulation. In sum, what is common between these three tasks is the requirement to reason about physical materials and forces. We do not ignore that motor actions could be simulated in the mechanical problemsolving task, but no motor action needed to be simulated in the other three tasks. Therefore, what was common between all these tasks was the potential involvement of technical reasoning but not of sensorimotor programs about tool manipulation. Of course, an alternative is to consider that motor actions are always needed in all the situations, including situations where no “manipulable tool” is presented, such as a tractor and a boat, a pulley, or a cannon. We cannot rule out this alternative, which is nevertheless, for us, prejudicial because it implies that it becomes difficult to test the manipulation-based approach as motor actions would be everywhere. We voluntarily decided not to introduce a debate between the reasoning-based approach and the manipulation-based approach and preferred a more positive writing by stressing the insights from the present study. Note that we stressed the merits of the manipulation-based approach in the introduction because we sincerely think that this approach has provided interesting insights. However, we voluntarily did not discuss the debate between the two approaches. Given Reviewer 3’s comment (see also Reviewer 1 Point 2), we understand and agree that some words must be nevertheless said to discuss how the manipulation-based approach could interpret our results, thus stressing the potential limitations of our interpretations. Therefore, we added a specific section in the discussion in which we discussed this aspect in more details.

      “The second limitation concerns the alternative interpretation that the left area PF is not central to technical reasoning but to the storage of sensorimotor programs about the prototypical manipulation of common tools. Here we show that the left area PF is recruited even in situations in which participants do not have to process common manipulable tools. For instance, some items of the psychotechnical task consisted of pictures of tractor, boat, pulley, or cannon. The fact that we found a common activation of the left area PF in such tasks as well as in the mechanical problem-solving task, in which participants could nevertheless simulate the motor actions of manipulating novel tools, indicates that this brain area is not central to tool manipulation but to physical understanding. That being said, some may suggest that viewing a boat or a cannon is enough to incite the simulation of motor actions, so our tasks were not equipped to distinguish between the manipulation-based approach and the reasoning-based approach. We have already shown that the left area PF is more involved in tasks that focus on the mechanical dimension of the tool-use action (e.g., the mechanical interaction between a tool and an object) than its motor dimension (i.e., the interaction between the tool and the effector [e.g., 24, 40]). Nevertheless, we recognize that future research is still needed to test the predictions derived from these two approaches.” (p. 18-19)

      Introduction and throughout: The framing of left Area PF as a special area for technical reasoning is overly reductionistic from a functional neuroanatomic perspective in that it ignores a large relevant literature showing that the region is involved with many other tasks that seem not to require anything like technical cognition. Indeed, entering the coordinates - 56, -29, 36 (reported as the peak coordinates in common across the studied tasks) in Neurosynth reveals that 59 imaging studies report activations within 3 mm of those coordinates; few are action-related (a brief review indicated studies of verbal creativity, texture processing, reading, somatosensory processing, stress reactions, attentional selection etc). Please acknowledge the difficulty of claiming that a large brain region should be labeled the brain's technical reasoning area when it seems to also participate in so much else. The left IPL (including area PF) is densely connected to the ventral premotor cortex, and this network is activated in language and calculation tasks as well as tool use tasks (e.g., Matsumoto, Nair, et al., 2012). What other constructs might be able to unite this disparate literature, and are any of these alternative constructs ruled out by the present data? Lacking this objective discussion, the manuscript does read as a promotion of the investigators' preferred viewpoint.

      We thank Reviewer 3 for this comment. As stressed in the initial version of the MS, we did not write that the left area PF is sufficient but central to the network that allows us to reason about the physical world. Regardless, we agree that an objective discussion was needed on this aspect to help the reader not misunderstand our purpose. We added a section in this aspect as suggested. 

      “Before concluding, we would like to point out two potential limitations of the present study. The first limitation concerns the fact that the literature has documented the recruitment of the left area PF in many neuroimaging experiments in which there was no need to reason about physical events (e.g., language tasks). This can be easily illustrated by entering the left area PF coordinates in the Neurosynth database.

      This finding could be enough to refute the idea that this brain area is specific to technical reasoning. Although this limitation deserves to be recognized, it is also true for many other findings. For instance, sensory or motor brain regions such as the precentral or the postcentral cortex have been found activated in many non-motor tasks, the visual word form area in non-language tasks, or the Heschl’s gyrus in nonmusical tasks. This remains a major challenge for scientists, the question being how to solve these inconsistencies that can result from statistical errors or stress that considerable effort is needed to understand the very functional nature of these brain areas. Thus, understanding that the left area PF is central to physical understanding can be viewed as a first essential step before discovering its fundamental function, as suggested by the functional polyhedral approach (56).” (p. 18)

      Discussion: The discussion of a small cluster in the IFG (pars opercularis) that nearly survived statistical correction is noteworthy in light of the above point. This further underscores the importance of discussing networks and not just single brain regions (such as area PF) when examining complex processes. The investigators note, "a plausible hypothesis is that the left IFG integrates the multiple constraints posed by the physical situation to set the ground for a correct reasoning process, such as it could be involved in syntactic language processing". In fact, the hypothesis that the IFG and SMG are together related to resolving competition has been previously proposed, as has the more specific hypothesis that the SMG buffers actions and that the context-appropriate action is then selected by the IFG (e.g., Buxbaum & Randerath, 2018). The parallels with the way the SMG is engaged with competing lexical or phonological alternatives (e.g., Peramunage, Blumstein et al., 2011) have also been previously noted.

      We added the Buxbaum and Randerath (2018)’s reference in this section.

      “The functional role of the left IFG in the context of tool use has been previously discussed (24) and a plausible hypothesis is that the left IFG integrates the multiple constraints posed by the physical situation to set the ground for a correct reasoning process, such as it could be involved in syntactic language processing (for a somewhat similar view, see [51]).” (p. 16-17)

      Introduction and Discussion: Please clarify how the technical reasoning network overlaps with or is distinct from the tool-use network reported by many previous investigators.

      We added a couple of sentences in the discussion to clarify this point.

      “It should be clear here that we do not advocate the localizationist position simply stating that activation in the left area PF is the necessary and sufficient condition for technical reasoning. We rather defend the view according to which it requires a network of interacting brain areas, one of them – and of major importance – being the left area PF. This allows the engagement of different configurations of cerebral areas in different technical-reasoning tasks, but with a central process acting as a stable component: The left area PF. Thus, when people intend to use physical tools, it can work in concert with brain regions specific to object manipulation and motor control, thereby forming another network, the tool-use network. It can also interact with brain regions specific to intentional gestures to form a “social-learning” network that allows people to enhance their understanding about the physical aspects of a technical task (e.g., the making of a tool) through communicative gestures such as pointing gestures (42). The major challenge for future research is to specify the nature of the cognitive process supported by the left area PF and that might be involved in the broad understanding of the physical world.” (p. 14)

      Discussion: All of the experimental tasks require a response from a difficult choice in an array, and all of the tasks except for the fluid cognition task are likely to require prediction or simulation of a motion trajectory-whether an embodied or disembodied trajectory is unclear. The Discussion does mention the related (but distinct) idea of an "intuitive physics engine", a "kind of simulator", Please clarify how this study can rule out these alternative interpretations of the data. If the study cannot rule out these alternatives, the claims of the study (and the paper title which labels PF as a technical cognition area) should be scaled back considerably. 

      We thank Reviewer 3 for this comment. The authors of the papers on intuitive physics engine or associative learning do not suggest that these processes are embodied. As discussed above, we clarified our perspective on the role of the left area PF and hope that these modifications help the reader better understand it. We warmly thank Reviewer 3 for their comments, which considerably helped us improve the MS.

    1. Voici un sommaire de la vidéo avec des indications temporelles basées sur le déroulement du contenu :

      • Introduction (Début de la vidéo) : L'introduction est faite par Elena, la fondatrice de Toadhouse Games. Elle explique que ce tutoriel est conçu pour les débutants qui n'ont aucune connaissance en codage et que les premières vidéos seront gratuites sur YouTube. Elle présente Ren'Py comme un moteur de roman visuel utilisé par des milliers de créateurs.

      • Qu'est-ce que Ren'Py ? (Environ 0:00 - 1:00) : Ren'Py est un moteur pour créer des romans visuels et de la fiction interactive. Bien qu'il fonctionne avec du code Python, il n'est pas nécessaire de savoir coder pour l'utiliser. Le logiciel fournit tout ce dont vous avez besoin, y compris des éditeurs de texte.

      • Téléchargement de Ren'Py (Environ 1:00 - 2:00) : Il faut se rendre sur ri.org et cliquer sur le bouton de téléchargement. Différentes versions sont disponibles pour Windows, Mac, Linux, Android et iOS. Une fois le fichier téléchargé, il faut l'exécuter et extraire les fichiers dans le dossier de votre choix.

      • Ouverture et présentation du lanceur Ren'Py (Environ 2:00 - 4:00) : Dans le dossier extrait, double-cliquez sur l'application Ren'Py (l'icône avec un anime) pour ouvrir le lanceur. Le lanceur affiche les projets ouverts (tutoriel et question par défaut) et les fichiers associés à chaque projet. Sur la droite, l'option "script" permet d'accéder aux fichiers de code, qui peuvent être édités dans un éditeur de texte comme Atom. Ren'Py peut télécharger et installer Atom pour vous.

      • Exploration des fichiers du projet (Environ 4:00 - 5:00) : Le dossier "game" contient tous les fichiers du jeu (audio, musique, images, etc.). Un raccourci vers le dossier "images" est également disponible. Le fichier "script" contient le code du jeu, y compris les dialogues, les transitions, la musique et les scènes. Les options et les écrans (screens) permettent de personnaliser l'apparence du jeu.

      • Construction et distribution du jeu (Environ 5:00 - 5:30) : L'option "build distributions" permet de créer une version jouable de votre jeu pour la partager avec d'autres sur différentes plateformes comme PC, Linux, Mac, itch.io ou Steam.

      • Exercice pratique avec le projet "The Question" (Environ 5:30 - 8:00) : Il est recommandé de sélectionner le projet "the question" et de lancer le projet pour jouer au jeu. Ensuite, ouvrez le script du projet "the question". L'exercice consiste à jouer au jeu tout en regardant le code correspondant dans l'éditeur de texte. Cela permet de comprendre comment le code contrôle le déroulement du jeu (musique, scènes, dialogues, choix). Il est possible de faire de petites modifications dans le script et de recharger le jeu pour voir les changements.

      • Présentation de Scrivener (Environ 8:00 - 9:00) : Scrivener est un logiciel optionnel qui peut être utilisé pour écrire le dialogue et organiser le contenu de votre roman visuel. Un modèle Ren'Py pour Scrivener créé par Toadhouse Games est disponible. Scrivener propose des conseils d'écriture de base et des modèles pour les profils de personnages et le code Ren'Py.

      • Conclusion (Environ 9:00 - Fin de la vidéo) : Elena encourage les spectateurs à commencer à expérimenter avec Ren'Py en modifiant le projet "the question". Des tutoriels plus avancés sur les "flags" et les choix seront proposés ultérieurement. Des ressources d'aide sont disponibles sur Twitter, par e-mail (teamtoadhouse@gmail.com), sur les subreddits et les forums Ren'Py, ainsi que sur le Discord de Toadhouse Games.

    1. Voici un sommaire avec des indications temporelles basées sur le déroulement de la vidéo :

      • Introduction (Début) : Elena Linaire, fondatrice et directrice créative de Team Toad House et Toad House Games, présente le studio et annonce un game jam de visual novels sur itch.io.

      Elle mentionne des ateliers animés par des professionnels de Toad House pour aider à la création de visual novels. L'objectif est de rendre la création de jeux accessible aux débutants.

      • Téléchargement de Ren'Py (Environ 2-3 minutes) : Elena explique comment télécharger Ren'Py depuis le site renpy.org.

      Elle précise que Ren'Py est un moteur de jeu open source et gratuit spécialement conçu pour les visual novels. Elle cite d'autres moteurs de jeu comme Unity, Unreal, Game Maker, Godot et Twine, notant qu'ils sont adaptés à différents types de jeux.

      Elle souligne que la connaissance de Python n'est pas nécessaire pour utiliser Ren'Py, bien que le "pi" dans Ren'Py fasse référence à Python.

      • Documentation et Ressources (Environ 4-5 minutes) :

      Elena mentionne que le site de Ren'Py contient de la documentation, qui est parfois considérée comme peu conviviale.

      Elle recommande également le serveur Discord Ren'Py et le forum Lumisoft comme ressources d'aide.

      La documentation couvre les bases et les utilisations plus spécifiques de Ren'Py, y compris les systèmes de dates, de monnaie et d'inventaire.

      • Lancement et Création d'un Nouveau Projet (Environ 6-10 minutes) :

      Elena montre l'interface du lanceur Ren'Py, affichant des projets existants comme ceux de Toad House Games.

      Elle explique comment créer un nouveau projet, choisir la langue (avec des options comme le pig latin) et sélectionner un éditeur de texte (recommandant Adam, qui peut être téléchargé directement depuis Ren'Py).

      Il est possible de choisir la résolution du projet, avec 1280x720 comme valeur par défaut, et un schéma de couleurs clair ou foncé pour l'interface (GUI).

      • Structure des Fichiers d'un Projet (Environ 11-13 minutes) :

      Elena présente la structure des dossiers créés pour un nouveau projet Ren'Py, notamment les dossiers game (contenant images, audio, gui, saves), audio cache et autres.

      Elle explique que le fichier script.rpy est l'endroit où le code du jeu est écrit.

      Elle montre comment remplacer l'icône de l'application et modifier les éléments de l'interface graphique dans le dossier gui.

      • Jeu Ren'Py par Défaut et Code de Base (Environ 14-16 minutes) :

      Elena lance le projet par défaut de Ren'Py pour montrer les fonctionnalités intégrées comme les sauvegardes, les chargements, les préférences (volume, plein écran, saut, etc.) et l'écran "À propos". Elle exécute le court jeu par défaut pour illustrer la structure de base : arrière-plan (bg), sprites et dialogue.

      Elle ouvre ensuite le fichier script.rpy dans Adam pour montrer le code correspondant, expliquant les déclarations de personnages (define) et le point de départ du jeu (label start).

      • Définir des Personnages et Écrire du Dialogue (Environ 17-19 minutes) : Elena explique comment définir des personnages avec un nom et une couleur de texte.

      Elle montre comment écrire du dialogue en utilisant le nom du personnage défini. Elle aborde la question de la gestion de plusieurs personnages avec des noms similaires.

      • Outil Narratif Scrivener (Environ 19-22 minutes) : Elena présente Scrivener comme un outil utile pour la planification et l'écriture du récit d'un visual novel, permettant d'organiser l'intrigue, les dialogues et même d'intégrer des éléments de code de base avant de les copier-coller dans Ren'Py.

      • Narration et Positionnement du Texte (Environ 22-24 minutes) : Elena explique comment gérer le texte de narration (sans nom de personnage), souvent utilisé pour les pensées internes.

      Elle mentionne les deux modes de texte principaux dans Ren'Py : en bas de l'écran et en plein écran (NVL). Elle déconseille de placer le texte narratif ailleurs à cause de la complexité du code.

      • Choix, Sauts (Jump), Appels (Call) et Drapeaux (Flags) (Environ 25-41 minutes) :

      Elena démontre comment créer des choix (menu) dans Ren'Py, en utilisant les mots-clés menu, les options et les actions à entreprendre (texte, jump vers un autre label, call à un autre label).

      Elle explique la différence entre jump (saut sans retour) et call (appel avec retour après un return).

      Elle introduit le concept de drapeaux (flags), qui sont des variables utilisées pour suivre les décisions du joueur et influencer le déroulement de l'histoire (default nom_du_drapeau = False, \$ nom_du_drapeau = True, if nom_du_drapeau:).

      Elle montre comment les drapeaux peuvent être utilisés avec des instructions if pour afficher du contenu conditionnel.

      • Analyse des Jeux Tutoriel et "The Question" (Environ 41-47 minutes) :

      Elena examine le jeu tutoriel inclus avec Ren'Py, soulignant ses fonctionnalités (sauvegarde, chargement, préférences, rollback, historique) et son contenu éducatif sur les bases de Ren'Py.

      Elle explore ensuite le jeu d'exemple "The Question", attirant l'attention sur l'analyse du jeu du point de vue d'un développeur (apparence des sprites, positionnement, expressions, choix).

      Elle montre comment le code du jeu "The Question" utilise la définition de personnages avec des couleurs de texte personnalisées (codes hexadécimaux), les drapeaux et la structure des labels pour créer des choix et des embranchements narratifs.

      • Exemple de Code de "Good Looking Home Cooking" (Environ 47-1 heure 17 minutes) :

      Elena présente le code de son jeu "Good Looking Home Cooking" comme un exemple plus complexe, montrant l'utilisation de définitions pour les sons, les curseurs et les personnages (avec des propriétés comme la couleur et le texte alternatif pour la synthèse vocale).

      Elle explique l'utilisation de variables pour suivre les choix importants (drapeaux) et comment ces drapeaux sont utilisés dans les menus et les instructions conditionnelles pour créer différents embranchements et fins.

      Elle illustre l'utilisation de transformations et de positionnement pour les sprites, les transitions (dissolve, fade to black), et la création d'une séquence de crédits animée à partir d'une image PNG défilante. Elle discute des différentes fins possibles dans un visual novel (bonne, mauvaise, tiède).

      • Taille des Images et Arrière-Plans (Environ 1 heure 17 minutes - 1 heure 21 minutes) :

      Elena aborde la question de la taille des images, expliquant qu'elle est déterminée par essai et erreur pour correspondre à la résolution du projet et à l'aspect souhaité. Elle montre des exemples d'arrière-plans filtrés dans le jeu Ren'Py "Karashojo".

      • Conseils de Gestion du Temps et Conclusion (Environ 1 heure 21 minutes - Fin) :

      Elena termine en donnant des conseils pour la gestion du temps et éviter le "crunch" pendant le game jam, notamment en se fixant des mini-échéances régulières et en étant réaliste quant à la portée du projet.

      Elle encourage les participants à utiliser des outils comme Scrivener et à rejoindre la communauté Discord pour trouver de l'aide et des collaborateurs.

      Elle rappelle l'importance d'inclure la mention légale de Ren'Py dans le jeu.

    1. AbstractMicrobiome-based disease prediction has significant potential as an early, non-invasive marker of multiple health conditions linked to dysbiosis of the human gut microbiota, thanks in part to decreasing sequencing and analysis costs. Microbiome health indices and other computational tools currently proposed in the field often are based on a microbiome’s species richness and are completely reliant on taxonomic classification. A resurgent interest in a metabolism-centric, ecological approach has led to an increased understanding of microbiome metabolic and phenotypic complexity revealing substantial restrictions of taxonomy-reliant approaches. In this study, we introduce a new metagenomic health index developed as an answer to recent developments in microbiome definitions, in an effort to distinguish between healthy and unhealthy microbiomes, here in focus, inflammatory bowel disease (IBD). The novelty of our approach is a shift from a traditional Linnean phylogenetic classification towards a more holistic consideration of the metabolic functional potential underlining ecological interactions between species. Based on well-explored data cohorts, we compare our method and its performance with the most comprehensive indices to date, the taxonomy-based Gut Microbiome Health Index (GMHI), and the high dimensional principal component analysis (hiPCA)methods, as well as to the standard taxon-, and function-based Shannon entropy scoring. After demonstrating better performance on the initially targeted IBD cohorts, in comparison with other methods, we retrain our index on an additional 27 datasets obtained from different clinical conditions and validate our index’s ability to distinguish between healthy and disease states using a variety of complementary benchmarking approaches. Finally, we demonstrate its superiority over the GMHI and the hiPCA on a longitudinal COVID-19 cohort and highlight the distinct robustness of our method to sequencing depth. Overall, we emphasize the potential of this metagenomic approach and advocate a shift towards functional approaches in order to better understand and assess microbiome health as well as provide directions for future index enhancements. Our method, q2-predict-dysbiosis (Q2PD), is freely available (https://github.com/Kizielins/q2-predict-dysbiosis).

      This work has been peer reviewed in GigaScience (https://doi.org/10.1093/gigascience/giaf015), which carries out open, named peer-review. These reviews are published under a CC-BY 4.0 license and were as follows:

      Reviewer 1: Vanessa Marcelino

      The manuscript proposes a new method to distinguish between healthy and diseased human gut microbiomes. The topic is timely, as to date, there is no consensus on what constitutes a healthy microbiome. The key conceptual advance of this study is the integration of functional microbiome features to define health. Their new computational approach, q2-predict-dysbiosis (Q2PD), is open source and available on GitHub.

      While the manuscript is conceptually innovative and interesting for the scientific community, there are several major limitations in the current version of this study.

      1. To develop the Q2PD, they define features associated with health by comparing it with microbiome samples from IBD patients. There are many more non-healthy/dysbiotic phenotypes beyond IBD, therefore it is not accurate to use IBD as synonymous of dysbiosis as done throughout this version of the paper.

      2. The study initially tests the performance of Q2PD against other gut microbiome health indexes (GMHI and hiPCA) using the same data that was used to select the health-associated features of Q2PD. Model performance should be assessed on independent data. On a separate analysis, they do use different datasets (from GMHI and hiPCA), but these datasets seem to be incomplete - GMHI and hiPCA publications have included 10 or more disease categories, and it is unclear why only 4 categories are shown in this study.

      3. While Q2PD does provide visible improvements in differentiating some diseases from healthy phenotypes, the accuracy and sensitivity of Q2PD isn't clear. To adopt Q2PD, I would like to know what are the chances that the classification results will be correct.

      4. There is very little documentation on how to use Q2PD. What are the expect outputs for example, do we need to chose a threshold to define health? Is the method completely dependent on Humann and Metaphlan outputs, or other formats are accepted? The test data contain some samples with zero counts. I got an error when trying it with the test data (ValueError: node array from the pickle has an incompatible dtype…).

      Therefore, I recommend including a range of disease categories to develop Q2PD and use independent datasets to validate the model in terms of accuracy and sensitivity. Alternatively, consider focusing this contribution on IBD. Making the code more user friendly will drastically increase the adoption of Q2PD by the community.

      Please also use page and line numbers when submitting the next version. Other suggestions:

      Abstract: I recommend replacing 'attributed' with 'linked', as 'attributed' suggests that dysbiosis may be causing (rather than reflecting) disease.

      Results: Please indicate what it is meant by 'function' here - it will be good to clarify that this method uses Metaphlan's read-based approach to identify metabolic pathways. What is used, pathway completeness or abundance?

      Results regarding Figure 3a are difficult to interpret. Is 'non-negatively correlated' the same as 'positively correlated'? What does the colour gradient represent - their abundance in those groups, or the strength of their correlation?

      "We observed that the prevalence of the pairs positively correlated in health was higher than in a number of disease-associated groups (Figure 3b)" . This is a very generalised statement considering that only half of the comparisons were significant. How co-occurring species were selected?

      "To test this, we compared the contributions of MDFS-identified species to "core functions" in different groups (Supplementary Figure 4)." How was this comparison made, based on species correlations? The caption of these figures could include more detail - it just says 'Top species contributions to functions.' but how do you define 'top' ? What do the colours represent?

      'This finding was congruent with our earlier suspicions of functional plasticity; modulation of function and thus altered connectivity in the interaction network, shifting towards less abundant, non-core functions upon perturbation of homeostasis.' This is reasonable, but I don't understand how you can draw this conclusion from these figures where there seems to be no significant difference between health and disease.

      Section 'Testing q2-predict-dysbiosis, GMHI and hiPCA accuracy of prediction for healthy and IBD individuals'

      What is the difference between fraction of "core functions" found the fraction of "core functions" among all functions?

      "Most importantly, Q2PD produced visually the highest scores for all healthy in comparison to unhealthy cohorts" . This was not statistically significant. In fact, GMHI finds more significant differences between health and disease than Q2PD.

      Sup. Figure 7 - would be informative to add the name/description of these metabolites not just their ID).

      'Although the threshold of 0.6 as determinant of health by the Q2PD was not applicable to the new datasets'. Does the threshold to define health with Q2PD change depending on the dataset? What are the implications of this for the applicability of this index?

      Effects of sequencing depth - this is a very good addition to the paper, the effects of sequencing depth can be profound but are ignored in most studies, so I commend the authors for doing this here. It would be even better, in my opinion, if this was done with the same datasets used to test/compare Q2PD with other methods, as using a different dataset here adds a new layer of confounding factors.

      'the GMHI and the hiPCA produced the opposite trend, wrongly indicating patient recovery.' The difference here is striking, what is driving this trend?

      The Gut Microbiome Wellness Index 2 (GMWI2) is now published. I don't think it needs to be part of the benchmarking, but it could be acknowledged/cited here.

      Methods: More information on how the data was processed is needed - how were the abundance tables normalized? Which output from Humann was used for downstream analyses?

      To ensure reproducibility, please provide the scripts/code used for analyses and figures.

    1. I have included code from others trusting that it would work, and that they would fix reported problems. And often that is true, there are quite a few faithful contributors. But sometimes someone just wants to get his feature in, and as soon as the things he uses are working, he disappears. And then I end up having to fix problems. These days I’m a lot more careful about including new features. Especially when it’s complex and interferes with several existing parts of the code. I’m insisting more often on writing tests and documentation before including anything.
    2. A lot of it feels like someone who doesn’t like the old code and wants to do it “right.” I can agree that the old code is ugly. But it will take an awful lot of effort to make a new implementation. It’s a lot like what happened to Elvis: A rewrite was going to make it much better, but it took so long, during which Vim added more features, that eventually there are not so many Elvis users. And the rewritten Elvis may have nice code, but users don’t notice that.
    1. The Merriam-Webster dictionary defines the word plagiarize as “to steal and pass off (the ideas or words of another) as one’s own: use (another’s production) without crediting the source.” When you use the words and ideas of others in your own work without citing where you got that information from, this is considered plagiarism. Whether a student purposely tries to pass off information as their own (i.e., copying and pasting text or paraphrasing another source without giving credit) or does so unintentionally (i.e., not knowing how to cite sources), plagiarism goes against the moral and ethical code for students called academic integrity. Academic integrity is the expectation that all students will be honest and responsible and will not plagiarize or cheat and that they will be motivated by more than just getting good grades. Most colleges have consequences for violating academic integrity, which may include suspension or expulsion from the institution.

      While reading, I wondered how students can avoid accidental plagiarism, especially if they don't know how to properly cite their sources. The text specifies that plagiarism can be intentional or by mistake, but I want to better understand how to check if my work is properly cited. I'm also wondering if all universities have the same rules and penalties for plagiarism, or if they differ. I'd also like to learn how to paraphrase correctly while still attributing the source, so I don't accidentally copy someone's ideas.

    1. In the view of Valentinian Christians, by imposing a legalistic ethical code based on the Old Testament, soul-identified Christians such as Irenaeus had surrendered their Christian freedom and subjected themselves to the Law. According to Saint Paul, those who were subject to the Law could only be saved by complete obedience to it (i.e. by good deeds). The teacher Ptolemy puts it this way, "Animate persons have been taught animate lessons, being strengthened by works and mere faith and not having perfect acquaintance" (Irenaeus Against Heresies 1:6:2). In contrast, spiritual Christians were redeemed through unmerited grace (cf. Gospel of Truth 35:25-28). The elect are "spiritual not by behavior but by nature" (Irenaeus Against Heresies 1:6:2) as a consequence of having God's spirit. As we have seen previously, the gnosis (knowledge) granted by the grace of God was expressed through complete abstinence from sin. Valentinians believed that ordinary Christians performed good deeds in order to be saved while they themselves performed good deeds as an expression of their salvation.

      Valentinus says that Christians subject themselves to the law, and are foolish since they must then follow all the laws. However, he himself says that those who are saved do not sin at all. Such a high bar.

    1. Virtue Ethics

      Reading this section reminded me of another group that was likely shaped by virtue ethics, knights of the middle ages. Aristotle’s works had a resurgence in the 11th/12th centuries, and his thoughts reshaped culture/education. One piece of this being major changes in the way university education worked, with these changes reflected in the way we learn in universities today. At the same time, knights were operating under a chivalric virtue code - kind of a “bro code” for how they interacted with each other. These virtues were: honor, prowess, loyalty, and largesse (generosity). I hadn’t made the connection to how Aristotle’s ethics likely influenced this code, but I don’t think it would be a stretch to make that connection considering his influence at that time and the similar group virtues listed in this section.

    1. Once you have tried coding agents, and figured out how to be effective with them, you will never want to go back. They are going to stomp chat coding. And the great thing is, with agents you are still vibe coding. That’s why it’s not a modality: You can vibe code with any non-manual AI modality: chat, agents, clusters. As long as AI is doing the work, you’re vibing! The only difference with agents is that you don’t rendezvous with them as often.Now that agents have emerged, we can start to see patterns. Each successive modality wave, beginning with chat, is conservatively about 5x as productive as the previous wave. Chat can be 5x as productive as manual coding, agents can be 5x as productive as chat, and so on. Note that each wave would probably grow to be 10x as productive as its predecessor, if left unchallenged and given time to mature. But they keep getting flattened by new, even faster modalities.

      I feel like this needs substantiation that I'm not getting anywhere in the piece so far?

    1. 可使用as将char转为各种整数类型,目标类型小于4字节时,将从高位截断

      注意:这里是将字符对应的 unicode 码位 (code points) 转换为整数类型,而不是基于 UTF-8 编码进行转换。

    1. One com-mon form of embedding-based IR application is†. Co-first author∗. Corresponding authors1. The model, code, and data is publicly available athttps://github.com/FlagOpen/FlagEmbedding.BGE M3-EmbeddingMulti-LingualCross-Lingual100+ LanguagesSparse RetrievalMulti-Vec RetrievalDense RetrievalPassage-LevelDoc-Level (≤8192)Sentence-LevelMulti-Linguality Multi-Functionality Multi-GranularityM3-EmbeddingMulti-LingualCross-Lingual100+ LanguagesSparse RetrievalMulti-Vec RetrievalDense RetrievalPassage-LevelDoc-Level (≤8192)Sentence-LevelMulti-Linguality Multi-Functionality Multi-GranularityFigure 1: Characters of M3-Embedding.dense retrieval, where relevant answers to the querycan be retrieved based on the embedding similarity(Karpukhin et al., 2020; Xiong et al., 2020; Nee-lakantan et al., 2022; Wang et al., 2022; Xiao et al.,2023). Besides, the embedding model can also beapplied to other IR tasks, such as multi-vector re-trieval where the fine-grained relevance betweenquery and document is computed based on the in-teraction score of multiple embeddings (Khattaband Zaharia, 2020), and sparse or lexical retrievalwhere the importance of each term is estimated byits output embedding (Gao et al., 2021a; Lin andMa, 2021; Dai and Callan, 2020)

      Một dạng ám dụng IR phổ biển được sử dụng hiện nay là truy xuất cô đặc (dense retrieval). Bên cạnh đó, mô hình embedding cũng có thể được áp dụng cho các task IR khác, như truy xuất da vector (multi-vector) mà trong đó, độ liên quan giữa tài liệu và truy vấn được tính dựa trên tương tác của nhiều vector embedding

    1. Note: This preprint has been reviewed by subject experts for Review Commons. Content has not been altered except for formatting.

      Learn more at Review Commons


      Referee #1

      Evidence, reproducibility and clarity

      The study by Osato and Hamada aims at computationally identifying a set of novel putative insulator-associated DNA binding proteins (DBPs) via estimation of their contribution to the expression of genes in the same chromosome region of their binding sites (+- 1Mbp from TSS). To achieve this, the authors leverage a deep learning architecture already published via which ChIP-seq peaks of DBPs in the TSS of a given gene are used to predict its expression level in four human cell lines.

      Building on this, the authors used another tool called DeepLIFT to evaluate the weight of each DBP binding site on the final gene expression value. Hence they made the assumption that if a given DBP had an insulator function they could restrict the prediction of the gene's expression to the region included between pairs of that DBP binding sites, and evaluate the pair's motif directionality bias in the distribution of weights. They exemplify their approach's validity by the fact that they can predict the known directionality bias of CTCF/cohesin-bound sites as the highest of the lot, with the F-R orientation of the pairs the most enriched, recapitulating what already known in literature: i.e., that F-R chromatin interaction peaks are the most enriched. In addition, they find several new DBPs showing significant directionality bias; hence they could be candidates for insulation activity. They then provide correlation between these putative insulator binding sites and sites of transition between euchromatin and heterochromatin by independently using histone mark and gene expression datasets. This, of course, is not surprising because (a) there is insulation between regions with heterotypic chromatin identities, and (b) it was already known from the first papers describing insulated chromatin domains that their boundaries were well-enriched for active transcription and transcriptional regulators (e.g., Dixon et al, Nature 2012).

      Finally, they use chromatin interaction (looping) sites to check the overlap between CTCF and all other DBPs and define a subset of putative insulator DBPs not overlapping CTCF peaks, suggesting potentially new insulatory mechanisms. These factors were all known transcriptional activators, but this part of the findings carry most of the novelty in the work and have the potential of opening up new directions for research in chromatin organization.

      Overall, the methodology applied here is adequate, clear, and reproducible. The major issue, in our view, is that the entire manuscript's findings relies on the usage of deepLIFT, a tool which was not benchmarked previously or by the current study. In fact, deepLIFT is public as regards its code, and also appears as a preprint from 2017 on biorXiv and published in the Proceedings of Machine Learning Research conference. Also, this key tool was developed by the Kundaje lab (who produce high quality alogrithms), and not by the authors. Therefore, the manuscript is predominantly based on the execution of existing workflows to publicly-available data. This does not take anything away from the interesting question posed here, but at the same time does not provide the community with any new algorithm/workflow.

      Finally, although I appreciate that the authors are purely computational and have likely no capacity for experimental validation of their claims of new DBPs having insulator roles, I would assume that there are RNA-seq and/or ChIP-seq data out there produced after knockdown of one or more of these DBPs that show directional positioning. Using this kind of data, effects on gene expression can at least be tested in regard to the authors' predictions. Moreover, in terms of validation, Figure 6 should be expanded to incorporate analysis of DBPs not overlapping CTCF/cohesin in chromatin interaction data that is important and potentially more interesting than the simple DBPs enrichment reported in the present form of the figure. Critically, I would like to see use of Micro-C/Hi-C data and ChIP-seq from these factors, where insulation scores around their directionally-bound sites show some sort of an effect like that presumed by the authors - and many such datasets are publicly-available and can be put to good use here.

      As secondary issues, we would point out that:

      • The suggested alternative transcripts function, also highlighted in the manuscript;s abstract, is only supported by visual inspection of a few cases for several putative DBPs. I believe this is insufficient to support what looks like one of the major claims of the paper when reading the abstract, and a more quantitative and genome-wide analysis must be adopted, although the authors mention it as just an 'observation'.
      • Figure 1 serves no purpose in my opinion and can be removed, while figures can generally be improved (e.g., the browser screenshots in Figs 4 and 5) for interpretability from readers outside the immediate research field.
      • Similarly, the text is rather convoluted at places and should be re-approached with more clarity for less specialized readers in mind.

      Significance

      The scientific novelty of the work lies primarily in the identification of a set of DBPs that are proposed to confer insulator activity genome-wide. This has been long sought after in human data (whilst it is well understood and defined in Drosophila). The authors produce a quantitative ranking of the putative insulation effect of these DBPs and, most importantly, go on to identify a smaller subset that are apparently non-overlapping with anchors of CTCF-cohesin loop anchors; the presence of strong motif orientation biases in many DBPs can also be of broad interest, especially those that cannot be trivially ascribable to the loop extrusion process.

      However, although these findings open the way for speculation on multiple insulation mechanisms via proteins with multiple regulatory functions, the manuscript provide no experimental or computational means to test the proposed roles of these DBPs - and, as such, this limits the potential impact of the work and mostly targets researchers in the field of genome organization that can test these findings. Having said this, if validated, this work can significantly broaden our understanding of how chromatin is organized in 3D nuclear space.

      I typically identify myself to the authors: A. Papantonis, expertise in 3D genome architecture, chromatin biology, and genomics/bioinformatics.

    1. Reviewer #1 (Public review):

      Summary:

      This study presents findings on dual TCR regulatory T cells (Tregs) using previously published single-cell RNA and TCR sequencing datasets. The authors aimed to quantify dual TCR Tregs in different tissues and analyze their characteristics. Rather than perform the difficult experiments needed to ascertain the functional role of dual receptors, this study relies entirely on scRNA-VDJ-seq data published by two other groups. The findings primarily confirm prior work rather than provide new insights, and the methodology has significant weaknesses that limit the study's impact. We have concerns about the scientific integrity of this work.

      Strengths:

      (1) The use of single-cell RNA and TCR sequencing is appropriate for addressing potential relationships between gene expression and dual TCR.

      (2) The data confirm the presence of dual TCR Tregs in various tissues, with proportions ranging from 10.1% to 21.4%, aligning with earlier observations in αβ T cells.

      (3) Tissue-specific patterns of TCR gene usage are reported, which could be of interest to researchers studying T cell adaptation, although these were more rigorously analyzed in the original works.

      Weaknesses

      (1) Lack of Novelty: The primary findings do not substantially advance our understanding of dual TCR expression, as similar results have been reported previously in other contexts.

      (2) Incomplete Evidence: The claims about tissue-specific differences lack sufficient controls (e.g., comparison with conventional T cells) and functional validation (e.g., cell surface expression of dual TCRs).

      (3) Methodological Weaknesses: The diversity analysis does not account for sample size differences, and the clonal analysis conflates counts and clonotypes, leading to potential misinterpretation.

      (4) Insufficient Transparency: The sequence analysis pipeline is inadequately described, and the study lacks reproducibility features such as shared code and data.

      (5) Weak Gene Expression Analysis: No statistical validation is provided for differential gene expression, and the UMAP plots fail to reveal meaningful clustering patterns.

      (6) A quick online search reveals that the same authors have repeated their approach of reanalysing other scientists' publicly available scRNA-VDJ-seq data in six other publications:

      (1) Peng, Q., Xu, Y. & Yao, X. scRNA+ TCR-seq revealed dual TCR T cells antitumor response in the TME of NSCLC. J Immunother Cancer 12 (2024). https://doi.org:10.1136/jitc-2024-009376

      (2) Wang, H., Li, J., Xu, Y. & Yao, X. scRNA + BCR-seq identifies proportions and characteristics of dual BCR B cells in the peritoneal cavity of mice and peripheral blood of healthy human donors across different ages. Immun Ageing 21, 90 (2024). https://doi.org:10.1186/s12979-024-00493-6

      (3) Xu, Y. et al. scRNA+TCR-seq reveals the pivotal role of dual receptor T lymphocytes in the pathogenesis of Kawasaki disease and during IVIG treatment. Front Immunol 15, 1457687 (2024). https://doi.org:10.3389/fimmu.2024.1457687

      (4) Yuanyuanxu, Qipeng, Qingqingma & Yao, X. scRNA + TCR-seq revealed the dual TCR pTh17 and Treg T cells involvement in autoimmune response in ankylosing spondylitis. Int Immunopharmacol 135, 112279 (2024). https://doi.org:10.1016/j.intimp.2024.112279

      (5) Zhu, L. et al. scRNA-seq revealed the special TCR beta & alpha V(D)J allelic inclusion rearrangement and the high proportion dual (or more) TCR-expressing cells. Cell Death Dis 14, 487 (2023). https://doi.org:10.1038/s41419-023-06004-7

      (6) Zhu, L., Peng, Q., Wu, Y. & Yao, X. scBCR-seq revealed a special and novel IG H&L V(D)J allelic inclusion rearrangement and the high proportion dual BCR expressing B cells. Cell Mol Life Sci 80, 319 (2023). https://doi.org:10.1007/s00018-023-04973-8

      In other words, the approach used here seems to be focused on quick re-analyses of publicly available data without further validation and/or exploration

      Appraisal of the Study's Aims and Conclusions:

      The authors set out to analyze dual TCR Tregs across tissues, but the lack of robust controls, incomplete analyses, and insufficient novelty limit the study's ability to achieve its aims. The results confirm prior findings but do not provide compelling evidence to support the broader claims about the characteristics or significance of dual TCR Tregs.

      Impact and Utility:

      While the study provides a descriptive analysis of dual TCR Tregs, its limited novelty and methodological weaknesses reduce its likely impact on the field. The methods and data could have utility for researchers interested in tissue-specific TCR gene usage, but additional rigor is required to make the findings broadly applicable.

    1. Two-factor authentication, or two-step authentication, is a login process where the user is asked to provide two authentication points, such as a password and a code shared through a text message. Two-factor authentication enhances login security.

      While it can seem frustrating in the moment, the addition of two-factor authentication has likely protected our digital security more times than we know. With the use of double authentication, digital citizens are able to comfortably trust websites are protect their information.

    1. Lucia, the authentication library that we are using, is deprecated (Q1/2025). However, the author of Lucia decided to make it a learning resource, because Lucia is just a thin wrapper around cryptographic libraries like Oslo. So we are following the migration path on their website and will also use Oslo instead of Lucia.
    1. Ethical approvalThis study was exempt from review by theKing Abdullah Medical City (KAMC) InstitutionalReview Board (IRB), registered at the NationalBioMedical Ethics Committee King Abdulaziz Cityfor Science and Technology on 4 June 2012(registration no., H-02-K-001), followed GCP-ICHregulations (OHRP registration no., IORG0007625),and was approved by the IRB of King Abdullah Med-ical City in Holy Capital (protocol code, 21-801; dateof approval, 5 July 2021)

      Article's credibility

    Annotators

    1. .mw-parser-output cite.citation{font-style:inherit;word-wrap:break-word}.mw-parser-output .citation q{quotes:"\"""\"""'""'"}.mw-parser-output .citation:target{background-color:rgba(0,127,255,0.133)}.mw-parser-output .id-lock-free.id-lock-free a{background:url("//upload.wikimedia.org/wikipedia/commons/6/65/Lock-green.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-limited.id-lock-limited a,.mw-parser-output .id-lock-registration.id-lock-registration a{background:url("//upload.wikimedia.org/wikipedia/commons/d/d6/Lock-gray-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .id-lock-subscription.id-lock-subscription a{background:url("//upload.wikimedia.org/wikipedia/commons/a/aa/Lock-red-alt-2.svg")right 0.1em center/9px no-repeat}.mw-parser-output .cs1-ws-icon a{background:url("//upload.wikimedia.org/wikipedia/commons/4/4c/Wikisource-logo.svg")right 0.1em center/12px no-repeat}body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-free a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-limited a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-registration a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .id-lock-subscription a,body:not(.skin-timeless):not(.skin-minerva) .mw-parser-output .cs1-ws-icon a{background-size:contain;padding:0 1em 0 0}.mw-parser-output .cs1-code{color:inherit;background:inherit;border:none;padding:inherit}.mw-parser-output .cs1-hidden-error{display:none;color:var(--color-error,#d33)}.mw-parser-output .cs1-visible-error{color:var(--color-error,#d33)}.mw-parser-output .cs1-maint{display:none;color:#085;margin-left:0.3em}.mw-parser-output .cs1-kern-left{padding-left:0.2em}.mw-parser-output .cs1-kern-right{padding-right:0.2em}.mw-parser-output .citation .mw-selflink{font-weight:inherit}@media screen{.mw-parser-output .cs1-format{font-size:95%}html.skin-theme-clientpref-night .mw-parser-output .cs1-maint{color:#18911f}}@media screen and (prefers-color-scheme:dark){html.skin-theme-clientpref-os .mw-parser-output .cs1-maint{color:#18911f}}"Excerpts from The IEEE LEADERSHIP WIRE" (PDF), IEEE Delhi News, 04 (1): 6, January 2004 ^ Roden, M S (Aug 2006). "IEEE Xplore 2.1". Choice. 43 (WEB X): 154. IEEE Xplore is essential for technical libraries serving electrical engineering students, faculty, and professionals. A comprehensive database of more than a million full-text documents with more than 25,000 pages added each month, it contains all IEEE journals, transactions, letters, magazines, conference proceedings, and standards beginning with 1988 and selected documents as early as 1952....With more and more libraries substituting electronic information for paper copies, this online resource has become a must for electrical engineering reference. ^ Wilde, Michelle (1 April 2016). "IEEE Xplore Digital Library". The Charleston Advisor. 17 (4): 24–30. doi:10.5260/chara.17.4.24. S2CID 64102919. The content of IEEE Xplore is technical in nature and will appeal to researchers working in technical fields, particularly electrical engineering, electronics, and computer science. ^ "IEEE Xplore - Overview". IEEE. Retrieved 25 July 2020. ^ Scardiui, Brandi (April 2015). "IEEE Xplore". Information Today. 32 (3): 23. IEEE adds about 25,000 new documents to Xplore each month. ^ Griffin, Luke (2002-01-01). "IEEE Xplore". Reference Reviews. 16 (4): 27–28. doi:10.1108/rr.2002.16.4.27.198. ISSN 0950-4125. ^ Griffin, Luke (August 2002). "IEEE Xplore. Version 1.3". Online Information Review. 26 (4): 285. doi:10.1108/oir.2002.26.4.285.12. ^ "IEEE Xplore Digital Library Subscriptions". IEEE. Retrieved 2020-09-04.

      The sources are cited using a bulleted format and not in a somewhat MLA style.

  6. Mar 2025
    1. he Web, sadly, defaults to 8 spaces which is an abomination for every snippet of code that would ike to be instantly readable on Mobile Phones too browsers don't provide a tab size setting anywhere (last time I've checked) to override that horrifying 8 spaces legacy nobody wants or need since tabs were invented

      a later comment shows this is incorrect; we have CSS tab-size

    2. I was pretty anti-tabs for the longest time, until I heard the best argument for them, accessibility. Tabs exist for indentation customization, and this is exactly what is needed for people with impaired sight. IMO, this is a pretty good argument for moving towards tabs.
    1. The goal of Lucia v3 was to be the easiest and cleanest way to implement database-backed sessions in your projects. It didn't have to be a library. I just assumed that a library will be the answer. But I ultimately came to conclusion that my assumption was wrong. I don't see this change as me abandoning the project. In fact, I think it's a step forward. If implementing sessions wasn't easy, I wouldn't be deprecating the package. But why wouldn't a library be the answer? It seems like a such an obvious answer. One word - database. I talked about how database adapters were a significant complexity tax to the library. I think a lot of people interpreted that as maintenance burden on myself. That's not wrong, but the bigger issue is how the adapters limit the API. Adapters always felt like a black box to me as both an end user and a maintainer. It's very hard to design something clean around it and makes everything clunky and fragile, especially when you need to deal with TypeScript shenanigans.
    1. **13.** Given last model, plot the predicted probabilities of diabetes according to glucose and BMI. ::: {.cell} ```{.r .cell-code} df$pred <- predict(m5, type="response", data=df) library(ggplot2) ggplot(df, aes(x = glucose, y = pred, color = bmi_cat)) + geom_smooth(se = FALSE) + theme_bw()+ ylab("Predicted probability of diabetes") + xlab("Glucose") + # Add lab to x-axis labs(color = "Obese") + # Change legend title theme(legend.position = "top") # Move legend to the top

      Pasa algo con el formato del código

    Annotators

    1. Reviewer #1 (Public review):

      Summary:

      Praegel et al. explore the differences in learning an auditory discrimination task between adolescent and adult mice. Using freely moving (Educage) and head-fixed paradigms, they compare behavioral performance and neuronal responses over the course of learning. The mice were initially trained for seven days on an easy pure frequency tone Go/No-go task (frequency difference of one octave), followed by seven days of a harder version (frequency difference of 0.25 octave). While adolescents and adults showed similar performances on the easy task, adults performed significantly better on the harder task. Quantifying the lick bias of both groups, the authors then argue that the difference in performance is not due to a difference in perception, but rather to a difference in cognitive control. The authors then used neuropixel recordings across 4 auditory cortical regions to quantify the neuronal activity related to the behavior. At the single-cell level, the data shows earlier stimulus-related discrimination for adults compared to adolescents in both the easy and hard tasks. At the neuronal population level, adults displayed a higher decoding accuracy and lower onset latency in the hard task as compared to adolescents. Such differences were not only due to learning, but also to age as concluded from recordings in novice mice. After learning, neuronal tuning properties had changed in adults but not in adolescents. Overall, the differences between adolescent and adult neuronal data correlate with the behavior results in showing that learning a difficult task is more challenging for younger mice.

      Strengths:

      (1) The behavioral task is well designed, with the comparison of easy and difficult tasks allowing for a refined conclusion regarding learning across ages. The experiments with optogenetics and novice mice complete the research question in a convincing way.

      (2) The analysis, including the systematic comparison of task performance across the two age groups, is most interesting and reveals differences in learning (or learning strategies?) that are compelling.

      (3) Neuronal recording during both behavioral training and passive sound exposure is particularly powerful and allows interesting conclusions.

      Weaknesses:

      (1) The presentation of the paper must be strengthened. Inconsistencies, mislabeling, duplicated text, typos, and inappropriate color code should be changed.

      (2) Some claims are not supported by the data. For example, the sentence that says that "adolescent mice showed lower discrimination performance than adults (l.22) should be rewritten, as the data does not show that for the easy task (Figure 1F and Figure 1H).

      (3) The recording electrodes cover regions in the primary and secondary cortices. It is well known that these two regions process sounds quite differently (for example, one has tonotopy, the other does not), and separating recordings from both regions is important to conclude anything about sound representations. The authors show that the conclusions are the same across regions for Figure 4, but is it also the case for the subsequent analysis? In Figure 7 for example, are the quantified properties not distinct across primary and secondary areas? If this is not the case, how is it compatible with the published literature?

      (4) Some analysis interpretations should be more cautious. For example, I do not understand how the lick bias, defined -according to the method- as the inverse normal distribution of the z-score (hit rate) +z-scored (false alarm rate; Figure 1j?, l.749-750), should reflect a cognitive difficulty (l. 161-162, l.171). A lower lick rate in general could reflect a weaker ability to withhold licking- as indicated on l.164, but also so many other things, like a lower frustration threshold, lower satiation, more energy, etc).

    2. Author response:

      Reviewer #1:

      A) The presentation of the paper must be strengthened. Inconsistencies, mislabelling, duplicated text, typos, and inappropriate colour code should be changed.

      We will revise the manuscript to correct the abovementioned issues.

      B) Some claims are not supported by the data. For example, the sentence that says that "adolescent mice showed lower discrimination performance than adults (l.22) should be rewritten, as the data does not show that for the easy task (Figure 1F and Figure 1H).

      We will carefully review, verify claims, and correct conclusions where needed.

      C) In Figure 7 for example, are the quantified properties not distinct across primary and secondary areas?

      We will analyse the data in Figure 7 separately for AUDp and secondary auditory cortices to test regional differences. Additionally, we will provide a table summarizing key neuronal firing properties for each area during passive recordings to clarify how activity varies across cortical subregions and developmental stages.

      D) Some analysis interpretations should be more cautious. (..) A lower lick rate in general could reflect a weaker ability to withhold licking- as indicated on l.164, but also so many other things, like a lower frustration threshold, lower satiation, more energy, etc).

      We will address issues around lick bias including alternative explanations, such as differences in motivation or impulsivity.

      Reviewer #2:

      A) For some of the analyses that the authors conducted it is unclear what the rationale behind them is and, consequently, what conclusion we can draw from them.

      We will edit the discussion and clarify these points. In addition, we will adjust and extend the methodology section to clarify the rationale of our analysis.

      B) The results of the optogenetic manipulation, while very interesting, warrant a more in-depth discussion.

      We agree that the effects observed in our optogenetic manipulation warrant further discussion. We will extend on the analysis and discussion of ACx silencing.

      Reviewer #3:

      A) One fact that could help shed light on this would be to know how often the animals licked the spout in between trials. Finally, for the head-fixed version of the task, only d' values are reported. Without the corresponding hit and false alarm rates (and frequency of licking in the intertrial interval), it's hard to know what exactly the animals were doing.

      We recognize the need for a more nuanced analysis for the head-fixed version of the task. We will extend the behavioral analysis and provide more details to clarify these points.

      B) There are some instances where the citations provided do not support the preceding claim. For example, in lines 64-66, the authors highlight the fact that the critical period for pure tone processing in the auditory cortex closes relatively early (by ~P15). However, one of the references cited (ref 14) used FM sweeps, not pure tones, and even provided evidence that the critical period for this more complex stimulus occurred later in development (P31-38). Similarly, on lines 72-74, the authors state that "ACx neurons in adolescents exhibit high neuronal variability and lower tone sensitivity as compared to adults." The reference cited here (ref 4) used AM noise with a broadband carrier, not tones.

      We appreciate the reviewer pointing out instances where our citations may not fully support our claims. We will carefully review the relevant citations and revise them to ensure they accurately reflect the findings of the cited studies. We will update references in lines 64–66 and 72–74 to better align with the specific stimulus types and developmental timelines discussed.

      C) Given that the authors report that neuronal firing properties differ across auditory cortical subregions (as many others have previously reported), why did the authors choose to pool neurons indiscriminately across so many different brain regions?

      We agree that pooling neurons from multiple auditory cortical regions could potentially obscure region-specific differences. However, we addressed this concern by analyzing regional differences in neuronal firing properties, as shown in Supplementary Figures S4-1 and S4-2, and Supplementary Tables 2 and 3. Additionally, we examined stimulus-related and choice-related activity across regions and found no significant differences, as presented in Supplementary Figure S4-3. Please see our response to Reviewer 1, where we further elaborate on this point.

      D) And why did they focus on layers 5/6? (Is there some reason to think that age-related differences would be more pronounced in the output layers of the auditory cortex than in other layers?)

      We acknowledge that other cortical layers are also of interest and may contribute differently to auditory processing across development. Our focus on layers 5/6 was motivated by both methodological considerations and biological relevance. These layers contain many of the principal output neurons of the auditory cortex, and are therefore well positioned to influence downstream decision-making circuits. We will clarify this rationale in the revised manuscript and note the limitations of our approach.

    1. When you appear in this story in step 8 above, this pressure may compel you to proceed forward, that is, to implement the new requirement by changing the existing code. Attempting to do so, however, is brutal. The code no longer represents a single, common abstraction, but has instead become a condition-laden procedure which interleaves a number of vaguely associated ideas. It is hard to understand and easy to break. If you find yourself in this situation, resist being driven by sunk costs. When dealing with the wrong abstraction, the fastest way forward is back. Do the following: Re-introduce duplication by inlining the abstracted code back into every caller. Within each caller, use the parameters being passed to determine the subset of the inlined code that this specific caller executes. Delete the bits that aren't needed for this particular caller. This removes both the abstraction and the conditionals, and reduces each caller to only the code it needs. When you rewind decisions in this way, it's common to find that although each caller ostensibly invoked a shared abstraction, the code they were running was fairly unique. Once you completely remove the old abstraction you can start anew, re-isolating duplication and re-extracting abstractions.

      Claw your way back from a bad abstraction

    1. If the LLM is consistently doing things you don’t like, you need to change its culture: you need to put it in a different part of the latent space. This could be adding a rule to your Cursor rules (modifying the prompt), but it can also be refactoring existing code to follow the style you want the LLM to follow, since LLMs are trained to predict the next token in context. The fine-tune, the prompt and the codebase are the culture. One you can’t change, and the codebase is a lot bigger than the prompt and ultimately will have a dominating effect.

      Demonstrate for the juniors how you want them to do things

    1. The general word on the street is you should use a reasoning model for debugging (actually, people tend to prefer using models like Grok 3 or DeepSeek-R1 for this sort of problem). Personally, when I do AI coding, I am still maintaining a pretty detailed mental model of how the code is supposed to work, so I think it’s pretty reasonable to also try to root cause it yourself (you don’t have to fix it, if you tell the model what’s wrong it will usually do the right thing).

      is there one in bedrock i'd like tho...

    1. Do not make files that are too large, if your RAG system for feeding code context can only operate on a per-file level, you will blow out your context;

      Am I going to have to learn to use one of these tools

    1. The records with the new code arrive at the doorsteps of thedestination database and are promptly dropped from consideration. In the typicalscenario, the problem is caught after a few feeds.

      This is why managing the code through the same entity system ensures that those changes are accounted for and can be analyzed in a logical manner

    1. The “unit records” here, unlike those in the Memex example, are generally scraps of typed or handwritten text on IBM-card sized edge-notchable cards. These represent little “kernels” of data, thought, fact, consideration concepts, ideas, worries, etc., that are relevant to a given problem… Each such specific problem area has its notecards kept in a separate deck, and for each such deck there is a master card with descriptors associated with individual holes about the periphery of the card. There is a field of holes reserved for notch coding the serial number of a reference from which the note on a card may have been taken, or the serial number corresponding to an individual from whom the information came directly (including a code for myself, for self-generated thoughts).

      Even Doug Englebart was thinking about how to distinguish between the thoughts of others and thoughts he had generated himself.

    1. 3.9.4. Recursive Variants

      Actually, saying that good programers write parametric code may lead to complex code written by juniors. A rule of thumb I tend to teach juniors is that : - 1 copy paste is okay, - 2 is a sign of something wrong, - starting at 3 you must make your code generic.

      But starting of with the generic formulation may lead to harder to understand production code.

    1. Note: This response was posted by the corresponding author to Review Commons. The content has not been altered except for formatting.

      Learn more at Review Commons


      Reply to the reviewers

      Reviewer #1 (Evidence, reproducibility, and clarity)

      The manuscript by Song et al presents evidence to show that the predicted cysteine protease type 6 secretion system (T6SS) effector Cpe1 inhibits target cell growth by cleaving type II DNA Topoisomerases GyrB and ParE. The authors determined the structure of the protein complex formed by Cpe1 and its immunity protein Cpi1, which allowed them to reveal the mechanism of inhibition. Moreover, the authors identified type II DNA topoisomerases GyrB and ParE as the targets of Cpe1. Overall, the major conclusions were well supported by experimental data of high quality. The findings have expanded our appreciation of the mechanism utilized by T6SS effectors to inhibit target cell growth.

      We thank the reviewer for their positive remarks and valuable suggestions to improve this manuscript.


      Major comments

      To better establish that GyrB and ParE are the sole targets of Cpe1, the authors should express the GG mutant in target cells and determine whether these cells become resistant to Cpe1-mediated killing (inhibition). They can also determine whether co-expression of the cleavage resistant mutants suppresses the toxicity of Cpe1.

      We appreciate the reviewer’s suggestion to investigate additional substrates of Cpe1 beyond GyrB and ParE, which may not have been fully captured in our crosslinking-mass spectrometry experiments due to technical limitations or low protein abundance. To address this topic, we generated target cells heterologously expressing cleavage-resistant GyrB and ParE variants (GyrBΔG102 and ParEΔG98) that are not susceptible to Cpe1, as described in our original manuscript (Figures 3h, i). We performed both Cpe1 expression assay and competition assay to assess if expression of the cleavage-resistant variants suppresses Cpe1 toxicity (Author Response Figures 1a, b). However, we did not observe a substantial protective effect. While this outcome could suggest that GyrB and ParE are not the sole targets of Cpe1, alternative explanations are also plausible. In the Cpe1 expression assay, high levels of Cpe1 could still act on endogenous wild-type GyrB and ParE, and although we attempted to increase variant expression, precise quantification remains challenging. In the competition assay, highly active Cpe1 may have continued to target wild-type substrates throughout the experiment, potentially masking any protective effect. Additionally, reduced activity of the mutant proteins could contribute to the observed results. Finally, deletion of the global repressor H-NS in the Cpe1-producing E. coli strain may have induced other interbacterial competition mechanisms1, leading to growth inhibition independently of Cpe1. Addressing these questions comprehensively would require a more systematic investigation under a wider range of conditions. We consider this an important avenue for future studies.

      Results in Figure 7 clearly show that Cpi1 is capable of displacing ParE from Cpe1 due to higher affinity. Yet, the "competitive inhibition model" described in the last result section does not completely match what is really happening in Cpe1-mediated interbacterial competition. If Cpi1 is in the target cell, it would more likely engage the incoming Cpe1 before it can interact with ParE or GyrB, so competition does not occur in this scenario. Similarly, in the predatory cells expressing Cpe1 and Cpi1, these two proteins will form a stably protein complex, and no competition with the target will occur. The authors should reconsider their model.

      We thank the reviewer for their comments and appreciate the opportunity to clarify this point. First, we believe the reviewer is referring to Figure 5 rather than Figure 7. In our model, the primary role of immunity proteins in interbacterial competition is to neutralize cognate toxins and prevent self- or kin-intoxication. These immunity proteins exhibit high specificity and strong binding affinity toward their associated toxins, ensuring effective protection2. In predatory cells, immunity proteins are typically co-expressed with their corresponding toxins, likely enabling immediate suppression upon translation. During kin competition, immunity proteins can protect cells even after foreign toxins engage their substrates.

      Our results demonstrate that Cpi1 binds Cpe1 with higher affinity than its substrates and can displace them from pre-formed Cpe1-substrate complexes (Figures 5b-f). This aligns with the established function of immunity proteins in interbacterial competition and provides a mechanistic basis for how they confer protection, even when toxins have initially engaged their targets2. We acknowledge the reviewer’s point that in both scenarios—whether in the recipient cell or the toxin-producing cell—Cpe1 may first encounter Cpi1. However, our model underscores that Cpi1 not only binds at the substrate site but also exhibits superior affinity for Cpe1, ensuring robust protection against Cpe1-mediated toxicity.

      Minor comments

      "Intoxication" was used throughout the text numerous times to describe the activity of Cpe1. Looking in the Marriam-Webster dictionary, "Intoxication" means "a condition of being drunk". This word should be replaced with "toxicity" or some other terms in this line.

      We thank the reviewer for this comment. We acknowledge that the term "intoxication" is commonly associated with alcohol consumption, yet the Merriam-Webster dictionary also defines it as "an abnormal state that is essentially a poisoning" (https://www.merriam-webster.com/dictionary/intoxication). This definition aligns with its well-established usage in the field of interbacterial competition to describe the effects of interbacterial toxins during antagonism3-5, which we have adopted in our manuscript. However, we appreciate the reviewer’s concern and remain open to revising the terminology if deemed necessary for clarity.

      Lines 46-48, references on contact-dependent killings by these systems mentioned should cited. Ref. 9 cited does NOT cover the information at all.

      We thank the reviewer for this comment. We have revised the citation and now reference studies that specifically describe contact-dependent killing systems in the relevant sentences (Lines 45–____50)

      "characterizations" should be "characterization".

      We have now modified the sentence as requested (Line 69)

      Line 229 "Cpe1-Bpa monomers" should be " apo Cpe1-Bpa". The results cannot distinguish whether these bands are monomers or multimers.

      We appreciate the reviewer’s careful assessment of our manuscript. The results in Line 233 (Figure 3c) show the enrichment of His-tagged proteins, including crosslinked complexes and overproduced Cpe1-Bpa. Based on the molecular weight marker, the Cpe1-Bpa bands appear between 10–15 kDa, consistent with the molecular weight of Cpe1 monomers (Figure 3a). Therefore, we have labeled this band as “Cpe1-Bpa monomers” and maintained this terminology throughout the text. This designation aligns with previous studies utilizing site-specific crosslinking via Bpa incorporation6,7

      Line 283, was the mutation deletion? Substitution was used I think.

      We thank the reviewer for highlighting this point. The GyrB and ParE mutants used to confirm the cleavage sites were deletion mutants, with a single glycine removed from the predicted double-glycine motifs. We have now revised the text for clarity (Lines 285–290)

      Lines 439-444 the discussion should be extended to include other bacterial toxins that target type II DNA topoisomerases (e.g. PMID: 26299961 and PMID: 26814232).

      We appreciate the reviewer’s suggestion. The studies referenced (PMID: 26299961 and PMID: 26814232) describe FicT toxin with adenylyl transferase activity that target and post-translationally modify GyrB and ParE at their ATPase domains, highlighting a potential hotspot for topoisomerase inhibition. We have now incorporated an additional paragraph in the Discussion section to describe these findings (Lines 424–439).

      Reviewer #1 (Significance)

      The authors determined the structure of the protein complex formed by Cpe1 and its immunity protein Cpi1, which allowed them to reveal the mechanism of inhibition. Moreover, the authors identified type II DNA topoisomerases GyrB and ParE as the targets of Cpe1. Overall, the major conclusions were well supported by experimental data of high quality. The findings have expanded our appreciation of the mechanism utilized by T6SS effectors to inhibit target cell growth.

      We sincerely thank the reviewer for their positive comments and for the suggestions to improve our manuscript.

      Reviewer #2 (Evidence, reproducibility, and clarity)

      The manuscript, titled "An Interbacterial Cysteine Protease Toxin Inhibits Cell Growth by Targeting Type II DNA Topoisomerases GyrB and ParE", describes how an effector family was identified and characterized as a papain-like cysteine protease (PLCP) that negatively impacts bacterial growth in the absence of its co-encoded immunity protein. This thorough report includes (1) bioinformatic analysis of prevalence, finding this PLCP effector encoded in many gram-negative bacteria, (2) confirming conservation of catalytic active site via structural (crystallographic) analysis, as well as visualizing contacts with the immunity protein, (3) validation of results using growth studies combined with mutagenesis, (4) using a cell-based cross-linking method to pull out potential targets, which were subsequently identified via mass spectrometry, (5) validation of these results using in vitro protease assays with purified (potential) substrates, including verification of the motif recognized on the substrate(s), and cell-based phenotype analyses, and finally, (6) demonstrating competition between immunity protein and ParE substrate using an in vitro pull-down approach. Overall, this is a strong body of work with compelling conclusions that are well supported by multiple experimental approaches.

      We appreciate the reviewer for their positive comments regarding our original submission.

      Major comments

      The claims made based on the presented results are well supported, including that this PLCP effector toxin is widespread, is neutralized in a competitive mechanism by its immunity partner, and that it effectively cleaves both GyrB and ParE (subunits of bacterial type II topoisomerases) at a conserved motif, resulting in suppression of bacterial cell growth via mis-regulating chromosome segregation. No additional experiments are needed to further validate these results, and the authors are commended on the cell-based and in vitro studies to deduce very specific mechanisms and structural details.

      We appreciate the reviewer’s positive feedback.

      Minor comments

      While the writing and data presentation are extremely clear, in general I recommend the authors indicate the level(s) of replication for experiments. Figure legends generally note that mean values with standard deviations are shown, but I did not find where the number of replicates (and independent versus technical) were listed.

      We appreciate the reviewer’s suggestion. We have now revised the manuscript to specify the levels of replication (independent vs. technical) for each experiment in the figure legends, particularly in Figures 2 and 3.

      The figures are very clear, but in many instances the addition of PLCP toxin is indicated as "before" and "after"; while a modest change, I recommend altering this to some type of "-" and "+" type nomenclature rather than a time-based notation (especially as presumably both samples were treated identically, just with or without protease).

      We thank the reviewer for this helpful comment. In Figures 3 and Supplementary Figures 5, 9, we used "before" and "after" to indicate the time points for in vitro cleavage assays verifying Cpe1 cleavage. To minimize variations between reactions, the catalytic mutant Cpe1tox (Cpe1toxC362A) was used as a comparison rather than a reaction without Cpe1tox. In these assays, duplicate reaction mixtures were prepared: one was denatured immediately after preparation ("before" reaction) to serve as a baseline, while the other was incubated to allow enzymatic activity ("after" reaction). This labeling clarifies the comparison between initial and processed samples. We believe this approach clearly distinguishes the effects of Cpe1 activity and provides a reliable basis for assessing proteolysis in our assays.

      I also suggest quantifying the intensities of the gel images presented in Figure 5c, d (for example, Cpe1 intensity as a ratio to that of the ParE ATPase domain), to make the interpretation even more evident.

      We thank the reviewer for the valuable suggestion to quantify the signal intensities of the gel images presented in Figures 5c, d. We have now included the quantification results in Supplementary Figures 9e, f and have updated the respective text in the manuscript (Lines 826-828 and 1066-1087).

      Crystallographic structure: the PDB report notes some higher-than-expected RZR (RSRZ) scores; I interpret this to mean that there was strain around the catalytic site of one of the two toxins in the asymmetric unit, or that this copy was less well ordered. The RZR outliers likely arise from non-optimal weighting for geometric restraints. While no figures of electron density are presented, these modest outliers are not expected to alter the conclusions reached in the current work. One point of interest that is not addressed, however, is if any variance between the two complexes in the asymmetric unit are noted? A passage compares the current toxins to others in the larger subfamily and notes a rotation of a side chain is needed to superpose (Line 159). Can the authors please clarify around which bond this rotation is needed, and if both copies in the asymmetric unit are in the same orientation at this site?

      We appreciate the reviewer’s insightful comments.

      1. We have provided the electron density map for the RSR-Z outlier residues along with the model (Author response Figure 2a). These outlier residues are located at the loop regions of a molecule within the asymmetric unit in the crystal (Chain B). As a result, the electron density for their side chains appears to be noisier compared to residues in the well-folded regions, leading to higher RSR-Z scores. Notably, when we superimposed the models of two complexes within the asymmetric unit, the calculated RMSD value was 0.402 Å (Author response Figure 2b), indicating that the two models are structurally very similar and that these residues are properly assigned. Therefore, the RSR-Z outliers do not significantly impact the overall structure.
      2. Here, we provide a zoomed-in view of Figure 2d, highlighting the superimposed crystal structures of Cpe1 and the closely related PLCPs, ComA and LahT (Author response Figure 2c). As shown, the side chain of the catalytic cysteine residue in ComA adopts a different orientation, positioning it slightly farther from the homologous residues in Cpe1 and LahT. However, since the backbone and catalytic pockets remain structurally intact, we believe that this deviation arises due to results from crystal packing effects rather than an inherent functional distinction. We have now modified the main text (Lines 159-166) to clarify this and prevent any potential misinterpretation.

      Reviewer #2 (Significance)

      Bacteria encode numerous effectors to successfully compete in natural environments or to mediate virulence; these effectors are typically associated with type VI secretion system machinery or referred to as contact dependent inhibition systems. The current work has identified a sub-family of papain-like cysteine protease effectors that are unique by targeting type II topoisomerases. Among the actionable findings is the identification of both the specific site of interaction with the topo substrates, as well as the specific motif recognized for cleavage. This should enable the field to move forward probing for this activity with other toxins and substrates. The insights provided by the competitive neutralization mechanism also stand out as an important contribution that can be more broadly applied. Within the literature, few effector targets are identified, making the current study stand out as impactful by the well-executed experiments that directly support the conclusions.

      While the current study has strong elements of novelty and is complete, it also nicely sets up future studies for remaining open questions. For example, does the nucleotide-bound status of the ATPase domain, or other catalytic intermediate, impact the susceptibility of topoisomerases to cleavage? Is this identified motif found in other ATPase domains? Is the negative supercoiling activity unique to gyrase also impacted, or is the phenotypic mechanism of cell toxicity reliant only on chromosome segregation? What types of kinetic parameters do this class of toxins demonstrate, and does sequence variability alter this? These ideas are a testament to the intriguing study as presented, capturing the readers' curiosity for additional details that are clearly beyond the scope of the current work.

      I anticipate this work will be of interest to the broad field of microbiologists that study interbacterial communication as well as pathogenic mechanisms. While the research is largely fundamental in nature, it is wide in scope with applications to many gram-negative bacteria that inhabit a myriad of niches. The work will also be of interest to specialists in topoisomerases, as the list of toxins that target these essential enzymes is growing and the therapeutic utility of topoisomerase inhibition remains vital. My interest lies in the latter, in toxin-mediated inhibition of topoisomerase enzymes as a means to alter bacterial cell growth. While I have strong expertise in structural biology, I am lacking in expertise for mass spectrometry. I note this because this method was used for the identification of the target substrate.

      We appreciate the reviewer’s insightful discussion and interest in our study. We agree that further investigations are crucial to address the open questions posed, and we have initiated work on some of these avenues.

      For example, considering Cpe1's specificity for the ATPase domain of GyrB and ParE, we have begun examining whether Cpe1 targets other ATPase domains by searching for the consensus sequence or double glycine motifs in the sequences of ATPase domains beyond GyrB and ParE. Among the 42 E. coli ATPase domains identified by the PEC database8, we found several with double glycine residues. However, none contained the exact LHAGGKF consensus sequence identified in GyrB and ParE, which are targeted by Cpe1 (Author Response Figure 3). These findings suggest that Cpe1 is less likely to target other ATPase domains. Nonetheless, due to Cpe1’s potential tolerance of certain variations within the consensus sequence, we cannot draw a definitive conclusion without further investigation into the cleavage sites.

      Another critical open question is the impact of Cpe1-mediated cleavage on the function of GyrB and ParE. To address this topic, we have begun investigating if Cpe1 cleavage affects the ATPase activity of these proteins. As expected, our biochemical analysis has demonstrated a significant decrease in ATP hydrolysis in the presence of active Cpe1tox, but not in the presence of the catalytic mutant Cpe1toxC362A (Author response Figures 4a, b). These results confirm that the ATP-dependent activities of both GyrB and ParE are disrupted following Cpe1 cleavage9. Previous work on FicT toxin that inhibits GyrB and ParE ATPase activity through post-translational modification found that ATP-dependent activities such as DNA supercoiling, relaxation, and decatenation were inhibited10,11. Interestingly, GyrB’s relaxation of negative supercoiled DNA, which does not require ATP, was also affected to some extent. This outcome raises the question as to whether Cpe1-cleaved GyrB results in similar downstream defects. Investigating this possibility would provide valuable insights into Cpe1’s mode of action, although we feel doing so is beyond the scope of the current study. Consequently, we view this as an important area for future research.

      Finally, regarding the potential applications of Cpe1, we are interested in further investigating its enzymatic specificity and properties. In this study, we analyzed the binding kinetics between Cpe1 and its substrate (Figure 5f) and currently we are endeavoring to characterize the kinetics of Cpe1-mediated proteolysis. To better probe hydrolytic dynamics, we plan to utilize a substrate with a reporting group (such as a chromogenic or fluorogenic leaving group) to monitor cleavage over time. We could achieve this by designing a recombinant substrate based on our knowledge of Cpe1’s native substrates (GyrB and ParE) and the target sequence (“LHAGGKF”). Alternatively, a secondary reaction leading to colorimetric changes could be employed for detection. We consider this an exciting research direction and an important next step for this study.

      Overall, we are grateful for the reviewer’s recognition of the novelty and importance of our work in advancing the understanding of interbacterial toxins and their inhibitory effects on topoisomerases. We plan to further investigate the consequences of Cpe1 cleavage on GyrB and ParE and to explore Cpe1 kinetics and its mechanistic actions in more detail. This will not only deepen our understanding of bacterial toxin-mediated inhibition but may also provide critical insights into strategies for targeting type II DNA topoisomerases. The reviewer’s insightful feedback has proven invaluable in shaping our ongoing and future research directions.

      Reviewer #3 (Evidence, reproducibility, and clarity)

      Bacterial warfare in microbial communities has become illuminated by recent discoveries on molecular weapons that allow contact-dependent injection of bacterial toxins between competitors. Among the best characterized systems are the type VI secretion system (T6SS) or the contact-dependent inhibition (CDI) system (i.e. some of the T5SSs). These systems are delivering a plethora of toxins with various biochemical activities and a broad range of targets. In recent years many such toxins have been characterized and their relevance in pointing at appropriate drug targets is increasing.

      In this study the authors built on a previously published association of a family of proteins, papain-like cysteine proteases (PLCPs), with their delivery by T6SS or CDI into target bacterial cells. Whereas this observation is not particularly novel, the findings that this set of proteins, that the authors called now Cpe1, can specifically target bacterial proteins such as ParE and GyrB, so that it affects chromosome partitioning and cell division, is groundbreaking. The authors are clearly demonstrating that Cpe1 cleaves their target proteins at double glycine recognition site which is in line with previous characterization of such proteases when fused to a particular category of ABC transporters. Even more remarkably they can show using biochemical approaches that Cpi1 is a cognate immunity for CpeI, preventing its activity, not by interfering with the catalytic site, but instead with the substrate binding site. The mechanism of competitive inhibition between immunity and substrate is also substantiated by biochemical data.

      We sincerely appreciate the reviewer’s interest in and support of our study.

      Major comments

      • This is a very well conducted study which combines bacterial genetics and phenotypes with excellent biochemical evidence.

      We thank the reviewer for their positive comments.

      • There are 8 targets identified for Cpe1 and yet only two are cleaved by the enzyme. It is intriguing that FtsZ is one identified target by the pull down but not confirmed for cleavage. The authors rules this as false positive but the cell division defect associated with Cpe1 activity would be consistent here. Are there any double glycine in FtsZ that could be identified as cleavage site? Is it possible that slightly different incubation conditions may promote degradation of FtsZ?

      We appreciate the reviewer’s thoughtful comment regarding FtsZ as a potential substrate of Cpe1. This was indeed an intriguing possibility, especially given the cell division defects observed following Cpe1 intoxication. Early on in the project, we also identified FtsZ as a Cpe1 interactor in our proteomic crosslinking assays, which further fueled the hypothesis that FtsZ might be a target.

      To explore this possibility, first we examined the FtsZ protein sequence for potential Cpe1 cleavage sites and identified several double glycine motifs (Author response Figure 5a). However, none of these motifs matched the consensus sequence identified in GyrB and ParE, which is LHAGGKF, a sequence that we have shown to be critical for Cpe1 cleavage activity. In an effort to better understand if FtsZ could still be cleaved by Cpe1, we conducted additional cleavage assays under various conditions (Author response Figure 5b). We tested different incubation temperatures, including increasing the temperature to 37 °C, and extended the reaction time to overnight. However, we did not observe any cleavage of FtsZ under these conditions. Given that FtsZ undergoes significant conformational changes upon binding to GTP12, we also considered the possibility that the GTP-bound form of FtsZ might be cleaved by Cpe1. However, even under those conditions, no significant cleavage of FtsZ was detected (Author response Figure 5b). Based on these results, we do not have any evidence to support that FtsZ is a target of Cpe1. The observed cell division defects are more likely a secondary effect resulting from the cleavage of GyrB and ParE, direct targets of Cpe1 that are crucial for chromosome segregation.

      • Could it be structurally predicted whether the GG of ParE or GyrB is fitted into the catalytic site of Cpe1.

      We appreciate the reviewer’s insightful question regarding the structural prediction of the GG motif of ParE and GyrB fitting into the catalytic site of Cpe1. To address this possibility, we used Alphafold 3 to predict the interaction structure between Cpe1 and its substrates13. The resulting model of Cpe1 interacting with the ATPase domain of GyrB (GyrBATPase) is shown in Supplementary Figure 9c. As illustrated, the loop of the GyrB ATPase domain containing the consensus targeting sequence (“LHAGGKF”) fits into the catalytic site of Cpe1, with the GG motif positioned closest to the catalytic cysteine residue, which likely facilitates hydrolysis. We also attempted to model the interaction between Cpe1 and the ATPase domain of ParE. However, confidence for this model was lower (ipTM = 0.74, pTM = 0.71), possibly due to Alphafold’s preference for certain protein configurations. To gain a more accurate understanding of how Cpe1 binds and recognizes its substrates, we are currently working on co-crystallizing Cpe1tox with GyrB and ParE. This long-term project aims to provide precise structural insights into the Cpe1-substrate interaction and further elucidate the mechanism of cleavage.

      Minor comments

      • The authors described a family of proteases, PLPCs, and characterized one here called Cpe1. Not clear whether this is a generic name or one specific protein from one particular bacterial species. Indeed, it is unclear from which bacterial strain the Cpe1 protein studied here originates.

      We thank the reviewer for this comment and apologize for the lack of clarity. To provide better context, we have now revised the manuscript (Lines 136-137 and 141-145) to clearly state that the Cpe1 protein characterized in this study originates from E. coli strain ATCC 11775.

      • It may be worth to emphasize that the Cpe1 domain is found in all possible configurations as T6SS cargo and that is to be linked to VgrG, PAAR or Rhs.

      Thank you for this suggestion. We have revised the manuscript accordingly to emphasize this point (Lines 106-109).

      • Line 49 the authors could indicate that the Esx system is also known as type VII secretion system (T7SS).

      Thank you for this suggestion. We have revised the manuscript accordingly (Line 48-50).

      • Line 113 it may be better to use Proteobacteria instead of Pseudomonadota

      We have revised the manuscript (Lines 114-115) as suggested by the reviewer. It is important to note that following the recent decision by the International Committee on Systematics of Prokaryotes (ICSP) to amend the International Code of Nomenclature of Prokaryotes (ICNP) and formally recognize "phylum" under official nomenclature rules14,15, the taxonomy database used in our analysis has adopted the updated nomenclature. To ensure consistency, we followed this updated nomenclature throughout the original manuscript.

      Reviewer #3 (Significance)

      This is an excellent piece of work. The characterization of Cpe1 might look poorly novel at the start when compared to previous studies. Yet the findings go crescendo by characterizing original mechanisms of action of the cognate immunity, and by identifying the molecular target of Cpe1. This is providing real conceptual advance in the T6SS field and not just reporting yet another T6SS toxin.

      As a T6SS expert I genuinely feel that these findings are groundbreaking and could be targeted to broad audience since the possible implications of these observations for future antimicrobial drugs discovery or therapeutic approaches is highly relevant.

      We sincerely appreciate the reviewer’s positive remarks and support of our study.

      References

      1. Ishihama, A., and Shimada, T. (2021). Hierarchy of transcription factor network in Escherichia coli K-12: H-NS-mediated silencing and Anti-silencing by global regulators. FEMS Microbiol Rev 45. 10.1093/femsre/fuab032.
      2. Hersch, S.J., Manera, K., and Dong, T.G. (2020). Defending against the Type Six Secretion System: beyond Immunity Genes. Cell Rep 33, 108259. 10.1016/j.celrep.2020.108259.
      3. Russell, A.B., Singh, P., Brittnacher, M., Bui, N.K., Hood, R.D., Carl, M.A., Agnello, D.M., Schwarz, S., Goodlett, D.R., Vollmer, W., and Mougous, J.D. (2012). A widespread bacterial type VI secretion effector superfamily identified using a heuristic approach. Cell Host Microbe 11, 538-549. 10.1016/j.chom.2012.04.007.
      4. Jana, B., Fridman, C.M., Bosis, E., and Salomon, D. (2019). A modular effector with a DNase domain and a marker for T6SS substrates. Nat Commun 10, 3595. 10.1038/s41467-019-11546-6.
      5. Halvorsen, T.M., Schroeder, K.A., Jones, A.M., Hammarlof, D., Low, D.A., Koskiniemi, S., and Hayes, C.S. (2024). Contact-dependent growth inhibition (CDI) systems deploy a large family of polymorphic ionophoric toxins for inter-bacterial competition. PLoS Genet 20, e1011494. 10.1371/journal.pgen.1011494.
      6. Nguyen, T.T., Sabat, G., and Sussman, M.R. (2018). In vivo cross-linking supports a head-to-tail mechanism for regulation of the plant plasma membrane P-type H(+)-ATPase. J Biol Chem 293, 17095-17106. 10.1074/jbc.RA118.003528.
      7. Liu, Y., Yu, J., Wang, M., Zeng, Q., Fu, X., and Chang, Z. (2021). A high-throughput genetically directed protein crosslinking analysis reveals the physiological relevance of the ATP synthase 'inserted' state. FEBS J 288, 2989-3009. 10.1111/febs.15616.
      8. Yamazaki, Y., Niki, H., and Kato, J. (2008). Profiling of Escherichia coli Chromosome database. Methods Mol Biol 416, 385-389. 10.1007/978-1-59745-321-9_26.
      9. Reece, R.J., and Maxwell, A. (1991). DNA gyrase: structure and function. Crit Rev Biochem Mol Biol 26, 335-375. 10.3109/10409239109114072.
      10. Harms, A., Stanger, F.V., Scheu, P.D., de Jong, I.G., Goepfert, A., Glatter, T., Gerdes, K., Schirmer, T., and Dehio, C. (2015). Adenylylation of Gyrase and Topo IV by FicT Toxins Disrupts Bacterial DNA Topology. Cell Rep 12, 1497-1507. 10.1016/j.celrep.2015.07.056.
      11. Lu, C., Nakayasu, E.S., Zhang, L.Q., and Luo, Z.Q. (2016). Identification of Fic-1 as an enzyme that inhibits bacterial DNA replication by AMPylating GyrB, promoting filament formation. Sci Signal 9, ra11. 10.1126/scisignal.aad0446.
      12. Matsui, T., Han, X., Yu, J., Yao, M., and Tanaka, I. (2014). Structural change in FtsZ Induced by intermolecular interactions between bound GTP and the T7 loop. J Biol Chem 289, 3501-3509. 10.1074/jbc.M113.514901.
      13. Abramson, J., Adler, J., Dunger, J., Evans, R., Green, T., Pritzel, A., Ronneberger, O., Willmore, L., Ballard, A.J., Bambrick, J., et al. (2024). Accurate structure prediction of biomolecular interactions with AlphaFold 3. Nature 630, 493-500. 10.1038/s41586-024-07487-w.
      14. Oren, A., Arahal, D.R., Rossello-Mora, R., Sutcliffe, I.C., and Moore, E.R.B. (2021). Emendation of Rules 5b, 8, 15 and 22 of the International Code of Nomenclature of Prokaryotes to include the rank of phylum. Int J Syst Evol Microbiol 71. 10.1099/ijsem.0.004851.
      15. Oren, A., and Garrity, G.M. (2021). Valid publication of the names of forty-two phyla of prokaryotes. Int J Syst Evol Microbiol 71. 10.1099/ijsem.0.005056.
    1. Reviewer #2 (Public review):

      Summary:

      The manuscript by Xie and colleagues presents transcriptomic experiments that measure gene expression in eight different tissues taken from adult female and male mice from four species. These data are used to make inferences regarding the evolution of sex-biased gene expression across these taxa.

      Strengths:

      The experimental methods and data analysis appear appropriate. The authors promote their study as unprecedented in its size and technical precision.

      Weaknesses:

      The manuscript does not present a clear set of novel evolutionary conclusions. The major findings recapitulate many previous comparative transcriptomics studies - gene expression variation is prevalent between individuals, sexes, and species; and genes with sex-biased expression evolve more rapidly than genes with unbiased expression - but it is not clear how the study extends our understanding of gene expression or its evolution.

      Many gene expression differences between individual animals are selectively neutral, because these differences in mRNA concentration are buffered at the level of translation, or differences in protein abundance have no effect on cellular or organismal function. The hypothesis that sex-biased genes are enriched for selectively neutral expression differences is supported by the excess of inter-individual expression variance and inter-specific expression differences in sex-biased genes. A higher rate of adaptive coding evolution is inferred among sex-biased genes as a group, but it is not clear whether this signal is driven by many sex-biased genes experiencing a little positive selection, or a few sex-biased genes experiencing a lot of positive selection, so the relationship between expression and protein-coding evolution remains unclear. It is likely that only a subset of the gene expression differences detected here will have phenotypic effects relevant for fitness or medicine, but without some idea of how many or which genes comprise this subset, it is difficult to interpret the results in this context.

      Throughout the paper the concepts of sexual selection and sexually antagonistic selection are conflated; while both modes of selection can drive the evolution of sexually dimorphic gene expression, the conditions promoting and consequence of both kinds of selection are different, and the manuscript is not clear about the significance of the results for either mode of selection.

      The manuscript's conclusion that "most of the genetic underpinnings of sex-differences show no long-term evolutionary stability" is not supported by the data, which measured gene expression phenotypes but did not investigate the underlying genetic variation causing these differences between individuals, sexes, or species. Furthermore, most of the gene expression differences are observed between sex-specific organs such as testes and ovaries, which are downstream of the sex-determination pathway that is conserved in these four mouse species, so these conclusions are limited to gene expression phenotypes in somatic organs shared by the sexes.

      The differences between sex-biased expression in mice and humans are attributed to differences in the two species effective population sizes; but the human samples have significantly more environmental variation than the mouse samples taken from age-matched animals reared in controlled conditions, which could also explain the observed pattern.

      The smoothed density plots in Figure 5 are confusing and misleading. Examining the individual SBI values in Table S9 reveals that all of the female and male SBI values for each species and organ are non-overlapping, with the exception of the heart in domesticus and mammary gland in musculus, where one male and one female individual fall within the range of the other sex. The smoothed plots therefore exaggerate the overlap between the sexes; in particular, the extreme variation shown in the SBI in the mammary glands in spretus females and spicilegus males is hard to understand given the normalized values in Table S3. The R code used to generate the smoothed plots is not included in the Github repository, so it is not possible to independently recreate those plots from the underlying data.

      The correlations provided in Table S9 are confusing - most of the reported correlations are 1.0, which are not recovered when using the SBI values in Table S9, and which does not support the manuscript's assertion that sex-biased gene expression can vary between organs within an individual. Indeed, using the SBI values in Table S9, many correlations across organs are negative, which is expected given the description of the result in the text.

    2. Author response:

      The following is the authors’ response to the current reviews.

      We are disappointed that the reviewers do not acknowledge that our data constitute a major step forward for the field. We will prepare a revised version that takes care of the remaining small issues concerning the technical descriptions and a detailed response to the current round of comments. We will also add a summary of the major new findings of our study.


      The following is the authors’ response to the original reviews.

      We appreciate the time of the reviewers and their detailed comments, which have helped to improve the manuscript.

      Our study presents the largest systematic dataset so far on the evolution of sex-biased gene expression in animals. It is also the first that explores the patterns of individual variation in sex-biased gene expression and the SBI is an entirely new procedure to directly visulize these variance patterns in an intuitive way.

      Also, we should like to point out that our study contradicts recent conclusions that had suggested that a substantial set of sex-biased genes has conserved functions between humans and mice and that mice can therefore be informative for gender-specific medicine studies. Our data suggest that only a very small set of genes are conserved in their sex-biased expression between mice and humans in more than one organ.

      In the revised version we have made the following major updates:

      - added a rate comparison of gene regulation turnover between sex-biased and non-sex-biased genes

      - added additional statistics to the variance comparisons and selection tests

      - added a regulatory module analysis that shows that much of the gene turnover happens within modules

      - added a mosaic pattern analysis that shows the individual complexity of sex-biased patterns

      - extended introduction and discussion

      Reviewer #1 (Public Review):<br /> The authors describe a comprehensive analysis of sex-biased expression across multiple tissues and species of mouse. Their results are broadly consistent with previous work, and their methods are robust, as the large volume of work in this area has converged toward a standardized approach.

      I have a few quibbles with the findings, and the main novelty here is the rapid evolution of sex-biased expression over shorter evolutionary intervals than previously documented, although this is not statistically supported. The other main findings, detailed below, are somewhat overstated.

      (1) In the introduction, the authors conflate gametic sex, which is indeed largely binary (with small sperm, large eggs, no intermediate gametic form, and no overlap in size) with somatic sexual dimorphism, which can be bimodal (though sometimes is even more complicated), with a large variance in either sex and generally with a great deal of overlap between males and females. A good appraisal of this distinction is at . This distinction in gene expression has been recognized for at least 20 years, with observations that sex-biased expression in the soma is far less than in the gonad.

      For example, the authors frame their work with the following statement:

      "The different organs show a large individual variation in sex-biased gene expression, making it impossible to classify individuals in simple binary terms. Hence, the seemingly strong conservation of binary sex-states does not find an equivalent underpinning when one looks at the gene-expression makeup of the sexes"

      The authors use this conflation to set up a straw man argument, perhaps in part due to recent political discussions on this topic. They seem to be implying one of two things. a) That previous studies of sex-biased expression of the soma claim a binary classification. I know of no such claim, and many have clearly shown quite the opposite, particularly studies of intra-sexual variation, which are common - see https://doi.org/10.1093/molbev/msx293, https://doi.org/10.1371/journal.pgen.1003697, https://doi.org/10.1111/mec.14408, https://doi.org/10.1111/mec.13919, https://doi.org/10.1111/j.1558-5646.2010.01106.x for just a few examples. Or b) They are the first to observe this non-binary pattern for the soma, but again, many have observed this. For example, many have noted that reproductive or gonad transcriptome data cluster first by sex, but somatic tissue clusters first by species or tissue, then by sex (https://doi.org/10.1073/pnas.1501339112, https://doi.org/10.7554/eLife.67485)

      Figure 4 illustrates the conceptual difference between bimodal and binary sexual conceptions. This figure makes it clear that males and females have different means, but in all cases the distributions are bimodal.

      I would suggest that the authors heavily revise the paper with this more nuanced understanding of the literature and sex differences in their paper, and place their findings in the context of previous work.

      We are sorry that our introduction seems to have been too short to make our points sufficiently clear. Of course, overlapping somatic variation has been shown for morphological characters, but we were aiming to assess this at the sex-biased transcriptome level. Previous studies looking at sex-biased genes were usually limited by the techniques that were available at their times, resulting in a focus on gonads in most studies and almost all have too few individuals included to study within-group variation. We detail this below for the papers that are mentioned by the referee. In view of this, we cite them now as examples for the prevalent focus on gonadal comparisons in most studies. Only Scharmann et al. 2021 on plant leaf dimorphism is indeed relevant for our study with respect to its general findings and we make now extensive reference to it. In addition, we have generally modified the introduction and substantially extended the discussion to make our points clear.

      Snell-Rood 2010: the paper focuses on sex-specific morphological structures in beetles. It samples six somatic tissues for four individuals each of each class. Analysis is done via microarray hybridizations. While categorial differences were traced, variability between individuals was not discussed. By today´s standards, microarrays have anyway too much technical variability to even consider such a discussion.

      Pointer et al. 2013: this paper studies three sexual phenotypes in a bird species, females, dominant males and subordinate males. Tissues include telencephalon, spleen and left gonad. The focus of the analysis is on the gonads, since only few sex-biased genes were found in spleen and brain (according to suppl. Table S1, 0 for the spleen and 2 for the brain). No inferences could be made on somatic variation.

      Harrison 2015: this paper focuses on gonads plus spleen in six bird species with between 2-6 individuals for each sex collected. In the spleen, only one female biased gene and no male biased gene was detected. Hence, the data do not allow to infer patterns of somatic variation.

      Dean et al. 2016: this paper compares four categories of fish caught around nests, with four to seven individuals per category. Only gonads were analyzed, hence no inferences could be made about somatic variability between individuals.

      Cardoso et al. 2017: this paper test categories of fish with alternative reproductive tactics based on brain transcriptomes. While it uses 9-10 individuals per category, it uses pools for sequencing with two pools per category. This does not allow to make any inference on individual variation.

      Todd et al 2017: this paper focuses on three categories of a fish species, females and dominant and sneaker males. It uses brain and gonads as samples with five individuals each for each category. For the brain, more different genes were found between the two types of males, rather than between females and males (3 and 9 respectively). The paper focuses on individual gene descriptions and does not mention somatic variation.

      Scharmann 2021: the paper focuses on 10 species of plants with sexually dimorphic leafs. 5-6 individuals were sampled per sex. The major finding is that sex-biased gene expression does not correlate with the degree of sexual dimorphism of the leafes. The study shows also a fast evolution of sex-biased expression and states that signatures of adaptive evolution are weak. But it does not discuss variance patterns within populations.

      (2) The authors also claim that "sexual conflict is one of the major drivers of evolutionary divergence already at the early species divergence level." However, making the connection between sex-biased genes and sexual conflict remains fraught. Although it is tempting to use sex-biased gene expression (or any form of phenotypic dimorphism) as an indicator of sexual conflict, resolved or not, as many have pointed out, one needs measures of sex-specific selection, ideally fitness, to make this case (https://doi.org/10.1086/595841, 10.1101/cshperspect.a017632). In many cases, sexual dimorphism can arise in one sex only without conflict (e.g. 10.1098/rspb.2010.2220). As such, sex-biased genes alone are not sufficient to discriminate between ongoing and resolved conflict.

      We imply sexual conflict as a driver of genomic divergence patterns in a similar way as it has been done by many authors before (e.g. Mank 2017a, Price et al. 2023, Tosto et al. 2023). While we fully appreciate the point of the referee, we do not really see where we deviate from the standard wording that is used in the context of genomic data. In such data, it is of course usually assumed that they represent solved conflicts (Figure 1D in Cox and Calsbeek) where selection differentials would not be measurable anyway. (Please note also that the phylogenetic approach used in Oliver and Monteiro 2010 becomes rather problematic in view of introgressive hybridization patterns in butterflies), We have extended the discussion to address this.

      (3) To make the case that sex-biased genes are under selection, the authors report alpha values in Figure 3B. Alpha value comparisons like this over large numbers of genes often have high variance. Are any of the values for male- female- and un-biased genes significantly different from one another? This is needed to make the claim of positive selection.

      Sorry, we had accidentally not included the statistics in the final version of the figure. We have added this now in the supplementary table but have also generally changed the statistical approach and the design of the figure.

      Reviewer #2 (Public Review):

      The manuscript by Xie and colleagues presents transcriptomic experiments that measure gene expression in eight different tissues taken from adult female and male mice from four species. These data are used to make inferences regarding the evolution of sex-biased gene expression across these taxa. The experimental methods and data analysis are appropriate; however, most of the conclusions drawn in the manuscript have either been previously reported in the literature or are not fully supported by the data.

      We are not aware of any study that has analyzed somatic sex-biased expression in such a large and taxonomically well resolved closely related taxa of animals. Only the study by Scharman et al. 2021 on plant leaves comes close to it, but even this did not specifically analyze the intragroup variation aspects. Of course, some of our results confirm previous conclusions, but we should still like to point out that they go far beyond them.

      There are two ways the manuscript could be modified to better strengthen the conclusions.

      First, some of the observed differences in gene expression have very little to no effect on other phenotypes, and are not relevant to medicine or fitness. Selectively neutral gene expression differences have been inferred in previous studies, and consistent with that work, sex-biased and between-species expression differences in this study may also be enriched for selectively neutral expression differences. This idea is supported by the analysis of expression variance, which indicates that genes that show sex-biased expression also tend to show more inter-individual variation. This perspective is also supported by the MK analysis of molecular evolution, which suggests that positive selection is more prevalent among genes that are sex-biased in both mus and dom, and genes that switch sex-biased expression are under less selection at the level of both protein-coding sequence and gene expression.

      We have now revisited these points by additional statistical analysis of the variance patterns and an extended discussion under the heading "Neutral or adaptive?". 

      As an aside, I was confused by (line 176): "implying that the enhanced positive selection pressure is triggered by their status of being sex-biased in either taxon." - don't the MK values suggest an excess of positive selection on genes that are sex-biased in both taxa?

      There are different sets of genes that are sex-biased in these two taxa - hence this observation is actually a strong argument for selection on these genes. We have changed the correspondiung text to make this clearer.

      Without an estimate of the proportion of differentially expressed genes that might be relevant for broader physiological or organismal phenotypes, it is difficult to assess the accuracy and relevance of the manuscript's conclusions. One (crude) approach would be to analyze subsets of genes stratified by the magnitude of expression differences; while there is a weak relationship between expression differences and fitness effects, on average large gene expression differences are more likely to affect additional phenotypes than small expression differences.

      We agree that it remains a challenge to show functional effects for the sex-biased genes. The argument that they should have a function is laid out above (and stated in many reviews on the topic). To use the expression level as a proxy of function does not seem justified, given the current literature. For example, genes that are highly conected in modules are not necessrily highly expressed (e.g. transcription factors). Also, genes may be highly expressed in a rare cell type of an organ and have an important funtion there, but this would not show up across the RNA of the whole organ. The most direct functional relationship between sex-biased expression and phenotype comes from the human data in Naqvi et al. 2019 - which we had cited.

      Another perspective would be to compare the within-species variance to the between-species variance to identify genes with an excess of the latter relative to the former (similar logic to an MK test of amino acid substitutions).

      Such an analysis was actually our intial motivation for this study. However, the new (and surprising!) result is that the status of being sex-biased shows such a high turnover that not many genes are left per organ where one could even try to make such a test. However, we have extended the variance analysis with reciprocal gene sets (as we had done it for the MK test) and extended the discussion on the topic, including citation of our prior work on these questions.

      Second, the analysis could be more informative if it distinguished between genes that are expressed across multiple tissues in both sexes that may show greater expression in one sex than the other, versus genes with specialized function expressed solely in (usually) reproductive tissues of one sex (e.g. ovary-specific genes). One approach to quantify this distinction would be metrics like those used defined by [Yanai I, et al. 2005. Genome-wide midrange transcription profiles reveal expression-level relationships in human tissue specification. Bioinformatics 21:650-659.] These approaches can be used to separate out groups of genes by the extent to which they are expressed in both sexes versus genes that are primarily expressed in sex-specific tissue such as testes or ovaries. This more fine-grained analysis would also potentially inform the section describing the evolution/conservation of sex-biased expression: I expect there must be genes with conserved expression specifically in ovaries or testes (these are ancient animal structures!) but these may have been excluded by the requirement that genes be sex-biased and expressed in at least two organs.

      Given that our study focuses on somatic sex-biased genes, we refrain from a comparative analysis of genes that are only expressed in the sex-organs in this paper. With respect to sharing of sex-biased gene expresssion between the somatic tissues, we show in Figure 8 that there are only very few of them (8 female-biased and 3 male-biased). A separate statistical treatment is not possible for this small set of genes.

      There are at least three examples of statements in the discussion that at the moment misinterpret the experimental results.

      The discussion frames the results in the context of sexual selection and sexually antagonistic selection, but these concepts are not synonymous. Sexual selection can shape phenotypes that are specific to one sex, causing no antagonism; and fitness differences between males and females resulting from sexually antagonistic variation in somatic phenotypes may not be acted on by sexual selection. Furthermore, the conditions promoting and consequence of both kinds of selection can be different, so they should be treated separately for the purposes of this discussion.

      We cannot make such a distinction for gene expression patterns - and we are not aware that this was done before in the literature (except gene expression was directly linked to a morphological structure). We have updated this discussion accordingly.

      The discussion claims that "Our data show that sex-biased gene expression evolves extremely fast" but a comparison or expectation for the rate of evolution is not provided. Many other studies have used comparative transcriptomics to estimate rates of gene expression evolution between species, including mice; are the results here substantially and significantly different from those previous studies? Furthermore, the experimental design does not distinguish between those gene expression phenotypes that are fixed between species as compared to those that are polymorphic within one or more species which prevents straightforward interpretation of differences in gene expression as interspecific differences.

      Our statement was in relation to the comparison between somatic and gondadal gene turnover, as well as the comparison to humans. We have now included an additional analysis for a direct comparison with non-sex-biased genes in the same populations (Figure 2B). Note that gene expression variances cannot get fixed anyway, they can only become different in average and magnitude.

      The conclusion that "Our results show that most of the genetic underpinnings of sex differences show no long-term evolutionary stability, which is in strong contrast to the perceived evolutionary stability of two sexes" - seems beyond the scope of this study. This manuscript does not address the genetic underpinnings of sex differences (this would involve eQTL or the like), rather it looks at sex differences in gene expression phenotypes.

      This comes back to the points discussed above about the validity to infer function from sex-biased expression. We have updated the text to clarify this.

      Simply addressing the question of phenotypic evolutionary stability would be more informative if genes expressed specifically in reproductive tissues were separated from somatic sex-biased genes to determine if they show similar patterns of expression evolution.

      Our study is generally focused on somatic gene expression. The comparison with reproductive tissues serves merely as a reference. Since they are of course very different tissues, they should not be compared with each other in the same way. We have now specifically addressed this point in the discussion.

      Reviewer #3 (Public Review):

      This manuscript reports some interesting and important patterns. The results on sex-bias in different tissues and across four taxa would benefit from alternative (or additional) presentation styles. In my view, the most important results are with respect to alpha (fraction of beneficial amino acid changes) in relation to sex-bias (though the authors have made this as a somewhat minor point in this version).

      The part that the authors emphasize I don't find very interesting (i.e., the sexes have overlapping expression profiles in many nongonadal tissues), nor do I believe they have the appropriate data necessary to convincingly demonstrate this (which would require multiple measures from the same individual).

      This is the first study that reports such overlaps and we show that this is not always the case (e.g. liver and kidney data in mice). We are not aware of any preditions of how such patterns would look like and how they would evolve - why should such a new finding not be interesting? Concerning the appropriateness of the data we do not agree with the point the referee makes - see response below.

      This study reports several interesting patterns with respect to sex differences in gene expression across organs of four mice taxa. An alternative presentation of the data would yield a clearer and more convincing case that the patterns the authors claim are legitimate.

      I recommend that the authors clarify what qualifies as "sex-bias".

      This is defined by the statistical criteria that we have applied, following the general standard of papers on this topic.

      Recommendations for the authors:

      Reviewer #1 (Recommendations For The Authors):

      (1) "However, already Darwin has pointed out that the phenotypes of the sexes should evolve fast". I think the authors mean that Darwin was quick to point out that sex-specific phenotypes evolve quickly".

      We have modified this text part.

      (2) Non-gonadal is more often referred to as somatic. I would encourage the authors to use this more common term for accessibility.

      We have adopted this term

      (3) Figure 5 is interesting, however, it is difficult to know whether the decreased bimodality in humans compared to mice is biological or technical due to the differences in the underlying data. For example, the mouse samples tightly controlled age and environmental conditions within each species. It is not possible to do that with human samples, and there are very good reasons to think that these factors will affect variance in both sexes.

      Yes, this is certainly true and we know this also from other comparative data between mice and humans. Still, this is human reality vs mouse artificialness. We pick this now up in the discussion.

      (4) Line 273. The large numbers of cells needed for single-cell analysis require that most studies pool multiple samples, however these pools are helpful in themselves. This approach was used by https://doi.org/10.1093/evlett/qrad013 to quantify the degree of sex-bias within cell types across multiple tissues and to compare how bulk and single-cell sex-bias measures compare. Sex-bias in some somatic cell types was very high, even when bulk sex-bias in those tissues was not. This suggests that the bulk data the authors use in this study may in fact obscure the pattern of sex-bias.

      Yes, we agree, and this is exactly how we did the analysis and interpretation, based on the cited paper.

      (5)- Line 379 "Total RNAs were" should be "Total RNA was"

      Corrected

      References cited in this review and which should be included in the manuscript :

      Sam L Sharpe, Andrew P Anderson, Idelle Cooper, Timothy Y James, Alexandra E Kralick, Hans Lindahl, Sara E Lipshutz, J F McLaughlin, Banu Subramaniam, Alicia Roth Weigel, A Kelsey Lewis, Sex and Biology: Broader Impacts Beyond the Binary, Integrative, and Comparative Biology, Volume 63, Issue 4, October 2023, Pages 960-967.

      Included

      Masculinization of Gene Expression Is Associated with Exaggeration of Male Sexual Dimorphism Pointer MA, Harrison PW, Wright AE, Mank JE (2013) Masculinization of Gene Expression Is Associated with Exaggeration of Male Sexual Dimorphism. PLOS Genetics 9(8): e1003697.

      Included

      Erica V Todd, Hui Liu, Melissa S Lamm, Jodi T Thomas, Kim Rutherford, Kelly C Thompson, John R Godwin, Neil J Gemmell, Female Mimicry by Sneaker Males Has a Transcriptomic Signature in Both the Brain and the Gonad in a Sex-Changing Fish, Molecular Biology and Evolution, Volume 35, Issue 1, January 2018, Pages 225-241.

      Included

      Cardoso SD, Gonçalves D, Goesmann A, Canário AVM, Oliveira RF. Temporal variation in brain transcriptome is associated with the expression of female mimicry as a sequential male alternative reproductive tactic in fish. Mol Ecol. 2018; 27: 789-803.

      Included

      Dean, R., Wright, A.E., Marsh-Rollo, S.E., Nugent, B.M., Alonzo, S.H. and Mank, J.E. (2017), Sperm competition shapes gene expression and sequence evolution in the ocellated wrasse. Mol Ecol, 26: 505-518.

      Included

      Emilie C. Snell‐Rood, Amy Cash, Mira V. Han, Teiya Kijimoto, Justen Andrews, Armin P. Moczek, DEVELOPMENTAL DECOUPLING OF ALTERNATIVE PHENOTYPES: INSIGHTS FROM THE TRANSCRIPTOMES OF HORN‐POLYPHENIC BEETLES, Evolution, Volume 65, Issue 1, 1 January 2011.

      Not included, since its technical approach is not really comparable

      Harrison PW, Wright AE, Zimmer F, Dean R, Montgomery SH, Pointer MA, Mank JE (2015) Sexual selection drives evolution and rapid turnover of male gene expression. Proceedings of the National Academy of Sciences, USA 112: 4393-4398.

      Included

      Mathias Scharmann, Anthony G Rebelo, John R Pannell (2021) High rates of evolution preceded shifts to sex-biased gene expression in Leucadendron, the most sexually dimorphic angiosperms eLife 10:e67485.

      Included

      Sexually Antagonistic Selection, Sexual Dimorphism, and the Resolution of Intralocus Sexual Conflict. Robert M. Cox and Ryan Calsbeek , The American Naturalist 2009 173:2, 176-187.

      Included

      Ingleby FC, Flis I, Morrow EH. Sex-biased gene expression and sexual conflict throughout development. Cold Spring Harb Perspect Biol. 2014 Nov 6;7(1):a017632.

      Included

      Oliver JC, Monteiro A 2011. On the origins of sexual dimorphism in butterflies. Proc Biol Sci 278: 1981-1988.

      Included

      Iulia Darolti, Judith E Mank, Sex-biased gene expression at single-cell resolution: cause and consequence of sexual dimorphism, Evolution Letters, Volume 7, Issue 3, June 2023, Pages 148-156.

      Included

      Reviewer #2 (Recommendations For The Authors):

      I am concerned the smoothed density plots in Figure 4 may be providing a misleading sense of the distributions since each distribution is inferred from only 9 values. A boxplot might better represent the data to the reader.

      Boxplots with 9 values are much more difficult to interpret for a reader, this is the very reason why one tends to smoothen them. In this way, they also become similar to the standard plots that are used for showing morphological variation between the sexes. Note that the original data are availble for the individual values, if these are of special interest in some cases. In addition, our new “mosaic” analysis (Figure 6) provides another presentation for readers.

      Line 235: "the overall numbers are lower" I assume this is the number of genes included in the analyses, but this should be explicitly stated.

      Clarified in the text

      The analysis of gene expression from different brain regions in control individuals from the Alzheimer's study (line 273) suffers from low power and it is not clear to me how much taking samples from different brain regions eliminates the issue of different cell types within a sample (the stated motivation for this analysis). While I support publishing negative results, this section does not feel like it adds much to the manuscript and could be cut in my opinion.

      This is actually a study on single cell types, differentiating each of them. We are sorry that the text was apparently unclear about this. Given that there are studies that show the importance of looking at single cell data, we still think that is a suitable analysis. We have updated the text to make it clearer.

      It might be useful to separate out X-linked genes from autosomal genes to see if they show consistent patterns with regard to sex-bias.

      We have added this information in suppl. Table S2 and include some description in the text.

      Reviewer #3 (Recommendations For The Authors):

      Comments follow the order of the Results section:

      (1) The latter half of this line in the Methods is too vague to be helpful: "We have explored a range of cutoffs and found that a sex-bias ratio of 1.25-fold difference of MEDIAN expression values combined with a Wilcoxon rank sum test and Benjamini-Hochberg FDR correction (using FDR <0.1 as cutoff) (Benjamini & Hochberg, 1995) yields the best compromise between sensitivity and specificity". What precisely is meant by "the best compromise between sensitivity and specificity"?

      We explain now that this was based on pre-tests with comparing randomized with actual data. However, we agree that this is in the end a subjective decision, but there is no single standard used in the literature, especially when somatic organs are included. We consider our criteria as rather stringent.

      (2) The 1.25 number for sex bias is, ultimately, an arbitrary cut-off. It is common in this literature to choose some arbitrary level and, in this sense, the authors are following common practice. The choice of 1.25 should be stated in the main text as it is a lower (but not reasonable) value than has been used in many other papers.

      It is not only the cutoff, but also the Wilcoxon test and FDR correction that defines the threshold. See also comment above.

      (3) In truth, dimorphism is continuous rather than discrete (i.e, greater or less than 1.25 fold different). Thus, where possible it would be useful to present results in a fashion that allows readers to see the continuous range of ratios rather than having to worry about whether the patterns are due to the rather arbitrary choices of how genes were binned into sex-bias categories.

      It is necessary to work with cutoffs in such cases - and this is the usual practice for any such paper. But we provide now in Figure 1 Figure supplement 1 plots with the female/male ratio distributions.

      a) Number of genes that are female- / male-biased. I would like to be able to see a version of Figure 1 showing the full distribution of TPM ratios rather than bar graphs of the numbers of (arbitrarily defined) female- and male-biased genes. This will be, of course, a larger figure (a full distribution rather than 2 bars for each species for each organ) and so could be relegated to Supplementary Material (assuming the message of that figure is the same as the current Figure 1).

      This is a very unusual request, given that no other paper has done this either. It would indeed result in a non-managable figure size, or many separate figures that would be difficult to scrutinize. Note that there would be one plot of two (female and male) TPM distributions for each sex-biased gene in each organ and each taxon, leading to hundreds of thousands of plots. We think that by providing the general distributions as plots (see above), and the original data as supplements is sufficient.

      b) Turnover of genes with sex bias. This important issue is addressed in Figure 2. First, it is not precisely clear what "percentages of sums of shared genes for any pairwise comparison" in Figure 2 legend means and no further detail is given in the Methods; this must be made clearer or the info in Figure 2 is meaningless. Regardless, this approach again relies heavily on the arbitrary criterion of defining sex-bias. Thus, I would like to see correlation plots of the log(TPM ratio) between taxa as done in the classic multispecies fly paper of Zhang et al. 2007. In Figure 2 it is quite clear that male-biased genes evolve with respect to sex bias more rapidly than female-biased genes.

      We have provided a better explanation of this analysis. Note that the Zhang et al. 2007 paper was not focussing on somatic expression and covers a much broader evolutionary spectrum. Hence, the results are not comparable. Also, we doubt that it would be so helpful to generate a huge figure with all these plots.

      (4) Is there a simpler explanation for the results in the "Variance patterns" section? The total variance for any variable can be decomposed into the variance within and among "groups". If we use "sex" as the group, then there are genes - labelled sex-biased genes - that were identified as such, in essence, because they have high among-group variance. Given that we then know a priori at the start of this section of sex-biased genes have high among-group variance, is it at all surprising that they have higher total variance than the unbiased genes (which we know a priori have low among-group variance)? Perhaps I misunderstood the point of this section. Maybe it would be more meaningful to examine the WITHIN-SEX variance (averaged across the two sexes) instead.

      We did calculate IQR/median (“normalized variance”) with the nine mice for each gene and each sex in each organ, hence sex is not a variance factor in this calculation. The algorithm steps are outlined in suppl. Table S17. We have now also added a variance calculation for reciprocal gene sets and added an extended discussion of these results.

      (5) Analysis of alpha for sex-biased genes. This was the most interesting part of this manuscript to me.

      (a) More information about what SNVs were used is required.

      i. Were only sites where SPR was fixed used? (If not, how was polarization done?)

      ii. Were sites only considered diverged if they were fixed for different bases in DOM and MUS? (If not, what was the criteria?)

      iii. Using, say, DOM as the focal species, a site must be polymorphic in DOM. But did its status (polymorphic/fixed) in MUS matter?

      We have added a more detailed description on this in the Methods section. For the direct answers of the three questions: (i) yes; (ii) yes; (iii) no, considering that DOM and MUS are two subspecies of Mus musculus separating recently, a variant might occur before separating and there might be gene flow between them.

      (b) A particularly interesting part of the analysis is the investigation of alpha for genes that are NOT sex-biased in one taxa but are sex-biased in the other. At the moment (as I understand it), alpha is only calculated for these genes in the taxa where they are NOT sex-biased (and this alpha value can be compared to the alpha of sex-biased genes and of unbiased genes in that taxa). I would like to see both sets of genes (set 1: those sex-biased in MUS and not in DOM; set 2: those sex-biased DOM and not in MUS) analyzed in each of the 2 species, with results presented in a 2x2 table.

      By definition of these categories, these genes are sex-biased in the respective other taxon, hence the values are already in the table. They are named as “reciprocal”.

      (c) No confidence intervals are given for the alpha values, despite the legend of Figure 3 referring to them.

      These were accidentally omitted - we now included the full table in suppl. Table S6; Figure 3 was modified to show violin plots of the bootstrap distributions

      The author's creation and use of a "sex-bias index" (SBI). My greatest skepticism of this manuscript is with respect to the value of their manufactured index, SBI. Of course, it is possible to create such an index but does this literature really need this index or does this just add to the "clutter" in the literature for this field? Is it helping to illuminate important patterns? This index is presumably some attempt to quantify how "male-like" or "female-like" overall expression is for a given individual (for a given organ). It is calculated as SBI = (MEDIAN of all female-biased tpm) - (MEDIAN of all male-biased tpm).

      (6) A main result that comes from this is that the sexes tend to overlap for these values for most nongonad tissues but are clearly distinct for gonadal tissues. I do not think this result would come as a surprise to almost anyone and I'm far from convinced that this metric is a good way to quantify that point. Let's consider testes vs. ovaries. Compared to non-gonadal tissues, I am reasonably certain that not only are there many more genes that are classified as "sex-biased" in gonads but also the magnitude of sex-bias among these genes is typically much greater than it is for the so-called sex-biased genes in nongonadal tissue (density plots requested in #3a would make this clear). In other words, males and females are, on average, very different with respect to expression in gonads so even allowing for variation within each sex will still result in a clear separation of all individuals of the two sexes. In contrast, males and females are, on average, much less different in, say, heart so when we consider the variation within each sex, there is overlap. One could imagine a variety of different metrics which could be used to make this point. The merits of "SBI" are unclear. It is a novel metric and its properties are poorly understood. (A simple alternative would be looking at individual scores along the axis separating mean/median males and females; almost certainly, for gonads, this would be very similar to PC scores for PC1.)

      As throughout the text, we use gonadal comparisons only as general reference, not as the main result. The main result that we are stressing is the fast turnover of these patterns, including from binary to overlapping for kidney and liver in mouse. We consider this as a new finding. If it comes "not to a surprise to anyone", isn´t it great that one does not have to guess anymore but has finally real data on this?

      We have now also added a mosaic analysis to show that the SBI can be used as summary measure in different presentations.

      The use of a single PC axis is no good alternative, since it throws away the information from the other axis.

      We have now included an explicit discussion on the usefulness of the SBI.

      (7) For simplicity, let's assume all males are identical and all females are identical. Let's imagine that heart and kidney have the exact same set of sex-biased genes. There are 20 female-biased genes; they all happen to be identical in expression level (within tissue) and look like this:

      Female TPM Male TPM TPM ratio (F:M)

      Heart 4 2 2

      Kidney 40 20 2

      And there are 20 male-biased genes that look like this:

      Female TPM Male TPM TPM ratio (F:M)

      Heart 1 3 1/3

      Kidney 10 30 1/3

      Most people would describe these two tissues as equally sex-biased.

      However, the SBIs would be:

      Female SBI Male SBI Sex difference (F - M)

      Heart 4-1 = 3 2 - 3 = -1 4

      Kidney 40-10 =30 20-30 = -10 40

      Is it a desirable property that by this metric these two tissues have wildly different SBI values for each sex as well as for the difference between sexes? (At the very least, shouldn't you make readers aware of these strange properties of SBI so they can decide how much value they put into them?)

      Actually, in this example the simple ratio between the expression levels has a strange property, since it does not reflect a much higher expression of the relevant genes in the kidney. The SBI is actually more suitable for making such cases clear. Of course, this is under the assumption that expression level has a meaning for the phenotype, but this is the general assumption for all RNA-Seq experiment comparisons.

      (8) With respect to Figure 4, why do females often have mean SBI values close to zero or even negative (e.g., kidney, mammary glands)? Is this simply because the female-biased genes tend to have lower TPM than the male-biased genes? It seems that the value zero for this metric is really not very biologically meaningful because this metric is a difference of two things that are not necessarily expected to be equal.

      This is the extra information about the expression levels that is gained via the SBI values (see comment above). However, we noticed that people can get confused about this. We have now added a re-scaling step to focus completely on the variance information in these plots.

      (9) Interpreting variances. A substantial fraction of the latter half of the manuscript focuses on interpreting variances among individual samples. This is problematic because there is no replication within individuals (i.e.., "repeatability"), thus it is impossible to infer the extent of observed variance among individuals of a given group (e.g., among females) is due to true biological differences among individuals or is simply due to noise (i.e., "measurement error" in the broad sense). Is the larger variance for mammary glands than liver or gonads just due to measurement error? What is the evidence?

      This point was of course a major issue during the times where microarrays were used for transcriptome studies. However, the first systematic RNA-Seq studies showed already that the technical replicability is so high, that technical replicates are not required. In fact, practically all RNA-Seq studies are done without technical replicates for this reason.

      (10) Because I have little confidence in the SBI metric (#7-8) and in interpreting within sex variances (#9), I found little value in the human results and how SBI distributions (and degree of overlap between sexes) compare between humans and mice.

      We disagree - the current published status is that there are thousands of sex-biased gene in humans and this has implications for gender-specific medicine (Oliva et al. 2020). Our results show a much more nuanced picture in this respect.

      (11) I found even less value in the single-cell data. It too suffers from the issues above. Further, as the authors more or less state, the data are too limited to say much of value here. It is impossible to tell to what extent the results are simply due to data limitations.

      We have pointed out that it is still valuable to have them. They are good enough to exclude the possibility that only a small set of cells drives the overall pattern across an organ. We have further clarified this in the text.

      (12) The code for data analysis should be posted on GitHub or some other repository.

      The code for the sex-biased gene detection and analysis has been posted on GitHub (see Code availability in the manuscript).

    Annotators

    1. If you suspect a faulty thermostat, have it inspected and replaced by a qualified mechanic.

      If you suspect a thermostat issue, which can cause the P0128 engine code, it’s crucial to have it inspected and replaced by a qualified mechanic.

    1. Suppose a user on site A wants to access data (such as a file) that reside at site B. The system can transfer the data by one of two basic methods. One approach to data migration is to transfer the entire file to site A. From that point on, all access to the file is local. When the user no longer needs access to the file, a copy of the file (if it has been modified) is sent back to site B. Even if only a modest change has been made to a large file, all the data must be transferred. This mechanism can be thought of as an automated FTP system. This approach was used in the Andrew file system, but it was found to be too inefficient. The other approach is to transfer to site A only those portions of the file that are actually necessary for the immediate task. If another portion is required later, another transfer will take place. When the user no longer wants to access the file, any part of it that has been modified must be sent back to site B. (Note the similarity to demand paging.) Most modern distributed systems use this approach. Whichever method is used, data migration includes more than the mere transfer of data from one site to another. The system must also perform various data translations if the two sites involved are not directly compatible (for instance, if they use different character-code representations or represent integers with a different number or order of bits). 19.4.2.2 Computation Migration In some circumstances, we may want to transfer the computation, rather than the data, across the system; this process is called computation migration. For example, consider a job that needs to access various large files that reside at different sites, to obtain a summary of those files. It would be more efficient to access the files at the sites where they reside and return the desired results to the site that initiated the computation. Generally, if the time to transfer the data is longer than the time to execute the remote command, the remote command should be used. Such a computation can be carried out in different ways. Suppose that process P wants to access a file at site A. Access to the file is carried out at site A and could be initiated by an RPC. An RPC uses network protocols to execute a routine on a remote system (Section 3.8.2). Process P invokes a predefined procedure at site A. The procedure executes appropriately and then returns the results to P. Alternatively, process P can send a message to site A. The operating system at site A then creates a new process Q whose function is to carry out the designated task. When process Q completes its execution, it sends the needed result back to P via the message system. In this scheme, process P may execute concurrently with process Q. In fact, it may have several processes running concurrently on several sites. Either method could be used to access several files (or chunks of files) residing at various sites. One RPC might result in the invocation of another RPC or even in the transfer of messages to another site. Similarly, process Q could, during the course of its execution, send a message to another site, which in turn would create another process. This process might either send a message back to Q or repeat the cycle. 19.4.2.3 Process Migration A logical extension of computation migration is process migration. When a process is submitted for execution, it is not always executed at the site at which it is initiated. The entire process, or parts of it, may be executed at different sites. This scheme may be used for several reasons: Load balancing. The processes (or subprocesses) may be distributed across the sites to even the workload. Computation speedup. If a single process can be divided into a number of subprocesses that can run concurrently on different sites or nodes, then the total process turnaround time can be reduced. Hardware preference. The process may have characteristics that make it more suitable for execution on some specialized processor (such as matrix inversion on a GPU) than on a microprocessor. Software preference. The process may require software that is available at only a particular site, and either the software cannot be moved, or it is less expensive to move the process. Data access. Just as in computation migration, if the data being used in the computation are numerous, it may be more efficient to have a process run remotely (say, on a server that hosts a large database) than to transfer all the data and run the process locally. We use two complementary techniques to move processes in a computer network. In the first, the system can attempt to hide the fact that the process has migrated from the client. The client then need not code her program explicitly to accomplish the migration. This method is usually employed for achieving load balancing and computation speedup among homogeneous systems, as they do not need user input to help them execute programs remotely. The other approach is to allow (or require) the user to specify explicitly how the process should migrate. This method is usually employed when the process must be moved to satisfy a hardware or software preference. You have probably realized that the World Wide Web has many aspects of a distributed computing environment. Certainly it provides data migration (between a web server and a web client). It also provides computation migration. For instance, a web client could trigger a database operation on a web server. Finally, with Java, Javascript, and similar languages, it provides a form of process migration: Java applets and Javascript scripts are sent from the server to the client, where they are executed. A network operating system provides most of these features, but a distributed operating system makes them seamless and easily accessible. The result is a powerful and easy-to-use facility—one of the reasons for the huge growth of the World Wide Web.

      In distributed systems, data migration, computation migration, and process migration are crucial strategies for optimizing performance and resource utilization. Data migration involves transferring files from one site to another, with two main approaches: moving the entire file or transferring only the necessary portions of it. The second method, often used in modern distributed systems, is more efficient as it minimizes the data that needs to be moved at any given time. Computation migration, on the other hand, involves transferring computational tasks rather than data. This is particularly useful when accessing remote files or resources—executing tasks at the location of the data can reduce latency and avoid unnecessary data transfers. Process migration takes the idea further, enabling entire processes or parts of them to move across systems based on factors like load balancing, computational speedup, hardware preferences, or data access needs. These strategies enhance the flexibility and efficiency of distributed systems, ensuring that workloads are handled optimally and without bottlenecks.

    2. 18.6.2 Memory Management Efficient memory use in general-purpose operating systems is a major key to performance. In virtualized environments, there are more users of memory (the guests and their applications, as well as the VMM), leading to more pressure on memory use. Further adding to this pressure is the fact that VMMs typically overcommit memory, so that the total memory allocated to guests exceeds the amount that physically exists in the system. The extra need for efficient memory use is not lost on the implementers of VMMs, who take extensive measures to ensure the optimal use of memory. For example, VMware ESX uses several methods of memory management. Before memory optimization can occur, the VMM must establish how much real memory each guest should use. To do that, the VMM first evaluates each guest's maximum memory size. General-purpose operating systems do not expect the amount of memory in the system to change, so VMMs must maintain the illusion that the guest has that amount of memory. Next, the VMM computes a target real-memory allocation for each guest based on the configured memory for that guest and other factors, such as overcommitment and system load. It then uses the three low-level mechanisms listed below to reclaim memory from the guests 1. Recall that a guest believes it controls memory allocation via its page-table management, whereas in reality the VMM maintains a nested page table that translates the guest page table to the real page table. The VMM can use this extra level of indirection to optimize the guest's use of memory without the guest's knowledge or help. One approach is to provide double paging. Here, the VMM has its own page-replacement algorithms and loads pages into a backing store that the guest believes is physical memory. Of course, the VMM knows less about the guest's memory access patterns than the guest does, so its paging is less efficient, creating performance problems. VMMs do use this method when other methods are not available or are not providing enough free memory. However, it is not the preferred approach. 2. A common solution is for the VMM to install in each guest a pseudo–device driver or kernel module that the VMM controls. (A pseudo–device driver uses device-driver interfaces, appearing to the kernel to be a device driver, but does not actually control a device. Rather, it is an easy way to add kernel-mode code without directly modifying the kernel.) This balloon memory manager communicates with the VMM and is told to allocate or deallocate memory. If told to allocate, it allocates memory and tells the operating system to pin the allocated pages into physical memory. Recall that pinning locks a page into physical memory so that it cannot be moved or paged out. To the guest, these pinned pages appear to decrease the amount of physical memory it has available, creating memory pressure. The guest then may free up other physical memory to be sure it has enough free memory. Meanwhile, the VMM, knowing that the pages pinned by the balloon process will never be used, removes those physical pages from the guest and allocates them to another guest. At the same time, the guest is using its own memory-management and paging algorithms to manage the available memory, which is the most efficient option. If memory pressure within the entire system decreases, the VMM will tell the balloon process within the guest to unpin and free some or all of the memory, allowing the guest more pages for its use. 3. Another common method for reducing memory pressure is for the VMM to determine if the same page has been loaded more than once. If this is the case, the VMM reduces the number of copies of the page to one and maps the other users of the page to that one copy. VMware, for example, randomly samples guest memory and creates a hash for each page sampled. That hash value is a “thumbprint” of the page. The hash of every page examined is compared with other hashes stored in a hash table. If there is a match, the pages are compared byte by byte to see if they really are identical. If they are, one page is freed, and its logical address is mapped to the other's physical address. This technique might seem at first to be ineffective, but consider that guests run operating systems. If multiple guests run the same operating system, then only one copy of the active operating-system pages need be in memory. Similarly, multiple guests could be running the same set of applications, again a likely source of memory sharing. The overall effect of these mechanisms is to enable guests to behave and perform as if they had the full amount of memory requested, although in reality they have less.

      Memory management in virtualized environments is complex due to multiple guests competing for limited physical memory. VMMs often overcommit memory, allocating more than what is physically available. To optimize memory usage, VMMs use techniques like nested page tables, balloon memory management, and memory deduplication. Ballooning forces guests to release memory when needed, while deduplication identifies and consolidates identical memory pages across guests. These techniques help ensure efficient memory utilization while maintaining the illusion that each guest has dedicated memory. Despite these optimizations, performance trade-offs exist, particularly in paging efficiency, where the VMM’s strategies may be less optimal than guest OS techniques.

    3. Virtualization is probably the most common method for running applications designed for one operating system on a different operating system, but on the same CPU. This method works relatively efficiently because the applications were compiled for the instruction set that the target system uses. But what if an application or operating system needs to run on a different CPU? Here, it is necessary to translate all of the source CPU's instructions so that they are turned into the equivalent instructions of the target CPU. Such an environment is no longer virtualized but rather is fully emulated. Emulation is useful when the host system has one system architecture and the guest system was compiled for a different architecture. For example, suppose a company has replaced its outdated computer system with a new system but would like to continue to run certain important programs that were compiled for the old system. The programs could be run in an emulator that translates each of the outdated system's instructions into the native instruction set of the new system. Emulation can increase the life of programs and allow us to explore old architectures without having an actual old machine. As may be expected, the major challenge of emulation is performance. Instruction-set emulation may run an order of magnitude slower than native instructions, because it may take ten instructions on the new system to read, parse, and simulate an instruction from the old system. Thus, unless the new machine is ten times faster than the old, the program running on the new machine will run more slowly than it did on its native hardware. Another challenge for emulator writers is that it is difficult to create a correct emulator because, in essence, this task involves writing an entire CPU in software. In spite of these challenges, emulation is very popular, particularly in gaming circles. Many popular video games were written for platforms that are no longer in production. Users who want to run those games frequently can find an emulator of such a platform and then run the game unmodified within the emulator. Modern systems are so much faster than old game consoles that even the Apple iPhone has game emulators and games available to run within them.

      Emulation enables software designed for one hardware architecture to run on a different system by translating CPU instructions. Unlike virtualization, which optimizes performance by running code natively, emulation is slower because each instruction must be translated. Emulation is valuable for legacy software preservation, allowing old programs to run on modern systems. It is also widely used in gaming, enabling old console games to run on new hardware. However, performance limitations make it impractical for high-performance computing tasks. Writing a correct emulator is challenging because it requires replicating an entire CPU in software.

    4. 18.4.2 Binary Translation Some CPUs do not have a clean separation of privileged and nonprivileged instructions. Unfortunately for virtualization implementers, the Intel x86 CPU line is one of them. No thought was given to running virtualization on the x86 when it was designed. (In fact, the first CPU in the family—the Intel 4004, released in 1971—was designed to be the core of a calculator.) The chip has maintained backward compatibility throughout its lifetime, preventing changes that would have made virtualization easier through many generations. Let's consider an example of the problem. The command popf loads the flag register from the contents of the stack. If the CPU is in privileged mode, all of the flags are replaced from the stack. If the CPU is in user mode, then only some flags are replaced, and others are ignored. Because no trap is generated if popf is executed in user mode, the trap-and-emulate procedure is rendered useless. Other x86 instructions cause similar problems. For the purposes of this discussion, we will call this set of instructions special instructions. As recently as 1998, using the trap-and-emulate method to implement virtualization on the x86 was considered impossible because of these special instructions. This previously insurmountable problem was solved with the implementation of the binary translation technique. Binary translation is fairly simple in concept but complex in implementation. The basic steps are as follows: 1. If the guest VCPU is in user mode, the guest can run its instructions natively on a physical CPU. 2. If the guest VCPU is in kernel mode, then the guest believes that it is running in kernel mode. The VMM examines every instruction the guest executes in virtual kernel mode by reading the next few instructions that the guest is going to execute, based on the guest's program counter. Instructions other than special instructions are run natively. Special instructions are translated into a new set of instructions that perform the equivalent task—for example, changing the flags in the VCPU. Binary translation is shown in Figure 18.3. It is implemented by translation code within the VMM. The code reads native binary instructions dynamically from the guest, on demand, and generates native binary code that executes in place of the original code.

      Binary translation is a virtualization method developed to address CPUs without a clear distinction between privileged and nonprivileged instructions, such as x86 processors. Unlike trap-and-emulate, binary translation dynamically translates privileged instructions into a safe, virtualized equivalent, ensuring proper execution without triggering errors. The VMware method optimizes performance by caching translated instructions, reducing repetitive translation overhead. However, maintaining memory management consistency between guest systems and the VMM introduces complexity. Nested Page Tables (NPTs) allow efficient memory virtualization, mapping guest memory operations to physical hardware. Despite its overhead, binary translation played a crucial role in making x86 virtualization feasible and efficient.

    1. Rusia rebaja expectativas de un alto el fuego tras más de 12 horas de negociaciones con Estados UnidosWashington confirma que la situación en el mar Negro ha sido uno de los grandes asuntos en las converesaciones en RiadImagen facilitada por el ministerio de Asuntos Exteriores de Rusia de la delegación rusa saliendo del hotel Ritz-Carltonde Riad (Arabia saudí) después de las conversaciones este lunes con EE UU sobre el fin de la guerra en Ucrania.RUSSIAN FOREIGN MINISTRY PRESS SERVICE HANDOUT (EFE)Lola HierroMacarena Vidal LiyKiev / Washington - 24 MAR 2025 - 23:36 CETCompartir en WhatsappCompartir en FacebookCompartir en TwitterCompartir en BlueskyCompartir en LinkedinCopiar enlace0 Ir a los comentariosUn hermetismo casi absoluto ha rodeado la reunión entre representantes rusos y estadounidenses celebrada este lunes en Riad para negociar un posible alto el fuego en la invasión rusa de Ucrania. La cita ha concluido tras más de 12 horas y la única comunicación ofrecida a su término es que el texto de lo acordado no se publicará hasta este martes. La delegación de Kiev mantendrá nuevas conversaciones con la de Washington después de haberse visto el pasado domingo....Suscríbete 1 año por 144 18 €¡Solo esta semana!Seguir leyendoYa soy suscriptor_Antes de que los delegados se encerraran en una de las salas del Hotel Ritz-Carlton de la capital de Arabia Saudí, apenas habían trascendido detalles sobre el contenido de estas conversaciones. Washington quería arrancar a Moscú una promesa de tregua más allá de los mínimos planteados para proteger las infraestructuras críticas.El Kremlin, y esta es la novedad más reciente, buscaba resucitar el acuerdo de exportaciones de cereales en el mar Negro, una nueva prioridad que no estaba en la ecuación cuando se anunciaron estas rondas de negociaciones la semana pasada. Lo ha asegurado el portavoz del régimen ruso, Dmitri Peskov, este lunes: “El asunto de la iniciativa del mar Negro y todo lo relacionado con la renovación de la iniciativa están en la agenda de hoy”.El laconismo sobre el desarrollo de las conversaciones se extendía también a Washington. La portavoz del Departamento de Estado, Tammy Bruce, apenas ha proporcionado detalles sobre la marcha de las negociaciones en Riad, y se ha limitado a confirmar que la situación en el mar Negro ha sido uno de los grandes asuntos a abordar en el vaivén diplomático en Riad. “Estamos más cerca que nunca de lograr un alto el fuego. Estamos a un suspiro de lograrlo. Se puede conseguir: ahora estamos en el momento preciso en que necesitamos ideas frescas”, ha dicho.Mientras, Ucrania y Rusia han intercambiado ataques en otro día que ha dejado muertos y heridos. Este lunes se ha producido uno de los más graves perpetrados por Rusia en suelo ucranio, cuando un misil ha impactado en una zona residencial de la ciudad de Sumi. Hay al menos 88 heridos, de los que 17 son niños, según el Ayuntamiento. Rusia ha denunciado también la muerte de seis personas, entre ellas tres periodistas, en un ataque de artillería en Lugansk por parte de las Fuerzas Armadas ucranias. Además, en la madrugada, dos civiles murieron por un dron en la región rusa de Belgorod, según las autoridades locales.Durante la maratoniana jornada del lunes, los delegados de ambos países solo han hecho tres recesos para descansar. En el segundo de ellos, el diplomático Serguéi Karasin, al frente del equipo ruso, ha mostrado su satisfacción. “Las conversaciones se encuentran en pleno apogeo. Tiene lugar una interesante discusión de los temas más candentes”, ha dicho.Más allá del optimismo de Karasin, los únicos detalles de la cita han trascendido mediante un par de escuetas declaraciones del Kremlin que han rebajado las expectativas generadas en los últimos días acerca de una posible tregua. La portavoz del Ministerio de Asuntos Exteriores ruso, María Zajarova, ha declarado que aunque se está trabajando “en varias direcciones”, “no debe esperarse que las negociaciones produzcan un gran avance”, según Kommersant. El portavoz del presidente ruso, Vladímir Putin, ha afirmado que por ahora no planean firmar ningún documento.Mientras, Estados Unidos y Rusia siguen debatiendo sobre el futuro de Ucrania, los representantes de este país aguardan a que les vuelva a tocar el turno de entrar a la sala de reuniones con los portavoces de la Casa Blanca. Ambas delegaciones ya se reunieron el domingo también en Riad, y de esa cita, mucho más corta —apenas cuatro horas— trascendió que se abordaron cuestiones técnicas relacionadas con infraestructura y seguridad marítima. Fueron unas conversaciones “productivas y centradas”, en palabras del ministro de Defensa ucranio, Rustem Umerov, que encabeza el grupo de delegados de Kiev.Los planes de la Casa Blanca pasaban por reunirse por separado con los dos países enfrentados este lunes, y que de esos encuentros resultara algún compromiso rubricado por ambos. Lo que el representante de Donald Trump para las negociaciones más delicadas, Steve Witkoff, califica de “diplomacia de transbordo”, por la frecuencia en la que los mediadores estadounidenses van y vienen entre las partes.Ucrania, en principio, se mostró reticente, pero finalmente su delegación ha permanecido en Riad y el asesor del jefe de la oficina de Zelenski, Serhii Leshchenko, ha informado de que mantendrían un nuevo encuentro con los estadounidenses, que previsiblemente será este martes. El negociador ucranio también ha rebajado las expectativas: “Normalmente, las negociaciones no duran un día. A veces duran meses, y algunas, como los acuerdos en Oriente Próximo, duran años”, ha declarado a la agencia de noticias ucrania Unian.Leshchenko también ha asegurado que las fuerzas rusas no están atacando las instalaciones y puertos ucranios. Esta decisión del Kremlin subraya la importancia de reanudar el acuerdo sobre los cereales en el mar Negro, firmado en 2022 gracias a la mediación de Turquía y de la ONU para permitir la navegación segura para las exportaciones agrícolas ucranias. Un año después, Rusia lo rompió de manera unilateral con el argumento de que los países occidentales, socios estratégicos de Kiev, habían incumplido su compromiso de retirar las sanciones impuestas a sus exportaciones. Desde entonces, Ucrania ha mantenido abierto su corredor marítimo a golpe de bombardeo con misiles y drones contra las fuerzas navales enemigas.Estados Unidos también se ha mostrado a favor de resucitar el pacto. Si vuelve a rubricarse, Moscú podría exportar sus productos agrícolas y sus fertilizantes a través del mar Negro: a efectos prácticos, una eliminación de algunas de las sanciones económicas internacionales que han mantenido cojeando a su economía a lo largo de los tres años de guerra. Pero también interesa a Ucrania, para la que el tráfico marítimo es una línea vital para sus exportaciones, especialmente hacia Asia.Los acuerdos del mar Negro son la última de las condiciones impuestas por el Kremlin para encaminarse hacia una paz duradera con Ucrania. Pero Washington y Kiev también han presentado sus exigencias para seguir adelante. Para empezar, está el alto el fuego parcial que Trump lleva semanas intentando acordar con Zelenski y Putin. En las reuniones previas, ambos mandatarios habían accedido a una tregua para las instalaciones energéticas y otras infraestructuras críticas, pero ninguna de las dos partes ha cesado en sus ataques.Otro punto de gran interés para Estados Unidos es el control de las plantas de energía nuclear ucranias. El pasado 19 de marzo, Trump y Zelenski plantearon en una conversación telefónica que EE UU podría poseer o ayudar a administrar estas instalaciones, al menos de la Zaporiyia, la mayor de Europa, a cambio de su protección. Zelenski negó que se hubiese hablado de traspasar la propiedad, pero se mostró abierto a negociar algún tipo de acuerdo intermedio.Trump ha puesto otra condición a cambio de ofrecer protección y ayuda militar: la explotación de minerales y tierras raras ucranias. El acuerdo, cuya firma se truncó el pasado 28 de febrero, cuando Zelenski fue abroncado en público en el Despacho Oval, está a punto de cerrarse, según ha vuelto a afirmar Trump este lunes. Y el presidente estadounidense reiteraba el interés de Washington en gestionar Zaporiyia.Tu suscripción se está usando en otro dispositivo¿Quieres añadir otro usuario a tu suscripción?Añadir usuarioContinuar leyendo aquíSi continúas leyendo en este dispositivo, no se podrá leer en el otro.¿Por qué estás viendo esto?Flecha Tu suscripción se está usando en otro dispositivo y solo puedes acceder a EL PAÍS desde un dispositivo a la vez. Si quieres compartir tu cuenta, cambia tu suscripción a la modalidad Premium, así podrás añadir otro usuario. Cada uno accederá con su propia cuenta de email, lo que os permitirá personalizar vuestra experiencia en EL PAÍS.¿Tienes una suscripción de empresa? Accede aquí para contratar más cuentas.En el caso de no saber quién está usando tu cuenta, te recomendamos cambiar tu contraseña aquí.Si decides continuar compartiendo tu cuenta, este mensaje se mostrará en tu dispositivo y en el de la otra persona que está usando tu cuenta de forma indefinida, afectando a tu experiencia de lectura. Puedes consultar aquí los términos y condiciones de la suscripción digital.Recibe el boletín de InternacionalInternacional El País en FacebookInternacional El País en InstagramInternacional El País en TwitterComentarios0 Ir a los comentariosNormas ›Mis comentariosNormasRellena tu nombre y apellido para comentarcompletar datosSuscríbete en El País para participarYa tengo una suscripciónvar disqus_config = function () { this.page.url = 'https://elpais.com/internacional/2025-03-24/rusia-rebaja-expectativas-de-un-alto-el-fuego-tras-mas-de-12-horas-de-negociaciones-con-estados-unidos.html'; this.page.identifier = 'WESDELUYXFD3LCDS7DLGLFJNWE'; };Please enable JavaScript to view the &lt;a href=&quot;https://disqus.com/?ref_noscript&quot; rel=&quot;nofollow&quot;&gt; comments powered by Disqus.&lt;/a&gt;Más informaciónUn diálogo a tres bandas, el riesgo del ‘teléfono roto’ sobre UcraniaCristian Segura | KievEstados Unidos intenta ampliar el alcance del alto el fuego entre Rusia y UcraniaLola Hierro (enviada especial) / Miguel Jiménez | Kiev / WashingtonArchivado EnGuerra de Rusia en UcraniaUcraniaRusiaGuerraConflictosUnión EuropeaOTANAtaques militaresConflictos armadosConflictos internacionalesEuropaEstados UnidosDonald TrumpArabia SaudíNegociaciones pazAlto el fuegoMar NegroVladímir PutinVolodimir ZelenskiSe adhiere a los criterios deMás informaciónSi está interesado en licenciar este contenido, pinche aquíCONTENIDO PATROCINADOLos expertos coinciden: La energía solar solo vale la pena si tu techo...EcoExperts|PatrocinadoPatrocinadoDeshacerAlarma antiocupación arrasa en Tanos, no vas a creer su precioSecuritas Alarma|PatrocinadoPatrocinadoDeshacerIncreíble: la calculadora muestra el valor de su casa al instante (eche un vistazo)Valor de la vivienda | Anuncios de búsqueda|PatrocinadoPatrocinadoMás informaciónDeshacerY ADEMÁS...Del icónico vestido de novia de Vivienne Westwood al nuevo ‘bridalcore’: así será la edición más grande de Barcelona Bridal Fashion WeekEl PaísDeshacerCarmen Lomana cuenta qué le hizo Miguel Bosé cuando se enteró de que ella se había vacunado contra el CovidHuffpostDeshacer"Pablo Motos ha muerto": sorpresa en Antena 3 por la forma en la que ha anunciado la vuelta de 'El Hormiguero'Cadena SERDeshacer window._taboola = window._taboola || []; _taboola.push({mode:'thumbs-feed-01',container:'taboola-below-article-thumbnails',placement:'Below Article Thumbnails',target_type:'mix'}); Últimas noticias23:21Accidente automovilístico en Cola de Caballo mata a 12 personas y genera incendio forestal22:57Agentes israelíes detienen en Cisjordania a uno de los ganadores del Oscar por el documental ‘No other land’22:44El Gobierno de Milei profundiza su discurso negacionista del terrorismo de Estado en Argentina22:43Decenas de miles de argentinos marchan contra el negacionismo de la dictadura que promueve MileiInteligencIAs¿Ser o no ser? la inteligencia artificial como clave del futuro laboral y educativo window.audioList = window.audioList || []; window.audioList.push({"container":"audio_1741685495014","id_media":"1741685495014","id_cuenta":"elpais","id_player":469,"media_type":"audio","autoplay":false,"floating":false,"ads":{"enabled":false},"title_integration":"InteligencIA educativa – Episodio 2"}); InteligencIA educativa – Episodio 2 00:00 00:00 {"container":"audio_1741685495014","id_media":"1741685495014","id_cuenta":"elpais","id_player":469,"media_type":"audio","autoplay":false,"floating":false,"ads":{"enabled":false},"title_integration":"InteligencIA educativa – Episodio 2"}{"brandedId":""}Lo más vistoÚltima hora de la guerra de Rusia y Ucrania, en directo | Rusia y EE UU anuncian que mañana darán detalles sobre sus más de 12 horas de reuniónTrump dice que impondrá aranceles del 25% a todos los países que compren petróleo a VenezuelaTrump desata la ira de Groenlandia al enviar una delegación a la isla encabezada por la segunda damaPresos que cambian la celda por el campo de batalla para reforzar al ejército de UcraniaLos ataques rusos matan a nueve personas en Ucrania en las horas previas a las negociaciones de paz en Arabia SaudíRecomendaciones EL PAÍSEscaparateCursosCursos onlineIdiomas onlineEscaparateescaparateSUPERVENTAS PARA TU HOGAR: Freidora Cosori (la más vendida) con 36% de descuento. SOLO 89,99€escaparateQuitapelusas eléctrico de Philips con más de 135.000 valoraciones. Apto para retirar bolas y pelusas de todo tipo de tejidos, incluidos los más delicados. SOLO 11,95€escaparateBandejas de papel para freidora de aire. Pack de 100 unidades desechables en diferentes tamaños para no tener que fregar la cesta. SOLO 8,89€escaparateJuego de sábanas de 4 piezas con más de 50.000 opiniones. Disponibles en diferentes colores y medidas. 23% de descuento, desde SOLO 15,32€CursoscursosTu próximo gran paso empieza aquí: formación práctica para cambiar tu vida profesionalcursosDescubre el futuro con la IA. Desarrolla, innova y lidera la revolución tecnológicacursosTransforma tu visión empresarial y adquiere las habilidades estratégicas necesariascursosDomina la gestión de proyectos y aprende metodologías ágiles y estrategias efectivasCursos onlinecursosonlineConviértete en un experto desde casa: formación 'online' que se adapta a tu ritmocursosonlineDescubre herramientas digitales para potenciar y mejorar la enseñanza en la era digitalcursosonlineAprende estrategias clave para la prevención de riesgos y el cumplimiento normativocursosonlineAprende a optimizar recursos y asegurar el crecimiento económico de cualquier empresaIdiomas onlinecursosinglesAprende idiomas con EL PAÍS con 15 minutos al díacursosinglesMejora tu inglés con 21 días gratis sin compromisocursosinglesPrueba a aprender italiano con lecciones personalizadascursosinglesAprende francés y obtén tu certificado__ window.DTM.dataLayerDelay = true; window.ENP = window.ENP || {}; window.ENP.paywallInfo = {"arcSite":"el-pais","paywallModalHiddenSections":"/economia/especial-rsc,/espana/mujeres-y-viajeras,/sociedad/en-progreso,/deportes/es-laliga,/economia/estar-donde-estes,/sociedad/somos-futuro,/sociedad/las-coordenadas-de-kepa,/sociedad/ecoembes-espacio-eco,/tecnologia/con-proposito,/economia/entorno-seguro,/sociedad/cuando-el-descanso-es-un-sueno,/sociedad/futuros-educacion,/sociedad/ve-mas-alla,/espana/en-clave-de-bienestar,/tecnologia/haz-cosas-extraordinarias,/sociedad/pienso-luego-actuo,/sociedad/origenes,/sociedad/esta-en-nuestras-manos,/economia/de-experto-a-experto,/economia/fondos-europeos-la-guia,/economia/hablemos-de-futuro,/economia/si-lo-hubiera-sabido,/economia/foro-futuro,/sociedad/en-tu-piel,/sociedad/mas-corazon-menos-diabetes-2,/economia/entorno-seguro,/economia/repensando-el-futuro,/tecnología/radar-pyme,/sociedad/la-ciencia-que-nos-une,/economia/nuevos_tiempos,/sociedad/educacion-online,/sociedad/comer-sano-en-familia,/sociedad/generacion-futura,/sociedad/la-huella,/deportes/lo-inteligente-es-seguir,/cultura/museo-del-prado,/sociedad/vidas-nuevas,/sociedad/no-estas-solo,/cultura/territorio-paradores,/economia/horizonte-4-0,/espana/un-futuro-cercano,/tecnologia/5g-el-futuro-es-ahora,/sociedad/vihda-positiva,/economia/mucho-por-hacer,/television/nueva-tele,/espana/madrid/muchas-gracias-madrid,/cultura/festival-internacional-de-musica-de-canarias,/economia/el-observatorio-vodafone-de-la-empresa,https://elpais.com/especiales/2020/25-aniversario-muerte-de-lola-flores/exito-transgresion-y-pena,","paywallCounterHidden":false,"paywallModalOfferUrl":"https://elpais.com/subscriptions/#/register#?prod=REGCONTADOR&o=popup_regwall&prm=signwall_contadorpopup_registro_el-pais","paywallScript":"https://elpais.com/arc/subs/p.min.js","contentType":"story","subscribeWithGoogle":false,"contentSection":"/internacional","contentRestriction":"freemium","contentId":"WESDELUYXFD3LCDS7DLGLFJNWE","apiOrigin":"https://publicapi.elpais.com","apiOriginOther":"https://publicapi.brasil.elpais.com","baseUrlApiGateway":"https://wdnf3ec6zb.execute-api.eu-west-1.amazonaws.com/PRO/api/","socialSignOn":"https://elpais.com/subscriptions/#/social-signon","newsGoogleScript":"https://news.google.com/swg/js/v1/swg.js","isExcludedPaywall":false,"test":{"testName":"Experiment Paywall layer","testVersion":"01","storageVariableName":"EP-pwTest","firstSegmentName":"A","firstSegmentWeight":"50","firstSegmentValue":"1","secondSegmentName":"B","secondSegmentWeight":"50","secondSegmentValue":"5"},"counterLayer":{"articleTextOneSingle":"Este es tu último artículo gratis este mes","articleTextOne":"Te quedan","articleTextTwo":"artículos gratis este mes","subscriptionOneEuro":"Suscríbete","articleTextOneSingular":"Te queda","articleTextTwoSingle":"artículo gratis este mes","subscriptionUnlimited":"Sigue leyendo sin límites","subscriptionWeekEuro":"Descubre las promociones disponibles","subscriptionButton":"Suscríbete"},"blockLayer":{"lang":{"ES":{"paywallModalHeaderText":"Regístrate gratis para seguir leyendo","paywallModalSubheaderText":"","paywallModalDescriptionText":"","paywallModalOfferText":"CREAR CUENTA","paywallModalAllOffersText":"","paywallModalSignInText":"O suscríbete para leer sin límites","paywallModalSignInMessageText":"","paywallModalOfferUrl":"https://elpais.com/subscriptions/#/register#?prod=REGCONTADOR&o=popup_regwall&prm=signwall_contadorpopup_registro_el-pais&backURL=https%3A%2F%2Felpais.com%2Finternacional%2F2025-03-24%2Frusia-rebaja-expectativas-de-un-alto-el-fuego-tras-mas-de-12-horas-de-negociaciones-con-estados-unidos.html","paywallModalAllOffersUrl":"https://elpais.com/subscriptions/#/register#?prod=REGCONTADOR&o=popup_regwall&prm=signwall_contadorpopup_registro_el-pais","paywallIconButtonUrl":"/","paywallModalSignInUrl":"https://elpais.com/suscripciones/#/sign-in#?prod=SUSDIG&o=popup_regwall&prm=signwall_contadorpopup_landing_el-pais&backURL=https%3A%2F%2Felpais.com%2Finternacional%2F2025-03-24%2Frusia-rebaja-expectativas-de-un-alto-el-fuego-tras-mas-de-12-horas-de-negociaciones-con-estados-unidos.html","paywallModalSignUpMessageText":"","paywallModalSignUpUrl":"https://elpais.com/subscriptions/#/sign-in#?prod=REGCONTADOR&o=popup_regwall&backURL=https%3A%2F%2Felpais.com%2Finternacional%2F2025-03-24%2Frusia-rebaja-expectativas-de-un-alto-el-fuego-tras-mas-de-12-horas-de-negociaciones-con-estados-unidos.html","paywallModalSignUpText":"INICIA SESIÓN","paywallModalHiddenSections":"/economia/especial-rsc,/espana/mujeres-y-viajeras,/sociedad/en-progreso,/deportes/es-laliga,/economia/estar-donde-estes,/sociedad/somos-futuro,/sociedad/las-coordenadas-de-kepa,/sociedad/ecoembes-espacio-eco,/tecnologia/con-proposito,/economia/entorno-seguro,/sociedad/cuando-el-descanso-es-un-sueno,/sociedad/futuros-educacion,/sociedad/ve-mas-alla,/espana/en-clave-de-bienestar,/tecnologia/haz-cosas-extraordinarias,/sociedad/pienso-luego-actuo,/sociedad/origenes,/sociedad/esta-en-nuestras-manos,/economia/de-experto-a-experto,/economia/fondos-europeos-la-guia,/economia/hablemos-de-futuro,/economia/si-lo-hubiera-sabido,/economia/foro-futuro,/sociedad/en-tu-piel,/sociedad/mas-corazon-menos-diabetes-2,/economia/entorno-seguro,/economia/repensando-el-futuro,/tecnología/radar-pyme,/sociedad/la-ciencia-que-nos-une,/economia/nuevos_tiempos,/sociedad/educacion-online,/sociedad/comer-sano-en-familia,/sociedad/generacion-futura,/sociedad/la-huella,/deportes/lo-inteligente-es-seguir,/cultura/museo-del-prado,/sociedad/vidas-nuevas,/sociedad/no-estas-solo,/cultura/territorio-paradores,/economia/horizonte-4-0,/espana/un-futuro-cercano,/tecnologia/5g-el-futuro-es-ahora,/sociedad/vihda-positiva,/economia/mucho-por-hacer,/television/nueva-tele,/espana/madrid/muchas-gracias-madrid,/cultura/festival-internacional-de-musica-de-canarias,/economia/el-observatorio-vodafone-de-la-empresa,https://elpais.com/especiales/2020/25-aniversario-muerte-de-lola-flores/exito-transgresion-y-pena,","paywallIncognitoModalActivate":true,"paywallIncognitoModalLoginURL":"https://elpais.com/subscriptions/#/sign-in","paywallIncognitoModalHeaderText":"Inicia sesión o regístrate gratis para continuar leyendo en incógnito","paywallIncognitoModalLoginButton":"Inicia sesión","paywallIncognitoModalRegister":"Regístrate gratis","paywallIncognitoModalRegisterURL":"https://elpais.com/subscriptions/#/register","paywallIncognitoModalFoot":"Suscríbete y lee sin límites","paywallIncognitoModalSubsOptions":"Ver opciones de suscripción","paywallIncognitoModalSubsOptionsURL":"https://elpais.com/suscripciones/#/campaign"},"BR":{"paywallModalHeaderText":"Assine para continuar lendo","paywallModalSubheaderText":"Você não pode ler mais textos gratuitos este mês.","paywallModalDescriptionText":"Aproveite o acesso ilimitado com a sua assinatura","paywallModalOfferText":"ASSINAR","paywallModalAllOffersText":"","paywallModalSignInText":"Já sou assinante","paywallModalSignInMessageText":"","paywallModalOfferUrl":"","paywallModalAllOffersUrl":"","paywallIconButtonUrl":"/","paywallModalSignInUrl":"https://elpais.com/subscriptions/#/sign-in?prod=SUSDIGBR&o=popupbr_paywall&backURL=https%3A%2F%2Felpais.com%2Finternacional%2F2025-03-24%2Frusia-rebaja-expectativas-de-un-alto-el-fuego-tras-mas-de-12-horas-de-negociaciones-con-estados-unidos.html","paywallModalSignUpMessageText":"","paywallModalSignUpUrl":"","paywallModalSignUpText":"","paywallModalHiddenSections":"","paywallIncognitoModalActivate":false,"paywallIncognitoModalHeaderText":"Iniciar sessão ou registar-se gratuitamente para continuar a ler incógnito","paywallIncognitoModalLoginURL":"/","paywallIncognitoModalLoginButton":"Iniciar sessão","paywallIncognitoModalRegisterURL":"/","paywallIncognitoModalRegister":"Registar gratuitamente","paywallIncognitoModalFoot":"E se subscrever, poderá ler todas as notícias sem limites.","paywallIncognitoModalSubsOptionsURL":"/","paywallIncognitoModalSubsOptions":"Ver opções de subscrição"}}},"isPremiumArticle":false,"isFreemiumArticle":true}; Regístrate gratis para seguir leyendoINICIA SESIÓNCREAR CUENTAO suscríbete para leer sin límitesInicia sesión o regístrate gratis para continuar leyendo en incógnitoRegístrate gratisInicia sesiónSuscríbete y lee sin límitesVer opciones de suscripciónHOLAsuscríbete por 1€Mi actividadMi suscripciónMis datosMis newslettersDerechos y bajaExperiencias para míAsistente Vera IAdesconectaralto contraste:BuscarSeleccione:- - -EspañaAméricaMéxicoColombiaChileArgentinaUS EspañolUS EnglishSi quieres seguir toda la actualidad sin límites, únete a EL PAÍS por 1€ el primer mesSUSCRÍBETE AHORAInternacionalOpiniónEditorialesTribunasViñetasCartas a la DirectoraDefensora del lectorEspañaAndalucíaCataluñaComunidad ValencianaGaliciaMadridPaís VascoEconomíaMercadosViviendaMis derechosFormaciónSociedadEducaciónClima y Medio AmbienteCienciaSaludTecnologíaCulturaDeportesFútbolBaloncestoTenisCiclismoFórmula 1MotociclismoGolfAtletismoAjedrezTelevisiónGente y Estilo de vidaEl País ExprésFotografíaVídeosCanal EL PAÍSPodcastsel país semanalideasNegociosBabeliaQuadernel viajeroplaneta futuros modaiconGastroEl ComidistaCinco DíasMotorMamas & PapasAmérica FuturaEscaparateExtrasCrucigramas y JuegosEL PAÍS +NewsletterÚltimas noticiasHemerotecaEspecialesSolucionesDescuentosColeccionesEntradasSíguenos en:El País en FacebookEl País en TwitterEl País en YoutubeEl País en Instagram window.ENP.PBS_SSR = {"ads":[{"targeting":{"pos":"skin"},"display":"desktop"},{"targeting":{"pos":"inter"},"display":"desktop"},{"dimensions":[[[728,90],[970,90],[980,90],[980,180],[980,220],[970,250],[980,250],[1200,90],[1200,180],[1200,250]],[[728,90]]],"targeting":{"pos":"ldb1"},"display":"desktop","sizemap":{"breakpoints":[[980,0],[728,0]]}},{"dimensions":[[[728,90]],[[320,100],[320,50]]],"targeting":{"pos":"mldb1"},"display":"mobile","sizemap":{"breakpoints":[[728,0],[0,0]]}},{"dimensions":[[300,250],[300,600]],"targeting":{"pos":"mpu1"}},{"dimensions":[[300,250]],"targeting":{"pos":"mpu2"}},{"dimensions":[[[728,90],[970,90],[980,90],[980,250],[1200,90],[1200,180],[1200,250]],[[728,90]]],"targeting":{"pos":"ldb2"},"display":"desktop","sizemap":{"breakpoints":[[980,0],[728,0]]}},{"dimensions":[[[728,90]],[[320,100],[320,50]]],"targeting":{"pos":"mldb2"},"display":"mobile","sizemap":{"breakpoints":[[728,0],[0,0]]}},{"dimensions":[[300,250],[300,600]],"targeting":{"pos":"mpu3"}},{"dimensions":[[300,250],[300,600]],"targeting":{"pos":"mpu4"}},{"dimensions":[[300,250],[300,600]],"targeting":{"pos":"mpu5"}},{"dimensions":[[300,250],[300,600]],"targeting":{"pos":"mpu6"}},{"dimensions":[[300,250],[300,600]],"targeting":{"pos":"mpu8"}},{"dimensions":[[300,100]],"targeting":{"pos":"nstd2"},"display":"all"},{"dimensions":[[300,100]],"targeting":{"pos":"nstd3"},"display":"all"},{"dimensions":[[300,250],[300,600]],"targeting":{"pos":"mpu9"}},{"dimensions":[[300,250],[300,600]],"targeting":{"pos":"mpu10"}},{"dimensions":[[300,250],[300,600]],"targeting":{"pos":"mpu7"}}],"adUnitPageLevel":"elpais/internacional","PREFIX":"elpais_gpt","keyValuePageLevel":["ofensiva_rusia_ucrania_a","ucrania_a","rusia_a","guerra_a","conflictos_a","ue_union_europea_a","otan_organizacion_tratado_atlantico_norte_a","ataques_militares_a","conflictos_armados_a","conflictos_internacionales_a","europa_a","estados_unidos_a","donald_trump_a","arabia_saudi_a","negociaciones_paz_a","alto_el_fuego_a","mar_negro_a","vladimir_putin_a","volodymyr_oleksandrovych_zelenskiy_a","internacional","internacional_europa"],"excludedPaywall":false};<link rel="stylesheet" href="https://static.elpais.com/dist/resources/css/db9f21acfcdfe7a43f434e07c4c38a74/ENP/el-pais/article-basic.css"/> var loadDeferredStyles = function() { var elm = document.getElementById('deferred-styles'); elm.rel = 'stylesheet'; }; var raf = window.requestAnimationFrame || window.mozRequestAnimationFrame || window.webkitRequestAnimationFrame || window.msRequestAnimationFrame; if (raf) raf(function() { window.setTimeout(loadDeferredStyles, 0); }); else window.addEventListener('load', loadDeferredStyles); window._taboola = window._taboola || []; _taboola.push({flush: true}); {"@context":"https://schema.org/","@type":"ItemList","mainEntityOfPage":{"@type":"CollectionPage","@id":"https://elpais.com/internacional/2025-03-24/rusia-rebaja-expectativas-de-un-alto-el-fuego-tras-mas-de-12-horas-de-negociaciones-con-estados-unidos.html"},"itemListElement":[{"@type":"ListItem","position":1,"url":"https://elpais.com/mexico/2025-03-24/accidente-automovilistico-en-cola-de-caballo-mata-a-12-personas-y-genera-incendio-forestal.html"},{"@type":"ListItem","position":2,"url":"https://elpais.com/internacional/2025-03-24/agentes-israelies-detienen-en-cisjordania-a-uno-de-los-ganadores-del-oscar-por-el-documental-no-other-land.html"},{"@type":"ListItem","position":3,"url":"https://elpais.com/argentina/2025-03-24/el-gobierno-de-milei-profundiza-su-discurso-negacionista-del-terrorismo-de-estado-en-argentina.html"},{"@type":"ListItem","position":4,"url":"https://elpais.com/argentina/2025-03-24/decenas-de-miles-de-argentinos-marchan-contra-el-negacionismo-de-la-dictadura-que-promueve-milei.html"}]}_satellite["_runScript1"](function(event, target, Promise) { window.DTM={version:"launch-ep-8.21",initialized:!0,dateInit:new Date,internalTest:"",PLATFORM:{AMP:"amp",FBIA:"fbia",WEB:"web",WIDGET:"widget"},CONSENTS:{ACCEPT:1,REJECT:0,WAITING:2,DEFAULT:-1},config:"undefined"!=typeof DTM&&void 0!==DTM.config?DTM.config:{},pageDataLayer:"undefined"!=typeof DTM&&(DTM.pageDataLayer,1)?DTM.pageDataLayer:{},eventQueue:"undefined"!=typeof DTM&&void 0!==DTM.eventQueue?DTM.eventQueue:[],paywallOn:"undefined"!=typeof DTM&&void 0!==DTM.paywallOn?DTM.paywallOn:"",delayDataLayer:"undefined"!=typeof DTM&&void 0!==DTM.delayDataLayer?DTM.delayDataLayer:"",notify:function(e,t){t=void 0!==t?t:"info";try{var a=(new Date).getTime()-DTM.dateInit.getTime();e="DTM: "+e+" ("+(a=(a/=1e3).toFixed(2))+"s)","warn"==t?_satellite.logger.warn(e):"error"==t?_satellite.logger.error(e):_satellite.logger.info(e)}catch(e){console.info("Error DTM.notify")}},init:function(){DTM.tools.marfeel.utils.markTimeLoads("DTM init"),this.notify("Version <"+this.version+"> fired "+_satellite.environment.stage,!0),this.notify("Page <"+window.location.href+">"),DTM.utils.addEvent(document,"DTMDataLayerGenerated",(function(){if(DTM.tools.marfeel.utils.markTimeLoads("DTMDataLayerGenerated"),!0!==DTM.dataLayer.asyncPV){DTM.dataLayer.generated=!0,DTM.tools.init();var e=0;1!=window.cmp_impression&&(e=500),setTimeout((function(){DTM.trackPV(),DTM.events.init(),DTM.utils.dispatchEvent("DTMCompleted")}),e)}else DTM.events.init()})),this.dataLayer.init()},dataLayer:{delay:!1,sync:"no-needed",asyncPV:!1,generated:!1,timeOutTime:6e3,timeOutCompleted:!1,vars:{cms:"arc",siteID:"elpaiscom",platform:"",urlParams:!1,tags:[],secondaryCategories:"",server:window.location.host,pageType:"",brandedContent:"0",primaryCategory:"desconocido",translatePage:!1,destinationURL:location.href,referringURL:document.referrer,pageTitle:document.title},flags:{userInfo:!1,paywallInfo:!1},init:function(){DTM.tools.marfeel.utils.markTimeLoads("Datalayer init"),this.delay=!1,this.sync="no-needed",this.generated=!1,this.timeOutCompleted=!1,this.flags={userInfo:!1,paywallInfo:!1},this.vars.siteID=this.pageDataLayerParamExists("siteID")?DTM.pageDataLayer.siteID:this.vars.siteID,this.vars.platform=this.pageDataLayerParamExists("platform")?DTM.pageDataLayer.platform:DTM.PLATFORM.WEB,this.vars.urlParams=DTM.dataLayer.getUrlParams(),this.vars.tags=this.pageDataLayerParamExists("tags")?DTM.pageDataLayer.tags:this.vars.tags,this.vars.secondaryCategories=this.pageDataLayerParamExists("secondaryCategories")?this.formatDataLayerParam("secondaryCategories"):this.vars.secondaryCategories,this.vars.server=this.pageDataLayerParamExists("server")?DTM.pageDataLayer.server:this.vars.server,this.vars.pageType=this.pageDataLayerParamExists("pageType")?this.formatDataLayerParam("pageType"):this.vars.pageType,this.vars.brandedContent=this.isBrandedContent(),this.vars.primaryCategory=this.pageDataLayerParamExists("primaryCategory")?this.formatDataLayerParam("primaryCategory"):this.vars.primaryCategory,this.vars.translatePage=-1!=this.vars.server.indexOf("translate.goog"),this.vars.referringURL=this.getReferringURL(),this.vars.destinationURL=this.pageDataLayerParamExists("destinationURL")&&!this.asyncPV?DTM.pageDataLayer.destinationURL:location.href,this.vars.pageTitle=this.pageDataLayerParamExists("pageTitle")?this.formatDataLayerParam("pageTitle"):document.getElementsByTagName("title")[0]?document.getElementsByTagName("title")[0].innerHTML:"",window.digitalData={page:{pageInstanceID:this.pageDataLayerParamExists("pageInstanceID")?DTM.pageDataLayer.pageInstanceID:(new Date).getTime()+"_"+Math.floor(1e7*Math.random()),pageInfo:{articleID:this.pageDataLayerParamExists("articleID")?DTM.pageDataLayer.articleID:this.getArticleID(),articleLength:this.pageDataLayerParamExists("articleLength")?DTM.pageDataLayer.articleLength:"",articleTitle:this.pageDataLayerParamExists("articleTitle")?DTM.pageDataLayer.articleTitle:this.getArticleTitle(),audioContent:this.pageDataLayerParamExists("audioContent")?DTM.pageDataLayer.audioContent:"not-set",author:this.pageDataLayerParamExists("author")?DTM.pageDataLayer.author:[],brandedContent:this.vars.brandedContent,businessUnit:this.pageDataLayerParamExists("businessUnit")?DTM.pageDataLayer.businessUnit:"noticias",campaign:this.getCampaign(),canonicalURL:this.getCanonical(),cleanURL:this.pageDataLayerParamExists("cleanURL")?DTM.pageDataLayer.cleanURL:this.vars.destinationURL.replace(/[\?#].*?$/g,""),clickOrigin:this.pageDataLayerParamExists("clickOrigin")?DTM.pageDataLayer.clickOrigin:DTM.utils.getQueryParam("rel"),cms:this.vars.cms,creationDate:this.pageDataLayerParamExists("creationDate")?DTM.pageDataLayer.creationDate:"",date:{dstStart:"1/1/"+DTM.dateInit.getFullYear(),dstEnd:"12/31/"+DTM.dateInit.getFullYear(),seconds:DTM.utils.formatDate(DTM.dateInit.getSeconds()),minutes:DTM.utils.formatDate(DTM.dateInit.getMinutes()),hours:DTM.utils.formatDate(DTM.dateInit.getHours()),day:DTM.utils.formatDate(DTM.dateInit.getDate()),month:DTM.utils.formatDate(DTM.dateInit.getMonth()+1),year:DTM.dateInit.getFullYear(),fullYear:DTM.dateInit.getFullYear(),gmt:-DTM.dateInit.getTimezoneOffset()/60-1>=0?"+"+(-DTM.dateInit.getTimezoneOffset()/60-1).toString():-DTM.dateInit.getTimezoneOffset()/60-1},destinationURL:this.vars.destinationURL,domain:this.pageDataLayerParamExists("domain")?DTM.pageDataLayer.domain:"elpais.com",edition:this.pageDataLayerParamExists("edition")?DTM.pageDataLayer.edition:"not-set",editionNavigation:this.pageDataLayerParamExists("editionNavigation")?DTM.pageDataLayer.editionNavigation:this.pageDataLayerParamExists("edition")?DTM.pageDataLayer.edition:"not-set",editorialTone:this.pageDataLayerParamExists("editorialTone")?DTM.pageDataLayer.editorialTone:"",geoRegion:this.pageDataLayerParamExists("geoRegion")?DTM.pageDataLayer.geoRegion:"espa\xf1a",language:this.pageDataLayerParamExists("language")?DTM.pageDataLayer.language.toLowerCase():document.documentElement.lang?document.documentElement.lang:"es",liveContent:this.pageDataLayerParamExists("liveContent")?!0===DTM.pageDataLayer.liveContent||"true"===DTM.pageDataLayer.liveContent?"1":!1===DTM.pageDataLayer.liveContent||"false"===DTM.pageDataLayer.liveContent?"0":"not-set":"not-set",loadType:this.pageDataLayerParamExists("loadType")?DTM.pageDataLayer.loadType:!0===this.asyncPV?"spa":"secuencial",onsiteSearch:this.pageDataLayerParamExists("onsiteSearch")?DTM.pageDataLayer.onsiteSearch:"0",onsiteSearchTerm:this.pageDataLayerParamExists("onsiteSearchTerm")?DTM.pageDataLayer.onsiteSearchTerm:"",onsiteSearchResults:this.pageDataLayerParamExists("onsiteSearchResults")?DTM.pageDataLayer.onsiteSearchResults:"",org:this.pageDataLayerParamExists("org")?DTM.pageDataLayer.org:"prisa",pageHeight:this.pageDataLayerParamExists("pageHeight")?DTM.pageDataLayer.pageHeight:this.getPageHeight(),pageID:this.pageDataLayerParamExists("pageID")?DTM.pageDataLayer.pageID:document.location.href,pageName:this.pageDataLayerParamExists("pageName")?DTM.pageDataLayer.pageName:this.vars.siteID+this.vars.destinationURL.replace(/[\?#].*?$/g,"").replace(/http.?:\/\/[^\/]*/,""),pageTitle:this.vars.pageTitle,pageTypology:this.pageDataLayerParamExists("pageTypology")?DTM.pageDataLayer.pageTypology:"",platform:this.vars.platform,privateMode:this.pageDataLayerParamExists("privateMode")?DTM.pageDataLayer.privateMode:"not-set",publishDate:this.pageDataLayerParamExists("publishDate")?DTM.pageDataLayer.publishDate:"",publisher:this.pageDataLayerParamExists("publisher")?DTM.pageDataLayer.publisher:"el pais",publisherID:this.pageDataLayerParamExists("publisherID")?DTM.pageDataLayer.publisherID:this.getPublisherID(),referringDomain:this.getReferringDomain(this.vars.referringURL),referringURL:this.vars.referringURL,server:this.vars.server,siteID:this.vars.siteID,ssl:this.pageDataLayerParamExists("ssl")?DTM.pageDataLayer.ssl:"https:"==document.location.protocol?"1":"0",sysEnv:this.pageDataLayerParamExists("sysEnv")?DTM.pageDataLayer.sysEnv:DTM.PLATFORM.WEB,tags:this.vars.tags,test:this.pageDataLayerParamExists("test")?DTM.pageDataLayer.test:"",thematic:this.pageDataLayerParamExists("thematic")?DTM.pageDataLayer.thematic:"informacion",translatePage:this.vars.translatePage,updateDate:this.pageDataLayerParamExists("updateDate")?DTM.pageDataLayer.updateDate:"",urlParams:this.vars.urlParams,validPage:this.isValidPage(),videoContent:this.pageDataLayerParamExists("videoContent")?DTM.pageDataLayer.videoContent:"not-set"},category:{pageType:this.vars.pageType,primaryCategory:this.vars.primaryCategory,subCategory1:this.pageDataLayerParamExists("subCategory1")?this.formatDataLayerParam("subCategory1"):"",subCategory2:this.pageDataLayerParamExists("subCategory2")?this.formatDataLayerParam("subCategory2"):"",secondaryCategories:this.vars.secondaryCategories}},user:{country:this.pageDataLayerParamExists("country")?DTM.pageDataLayer.country:"",experienceCloudID:window.s.visitor.getMarketingCloudVisitorID(),ID:this.getARCID(),name:this.pageDataLayerParamExists("userName")?DTM.pageDataLayer.userName:"not-set",profileID:this.pageDataLayerParamExists("profileID")?DTM.pageDataLayer.profileID:"not-set",registeredUserAMP:this.pageDataLayerParamExists("registeredUserAMP")?DTM.pageDataLayer.registeredUserAMP.toString():"",registeredUser:this.pageDataLayerParamExists("registeredUser")&&""!==DTM.pageDataLayer.registeredUser?DTM.pageDataLayer.registeredUser.toString():"not-set",subscriptions:this.pageDataLayerParamExists("paywallProduct")&&""!=DTM.pageDataLayer.paywallProduct?DTM.pageDataLayer.paywallProduct:"not-set",type:this.pageDataLayerParamExists("userType")?DTM.pageDataLayer.userType:"not-set",subscriptionType:"",arcID:this.getARCID()},device:{cookieEnabled:navigator.cookieEnabled,language:navigator.language,platform:navigator.platform,type:this.getDeviceType(),userAgent:navigator.userAgent},paywall:{access:this.pageDataLayerParamExists("paywallAccess")?DTM.pageDataLayer.paywallAccess:"not-set",active:this.pageDataLayerParamExists("paywallActive")?DTM.pageDataLayer.paywallActive:"not-set",cartProduct:this.pageDataLayerParamExists("paywallCartProduct")?DTM.pageDataLayer.paywallCartProduct:"not-set",contentAdType:this.pageDataLayerParamExists("contentAdType")?DTM.pageDataLayer.contentAdType:this.pageDataLayerParamExists("paywallAd")?DTM.pageDataLayer.paywallAd:"none",contentBlocked:this.pageDataLayerParamExists("paywallStatus")?DTM.pageDataLayer.paywallStatus.toString():this.pageDataLayerParamExists("contentBlocked")?DTM.pageDataLayer.contentBlocked:"not-set",counter:this.pageDataLayerParamExists("paywallCounter")?DTM.pageDataLayer.paywallCounter.toString():"not-set",signwallType:this.pageDataLayerParamExists("signwallType")?DTM.pageDataLayer.signwallType:this.pageDataLayerParamExists("paywallType")?DTM.pageDataLayer.paywallType:"free",transactionID:this.pageDataLayerParamExists("paywallTransactionID")?DTM.pageDataLayer.paywallTransactionID:"",transactionOrigin:this.pageDataLayerParamExists("transactionOrigin")?DTM.pageDataLayer.transactionOrigin:"",transactionType:this.pageDataLayerParamExists("paywallTransactionType")?DTM.pageDataLayer.paywallTransactionType:this.pageDataLayerParamExists("paywallSubsType")?DTM.pageDataLayer.paywallSubsType:"",type:this.pageDataLayerParamExists("dataLayerVersion")&&"v2"==DTM.pageDataLayer.dataLayerVersion?"freemium":"none",id:this.pageDataLayerParamExists("paywallID")&&""!=this.pageDataLayerParamExists("paywallID")?DTM.pageDataLayer.paywallID:"not-set"},event:[]},_satellite.track("websdk_marfeel"),this.fixes(),DTM.tools.marfeel.utils.markTimeLoads("Datalayer predelay"),this.delay=this.isPageDataLayerDelay(),!0===this.delay?"undefined"!=typeof _dtm_dataLayerUpdate&&!0===_dtm_dataLayerUpdate?(this.sync="direct",DTM.notify("Data Layer sync completed <"+DTM.dataLayer.sync+">"),this.getUserInfo()):DTM.utils.addEvent(document,"DTMDataLayerUpdate",(function(){DTM.dataLayer.sync="event",DTM.notify("Data Layer sync completed <"+DTM.dataLayer.sync+">"),DTM.dataLayer.getUserInfo()})):(DTM.notify("Data Layer sync completed <"+DTM.dataLayer.sync+">"),this.getUserInfo()),DTM.tools.marfeel.utils.markTimeLoads("Datalayer postdelay"),setTimeout((function(){DTM.dataLayer.generated||(DTM.dataLayer.timeOutCompleted=!0,_satellite.getVar("platform")==DTM.PLATFORM.WEB&&!1===DTM.dataLayer.flags.paywallInfo&&(DTM.dataLayer.sync="timeout",DTM.dataLayer.getUserInfo(),DTM.notify("Paywall sync completed <"+DTM.dataLayer.sync+">")),DTM.dataLayer.generated=!0,DTM.notify("Data Layer "+(!0===DTM.dataLayer.asyncPV?"re":"")+"generated (timeOut)"),DTM.utils.dispatchEvent("DTMDataLayerGenerated"),DTM.tools.marfeel.utils.markTimeLoads("timeout DTMDataLayerGenerated"))}),DTM.dataLayer.timeOutTime)},getCanonical:function(){var e="";if(DTM.dataLayer.pageDataLayerParamExists("canonicalURL"))e=DTM.pageDataLayer.canonicalURL;else if("undefined"!=typeof document&&"function"==typeof document.querySelector)e=null!=(e=document.querySelector("link[rel='canonical']"))?e.href:location.href.replace(/[\?#].*?$/g,"");else for(var t=document.getElementsByTagName("link"),a=0,r=t.length;a<r&&""==e;a++)"canonical"===t[a].getAttribute("rel")&&(e=t[a].getAttribute("href"));"portada"!=DTM.pageDataLayer.pageType&&"portadilla"!=DTM.pageDataLayer.pageType&&"tags"!=DTM.pageDataLayer.pageType||(null!=new RegExp("([/]$)").exec(e)||(e+="/"));return e},isPageDataLayerDelay:function(){var e=this.pageDataLayerParamExists("dataLayerDelay")?DTM.pageDataLayer.dataLayerDelay:"",t=this.pageDataLayerParamExists("paywallOn")?DTM.pageDataLayer.paywallOn:"";return""!=e?e:""!=t&&t},setFlag:function(e){if(void 0===this.flags[e]||!0===DTM.dataLayer.generated||!0===this.flags[e]||"timeout"==DTM.dataLayer.sync)return!1;this.flags[e]=!0;var t=!0;for(var a in this.flags)!1===this.flags[a]&&(t=!1);t&&!DTM.dataLayer.generated&&(DTM.dataLayer.generated=!0,DTM.notify("Data Layer "+(!0===DTM.dataLayer.asyncPV?"re":"")+"generated (all flags completed)"),DTM.utils.dispatchEvent("DTMDataLayerGenerated"),DTM.tools.marfeel.utils.markTimeLoads("Flags completed"))},fixes:function(){if(DTM.tools.marfeel.utils.markTimeLoads("Fixes start"),"multi ia"==_satellite.getVar("sysEnv")&&(this.setParam("page.pageInfo.sysEnv","fbia"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:fbia:sysEnv":"arc:fbia:sysEnv"),"portada"==_satellite.getVar("pageType")&&"home"!=_satellite.getVar("primaryCategory")&&(this.setParam("page.category.pageType","portadilla"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:pageType:portadillas":"arc:pageType:portadillas"),"brasil.elpais.com"==_satellite.getVar("server")&&0!=_satellite.getVar("pageName").indexOf("elpaiscom/brasil/")&&(this.setParam("page.pageInfo.pageName",_satellite.getVar("pageName").replace(/^elpaiscom\//gi,"elpaiscom/brasil/")),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-pageName-brasil":"arc:error-dataLayer-pageName-brasil"),_satellite.getVar("platform")==DTM.PLATFORM.FBIA&&(this.setParam("page.pageInfo.brandedContent",this.isBrandedContent(!1)),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-brandedcontent-ia":"arc:error-dataLayer-brandedcontent-ia"),"epmas"==_satellite.getVar("primaryCategory")){if("epmas>suscripcion>checkout"==_satellite.getVar("subCategory2")||"epmas>suscripcion>payment"==_satellite.getVar("subCategory2"))if(""!=DTM.utils.getQueryParam("wrongPayment",location.href)){var e=(-1!=_satellite.getVar("pageName").indexOf("elpaiscom/brasil")?"elpaiscom/brasil":"elpaiscom")+location.pathname+("epmas>suscripcion>checkout"==_satellite.getVar("subCategory2")?"checkout/errorpago":"payment/errorPago");this.setParam("page.pageInfo.pageName",e),this.setParam("page.category.subCategory2","epmas>suscripcion>proceso_pago_fallo"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-wrongPayment":"arc:error-dataLayer-wrongPayment"}for(var t=["/suscripciones/promo-96-euros/","/suscripciones/promo-euro/","elpais.com/promo-3meses-1euro/","/promo-1-euro-dos-meses/","/promo-14-meses-96-euros/","/suscripciones/condiciones-servicios/empresas/","/suscripciones/america/digital/","/assinaturas/digital/","/assinatura/digital/","/assinatura/promo","assinaturas/condicoes","suscripciones/digital/semestral/condiciones","suscripciones/digital/bienal/condiciones","suscripciones/digital/promo","/condiciones/","assinaturas/clausula-privacidade","suscripciones/america/condiciones","suscripciones/condiciones","suscripciones/clausula","suscripciones/promo-todo","suscripciones/fin-de-semana","suscripciones/lunes-viernes","/condicoes/"],a=0,r=t.length;a<r;a++)-1!=location.pathname.indexOf(t[a])&&-1!=_satellite.getVar("pageName").indexOf("subscriptions/sign-in/")&&(this.setParam("page.pageInfo.pageName",-1!=_satellite.getVar("pageName").indexOf("elpaiscom/brasil")?"elpaiscom/brasil"+location.pathname:"elpaiscom"+location.pathname),this.setParam("page.category.subCategory2","epmas>suscripcion>productos"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-conditionsPage-"+t[a]:"arc:error-conditionsPage-"+t[a]);-1!=_satellite.getVar("destinationURL").indexOf("elpais.com/preguntas-frecuentes/")&&"elpaiscom/preguntas-frecuentes/"!=_satellite.getVar("pageName")&&(this.setParam("page.pageInfo.pageName","elpaiscom/preguntas-frecuentes/"),this.setParam("page.category.primaryCategory","epmas"),this.setParam("page.category.subCategory1","epmas>suscripcion"),this.setParam("page.category.subCategory2","epmas>suscripcion>preguntas-frecuentes"),this.setParam("page.category.pageType","suscripcion"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-faq":"arc:error-dataLayer-faq"),-1!=_satellite.getVar("destinationURL").indexOf("elpais.com/aviso-impago")&&-1==_satellite.getVar("pageName").indexOf("aviso-impago")&&(this.setParam("page.pageInfo.pageName","elpaiscom/aviso-impago/"),this.setParam("page.category.primaryCategory","epmas"),this.setParam("page.category.subCategory1","epmas>suscripcion"),this.setParam("page.category.subCategory2","epmas>suscripcion>aviso-impago"),this.setParam("page.category.pageType","suscripcion"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-avisoImpago":"arc:error-dataLayer-avisoImpago"),-1!=_satellite.getVar("destinationURL").indexOf("elpais.com/aviso-datos-de-facturacion")&&-1==_satellite.getVar("pageName").indexOf("aviso-datos-de-facturacion")&&(this.setParam("page.pageInfo.pageName","elpaiscom/aviso-datos-de-facturacion/"),this.setParam("page.category.primaryCategory","epmas"),this.setParam("page.category.subCategory1","epmas>suscripcion"),this.setParam("page.category.subCategory2","epmas>suscripcion>aviso-datos-de-facturacion"),this.setParam("page.category.pageType","suscripcion"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-aviso-datos-de-facturacion":"arc:error-dataLayer-aviso-datos-de-facturacion")}-1!=_satellite.getVar("pageName").indexOf("elpaiscom/mexico")&&"mexico"!=_satellite.getVar("edition")?(this.setParam("page.pageInfo.edition","mexico"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-edition":"arc:error-dataLayer-edition"):-1==_satellite.getVar("pageName").indexOf("elpaiscom/america/")&&-1==_satellite.getVar("pageName").indexOf("elpaiscom/suscripciones/america")||"america"==_satellite.getVar("edition")?-1!=_satellite.getVar("pageName").indexOf("elpaiscom/english")&&"english"!=_satellite.getVar("edition")?(this.setParam("page.pageInfo.edition","english"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-edition":"arc:error-dataLayer-edition"):-1!=_satellite.getVar("pageName").indexOf("elpaiscom/brasil")&&"brasil"!=_satellite.getVar("edition")?(this.setParam("page.pageInfo.edition","brasil"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-edition":"arc:error-dataLayer-edition"):-1!=_satellite.getVar("pageName").indexOf("elpaiscom/chile")&&"chile"!=_satellite.getVar("edition")?(this.setParam("page.pageInfo.edition","chile"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-edition":"arc:error-dataLayer-edition"):-1!=_satellite.getVar("pageName").indexOf("elpaiscom/argentina")&&"argentina"!=_satellite.getVar("edition")?(this.setParam("page.pageInfo.edition","argentina"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-edition":"arc:error-dataLayer-edition"):-1!=_satellite.getVar("pageName").indexOf("elpaiscom/america-colombia")&&"colombia"!=_satellite.getVar("edition")&&(this.setParam("page.pageInfo.edition","colombia"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-edition":"arc:error-dataLayer-edition"):(this.setParam("page.pageInfo.edition","america"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-edition":"arc:error-dataLayer-edition"),"1"!=_satellite.getVar("onsiteSearch")||DTM.utils.getQueryParam("q")||(this.setParam("page.pageInfo.onsiteSearch","0"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", buscador:onsiteSearch":"buscador:onsiteSearch"),DTM.tools.marfeel.utils.markTimeLoads("Fixes End")},pageDataLayerParamExists:function(e){return"undefined"!=typeof DTM&&void 0!==DTM.pageDataLayer&&(void 0!==DTM.pageDataLayer[e]||"string"==typeof DTM.pageDataLayer[e]&&""==DTM.pageDataLayer[e])},paramExists:function(e){if("string"==typeof e){var t=e.split("."),a=t.length,r=window.digitalData[t[0]];if(void 0===r)return!1;if(a>1){for(var i=1;i<a;i++)if(void 0===(r=r[t[i]]))return!1;return!0}return!0}return!1},setParam:function(e,t){if(!this.paramExists(e)||"string"!=typeof e||void 0===t)return!1;var a=e.split(".");switch(a.length){case 1:digitalData[a[0]]=t;break;case 2:digitalData[a[0]][a[1]]=t;break;case 3:digitalData[a[0]][a[1]][a[2]]=t;break;default:return!1}},formatDataLayerParam:function(e){return!!DTM.dataLayer.pageDataLayerParamExists(e)&&("string"!=typeof DTM.pageDataLayer[e]||"pageTitle"==e?DTM.pageDataLayer[e]:DTM.pageDataLayer[e].toLowerCase().trim())},isValidPage:function(){return-1!=this.vars.server.indexOf("elpais.com")||this.vars.translatePage||"production"!=_satellite.environment.stage&&-1!=this.vars.server.indexOf("prisa-el-pais-sandbox.cdn.arcpublishing.com")},getReferringURL:function(){var e=this.vars.referringURL;if(this.asyncPV)e=this.vars.destinationURL.replace(/[\?].*?$/g,"");else if(this.vars.platform==DTM.PLATFORM.FBIA){var t=DTM.utils.getQueryParam("ia_referrer",location.href);e=""!=t?-1==t.indexOf("https://")?"https://"+t:t:this.pageDataLayerParamExists("referringURL")?DTM.pageDataLayer.referringURL:document.referrer}else e=this.pageDataLayerParamExists("referringURL")?DTM.pageDataLayer.referringURL:document.referrer;return e},getReferringDomain:function(e){if(""==(e="string"==typeof e?e:"string"==typeof document.referrer?document.referrer:""))return"";try{e=new URL(e).hostname}catch(e){DTM.notify("Error al recuperar el referringDomain: "+e,"error")}return e},getPageHeight:function(){return this.vars.platform==DTM.PLATFORM.WEB&&void 0!==document.body&&void 0!==document.body.clientHeight?document.body.clientHeight:"not-set"},getPublisherID:function(){var e="";if(this.vars.platform==DTM.PLATFORM.WEB&&(e="ElpaisWeb","elpais.com"==this.vars.server||"cincodias.elpais.com"==this.vars.server)){var t={deportes:"ElpaisdeportesWeb","mamas-papas":"ElpaismamasypapasWeb",tecnologia:"ElpaistecnologiaWeb",icon:"ElpaisiconWeb","icon-design":"IcondesignWeb"},a=/http.?:\/\/([^\/]*)\/([^\/]*)\//i.exec(this.vars.destinationURL);e=this.vars.destinationURL.indexOf("el-comidista")>-1?"ElcomidistaelpaisWeb":this.vars.destinationURL.indexOf("cincodias")>-1?"CincodiaselpaisWeb":a&&t.hasOwnProperty(a[2])?t[a[2]]:"ElpaisWeb"}return e},getArticleID:function(){var e=this.pageDataLayerParamExists("destinationURL")?DTM.pageDataLayer.destinationURL:location.href,t=/http.?:\/\/([^\/]*)\/([^\/]*)\/(\d+)\/(\d+)\/(\d+)\/([^\/]*)\/(.*)\.html/i.exec(e);return t?t[7]:""},getArticleTitle:function(){if("articulo"!=this.vars.pageType)return"";var e=DTM.utils.getMetas("property","og:title");return""!=e?e[0]:this.vars.pageTitle},getCampaign:function(){for(var e="",t="",a=["id_externo_display","id_externo_sem","id_externo_nwl","id_externo_promo","id_externo_rsoc","id_externo_ref","id_externo_portada","id_externo_noti","sdi","sse","sma","prm","sap","ssm","afl","agr","int","noti","idexterno","cid","utm_campaign"],r=0,i=a.length;r<i;r++){var s=DTM.utils.getQueryParam(a[r]);""!=s&&(e=s,t=a[r])}if("id_externo_rsoc"==t||"ssm"==t){var n=DTM.utils.getQueryParam("id_externo_ads");e=""!=(n=""==n?DTM.utils.getQueryParam("ads"):n)?e+"-"+n:e}else if("prm"==t){var o=DTM.utils.getQueryParam("csl");e=""!=o?e+"_"+o:e}else"cid"==t&&(e=DTM.utils.encoder.decode(DTM.utils.decodeURIComponent(e)));return document.location.href.indexOf("utm_campaign")>-1&&(e=document.location.href.match(/utm\_campaign.*/gi)[0].split("&")[0].split("=")[1]),e},isBrandedContent:function(e){var t=!1;if(!1===e||!this.pageDataLayerParamExists("brandedContent")||"1"!=DTM.pageDataLayer.brandedContent&&1!=DTM.pageDataLayer.brandedContent){var a=JSON.stringify(this.vars.tags);!0!==(t=-1!=a.indexOf('"192925"')||-1!=a.indexOf('"197500"')||-1!=a.indexOf('"197760"')||-1!=a.indexOf('"branded_content'))&&(t=-1!=this.vars.secondaryCategories.indexOf("branded_content")||-1!=this.vars.secondaryCategories.indexOf("brandedContent"))}else t=!0;return!0===t?"1":"0"},getUrlParams:function(){var e=location.href;return this.vars.platform==DTM.PLATFORM.FBIA&&(e=DTM.utils.getQueryParam("destinationURL",location.href)),e=""!=e?e:location.href,DTM.utils.getQueryParam("",e)},getDeviceType:function(){var e=navigator.userAgent;return/(tablet|ipad|playbook|silk)|(android(?!.*mobi))/i.test(e)?"tablet":/Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Kindle|Silk-Accelerated|(hpw|web)OS|Opera M(obi|ini)/.test(e)?"mobile":"desktop"},getARCID:function(){var e="not-set";try{var t=DTM.utils.localStorage.getItem("ArcId.USER_INFO"),a=DTM.utils.localStorage.getItem("ArcP");null!=t?e=null!=(t=JSON.parse(t))&&t.hasOwnProperty("uuid")?t.uuid:"not-set":null!=a&&(a=JSON.parse(DTM.utils.localStorage.getItem("ArcP"))).hasOwnProperty("anonymous")&&a.anonymous.hasOwnProperty("reg")&&a.anonymous.reg.hasOwnProperty("l")&&!0===a.anonymous.reg.l&&(e=null!=t&&t.hasOwnProperty("uuid")?t.uuid:"not-set")}catch(t){DTM.notify("Error al acceder al item ArcId.USER_INFO de localStorage","error"),e="not-set"}return e},getUserInfo:function(){if(DTM.tools.marfeel.utils.markTimeLoads("getUserInfo pre execute"),null!=DTM.utils.getCookie("pmuser"))try{var e="not-set",t="",a="",r="not-set",i=DTM.utils.getCookie("eptz");t=null!=(s=JSON.parse(DTM.utils.getCookie("pmuser"))).NOM?s.NOM:"",e=null!=s.uid?s.uid:DTM.utils.getVisitorID(),a="T1"==s.UT||"T2"==s.UT?"suscriptor":"REGISTERED"==s.UT?"registrado":"anonimo","T1"==s.UT&&(r="T1"),"T2"==s.UT&&(r="T2"),DTM.dataLayer.setParam("user.registeredUser","ANONYMOUS"!=s.UT?"1":"0"),DTM.dataLayer.setParam("user.type",a),DTM.dataLayer.setParam("user.subscriptionType",r),DTM.dataLayer.setParam("user.profileID",""!=e?e:"not-set"),DTM.dataLayer.setParam("user.name",t),DTM.dataLayer.setParam("user.country",null==i?"not-set":i),DTM.dataLayer.setParam("user.experienceCloudID",DTM.utils.getVisitorID())}catch(e){console.log(e)}else if(null!=DTM.utils.getCookie("uid_ns"))try{var s;e="not-set",t="",i=DTM.utils.getCookie("eptz");t=null!=(s=DTM.utils.getCookie("uid_ns").split("#"))[s.length-3]?s[s.length-3]:"",e=null!=s[0]?s[0]:"",DTM.dataLayer.setParam("user.registeredUser",null!=s[s.length-3]?"1":"0"),DTM.dataLayer.setParam("user.type",null!=s[s.length-3]?"registrado":"anonimo"),DTM.dataLayer.setParam("user.profileID",""!=e?e:"not-set"),DTM.dataLayer.setParam("user.name",t),DTM.dataLayer.setParam("user.country",null==i?"not-set":i),DTM.dataLayer.setParam("user.experienceCloudID",DTM.utils.getVisitorID())}catch(e){console.log(e)}else 1==DTM.dataLayer.delay&&DTM.dataLayer.pageDataLayerParamExists("profileID")&&"not-set"!=DTM.pageDataLayer.profileID?(DTM.dataLayer.setParam("user.country",DTM.dataLayer.pageDataLayerParamExists("country")?DTM.pageDataLayer.country:""),DTM.dataLayer.setParam("user.profileID",DTM.dataLayer.pageDataLayerParamExists("profileID")?DTM.pageDataLayer.profileID:"not-set"),DTM.dataLayer.setParam("user.registeredUser",DTM.dataLayer.pageDataLayerParamExists("registeredUser")?"number"==typeof DTM.pageDataLayer.registeredUser?DTM.pageDataLayer.registeredUser.toString():DTM.pageDataLayer.registeredUser:"not-set"),DTM.dataLayer.setParam("user.ID",DTM.dataLayer.pageDataLayerParamExists("userID")?DTM.pageDataLayer.userID:DTM.dataLayer.getARCID()),DTM.dataLayer.setParam("user.name",DTM.dataLayer.pageDataLayerParamExists("userName")?DTM.pageDataLayer.userName:"not-set"),DTM.dataLayer.setParam("page.pageInfo.editionNavigation",DTM.dataLayer.pageDataLayerParamExists("editionNavigation")?DTM.pageDataLayer.editionNavigation:"not-set"),DTM.dataLayer.setParam("user.experienceCloudID",DTM.utils.getVisitorID()),DTM.notify("User Info received from Data Layer updated")):(DTM.notify("User info not calculated","error"),DTM.dataLayer.setParam("user.experienceCloudID",DTM.utils.getVisitorID()),DTM.dataLayer.setParam("user.profileID",DTM.utils.getVisitorID()),DTM.dataLayer.setParam("user.registeredUser","0"),DTM.dataLayer.setParam("user.type","anonimo"));DTM.dataLayer.setFlag("userInfo"),DTM.dataLayer.paywall.getPaywallInfo(),DTM.tools.marfeel.utils.markTimeLoads("getUserInfo post execute")},paywall:{cookieSusc:"pmuser",products:_satellite.getVar("paywall:productList"),cartSections:["epmas>suscripcion>home","epmas>suscripcion>checkout","epmas>suscripcion>confirmation","epmas>suscripcion>payment","epmas>suscripcion>login","epmas>suscripcion>registro","epmas>suscripcion>verify-gift","epmas>suscripcion>regalo-aniversario"],cookiePaywallProduct:!1,getPaywallInfo:function(){this.getPaywallAccess(),this.getPaywallType(),this.getUserType(),this.getUserSubscriptions(),this.getSignwallType(),this.getPaywallActive(),this.getPaywallContentAdType(),this.getPaywallCounter(),this.getPaywallContentBlocked(),this.getPaywallCartProduct(),this.getPaywallTransactionOrigin(),this.getPaywallTransactionType(),DTM.notify("Paywall info calculated"),DTM.dataLayer.setFlag("paywallInfo")},getUserType:function(){var e=DTM.dataLayer.pageDataLayerParamExists("userType")?DTM.pageDataLayer.userType:"not-set",t="not-set",a=e,r=[];if("0"==_satellite.getVar("user:registeredUser"))return DTM.dataLayer.setParam("user.type","anonimo"),void(this.cookiePaywallProduct="no-suscriptor");try{var i=DTM.utils.getCookie(this.cookieSusc);if(null!=i){var s=JSON.parse(i);r=s.skus;var n=!1;"T1"!=s.UT&&"T2"!=s.UT||(n=!0,t="suscriptor"),n||(t="1"==_satellite.getVar("user:registeredUser")?"registrado":"not-set")}}catch(e){DTM.notify("Error al calcular el userType","error"),t="not-set"}return a="not-set"!=e&&DTM.dataLayer.delay?e:t,DTM.dataLayer.setParam("user.type",a),r.length>0&&(this.cookiePaywallProduct=r.join(",")),a},getPaywallAccess:function(){"not-set"==_satellite.getVar("paywall:access")&&("brasil.elpais.com"==_satellite.getVar("server")||"english.elpais.com"==_satellite.getVar("server")?DTM.dataLayer.setParam("paywall.access",_satellite.getVar("server")):DTM.dataLayer.setParam("paywall.access","elpais.com"))},getSignwallType:function(){DTM.dataLayer.pageDataLayerParamExists("signwallType")?DTM.dataLayer.setParam("paywall.signwallType",DTM.pageDataLayer.signwallType):DTM.dataLayer.pageDataLayerParamExists("paywallType")?DTM.dataLayer.setParam("paywall.signwallType",DTM.pageDataLayer.paywallType):DTM.dataLayer.setParam("paywall.signwallType","free"),"freemium"==_satellite.getVar("paywall:type")&&"reg_metered"==_satellite.getVar("paywall:signwallType")&&"elpais.com"!=_satellite.getVar("server")&&(DTM.dataLayer.setParam("paywall.signwallType","free"),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer:signwallType:ediciones":"arc:error-dataLayer:signwallType:ediciones")},getPaywallActive:function(){DTM.dataLayer.pageDataLayerParamExists("paywallActive")?(DTM.dataLayer.setParam("paywall.active",DTM.pageDataLayer.paywallActive),"freemium"==_satellite.getVar("paywall:type")&&"reg_metered"==_satellite.getVar("paywall:signwallType")&&!0===DTM.pageDataLayer.paywallActive&&(DTM.dataLayer.setParam("paywall.active",!1),DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer:reg_metered:paywallActive":"arc:error-dataLayer:reg_metered:paywallActive")):0==DTM.dataLayer.delay?DTM.dataLayer.setParam("paywall.active",!1):"timeout"!=DTM.dataLayer.sync?(DTM.dataLayer.setParam("paywall.active",!1), DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-paywallActive":"arc:error-dataLayer-paywallActive"):DTM.dataLayer.setParam("paywall.active","not-set")},getPaywallTransactionOrigin:function(){if(DTM.dataLayer.setParam("paywall.transactionOrigin",DTM.dataLayer.pageDataLayerParamExists("transactionOrigin")?DTM.pageDataLayer.transactionOrigin:""),""==_satellite.getVar("paywall:transactionOrigin")&&"epmas>suscripcion>home"==_satellite.getVar("subCategory2")||"epmas>landing_campaign_premium_user"==_satellite.getVar("subCategory2")){var e="",t=DTM.utils.decodeURIComponent(DTM.utils.getQueryParam("backURL")),a=DTM.utils.decodeURIComponent(DTM.utils.getQueryParam("adobe_mc_ref")),r=DTM.utils.decodeURIComponent(DTM.utils.getQueryParam("backURLAMP")),i=-1!=_satellite.getVar("referringURL").indexOf("elpais.com")?_satellite.getVar("referringURL"):"";if(""!=r?e=r:""!=t&&-1==e.indexOf("/subscriptions/")&&-1==e.indexOf("/suscripciones/")?e=t:""!=a?e=a:""!=i&&(e=i),-1==e.indexOf("/subscriptions/")&&-1==e.indexOf("/suscripciones/")||(e=""),""!=e)e=e.replace(/[\?#].*?$/g,""),/^((.*)elpais.com)$/.exec(e)&&(e+="/");DTM.dataLayer.setParam("paywall.transactionOrigin",e)}},getPaywallCartProduct:function(){if("not-set"==_satellite.getVar("paywall:cartProduct")&&-1!=this.cartSections.indexOf(_satellite.getVar("subCategory2"))&&"epmas>suscripcion>home"!=_satellite.getVar("subCategory2")){var e=DTM.dataLayer.pageDataLayerParamExists("paywallProduct")&&DTM.pageDataLayer.paywallProduct?DTM.pageDataLayer.paywallProduct:"not-set";if("not-set"==e){var t=DTM.utils.localStorage.getItem("sku");t&&DTM.dataLayer.setParam("paywall.cartProduct",t)}else DTM.dataLayer.setParam("paywall.cartProduct",e)}},getPaywallCounter:function(){var e=DTM.dataLayer.pageDataLayerParamExists("paywallCounter")?DTM.pageDataLayer.paywallCounter.toString():"not-set";"freemium"==_satellite.getVar("paywall:type")&&("reg_metered"!=_satellite.getVar("paywall:signwallType")&&"not-set"!=e&&(e="not-set",DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer:paywallCounter:no-reg_metered":"arc:error-dataLayer:paywallCounter:no-reg_metered"),"reg_metered"==_satellite.getVar("paywall:signwallType")&&"1"==_satellite.getVar("user:registeredUser")&&(e="usuario-logueado",DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer:paywallCounter:logueados":"arc:error-dataLayer:paywallCounter:logueados"),"reg_metered"==_satellite.getVar("paywall:signwallType")&&"signwall"==_satellite.getVar("paywall:contentAdType")&&(e="-1",DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer:paywallCounter:signwall:bloqueante":"arc:error-dataLayer:paywallCounter:signwall:bloqueante")),DTM.dataLayer.setParam("paywall.counter",e)},getPaywallContentAdType:function(){var e=DTM.dataLayer.pageDataLayerParamExists("contentAdType")?DTM.pageDataLayer.contentAdType:"",t=DTM.dataLayer.pageDataLayerParamExists("paywallAd")?DTM.pageDataLayer.paywallAd:"",a=""!=e?e:""!=t?t:(DTM.dataLayer.delay,"none");"freemium"==_satellite.getVar("paywall:type")&&"reg_metered"==_satellite.getVar("paywall:signwallType")&&"signwall"==_satellite.getVar("paywall:contentAdType")&&"1"==_satellite.getVar("user:registeredUser")&&(a="none"),DTM.dataLayer.setParam("paywall.contentAdType",a)},getPaywallContentBlocked:function(){var e=DTM.dataLayer.pageDataLayerParamExists("contentBlocked")?DTM.pageDataLayer.contentBlocked:DTM.dataLayer.pageDataLayerParamExists("paywallStatus")?DTM.pageDataLayer.paywallStatus.toString():"not-set";0==DTM.dataLayer.delay&&"free"==_satellite.getVar("paywall:signwallType")&&"0"!=_satellite.getVar("paywall:contentBlocked")?(e="0",DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-paywallStatus":"arc:error-dataLayer-paywallStatus"):1==DTM.dataLayer.delay&&"timeout"!=DTM.dataLayer.sync&&"not-set"==e&&(e="reg"==_satellite.getVar("paywall:signwallType")&&"0"==_satellite.getVar("user:registeredUser")?"1":"0",DTM.internalTest=""!=DTM.internalTest?DTM.internalTest+", arc:error-dataLayer-contentBlocked-vacio":"arc:error-dataLayer-contentBlocked-vacio"),DTM.dataLayer.setParam("paywall.contentBlocked",e)},getUserSubscriptions:function(){var e=DTM.dataLayer.pageDataLayerParamExists("paywallProduct")&&DTM.pageDataLayer.paywallProduct?DTM.pageDataLayer.paywallProduct:"not-set",t=e,a=DTM.dataLayer.pageDataLayerParamExists("paywallProduct")&&"not-set"!=DTM.pageDataLayer.paywallProduct&&""!=DTM.pageDataLayer.paywallProduct?DTM.pageDataLayer.paywallProduct:"",r=DTM.dataLayer.pageDataLayerParamExists("paywallProductOther")&&"not-set"!=DTM.pageDataLayer.paywallProductOther&&""!=DTM.pageDataLayer.paywallProductOther?DTM.pageDataLayer.paywallProductOther:"";if("not-set"!=e&&-1==this.cartSections.indexOf(_satellite.getVar("subCategory2"))&&DTM.dataLayer.delay&&a!=r){t=""!=a&&""!=r?"brasil.elpais.com"==_satellite.getVar("server")?r+","+a:a+","+r:""!=a?e:""!=r?r:"suscriptor"==_satellite.getVar("user:type")?"not-set":"no-suscriptor"}else{t=!1!==this.cookiePaywallProduct?this.cookiePaywallProduct:"suscriptor"==_satellite.getVar("user:type")?"not-set":"no-suscriptor"}("0"==_satellite.getVar("user:registeredUser")||"registrado"==_satellite.getVar("user:type")&&"not-set"==_satellite.getVar("user:subscriptions"))&&(t="no-suscriptor"),DTM.dataLayer.setParam("user.subscriptions",t),_satellite.setVar("mboxSubscriptions",t)},getPaywallTransactionType:function(){if("epmas>suscripcion>confirmation"==_satellite.getVar("subCategory2")||"epmas>suscripcion>checkout"==_satellite.getVar("subCategory2")){var e=DTM.dataLayer.pageDataLayerParamExists("paywallTransactionType")?DTM.pageDataLayer.paywallTransactionType:"",t=DTM.dataLayer.pageDataLayerParamExists("paywallSubsType")?DTM.pageDataLayer.paywallSubsType:"",a=""!=e?e:""!=t?t:"clasico";DTM.dataLayer.setParam("paywall.transactionType",a)}},getPaywallType:function(){var e="none";DTM.dataLayer.pageDataLayerParamExists("dataLayerVersion")&&"v2"==DTM.pageDataLayer.dataLayerVersion?e="freemium":!0===DTM.dataLayer.delay&&DTM.dataLayer.pageDataLayerParamExists("videoContent")&&(e="metered"),DTM.dataLayer.setParam("paywall.type",e)}}},utils:{addEvent:function(e,t,a){document.addEventListener?e.addEventListener(t,a,!1):e.attachEvent("on"+t,a)},copyObject:function(e){if("object"!=typeof e)return!1;var t={};for(var a in e)t[a]=e[a];return t},dispatchEvent:function(e){var t;"function"==typeof Event?t=new Event(e):(t=document.createEvent("Event")).initEvent(e,!0,!0),document.dispatchEvent&&document.dispatchEvent(t)},decodeURIComponent:function(e){var t=e;try{t=decodeURIComponent(e)}catch(a){t=e,DTM.notify("decodedComponent: error al decodificar el componente: "+e,"error")}return t},encoder:{_keyStr:"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",encode:function(e){var t,a,r,i,s,n,o,l="",d=0;for(e=this._utf8_encode(e);d<e.length;)i=(t=e.charCodeAt(d++))>>2,s=(3&t)<<4|(a=e.charCodeAt(d++))>>4,n=(15&a)<<2|(r=e.charCodeAt(d++))>>6,o=63&r,isNaN(a)?n=o=64:isNaN(r)&&(o=64),l=l+this._keyStr.charAt(i)+this._keyStr.charAt(s)+this._keyStr.charAt(n)+this._keyStr.charAt(o);return l},decode:function(e){var t,a,r,i,s,n,o="",l=0;for(e=e.replace(/[^A-Za-z0-9\+\/\=]/g,"");l<e.length;)t=this._keyStr.indexOf(e.charAt(l++))<<2|(i=this._keyStr.indexOf(e.charAt(l++)))>>4,a=(15&i)<<4|(s=this._keyStr.indexOf(e.charAt(l++)))>>2,r=(3&s)<<6|(n=this._keyStr.indexOf(e.charAt(l++))),o+=String.fromCharCode(t),64!=s&&(o+=String.fromCharCode(a)),64!=n&&(o+=String.fromCharCode(r));return this._utf8_decode(o)},_utf8_encode:function(e){e=e.replace(/\r\n/g,"\n");for(var t="",a=0;a<e.length;a++){var r=e.charCodeAt(a);r<128?t+=String.fromCharCode(r):r>127&&r<2048?(t+=String.fromCharCode(r>>6|192),t+=String.fromCharCode(63&r|128)):(t+=String.fromCharCode(r>>12|224),t+=String.fromCharCode(r>>6&63|128),t+=String.fromCharCode(63&r|128))}return t},_utf8_decode:function(e){for(var t="",a=0,r=c1=c2=0;a<e.length;)(r=e.charCodeAt(a))<128?(t+=String.fromCharCode(r),a++):r>191&&r<224?(c2=e.charCodeAt(a+1),t+=String.fromCharCode((31&r)<<6|63&c2),a+=2):(c2=e.charCodeAt(a+1),c3=e.charCodeAt(a+2),t+=String.fromCharCode((15&r)<<12|(63&c2)<<6|63&c3),a+=3);return t}},formatData:function(e){var t={};for(var a in e)if(null!=e[a]){if("videoName"==a)var r="object"!=typeof e[a]?e[a].toString().replace(/"/g,'\\"'):e[a];else r="object"!=typeof e[a]?e[a].toString().toLowerCase().replace(/"/g,'\\"'):e[a];switch(a){case"videoName":r=r.replace(/\-\d+$/,"").replace(/#/g,"");break;case"userID":case"pageTitle":case"videoYoutubeChannel":case"articleTitle":case"uniqueVideoID":case"photoURL":case"registerOrigin":case"registerProd":r=e[a];break;case"pageName":r=_satellite.getVar("siteID")+e[a].replace(/[\?#].*?$/g,"").replace(/http.?:\/\/[^\/]*/,"")}t[a]=r}else t[a]="";return t},formatDate:function(e){return e<10?"0"+e:e},getCookie:function(e){for(var t=e+"=",a=document.cookie.split(";"),r=0,i=a.length;r<i;r++){for(var s=a[r];" "==s.charAt(0);)s=s.substring(1,s.length);if(0==s.indexOf(t))return s.substring(t.length,s.length)}return null},checkShownBlock:function(){var e="NA",t="elpais";if(document.querySelectorAll(".b-t-ipcatalunya").length>0){var a=".b-t-ipcatalunya",r=document.querySelectorAll(".b-t-ipcatalunya > div article"),i=0;if(window.seteoVariableControl=function(){localStorage.setItem("reto_bloque_portada","reto_bloque_portada")},document.querySelector(a)&&"block"==window.getComputedStyle(document.querySelector(a)).display&&"undefined"!=typeof digitalData){for(i=0;i<r.length-1;i++)r[i].addEventListener("click",seteoVariableControl);e=e.indexOf("NA")>-1?t+":EP-R001:reto bloque portada":e+"|"+t+":EP-R001:reto bloque portada"}}document.querySelectorAll(".tooltip").length>0&&(window.seteoVariableControlTooltip=function(){localStorage.setItem("reto_tooltip","reto_tooltip")},document.querySelectorAll(".tooltip").length>0&&"undefined"!=typeof digitalData&&document.querySelector(".tooltip > article")&&(document.querySelector(".tooltip > article").addEventListener("click",seteoVariableControlTooltip),e=e.indexOf("NA")>-1?t+":tooltip":e+"|"+t+":tooltip"));return e},checkOriginBlock:function(){var e="elpais";return"reto_bloque_portada"==localStorage.getItem("reto_bloque_portada")&&"undefined"!=typeof digitalData&&document.location.href.indexOf("/espana/catalunya/")>-1?(localStorage.removeItem("reto_bloque_portada"),e+":EP-R001:reto bloque portada"):"reto_tooltip"==localStorage.getItem("reto_tooltip")&&"undefined"!=typeof digitalData?(localStorage.removeItem("reto_tooltip"),e+":tooltip"):""},checkBrowser:function(e){return e.match(/FB\_IAB|FB4A\;FBAV/i)?"Facebook":e.match(/FBAN\/EMA/i)?"Facebook Lite":e.indexOf("FB_AIB")>-1?"Facebook Messenger":e.indexOf("MessengerLite")>-1?"Facebook Messenger Lite":e.indexOf("FBAN")>-1?"Facebook Groups":e.indexOf("Instagram")>-1?"Instagram":e.indexOf("Twitter")>-1?"Twitter":e.indexOf("Twitterrific")>-1?"Twitterrific":e.indexOf("WhatsApp")>-1?"WhatsApp":e.indexOf("edge")>-1?"MS Edge":e.indexOf("edg/")>-1?"Edge (chromium based)":e.indexOf("opr")>-1&&window.opr?"Opera":e.match(/chrome|chromium|crios/i)?"Chrome":e.indexOf("trident")>-1?"IE":e.match(/firefox|fxios/i)?"Mozilla Firefox":e.match(/LinkedInApp|LinkedIn/i)?"LinkedIn":e.match(/musical\_ly|TikTokLIVEStudio/i)?"TikTok":e.indexOf("safari")>-1?"Safari":e.indexOf("Pinterest")>-1?"Pinterest":"Otros"},getMetas:function(e,t){if(!e||!t||"function"!=typeof document.getElementsByTagName)return[];e=e.toLowerCase(),t=t.toLowerCase();var a=[];if("function"==typeof document.querySelectorAll)document.querySelectorAll("meta["+e+"='"+t+"']").forEach((function(e){a.push(e.getAttribute("content"))}));else{var r=document.getElementsByTagName("meta");for(i=0,j=r.length;i<j;i++)r[i].getAttribute(e)==t&&a.push(r[i].getAttribute("content"))}return a},getQueryParam:function(e,t){var a="";if(e=void 0===e||""==e?-1:e,url=void 0===t||""==t?window.location.href:t,!1!==DTM.dataLayer.vars.urlParams&&void 0===t){var r=DTM.dataLayer.vars.urlParams;return-1!=e?r.hasOwnProperty(e)?r[e]:"":DTM.dataLayer.vars.urlParams}if(-1==e){if(a=[],-1!=url.indexOf("?"))for(var i=url.substr(url.indexOf("?")+1).replace(/\?/g,"&"),s=0,n=(i=i.split("&")).length;s<n;s++)if(-1!=i[s].indexOf("=")){var o=i[s].substr(0,i[s].indexOf("=")),l=i[s].substr(i[s].indexOf("=")+1);a[o]=l.replace(/#(.*)/g,"")}else a[i[s]]=""}else{a="",e=e.replace(/[\[]/,"\\[").replace(/[\]]/,"\\]");var d=new RegExp("[\\?&]"+e+"=([^&#]*)").exec(url);a=null==d?"":DTM.utils.decodeURIComponent(d[1].replace(/\+/g," ").replace(/#(.*)/g,""))}return a},getMarfeelExp:function(){var e=JSON.parse(localStorage.getItem("No_Consent")),t={};if(null!=e){var a=Object.keys(e);for(i=0;i<a.length;i++){t[a[i]+"_capping"]=e[a[i]][a[i]+"_capping"]}}return t},getVisitorID:function(){var e="";if(window.s.visitor.getMarketingCloudVisitorID()&&(e=window.s.visitor.getMarketingCloudVisitorID()),""==e){var t=DTM.utils.getCookie("AMCV_2387401053DB208C0A490D4C%40AdobeOrg");if(void 0!==DTM.s&&void 0!==DTM.s.marketingCloudVisitorID)e=DTM.s.marketingCloudVisitorID;else if(void 0!==t){var a=/(MCMID)\/([^\/]*)\/(.*)/.exec(DTM.utils.decodeURIComponent(t).replace(/\|/g,"/"));e=null!=a?a[2]:""}else e=_satellite.getVar("ecid")}return DTM.tools.marfeel.utils.markTimeLoads("ecidLoad"),e},loadScript:function(e,t,a){var r=document.createElement("script");r.type="text/javascript",r.async=!0;var i=document.getElementsByTagName("head")[0];r.addEventListener?r.addEventListener("load",(function(){t(a)}),!1):r.onload?r.onload=function(){t(a)}:document.all&&(s.onreadystatechange=function(){var e=s.readyState;"loaded"!==e&&"complete"!==e||(t(a),s.onreadystatechange=null)}),r.src=e,i.appendChild(r)},getPlayerType:function(e){var t="html5";return"string"==typeof e&&(e=e.toLowerCase()),null!=e&&(-1!=e.indexOf("youtube")?t="youtube":-1!=e.indexOf("triton")?t="triton":-1!=e.indexOf("dailymotion")?t="dailymotion":-1!=e.indexOf("jwplayer")?t="jwplayer":-1!=e.indexOf("realhls")?t="realhls":-1!=e.indexOf("html5")&&(t="html5")),t},localStorage:{getItem:function(e){var t=!1;try{"undefined"!=typeof localStorage&&"function"==typeof localStorage.getItem&&(t=localStorage.getItem(e))}catch(e){t=!1,DTM.notify("Error in getItem in localStorage","error")}return t},removeItem:function(e){var t=!1;try{"undefined"!=typeof localStorage&&"function"==typeof localStorage.removeItem&&(localStorage.removeItem(e),t=!0)}catch(e){t=!1,DTM.notify("Error in removeItem in localStorage","error")}return t},setItem:function(e,t){var a=!1;try{"undefined"!=typeof localStorage&&"function"==typeof localStorage.setItem&&(localStorage.setItem(e,t),a=!0)}catch(e){a=!1,DTM.notify("Error in setItem in localStorage","error")}return a}},parseJSON:function(e){try{return JSON.parse(e.replace(/\'/g,'"'))}catch(e){return{}}},sendBeacon:function(e,t,a,r,i){if("string"!=typeof e||"object"!=typeof t)return!1;var s=!1;try{if("undefined"==typeof navigator||"function"!=typeof navigator.sendBeacon||void 0!==a&&!0!==a){var n=new Image(1,1),o=[];for(var l in t)void 0!==i&&!1===i?o.push(l+"="+t[l]):o.push(l+"="+encodeURIComponent(t[l]));var d="";"string"==typeof r&&(d=r+"="+String(Math.random()).substr(2,9)),n.src=e.replace(/\?/gi,"")+"?"+o.join("&")+(o.length>0&&""!=d?"&":"")+d,s=!0}else s=navigator.sendBeacon(e,JSON.stringify(t))}catch(e){DTM.notify("Error in sendBeacon: "+e,"error"),s=!1}return s},setCookie:function(e,t,a,r){var i="";if(r){var s=new Date;s.setTime(s.getTime()+r),i="; expires="+s.toGMTString()}document.cookie=e+"="+t+i+";domain="+a+";path=/"},isUE:function(){try{var t=Intl.DateTimeFormat().resolvedOptions().timeZone;return!(void 0===t||!t.startsWith("Europe")&&"Atlantic/Canary"!=t)||(void 0===t||t.length<=3&&-1==t.indexOf("/"))}catch{return console.log("DTM Utils - isUE",e),!0}}},events:{ABDESACT:"ABdesact",ABDETECTED:"ABdetected",ADEND:"adEnd",ADPLAY:"adPlay",ADERROR:"adError",ADSKIP:"adSkip",ADPAUSED:"adPaused",ADRESUMED:"adResumed",ADTIMEOUT:"adTimeout",AUDIOPLAY:"audioPlay",AUDIO50:"audio50",AUDIOEND:"audioEnd",AUDIOPAUSED:"audioPaused",AUDIORESUMED:"audioResumed",AUDIOREADY:"audioReady",BUTTONCLICK:"buttonClick",USERFLOWINIT:"userFlowInit",USERFLOWEND:"userFlowEnd",NOTICEDISPLAYED:"noticeDisplayed",CHECKOUT:"checkout",COMMENTS:"comments",CONC:"conc",CONCPARTICIPATE:"concParticipate",DOWNLOADLINK:"downloadLink",EDITIONCHANGE:"editionChange",EMAILREGISTER:"emailRegister",EXITLINK:"exitLink",EXTERNALLINK:"externalLink",EXTERNALLINKART:"externalLinkArticle",FAVADD:"favAdd",FAVREMOVE:"favRemove",FORMABANDON:"formAbandon",FORMERROR:"formError",FORMSUCESS:"formSucess",GAMEPLAY:"gamePlay",GAMECOMPLETE:"gameComplete",GAMEPICKER:"gamePicker",INTERNALPIXEL:"internalPixel",INTERNALSEARCH:"internalSearch",INTERNALSEARCHEMPTY:"internalSearchEmpty",INTERNALSEARCHRESULTS:"internalSearchResults",PAGEVIEW:"pageView",PAYERROR:"payError",PAYOK:"payOK",PHOTOGALLERY:"photogallery",PHOTOZOOM:"photoZoom",POPUPIMPRESSION:"popupImpression",PRODVIEW:"prodView",PURCHASE:"purchase",READARTICLE:"readArticle",RECOMMENDERIMPRESSION:"recommenderImpression",REELPLAY:"reelPlay",REELEND:"reelEnd",SALEBUTTON:"saleButton",SCADD:"scAdd",SCCHECKOUT:"scCheckout",SCREMOVE:"scRemove",SCROLL:"scroll",SCROLLINF:"scrollInf",SCVIEW:"scView",SHARE:"share",SORT:"sort",SWIPEH:"swipeH",TEST:"test",USERCONNECT:"userConnect",USERDISCONNECT:"userDisconnect",USERLOGIN:"userLogin",USERLOGININIT:"userLoginInit",USERLOGINREGISTER:"userLoginRegister",USERLOGOFF:"userLogOFF",USERNEWSLETTERIN:"userNewsletterIN",USERNEWSLETTEROFF:"userNewsletterOFF",USERPREREGISTER:"userPreRegister",USERREGISTER:"userRegister",USERUNREGISTER:"userUnregister",USERSUBSCRIPTION:"userSubscription",USERVINC:"userVinc",UUVINC:"UUvinc",VIDEOADSERVERRESPONSE:"videoAdserverResponse",VIDEOPLAY:"videoPlay",VIDEOEND:"videoEnd",VIDEO25:"video25",VIDEO50:"video50",VIDEO75:"video75",VIDEORESUMED:"videoResumed",VIDEOPAUSED:"videoPaused",VIDEOPLAYEROK:"videoPlayerOK",VIDEOREADY:"videoReady",VIDEOSEEKINIT:"videoSeekInit",VIDEOSEEKCOMPLETE:"videoSeekComplete",VIEWARTICLE:"viewArticle",VIDEORELOAD:"videoReload",VIDEOREPLAY:"videoReplay",init:function(){function e(){var e=DTM.utils.getQueryParam("o"),t=DTM.utils.getQueryParam("prod"),a=DTM.utils.getQueryParam("event_log"),r=DTM.utils.getQueryParam("event");if("epmas>suscripcion>verify-email"==_satellite.getVar("subCategory2"))DTM.trackEvent(DTM.events.USERREGISTER,{registerType:"clasico",registerOrigin:e,registerProd:t,registerBackURL:DTM.utils.decodeURIComponent(DTM.utils.getQueryParam("backURL")),validEvent:!0});else{if(""!=r&&"1"!=_satellite.getVar("user:registeredUser"))return!1;if("okdesc"==a&&"0"!=_satellite.getVar("user:registeredUser"))return!1;if(""!=a&&"okdesc"!=a&&"1"!=_satellite.getVar("user:registeredUser"))return!1;if(""!=a){var i={oklogin:"clasico",okdesc:"clasico",okvinculacion:"clasico",fa:"facebook",tw:"twitter",go:"google",me:"msn",li:"linkedin"};if(i.hasOwnProperty(a)){var s="okdesc"==a?DTM.events.USERLOGOFF:"okvinculacion"==a?DTM.events.UUVINC:DTM.events.USERLOGIN;DTM.trackEvent(s,{registerType:i[a],registerOrigin:e,registerProd:t,validEvent:!0})}}if(""!=r){var n={okregistro:"clasico",fa:"facebook",tw:"twitter",go:"google",me:"msn",li:"linkedin"};n.hasOwnProperty(r)&&DTM.trackEvent(DTM.events.USERREGISTER,{registerType:n[r],registerOrigin:e,registerProd:t,validEvent:!0})}}DTM.notify("Event Listener added <Registers & Logins>")}if(DTM.eventQueue.length>0)for(var t=0,a=DTM.eventQueue.length;t<a;t++)DTM.eventQueue[t].hasOwnProperty("eventName")&&DTM.eventQueue[t].hasOwnProperty("data")&&(DTM.notify("Event <"+DTM.eventQueue[t].eventName+"> fired from DTM.eventQueue"),DTM.trackEvent(DTM.eventQueue[t].eventName,DTM.eventQueue[t].data));DTM.dataLayer.generated?e():DTM.utils.addEvent(document,"DTMCompleted",(function(){e()})),"articulo"==_satellite.getVar("pageType")&&(setTimeout((function(){DTM.trackEvent(DTM.events.READARTICLE)}),6e4),DTM.notify("Event Listener added <Read Article>")),"1"!=_satellite.getVar("liveContent")&&"juegos"!=_satellite.getVar("primaryCategory")||(DTM.utils.addEvent(window,"message",(function(e){try{if(void 0!==e&&void 0!==e.data)if(void 0!==e.data.eventType&&"object"==typeof e.data.data)DTM.trackEvent(e.data.eventType,e.data.data);else if("juegos"==_satellite.getVar("primaryCategory")&&-1!=e.origin.indexOf("amuselabs")&&"string"==typeof e.data&&0==e.data.indexOf("{")){var t=JSON.parse(e.data);if(t.hasOwnProperty("src")&&"crossword"==t.src&&t.hasOwnProperty("progress")){var a=t.hasOwnProperty("title")?t.title:"not-set",r=t.hasOwnProperty("id")?t.id:"not-set";"puzzleCompleted"==t.progress?DTM.trackEvent(DTM.events.GAMECOMPLETE,{gameName:a,gameID:r}):"puzzleLoaded"==t.progress&&DTM.trackEvent(DTM.events.GAMEPLAY,{gameName:a,gameID:r})}}}catch(e){DTM.notify("Error en video iframe")}}),!1),DTM.notify("Event Listener added <Video Iframes>")),function(){function e(){if(!DTM.dataLayer.generated||"escaparate"!=_satellite.getVar("primaryCategory")||"articulo"!=_satellite.getVar("pageType")||void 0===document.querySelectorAll)return!1;var e=document.querySelectorAll(".article_body a.escaparate[data-link-track-dtm]"),t=document.querySelectorAll("article .a_btn a");if(e.length>0||t.length>0)for(var a=e.length>0?e:t,r=1,i=0,s=a.length;i<s;i++){var n=a[i];if(""!=n.href&&-1==n.href.indexOf("javascript")&&-1==n.href.indexOf("//elpais.com")){n.escOrder="btn-esc-"+r++,n.escBoton=n.innerHTML.trim().toLowerCase();var o=/^(.*) en (.*)$/gi.exec(n.escBoton);n.escVendor=null!=o?o[2]:"not-set",DTM.utils.addEvent(n,"click",(function(){DTM.trackEvent(DTM.events.SALEBUTTON,{articleTitle:_satellite.getVar("pageTitle"),buttonName:this.escBoton+" ("+this.escOrder+")",externalURL:this.escVendor+":"+this.href})}))}}}"escaparate"==_satellite.getVar("primaryCategory")&&"articulo"==_satellite.getVar("pageType")&&_satellite.getVar("platform")===DTM.PLATFORM.WEB&&("complete"==document.readyState?e():DTM.utils.addEvent(window,"load",(function(){e()}),!1))}(),function(){if(""!=DTM.utils.getQueryParam("ed")){var e=DTM.utils.localStorage.getItem("dtm_changeEdition");if(null!=e){var t=(e=DTM.utils.parseJSON(e)).hasOwnProperty("editionDestination")?e.editionDestination:"not-set",a=e.hasOwnProperty("editionOrigin")?e.editionOrigin:"not-set";DTM.trackEvent("editionChange",{editionChange:a+":"+t}),DTM.utils.localStorage.removeItem("dtm_changeEdition"),DTM.notify("Event Listener added <Event Change>")}}}()},setEffect:function(e,t,a){void 0===a&&(a=!0),void 0!==e&&void 0!==t&&void 0!==window.digitalData.event[e]&&(window.digitalData.event[e].eventInfo.effect[t]=a)},validEvent:function(e){var t=!1;for(var a in this)if("string"==typeof this[a]&&this[a]==e)return!0;return t}},tools:{allowAll:!0,DISABLED:0,ENABLED:1,ONLYEVENTS:2,initialized:!1,init:function(){for(var e in DTM.tools.allowAll=void 0===DTM.config.allowAll||DTM.config.allowAll,this)"function"==typeof this[e].init&&"object"==typeof this[e].dl&&this[e].init();this.initialized=!0,DTM.notify("Tools initialized")},list:[],omniture:{enabled:1,dl:{},eventQueue:[],loaded:!1,trackedPV:!1,map:{events:{},vars:{},consents:{}},init:function(){DTM.tools.marfeel.utils.markTimeLoads("Omniture init"),this.enabled=this.isEnabled(),this.enabled!=DTM.tools.DISABLED&&DTM.tools.list.push("omniture"),this.createMap(),this.initTracker(),this.setDL({authors:this.formatListVar(_satellite.getVar("author"),"id"),cartProductPages:["epmas>suscripcion>checkout","epmas>suscripcion>payment","epmas>suscripcion>confirmation","epmas>suscripcion>verify-gift"],secondaryCategories:this.formatListVar(_satellite.getVar("secondaryCategories")),tags:this.formatListVar(_satellite.getVar("tags"),"id")})},createMap:function(){this.map.events[DTM.events.INTERNALSEARCH]="event1",this.map.events[DTM.events.PAGEVIEW]="event2",this.map.events[DTM.events.SCROLL]="event5",this.map.events[DTM.events.VIDEO25]="event8",this.map.events[DTM.events.VIDEO75]="event9",this.map.events[DTM.events.SCROLLINF]="event10",this.map.events[DTM.events.VIDEOPLAY]="event11",this.map.events[DTM.events.REELPLAY]="event48",this.map.events[DTM.events.VIDEOREPLAY]="event11",this.map.events[DTM.events.VIDEOEND]="event12",this.map.events[DTM.events.REELEND]="event49",this.map.events[DTM.events.ADPLAY]="event13",this.map.events[DTM.events.ADEND]="event14",this.map.events[DTM.events.ADSKIP]="event15",this.map.events[DTM.events.AUDIOPLAY]="event16",this.map.events[DTM.events.AUDIOEND]="event17",this.map.events[DTM.events.AUDIO50]="event18",this.map.events[DTM.events.USERPREREGISTER]="event19",this.map.events[DTM.events.USERLOGINREGISTER]="event20",this.map.events[DTM.events.USERREGISTER]="event21",this.map.events[DTM.events.EXTERNALLINK]="event22",this.map.events[DTM.events.USERLOGIN]="event23",this.map.events[DTM.events.USERLOGININIT]="event24",this.map.events[DTM.events.USERUNREGISTER]="event25",this.map.events[DTM.events.FORMABANDON]="event26",this.map.events[DTM.events.FORMSUCESS]="event27",this.map.events[DTM.events.FORMERROR]="event28",this.map.events[DTM.events.USERFLOWINIT]="event29",this.map.events[DTM.events.USERFLOWEND]="event30",this.map.events[DTM.events.BUTTONCLICK]="event33",this.map.events[DTM.events.COMMENTS]="event34",this.map.events[DTM.events.SALEBUTTON]="event35",this.map.events[DTM.events.EDITIONCHANGE]="event37",this.map.events[DTM.events.USERNEWSLETTERIN]="event38",this.map.events[DTM.events.USERNEWSLETTEROFF]="event39",this.map.events[DTM.events.SWIPEH]="event43",this.map.events[DTM.events.AUDIOPAUSED]="event44",this.map.events[DTM.events.AUDIORESUMED]="event45",this.map.events[DTM.events.CONC]="event50",this.map.events[DTM.events.GAMEPLAY]="event55",this.map.events[DTM.events.GAMECOMPLETE]="event56",this.map.events[DTM.events.GAMEPICKER]="event57",this.map.events[DTM.events.VIDEOPLAYEROK]="event59",this.map.events[DTM.events.CHECKOUT]="event60,scCheckout",this.map.events[DTM.events.PURCHASE]="event61,purchase",this.map.events[DTM.events.SHARE]="event69",this.map.events[DTM.events.PHOTOZOOM]="event76",this.map.events[DTM.events.VIEWARTICLE]="event77",this.map.events[DTM.events.PHOTOGALLERY]="event78",this.map.events[DTM.events.VIDEO50]="event79",this.map.events[DTM.events.READARTICLE]="event80",this.map.events[DTM.events.CONCPARTICIPATE]="event81",this.map.events[DTM.events.NOTICEDISPLAYED]="event89",this.map.events[DTM.events.EXTERNALLINKART]="event99",this.map.events[DTM.events.TEST]="event100",this.map.events[DTM.events.PAYOK]="event102",this.map.events[DTM.events.PAYERROR]="event103",this.map.events[DTM.events.POPUPIMPRESSION]="event113",this.map.events[DTM.events.DOWNLOADLINK]="",this.map.events[DTM.events.EXITLINK]="",this.map.vars.destinationURL="eVar1",this.map.vars.playerType="eVar2",this.map.vars.pageName="eVar3",this.map.vars.videoName="eVar8",this.map.vars.mediaName="eVar8",this.map.vars.adTitle="eVar9",this.map.vars.searchKeyword="eVar16",this.map.vars.onsiteSearchTerm="eVar16",this.map.vars.adMode="eVar24",this.map.vars.videoSource="eVar25",this.map.vars.mediaSource="eVar25",this.map.vars.videoRepMode="eVar26",this.map.vars.mediaRepMode="eVar26",this.map.vars.onsiteSearchResults="eVar33",this.map.vars.formAnalysis="eVar34",this.map.vars.registerType="eVar37",this.map.vars.regType="eVar37",this.map.vars.videoID="eVar38",this.map.vars.mediaID="eVar38",this.map.vars.videoRepType="eVar42",this.map.vars.mediaRepType="eVar42",this.map.vars.photoURL="eVar46",this.map.vars.scrollPercent="eVar56",this.map.vars.videoOriented="eVar57",this.map.vars.buttonName="eVar58",this.map.vars.formName="eVar65",this.map.vars.adEnable="eVar67",this.map.vars.adEnabled="eVar67",this.map.vars.externalURL="eVar68",this.map.vars.externalLink="eVar68",this.map.vars.downloadLink="eVar68",this.map.vars.shareRRSS="eVar69",this.map.vars.uniqueVideoID="eVar71",this.map.vars.uniquemediaID="eVar71",this.map.vars.videoDuration="eVar74",this.map.vars.mediaDuration="eVar74",this.map.vars.videoChannels="eVar75",this.map.vars.mediaChannels="eVar75",this.map.vars.videoOrder="eVar76",this.map.vars.mediaOrder="eVar76",this.map.vars.videoCreateSection="eVar77",this.map.vars.mediaCreateSection="eVar77",this.map.vars.mediaPlayerContext="eVar78",this.map.vars.registerOrigin="eVar85",this.map.vars.registerProd="eVar86",this.map.vars.videoYoutubeChannel="eVar95",this.map.vars.videoIframe="eVar98",this.map.vars.mediaIframe="eVar98",this.map.vars.videoContractID="eVar99",this.map.vars.mediaContractID="eVar99",this.map.vars.paywallTransactionType="eVar152",this.map.vars.noticeName="eVar155",this.map.vars.pageNameEP="eVar166",this.map.vars.pageTitleEP="eVar170",this.map.vars.registerBackURL="eVar175",this.map.vars.gameName="eVar176",this.map.vars.gameID="eVar177",this.map.vars.swipeMod="eVar183",this.map.vars.swipeDir="eVar184",this.map.vars.mediaReelPosition="eVar188",this.map.vars.popupName="prop9"},getDL:function(){return this.dl},setDL:function(e){this.dl=e},isEnabled:function(){var e=void 0!==DTM.config.omn_enabled?DTM.config.omn_enabled:DTM.tools.allowAll;return e&&_satellite.getVar("platform")==DTM.PLATFORM.WIDGET&&(e=!1),e=e?DTM.tools.ENABLED:DTM.tools.DISABLED},initTracker:function(){DTM.s=window.s,"production"!=_satellite.environment.stage||_satellite.getVar("validPage")||(s.account="prisacomfiltradourls"),DTM.s.debugTracking=!1,DTM.s.dstStart=_satellite.getVar("date:dstStart"),DTM.s.dstEnd=_satellite.getVar("date:dstEnd"),DTM.s.currentYear=_satellite.getVar("date:year"),DTM.s.cookieDomainPeriods=document.URL.indexOf(".com.")>0?"3":"2",DTM.s.siteID=_satellite.getVar("siteID"),DTM.s.trackInlineStats=!0,DTM.s.linkTrackVars="None",DTM.s.linkTrackEvents="None"},formatListVar:function(e,t){if("string"==typeof e)return e.replace(/,;|,/g,";").replace(/^;/,"");var a=[];t=void 0===t?"id":t;try{for(var r=0,i=e.length;r<i;r++)"id"==t&&""!=e[r][t]?a.push(e[r][t]):"id"==t&&e[r].hasOwnProperty("name")&&a.push(e[r].name.toLowerCase().replace(/ /g,"_").replace(/\xe1/gi,"a").replace(/\xe9/gi,"e").replace(/\xf3/gi,"o").replace(/\xed/gi,"i").replace(/\xfa/gi,"u").replace(/\xf1/gi,"n")+"_a")}catch(e){a=[]}return"id"==t?a.join(";"):a.join(",")},trackPV:function(e){if(this.enabled!=DTM.tools.ENABLED||void 0===e&&this.trackedPV)return!1;for(var t in _satellite.getVar("platform")!=DTM.PLATFORM.FBIA&&!0!==e||(DTM.s.pageURL=_satellite.getVar("destinationURL"),DTM.s.referrer=_satellite.getVar("referringURL")),DTM.s.dstStart=_satellite.getVar("date:dstStart"),DTM.s.dstEnd=_satellite.getVar("date:dstEnd"),DTM.s.currentYear=_satellite.getVar("date:year"),DTM.s.siteID=_satellite.getVar("siteID"),DTM.s.pageName=_satellite.getVar("pageName"),DTM.s.channel=_satellite.getVar("primaryCategory"),DTM.s.server=_satellite.getVar("server"),DTM.s.pageType="error-404"==_satellite.getVar("primaryCategory")?"errorPage":"",DTM.s.hier1='D=c18+">"+c19+">"+c20+">"+c1+">"pageName',DTM.s.list1=_satellite.getVar("omniture:tags"),DTM.s.list2=_satellite.getVar("omniture:author"),DTM.s.list3=_satellite.getVar("omniture:secondaryCategories"),DTM.s.campaign||(DTM.s.campaign=_satellite.getVar("campaign"),DTM.s.campaign=DTM.s.getValOnce(DTM.s.campaign,"s_campaign",0)),DTM.s.prop1=_satellite.getVar("subCategory1"),DTM.s.prop2=_satellite.getVar("subCategory2"),void 0!==_satellite.getVar("pageTypology")&&""!=_satellite.getVar("pageTypology")?DTM.s.prop3=_satellite.getVar("pageType")+">"+_satellite.getVar("pageTypology"):DTM.s.prop3=_satellite.getVar("pageType"),DTM.s.prop5="D=g",DTM.s.prop6="D=r",DTM.s.prop7=_satellite.getVar("referringDomain"),DTM.s.prop10=_satellite.getVar("articleLength"),DTM.s.prop16=_satellite.getVar("onsiteSearchTerm"),DTM.s.prop17=_satellite.getVar("sysEnv"),DTM.s.prop19=_satellite.getVar("publisher"),DTM.s.prop20=_satellite.getVar("domain"),DTM.s.prop21=_satellite.getVar("omniture:newRepeat"),DTM.s.prop23=_satellite.getVar("articleID"),DTM.s.prop28=_satellite.getVar("omniture:visitNumDay"),DTM.s.prop31=_satellite.getVar("thematic"),DTM.s.prop34=_satellite.getVar("user:profileID"),DTM.s.prop39=_satellite.getVar("articleTitle"),DTM.s.prop42=_satellite.getVar("user:type"),"suscriptorT2"==DTM.s.prop42&&(DTM.s.prop42="suscriptor"),DTM.s.prop44=_satellite.getVar("creationDate"),DTM.s.prop45=_satellite.getVar("pageTitle"),DTM.s.prop47=_satellite.getVar("edition"),DTM.s.prop49=_satellite.getVar("liveContent"),DTM.s.prop50=_satellite.getVar("cms"),DTM.s.prop51=_satellite.getVar("omniture:brandedContent"),DTM.s.prop53=_satellite.getVar("canonicalURL"),DTM.s.prop54=_satellite.getVar("clickOrigin"),DTM.s.prop61=_satellite.getVar("editionNavigation"),DTM.s.prop66=_satellite.getVar("loadType"),DTM.s.prop67=DTM.utils.checkShownBlock(),DTM.s.prop68=DTM.utils.checkOriginBlock(),DTM.s.prop72=_satellite.getVar("omniture:articleDays"),void 0!==window.pmUserComparison&&(DTM.s.prop69=window.pmUserComparison.replace("OK","PMUser|OK")),this.map.vars)DTM.s[this.map.vars[t]]="" ;for(var a in DTM.s.eVar1="D=g",DTM.s.eVar3="D=pageName",DTM.s.eVar4="D=ch",DTM.s.eVar5=DTM.s.prop1?"D=c1":"",DTM.s.eVar6=DTM.s.prop2?"D=c2":"",DTM.s.eVar7=DTM.s.prop3?"D=c3":"",DTM.s.eVar10=DTM.s.prop10?"D=c10":"",DTM.s.eVar16=DTM.s.prop16?"D=c16":"",DTM.s.eVar17=DTM.s.prop17?"D=c17":"",DTM.s.eVar19=DTM.s.prop19?"D=c19":"",DTM.s.eVar20=DTM.s.prop20?"D=c20":"",DTM.s.eVar21=DTM.s.prop21?"D=c21":"",DTM.s.eVar23=DTM.s.prop23?"D=c23":"",DTM.s.eVar27=_satellite.getVar("cleanURL"),DTM.s.eVar28=DTM.s.prop28?"D=c28":"",DTM.s.eVar31=_satellite.getVar("pageInstanceID"),DTM.s.eVar33=_satellite.getVar("onsiteSearchResults"),DTM.s.eVar36=_satellite.getVar("omniture:registeredUserAMP"),DTM.s.eVar39=DTM.s.prop39?"D=c39":"",DTM.s.eVar41=_satellite.getVar("publisherID"),DTM.s.eVar43=DTM.s.prop34?"D=c34":"",DTM.s.eVar44=DTM.s.prop44?"D=c44":"",DTM.s.eVar45=_satellite.getVar("pageTitle"),DTM.s.eVar47=DTM.s.prop47?"D=c47":"",DTM.s.eVar49=DTM.s.prop49?"D=c49":"",DTM.s.eVar50=DTM.s.prop50?"D=c50":"",DTM.s.eVar51=DTM.s.prop51?"D=c51":"",DTM.s.eVar53=DTM.s.prop53?"D=c53":"",DTM.s.eVar54=DTM.s.prop54?"D=c54":"",DTM.s.eVar55=_satellite.getVar("omniture:videoContent"),DTM.s.eVar59=_satellite.getVar("editorialTone"),DTM.s.eVar61=DTM.s.prop61?"D=c61":"",DTM.s.eVar62=DTM.s.prop31?"D=c31":"",DTM.s.eVar63=DTM.s.prop6?DTM.s.prop6:"",DTM.s.eVar64=DTM.s.prop7?"D=c7":"",DTM.s.eVar66=DTM.s.prop66?"D=c66":"",DTM.s.eVar72=DTM.s.prop72?"D=c72":"",DTM.s.eVar73=_satellite.getVar("test"),DTM.s.eVar81="D=mid",DTM.s.eVar83=DTM.utils.getQueryParam("mid"),DTM.s.eVar84=DTM.utils.getQueryParam("bid"),DTM.s.eVar85=DTM.utils.getQueryParam("o"),DTM.s.eVar86=DTM.utils.getQueryParam("prod"),DTM.s.eVar92=_satellite.getVar("user:type"),DTM.s.eVar93=_satellite.getVar("user:ID"),DTM.s.eVar94=_satellite.getVar("updateDate"),DTM.s.eVar96=_satellite.getVar("pageHeight"),DTM.s.eVar100=_satellite.getVar("publishDate"),DTM.s.eVar101=_satellite.getVar("DTM:version"),DTM.s.eVar102=_satellite.getVar("AppMeasurement:version"),DTM.s.eVar103=_satellite.getVar("Visitor:version"),DTM.s.eVar104=_satellite.getVar("omniture:trackingServer"),DTM.s.eVar105=DTM.dataLayer.sync,DTM.s.eVar106=DTM.internalTest,DTM.s.eVar107=_satellite.getVar("adunit:pbs"),DTM.s.eVar109=_satellite.getVar("user:subscriptionType"),DTM.s.eVar110=_satellite.getVar("paywall:id"),DTM.s.eVar112=_satellite.getVar("urlParameters"),DTM.s.eVar151=_satellite.getVar("paywall:signwallType"),DTM.s.eVar152=_satellite.getVar("paywall:transactionType"),DTM.s.eVar153=_satellite.getVar("omniture:paywall:contentBlocked"),DTM.s.eVar154=_satellite.getVar("paywall:counter"),DTM.s.eVar155=_satellite.getVar("paywall:contentAdType"),DTM.s.eVar156=_satellite.getVar("user:subscriptions"),DTM.s.eVar157=_satellite.getVar("omniture:paywall:active"),DTM.s.eVar158="epmas>suscripcion>confirmation"==_satellite.getVar("subCategory2")?_satellite.getVar("paywall:transactionID"):"",DTM.s.eVar161=_satellite.getVar("omniture:privateMode"),DTM.s.eVar162=_satellite.getVar("paywall:transactionOrigin"),DTM.s.eVar166=_satellite.getVar("pageName"),DTM.s.eVar170=_satellite.getVar("pageTitle"),DTM.s.eVar193=_satellite.getVar("paywall:type"),"suscriptorT2"==DTM.s.eVar92&&(DTM.s.eVar92="suscriptor"),!0===e&&(DTM.s.products=""),"not-set"!=_satellite.getVar("paywall:cartProduct")&&-1!=_satellite.getVar("omniture:cartProductPages").indexOf(_satellite.getVar("subCategory2"))&&(DTM.s.products=";"+_satellite.getVar("paywall:cartProduct")+";1;"),"epmas>suscripcion>confirmation"!=_satellite.getVar("subCategory2")&&"epmas>suscripcion>premium_confirmation"!=_satellite.getVar("subCategory2")||(DTM.s.purchaseID=_satellite.getVar("paywall:transactionID")),DTM.s.events="event2","1"==_satellite.getVar("onsiteSearch")&&(DTM.s.events+=",event1"),"articulo"==_satellite.getVar("pageType")&&(DTM.s.events+=",event77"),"epmas>suscripcion>home"!=_satellite.getVar("subCategory2")&&"epmas>landing_campaign_premium_user"!=_satellite.getVar("subCategory2")||(DTM.s.events+=",event59"),"epmas>suscripcion>checkout"==_satellite.getVar("subCategory2")&&(DTM.s.events+=",scCheckout,event60"),("epmas>suscripcion>confirmation"!=_satellite.getVar("subCategory2")&&"epmas>suscripcion>premium_confirmation"!=_satellite.getVar("subCategory2")||""==_satellite.getVar("paywall:transactionID"))&&"epmas>upgrade_premium>confirmation"!=_satellite.getVar("subCategory2")||(DTM.s.events+=",purchase,event61"),-1!=_satellite.getVar("subCategory2").indexOf("epmas>suscripcion>verify-gift>confirmation")&&(DTM.s.events+=",purchase,event62"),!0===_satellite.getVar("omniture:adobeTargetEnabled")&&(DTM.s.events+=",event91"),""!=_satellite.getVar("test")&&(DTM.s.events+=",event100"),DTM.s.t(),DTM.s.linkTrackEvents="None",DTM.s.linkTrackVars="None",DTM.tools.marfeel.utils.markTimeLoads("omnitureTrackedPV"),this.trackedPV=!0,this.eventQueue)this.trackEvent(a)},trackAsyncPV:function(){this.trackPV(!0)},trackEvent:function(e){if(this.enabled!=DTM.tools.DISABLED){if(this.enabled==DTM.tools.ENABLED&&!this.trackedPV)return this.eventQueue.push(e),DTM.events.setEffect(e,"omniture",!1),!1;if(void 0===_satellite.getVar("event")[e])return DTM.notify("Omniture event past not valid <"+t+">","error"),!1;var t=_satellite.getVar("event")[e].eventInfo.eventName,a=_satellite.getVar("event")[e].attributes;if(!this.map.events.hasOwnProperty(t))return DTM.events.setEffect(e,"omniture",!1),!1;var r=this.map.events[t],i=_satellite.getVar("omniture:tags"),s=void 0!==a.eventTags?this.formatListVar(a.eventTags,"id"):"";if(DTM.s.linkTrackEvents=r,DTM.s.events=r,DTM.s.server=void 0!==a.server?a.server:DTM.s.server,DTM.s.pageName=void 0!==a.pageName?a.pageName:_satellite.getVar("pageName"),DTM.s.linkTrackVars="events,server,list1,list2,list3,eVar1,eVar3,eVar4,eVar5,eVar6,eVar7,eVar10,eVar16,eVar17,eVar18,eVar19,eVar20,eVar22,eVar23,eVar30,eVar31,eVar35,eVar36,eVar39,eVar41,eVar43,eVar45,eVar47,eVar48,eVar49,eVar50,eVar51,eVar53,eVar54,eVar55,eVar59,eVar60,eVar61,eVar63,eVar64,eVar66,eVar72,eVar73,eVar81,eVar85,eVar86,eVar92,eVar93,eVar94,eVar96,eVar100,eVar101,eVar102,eVar103,eVar104,eVar106,eVar109,eVar110,eVar112,eVar151,eVar153,eVar154,eVar155,eVar156,eVar157,eVar161,eVar166,eVar170,eVar193",(a.hasOwnProperty("paywallCartProduct")||-1!=_satellite.getVar("omniture:cartProductPages").indexOf(_satellite.getVar("subCategory2")))&&(DTM.s.products=";"+(void 0!==a.paywallCartProduct?a.paywallCartProduct:_satellite.getVar("paywall:cartProduct"))+";1;",DTM.s.linkTrackVars+=",products"),DTM.s.list1=""==s?i:""==i?s:i+";"+s,DTM.s.list2=void 0!==a.authors?this.formatListVar(a.authors,"id"):_satellite.getVar("omniture:author"),DTM.s.list3=_satellite.getVar("omniture:secondaryCategories"),DTM.s.eVar1=_satellite.getVar("destinationURL"),DTM.s.eVar3=_satellite.getVar("pageName"),DTM.s.eVar4=_satellite.getVar("primaryCategory"),DTM.s.eVar5=_satellite.getVar("subCategory1"),DTM.s.eVar6=_satellite.getVar("subCategory2"),DTM.s.eVar7=_satellite.getVar("pageType"),DTM.s.eVar10=_satellite.getVar("articleLength"),DTM.s.eVar16=_satellite.getVar("onsiteSearchTerm"),DTM.s.eVar17=_satellite.getVar("sysEnv"),DTM.s.eVar19=_satellite.getVar("publisher"),DTM.s.eVar20=_satellite.getVar("domain"),DTM.s.eVar23=_satellite.getVar("articleID"),DTM.s.eVar31=_satellite.getVar("pageInstanceID"),DTM.s.eVar36=_satellite.getVar("omniture:registeredUserAMP"),DTM.s.eVar39=_satellite.getVar("articleTitle"),DTM.s.eVar41=_satellite.getVar("publisherID"),DTM.s.eVar43=_satellite.getVar("user:profileID"),DTM.s.eVar45=_satellite.getVar("pageTitle"),DTM.s.eVar47=_satellite.getVar("edition"),DTM.s.eVar49=_satellite.getVar("liveContent"),DTM.s.eVar50=_satellite.getVar("cms"),DTM.s.eVar51=_satellite.getVar("omniture:brandedContent"),DTM.s.eVar53=_satellite.getVar("canonicalURL"),DTM.s.eVar54=_satellite.getVar("clickOrigin"),DTM.s.eVar55=_satellite.getVar("omniture:videoContent"),DTM.s.eVar59=_satellite.getVar("editorialTone"),DTM.s.eVar61=_satellite.getVar("editionNavigation"),DTM.s.eVar63=_satellite.getVar("referringURL"),DTM.s.eVar64=_satellite.getVar("referringDomain"),DTM.s.eVar66=_satellite.getVar("loadType"),DTM.s.eVar72=_satellite.getVar("omniture:articleDays"),DTM.s.eVar73=_satellite.getVar("test"),DTM.s.eVar78=_satellite.getVar("mediaPlayerContext"),DTM.s.eVar81="D=mid",DTM.s.eVar85=DTM.utils.getQueryParam("o"),DTM.s.eVar86=DTM.utils.getQueryParam("prod"),DTM.s.eVar92=_satellite.getVar("user:type"),DTM.s.eVar93=_satellite.getVar("user:ID"),DTM.s.eVar94=_satellite.getVar("updateDate"),DTM.s.eVar96=_satellite.getVar("pageHeight"),DTM.s.eVar100=_satellite.getVar("publishDate"),DTM.s.eVar101=_satellite.getVar("DTM:version"),DTM.s.eVar102=_satellite.getVar("AppMeasurement:version"),DTM.s.eVar103=_satellite.getVar("Visitor:version"),DTM.s.eVar104=_satellite.getVar("omniture:trackingServer"),DTM.s.eVar106=DTM.internalTest,DTM.s.eVar109=_satellite.getVar("user:subscriptionType"),DTM.s.eVar110=_satellite.getVar("paywall:id"),DTM.s.eVar112=_satellite.getVar("urlParameters"),DTM.s.eVar151=_satellite.getVar("paywall:signwallType"),DTM.s.eVar153=_satellite.getVar("omniture:paywall:contentBlocked"),DTM.s.eVar154=_satellite.getVar("paywall:counter"),DTM.s.eVar155=_satellite.getVar("paywall:contentAdType"),DTM.s.eVar156=_satellite.getVar("user:subscriptions"),DTM.s.eVar157=_satellite.getVar("omniture:paywall:active"),DTM.s.eVar161=_satellite.getVar("omniture:privateMode"),DTM.s.eVar166=void 0!==a.pageName?a.pageName:_satellite.getVar("pageName"),DTM.s.eVar170=_satellite.getVar("pageTitle"),DTM.s.eVar193=_satellite.getVar("paywall:type"),"suscriptorT2"==DTM.s.eVar92&&(DTM.s.eVar92="suscriptor"),_satellite.getVar("event")[e]&&_satellite.getVar("event")[e].attributes&&_satellite.getVar("event")[e].attributes.mediaTagsMediateca&&_satellite.getVar("event")[e].attributes.mediaTagsMediateca.length>0){DTM.s.list1=DTM.s.list1||"",""!=DTM.s.list1&&(DTM.s.list1=DTM.s.list1+";");for(let t=0;t<_satellite.getVar("event")[e].attributes.mediaTagsMediateca.length;t++)_satellite.getVar("event")[e].attributes.mediaTagsMediateca[t].is_documental?DTM.s.list1+="multimedia-"+_satellite.getVar("event")[e].attributes.mediaTagsMediateca[t].name+";":void 0!==_satellite.getVar("event")[e].attributes.mediaTagsMediateca[t].name&&(DTM.s.list1+="multimediav-"+_satellite.getVar("event")[e].attributes.mediaTagsMediateca[t].name+";")}for(var n in a.hasOwnProperty("pageName")&&(a.pageNameEP=a.pageName),a.hasOwnProperty("pageTitle")&&(a.pageTitleEP=a.pageTitle),this.map.vars)a.hasOwnProperty(n)&&(DTM.s[this.map.vars[n]]=a[n],DTM.s.linkTrackVars+=","+this.map.vars[n]);return(DTM.s.eVar155.indexOf("capping:")>-1||DTM.s.eVar58.indexOf("capping:")>-1||DTM.s.eVar58.indexOf("popup fecha")>-1||DTM.s.eVar155.indexOf("popup fecha")>-1)&&(DTM.s.eVar108=_satellite.getVar("user:arcid"),DTM.s.linkTrackVars+=",eVar108"),t!=DTM.events.EXITLINK&&t!=DTM.events.DOWNLOADLINK&&(DTM.s.tl(this,"o",t),DTM.s.linkTrackEvents="None",DTM.s.linkTrackVars="None"),DTM.notify("Event <"+t+"> tracked in tool <Adobe Analytics>"),DTM.events.setEffect(e,"omniture",!0),!0}}},gfk:{enabled:1,dl:{},trackedPV:!1,init:function(){DTM.tools.marfeel.utils.markTimeLoads("GFK init"),DTM.tools.gfk.enabled=DTM.tools.gfk.isEnabled(),DTM.tools.gfk.enabled==DTM.tools.ENABLED&&DTM.tools.list.push("gfk"),DTM.tools.gfk.setDL({mediaID:_satellite.getVar("publisherID"),regionID:"ES",hosts:{staging:"ES-config-preproduction.sensic.net",production:"ES-config.sensic.net"},environment:"production"!=_satellite.environment.stage||!_satellite.getVar("validPage")||_satellite.getVar("translatePage")?"staging":"production",libs:{page:"s2s-web.js",html5:"html5vodextension.js",html5live:"html5liveextension.js",youtube:"youtubevodextension.js",playerextension:"playerextension.js"},url:"",type:"WEB",optin:!0,logLevel:"none"}),DTM.tools.gfk.trackPV()},getDL:function(){return this.dl},setDL:function(e){this.dl=e},isEnabled:function(){var e=void 0!==DTM.config.gfk_enabled?DTM.config.gfk_enabled:DTM.tools.allowAll;return e&&_satellite.getVar("platform")!=DTM.PLATFORM.WEB&&(e=!1),e=e?DTM.tools.ENABLED:DTM.tools.DISABLED},trackPV:function(){if(this.enabled!=DTM.tools.ENABLED||!0===this.trackedPV)return!1;this.getDL();this.loadCoreLib();var e=gfkS2s.getAgent(),t={c1:_satellite.getVar("server"),c2:this.getPrimaryCategory()};e.impression("default",t),DTM.tools.marfeel.utils.markTimeLoads("gfkTrackedPV"),this.trackedPV=!0},trackAsyncPV:function(){if(this.enabled!=DTM.tools.ENABLED)return!1;var e=gfkS2s.getAgent(),t={c1:_satellite.getVar("server"),c2:this.getPrimaryCategory()};e.impression("default",t),this.trackedPV=!0},trackEvent:function(e){if(this.enabled==DTM.tools.DISABLED)return DTM.events.setEffect(e,"gfk",!1),!1;if(void 0===_satellite.getVar("event")[e])return DTM.notify("GFK event past not valid <"+t+">","error"),!1;var t=_satellite.getVar("event")[e].eventInfo.eventName,a=_satellite.getVar("event")[e].attributes,r=!1;switch(t){case"photogallery":case"scrollInf":var i=gfkS2s.getAgent(),s={c1:_satellite.getVar("server"),c2:this.getPrimaryCategory()};i.impression("default",s),r=!0;break;case"videoReady":case"audioReady":if(!a.hasOwnProperty("player")||!a.hasOwnProperty("mediaID")||this.streaming.myStreamingAnalytics.hasOwnProperty(a.mediaID))return!1;r=this.streaming.init(t,a);break;case"videoPlay":case"reelPlay":case"videoResumed":if(!a.hasOwnProperty("mediaID")||!this.streaming.myStreamingAnalytics.hasOwnProperty(a.mediaID))return!1;r=this.streaming.play(t,a);break;case"videoPaused":case"reelEnd":case"videoEnd":if(!a.hasOwnProperty("mediaID")||!this.streaming.myStreamingAnalytics.hasOwnProperty(a.mediaID))return!1;r=this.streaming.pause(t,a);break;case"videoSeekInit":case"videoSeekComplete":if(!a.hasOwnProperty("mediaID")||!this.streaming.myStreamingAnalytics.hasOwnProperty(a.mediaID))return!1;r=this.streaming.seek(t,a);break;default:r=!1}return!0===r&&DTM.notify("Event <"+t+"> tracked in tool <GFK>"),DTM.events.setEffect(e,"gfk",r),r},getLibURL:function(e){var t=!1,a=this.dl,r=a.hosts[a.environment];return a.libs.hasOwnProperty(e)&&(t="https://"+r+"/"+a.libs[e]),t},getPrimaryCategory:function(){var e="";if(""!=_satellite.getVar("primaryCategory"))e=_satellite.getVar("primaryCategory"),"home"==_satellite.getVar("primaryCategory")?e="homepage":"tag"==_satellite.getVar("primaryCategory")&&(e="noticias");else{var t=/http.?:\/\/([^\/]*)\/([^\/]*)\//i.exec(_satellite.getVar("destinationURL"));e=t?t[2]:"homepage"}return e},loadCoreLib:function(){var e=this.getDL();window.gfkS2sConf={media:e.mediaID,url:this.getLibURL("page"),type:e.type};var t=window,a=document,r=gfkS2sConf,i="script",s="gfkS2s",n="visUrl";if(!a.getElementById(s)){t.gfkS2sConf=r,t[s]={},t[s].agents=[];var o=["playStreamLive","playStreamOnDemand","stop","skip","screen","volume","impression"];t.gfks=function(){function e(e,t,a){return function(){e.p=a(),e.queue.push({f:t,a:arguments})}}function t(t,a,r){for(var i={queue:[],config:t,cb:r,pId:a},s=0;s<o.length;s++){var n=o[s];i[n]=e(i,n,r)}return i}return t}(),t[s].getAgent=function(e,a){function i(e,t){return function(){return e.a[t].apply(e.a,arguments)}}for(var n={a:new t.gfks(r,a||"",e||function(){return 0})},l=0;l<o.length;l++){var d=o[l];n[d]=i(n,d)}return t[s].agents.push(n),n};var l=function(e,t){var r=a.createElement(i),s=a.getElementsByTagName(i)[0];r.id=e,r.async=!0,r.type="text/javascript",r.src=t,s.parentNode.insertBefore(r,s)};r.hasOwnProperty(n)&&l(s+n,r[n]),l(s,r.url)}},streaming:{myStreamingAnalytics:[],libsLoaded:{html5:!1,html5live:!1,youtube:!1,playerextension:!1},loadLib:function(e,t,a){if(_satellite.getVar("platform")!=DTM.PLATFORM.WEB)return!1;if(this.libsLoaded.hasOwnProperty(e)&&!1===this.libsLoaded[e]){var r=DTM.tools.gfk.getLibURL(e);DTM.utils.loadScript(r,t,a)}else this.libsLoaded.hasOwnProperty(e)&&!0===this.libsLoaded[e]&&t.call(this,a)},init:function(e,t){var a=!1,r=t.player,i=t.hasOwnProperty("mediaName")?t.mediaName:r.hasOwnProperty("title")?r.title:"",s=_satellite.getVar("publisher")+"-"+i,n=t.hasOwnProperty("mediaDuration")?t.mediaDuration:r.hasOwnProperty("duration")?parseInt(r.duration):"",o=t.hasOwnProperty("playerType")?DTM.utils.getPlayerType(t.playerType):"html5";o=t.controllerName?t.controllerName:o;var l=t.hasOwnProperty("mediaRepType")?t.mediaRepType:"vod",d=t.hasOwnProperty("mediaFormat")?t.mediaFormat:r.hasOwnProperty("mediaFormat")?r.mediaFormat:"";switch(o){case"html5":case"realhls":if("streaming"==l)this.loadLib("html5live",(function(e){DTM.tools.gfk.streaming.libsLoaded.html5live=!0,DTM.tools.gfk.streaming.myStreamingAnalytics[e.mediaID]={gfkObject:new window.gfkS2sExtension.HTML5LiveExtension(e.player,window.gfkS2sConf,"default",{programmname:e.mediaName,channelname:_satellite.getVar("publisher"),streamtype:d,c1:_satellite.getVar("server"),c2:DTM.tools.gfk.getPrimaryCategory()}),player:r}}),{mediaID:t.mediaID,player:r,streamtype:d,mediaName:s,mediaDuration:n}),a=!0;else{if(""==d&&"aod"==l){if(d="audio",void 0!==window.mediaTopEmbedCs&&void 0!==window.mediaTopEmbedCs.API&&void 0!==window.mediaTopEmbedCs.API.getSettings()){var c=window.mediaTopEmbedCs.API.getSettings();s=_satellite.getVar("publisher")+"-"+c.topPlayer.media.tags.programa}}else""==d&&"vod"==l&&(d="video");this.loadLib("html5",(function(e){DTM.tools.gfk.streaming.libsLoaded.html5=!0,DTM.tools.gfk.streaming.myStreamingAnalytics[e.mediaID]={gfkObject:new window.gfkS2sExtension.HTML5VODExtension(e.player,window.gfkS2sConf,"default",{programmname:e.mediaName,channelname:_satellite.getVar("publisher"),streamtype:d,streamlength:e.mediaDuration,c1:_satellite.getVar("server"),c2:DTM.tools.gfk.getPrimaryCategory()}),player:r}}),{mediaID:t.mediaID,player:r,streamtype:d,mediaName:s,mediaDuration:n}),a=!0}break;case"youtube":"vod"==l&&(this.loadLib("youtube",(function(e){DTM.tools.gfk.streaming.libsLoaded.youtube=!0,DTM.tools.gfk.streaming.myStreamingAnalytics[e.mediaID]={gfkObject:new window.gfkS2sExtension.YoutubeVODExtension(e.player,window.gfkS2sConf,"default",{programmname:e.mediaName,channelname:_satellite.getVar("publisher"),streamtype:d,streamlength:e.mediaDuration,c1:_satellite.getVar("server"),c2:DTM.tools.gfk.getPrimaryCategory()}),player:e.player}}),{mediaID:t.mediaID,player:r,streamtype:d,mediaName:s,mediaDuration:n}),a=!0);break;case"triton":case"ser_especial":r.dtm_status="paused",this.myStreamingAnalytics[t.mediaID]={gfkObject:gfkS2s.getAgent((function(){return r.hasOwnProperty("currentTime")?r.currentTime:r.hasOwnProperty("MediaElement")?r.MediaElement.audioNode.currentTime:0}),r),player:r},a=!0;break;case"dailymotion":"vod"!=l&&"secuencial"!=l||(this.loadLib("playerextension",(async function(e){DTM.tools.gfk.streaming.libsLoaded.playerextension=!0;document.querySelector("iframe[class*=dailymotion]");var t={instance:e.player,vendor:"dailymotion",type:"vod",dailyMotionState:await e.player.getState()};DTM.tools.gfk.streaming.myStreamingAnalytics[e.mediaID]={gfkObject:new window.gfkS2sExtension.PlayerExtension(t,window.gfkS2sConf,"default",{programmname:e.mediaName,channelname:_satellite.getVar("publisher"),streamtype:d,streamlength:e.mediaDuration,c1:_satellite.getVar("server"),c2:DTM.tools.gfk.getPrimaryCategory()}),player:e.player}}),{mediaID:t.mediaID,player:r,streamtype:d,mediaName:s,mediaDuration:n}),a=!0);break;default:a=!1}return a},play:function(e,t){var a=t.hasOwnProperty("playerType")?DTM.utils.getPlayerType(t.playerType):"html5",r=!1;if("youtube"==a&&"videoPlay"==e){let e=this.myStreamingAnalytics[t.mediaID].gfkObject,a=this.myStreamingAnalytics[t.mediaID].player,r=_satellite.getVar("publisher")+"_"+t.hasOwnProperty("mediaName")?t.mediaName:a.hasOwnProperty("videoTitle")?a.videoTitle:"",i=t.hasOwnProperty("mediaDuration")?t.mediaDuration:"function"==typeof a.getDuration?parseInt(a.getDuration()):"",s=t.hasOwnProperty("mediaFormat")?t.mediaFormat:a.hasOwnProperty("mediaFormat")?a.mediaFormat:"";e.setParameter("default",{programmname:r,channelname:_satellite.getVar("publisher"),streamtype:s,streamlength:i,c1:_satellite.getVar("server"),c2:DTM.tools.gfk.getPrimaryCategory()})}else if("triton"==a||"ser_especial"==a){let e=this.myStreamingAnalytics[t.mediaID].gfkObject,a=this.myStreamingAnalytics[t.mediaID].player,s=t.hasOwnProperty("mediaDuration")?t.mediaDuration:a.hasOwnProperty("duration")?parseInt(a.duration):"",n=t.hasOwnProperty("mediaFormat")?t.mediaFormat:a.hasOwnProperty("mediaFormat")?a.mediaFormat:"";if("streaming"==t.mediaRepType)var i=_satellite.getVar("publisher")+"-"+t.mediaName;else i=_satellite.getVar("publisher")+"-"+t.hasOwnProperty("mediaName")?t.mediaName:a.hasOwnProperty("videoTitle")?a.videoTitle:"";a.dtm_status="playing",t.hasOwnProperty("mediaRepType")&&"streaming"==t.mediaRepType?e.playStreamLive("default","",0,t.mediaID,{},{programmname:i,channelname:_satellite.getVar("publisher"),streamtype:n,cliptype:"live",channel:"channel1",c1:_satellite.getVar("server"),c2:DTM.tools.gfk.getPrimaryCategory()}):e.playStreamOnDemand("default",t.mediaID,{},{programmname:i,streamlength:s,channelname:_satellite.getVar("publisher"),streamtype:n,cliptype:"Sendung",channel:"channel1",c1:_satellite.getVar("server"),c2:DTM.tools.gfk.getPrimaryCategory()}),r=!0}return r},pause:function(e,t){var a=!1;if("dailymotion"!=(t.hasOwnProperty("playerType")?DTM.utils.getPlayerType(t.playerType):"html5"))return a;var r=this.myStreamingAnalytics[t.mediaID].gfkObject;return this.myStreamingAnalytics[t.mediaID].player.dtm_status="paused",r.stop(),a=!0},seek:function(e,t){var a=!1;if("dailymotion"!=(t.hasOwnProperty("playerType")?DTM.utils.getPlayerType(t.playerType):"html5"))return a;if("videoSeekInit"==e){var r=this.myStreamingAnalytics[t.mediaID].gfkObject;"playing"==(i=this.myStreamingAnalytics[t.mediaID].player).dtm_status&&(r.stop(),a=!0)}else if("videoSeekComplete"==e){r=this.myStreamingAnalytics[t.mediaID].gfkObject;var i=this.myStreamingAnalytics[t.mediaID].player,s=t.hasOwnProperty("mediaName")?t.mediaName:i.hasOwnProperty("title")?i.title:"",n=t.hasOwnProperty("mediaDuration")?t.mediaDuration:i.hasOwnProperty("duration")?parseInt(i.duration):"";i.getState().then((e=>{var t=JSON.parse(JSON.stringify(e));i.dtm_currentTime=1e3*parseInt(t.videoTime)})),"playing"==i.dtm_status&&(r.playStreamOnDemand("default",t.mediaID,{},{programmname:s,streamlength:n,channelname:_satellite.getVar("publisher"),cliptype:"Sendung",channel:"channel1",airdate:new Date,c1:_satellite.getVar("server"),c2:DTM.tools.gfk.getPrimaryCategory()}),a=!0)}return a}}},marfeel:{enabled:1,dl:{proId:"2223",environment:"",filterId:"1059",contentVisibility:"",mapEvents:{adPlay:"adPlay",videoPlay:"play",reelPlay:"play",videoResumed:"play",videoPaused:"pause",videoEnd:"end",reelEnd:"end",audioPlay:"play",audioPaused:"pause",audioResumed:"play",audioEnd:"end"},mediaControls:{},mediaReady:{}},lib:{init:function(){function e(e){var t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],a=document.createElement("script");a.src=e,t?a.type="module":(a.async=!0,a.type="text/javascript",a.setAttribute("nomodule",""));var r=document.getElementsByTagName("script")[0];r.parentNode.insertBefore(a,r)}function t(t,a,r){var i,s,n;null!==(i=t.marfeel)&&void 0!==i||(t.marfeel={}),null!==(s=(n=t.marfeel).cmd)&&void 0!==s||(n.cmd=[]),t.marfeel.config=r,t.marfeel.config.accountId=a;var o="https://sdk.mrf.io/statics";e("".concat(o,"/marfeel-sdk.js?id=").concat(a),!0),e("".concat(o,"/marfeel-sdk.es5.js?id=").concat(a),!1)}DTM.tools.marfeel.utils.markTimeLoads("MArfeel lib init");var a=DTM.tools.marfeel.dl;!function(e,a){t(e,a,arguments.length>2&&void 0!==arguments[2]?arguments[2]:{})}(window,a.environment,{pageType:_satellite.getVar("platform"),multimedia:{},experiences:{targeting:DTM.utils.getMarfeelExp()}}),DTM.tools.marfeel.ABTesting()},testab:function(e){var t=DTM.tools.marfeel.dl,a="",r=document.querySelector("link[rel='canonical']")?document.querySelector("link[rel='canonical']").getAttribute("href"):_satellite.getVar("canonicalURL");return"module"==e?a="https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?siteId="+t.environment+"&url="+r+"&experimentType=HeadlineAB&lang=es&version=esnext":"nomodule"==e&&(a="https://marfeelexperimentsexperienceengine.mrf.io/experimentsexperience/render?siteId="+t.environment+"&url="+r+"&experimentType=HeadlineAB&lang=es&version=legacy"),a}},trackedPV:!1,init:function(){DTM.tools.marfeel.utils.markTimeLoads("MArfeel init"),"fbia"==_satellite.getVar("platform")&&(window.ia_document={shareURL:_satellite.getVar("destinationURL"),referrer:_satellite.getVar("referringURL")}),this.enabled=this.isEnabled();var e=DTM.tools.marfeel.dl;"production"!=_satellite.environment.stage||!_satellite.getVar("validPage")||_satellite.getVar("translatePage")?this.dl.environment=e.filterId:this.dl.environment=e.proId,null!=_satellite.getVar("paywall:active")&&null!=_satellite.getVar("paywall:signwallType")&&(e.contentVisibility=_satellite.getVar("paywall:active")&&"suscriptor"!=_satellite.getVar("user:type")?"hard-paywall":"",e.contentVisibility=_satellite.getVar("paywall:signwallType").indexOf("reg")>-1&&"1"==_satellite.getVar("paywall:contentBlocked")?"dynamic-signwall":""),this.enabled!=DTM.tools.DISABLED&&(DTM.tools.list.push("marfeel"),this.lib.init())},trackPV:function(){var e=0;switch(_satellite.getVar("user:type")){case"suscriptor":e=3;break;case"registrado":e=2}window.marfeel.cmd.push(["compass",function(t){t.setUserType(e),void 0!==_satellite.getVar("user:profileID")&&"anonimo"!=_satellite.getVar("user:type")&&"undefined"!=_satellite.getVar("user:profileID")&&"not-set"!=_satellite.getVar("user:profileID")&&""!=_satellite.getVar("user:profileID")&&t.setSiteUserId(_satellite.getVar("user:profileID")),_satellite.getVar("user:experienceCloudID")&&t.setUserVar("ecid",_satellite.getVar("user:experienceCloudID")),""!=DTM.tools.marfeel.dl.contentVisibility&&null!=DTM.tools.marfeel.dl.contentVisibility&&t.setPageVar("closed",DTM.tools.marfeel.dl.contentVisibility),"T1"!=_satellite.getVar("user:subscriptionType")&&"T2"!=_satellite.getVar("user:subscriptionType")?t.setUserVar("subscriberType","not-set"):t.setUserVar("subscriberType",_satellite.getVar("user:subscriptionType")),t.setPageVar("sub-section",_satellite.getVar("subCategory1")),t.setPageVar("sub-sub-section",_satellite.getVar("subCategory2")),t.setPageVar("contentType",_satellite.getVar("pageType")),t.setPageVar("organizacion",_satellite.getVar("org")),t.setPageVar("producto-medio",_satellite.getVar("publisher")),t.setPageVar("domain",_satellite.getVar("domain")),t.setUserVar("usuario-recurrente",_satellite.getVar("omniture:newRepeat")),t.setPageVar("noticia-id",_satellite.getVar("articleID")),t.setPageVar("id-instancia",_satellite.getVar("pageInstanceID")),t.setUserVar("user-id",_satellite.getVar("user:profileID")),t.setPageVar("edicion-contenido",_satellite.getVar("edition")),t.setPageVar("cms",_satellite.getVar("cms")),t.setPageVar("edicion-navegacion",_satellite.getVar("editionNavigation")),t.setPageVar("tematica",_satellite.getVar("thematic")),t.setPageVar("cms",_satellite.getVar("loadType")),t.setUserVar("user-arc-id",_satellite.getVar("user:ID"));try{_satellite.getVar("subCategory2").indexOf("epmas")>-1&&_satellite.getVar("subCategory2").indexOf("confirmation")>-1&&-1==_satellite.getVar("subCategory2").indexOf("invitation")&&-1==_satellite.getVar("subCategory2").indexOf("verify-gift")&&(t.setPageVar("test_DTM",_satellite.getVar("subCategory2")),DTM.trackEvent("userSubscription",{}))}catch(e){}}]);var t=JSON.parse(localStorage.getItem("No_Consent")),a=Date.now();return null!=t&&Object.keys(t).forEach((e=>{var r=new Date(t[e].creation);(r=r.getTime())+24*parseInt(t[e][e+"_expiration"])*60*60*1e3<a&&delete t[e]})),localStorage.setItem("No_Consent",JSON.stringify(t)),DTM.tools.marfeel.utils.markTimeLoads("marfeelTrackedPV"),this.trackedPV=!0,DTM.notify("PV tracked in tool <marfeel> (Data Layer)"),!0},trackAsyncPV:function(){if(this.enabled==DTM.tools.DISABLED)return!1;this.trackPV()},trackEvent:function(e){if(this.enabled==DTM.tools.DISABLED)return DTM.events.setEffect(e,"marfeel",!1),!1;if(void 0===_satellite.getVar("event")[e])return DTM.notify("Marfeel event past not valid <"+t+">","error"),!1;var t=_satellite.getVar("event")[e].eventInfo.eventName,a=_satellite.getVar("event")[e].attributes;switch("T1"!=_satellite.getVar("user:subscriptionType")&&"T2"!=_satellite.getVar("user:subscriptionType")?window.marfeel.cmd.push(["compass",function(e){e.setUserVar("subscriberType","not-set")}]):window.marfeel.cmd.push(["compass",function(e){e.setUserVar("subscriberType",_satellite.getVar("user:subscriptionType"))}]),t){case"userNewsletterIN":window.marfeel.cmd.push(["compass",function(e){var t="";for(code in a.newsletters)t=t+" "+a.newsletters[codes];e.trackNewPage({rs:"userNewsletterIN "+t})}]),DTM.notify("Event <"+t+"> tracked in tool <Marfeel>"),DTM.events.setEffect(e,"marfeel",!0);break;case"userLogin":window.marfeel.cmd.push(["compass",function(e){e.trackNewPage({rs:"userLogin"})}]),DTM.notify("Event <"+t+"> tracked in tool <Marfeel>"),DTM.events.setEffect(e,"marfeel",!0);break;case"userRegister":window.marfeel.cmd.push(["compass",function(e){e.trackNewPage({rs:"userRegister"})}]),DTM.notify("Event <"+t+"> tracked in tool <Marfeel>"),DTM.events.setEffect(e,"marfeel",!0);break;case"audioReady":case"videoReady":void 0===DTM.tools.marfeel.dl.mediaReady[a.mediaID]&&(window.marfeel.cmd.push(["multimedia",function(e){var r="";null==a.mediaID&&null!=a.mediaId&&(a.mediaID=a.mediaId),r=null==a.mediaFormat?"audioReady"==t?"audio":"videoReady"==t?"video":"not-set":a.mediaFormat,"streaming"==a.mediaRepType&&(a.mediaDuration=-1),e.initializeItem(null!=a.mediaID?a.mediaID:"not-set",DTM.utils.getPlayerType(a.playerType),null!=a.mediaID?a.mediaID:"not-set",r,{isLive:null!=a.mediaRepType&&"streaming"==a.mediaRepType,title:null!=a.mediaName?a.mediaName:"not-set",description:null!=a.mediaName?a.mediaName:"not-set",url:null!=a.mediaUrl?a.mediaUrl:"not-set",thumbnail:null!=a.mediaThumbnail?a.mediaThumbnail:"not-set",authors:null!=a.mediaAuthors?a.mediAuthors:"not-set",publishTime:null!=a.mediaPlublishTime?a.mediaPlublishTime:"not-set",duration:null!=a.mediaDuration?a.mediaDuration:"not-set"})}]),DTM.tools.marfeel.dl.mediaReady[a.mediaID]=!0,DTM.events.setEffect(e,"marfeel",!0),DTM.notify("Event <"+t+"> tracked in tool <Marfeel>"));break;case"adPlay":case"videoPlay":case"reelPlay":case"videoPaused":case"videoResumed":case"videoEnd":case"reelEnd":case"audioPlay":case"audioResumed":case"audioPaused":case"audioEnd":if(null==a.mediaID&&null==a.mediaId)return!1;null==a.mediaID&&null!=a.mediaId&&(a.mediaID=a.mediaId),void 0!==DTM.tools&&void 0!==DTM.tools.marfeel&&void 0!==DTM.tools.marfeel.dl&&void 0!==DTM.tools.marfeel.dl.mediaReady&&void 0!==DTM.tools.marfeel.dl.mediaReady[a.mediaID]?(window.marfeel.cmd.push(["multimedia",function(e){e.registerEvent(a.mediaID,DTM.tools.marfeel.dl.mapEvents[t],parseInt(a.currentTime))}]),void 0===DTM.tools.marfeel.dl.mediaControls[a.mediaID]?"audioPlay"!=t&&"videoPlay"!=t&&"reelPlay"!=t&&"audioResumed"!=t&&"videoResumed"!=t&&"adEnd"!=t||DTM.tools.marfeel.utils.mediaIntervals(a.mediaID,"set",parseInt(a.currentTime)):"audioPaused"!=t&&"videoPaused"!=t&&"audioEnd"!=t&&"videoEnd"!=t&&"reelEnd"!=t&&"adPlay"!=t||DTM.tools.marfeel.utils.mediaIntervals(a.mediaID,"clear"),DTM.events.setEffect(e,"marfeel",!0),DTM.notify("Event <"+t+"> tracked in tool <Marfeel>")):DTM.notify("Alert evento Media sin Ready en tool <Marfeel>");break;case"share":window.marfeel.cmd.push(["compass",function(e){e.setPageVar("share",a.shareRRSS)}]),DTM.events.setEffect(e,"marfeel",!0),DTM.notify("Event <"+t+"> tracked in tool <Marfeel>");break;case"photogallery":window.marfeel.cmd.push(["compass",function(e){e.trackConversion("photogallery")}]),DTM.events.setEffect(e,"marfeel",!0),DTM.notify("Event <"+t+"> tracked in tool <Marfeel>");break;case"userSubscription":var r={"epmas>suscripcion>confirmation":"basica","epmas>suscripcion>premium_confirmation":"premium","epmas>upgrade_premium>confirmation":"upgrade"};window.marfeel.cmd.push(["compass",function(e){e.setPageVar("test_DTM",_satellite.getVar("subCategory2")),e.setPageVar("tipoSuscripcion",r[_satellite.getVar("subCategory2")]),e.trackConversion("subscribe"),DTM.notify("Event <userSubscription> tracked in tool <Marfeel>")}]);break;default:return DTM.events.setEffect(e,"marfeel",!1),!1}return!0},isEnabled:function(){var e=void 0!==DTM.config.mrf_enabled?DTM.config.mrf_enabled:DTM.tools.allowAll;(!e||_satellite.getVar("platform")!=DTM.PLATFORM.AMP&&_satellite.getVar("platform")!=DTM.PLATFORM.WIDGET||(e=!1),e)&&(e=-1==["autor","buscador","concursos","desconocido","diarioas","ecuador#","formularios","promocionespapel","republica-dominicana","scripts","player"].indexOf(_satellite.getVar("primaryCategory")));return e=e?DTM.tools.ENABLED:DTM.tools.DISABLED },ABTesting:function(){if(_satellite.getVar("platform")==DTM.PLATFORM.FBIA)return!1;if("portada"!=_satellite.getVar("pageType")&&"portadilla"!=_satellite.getVar("pageType")&&"articulo"!=_satellite.getVar("pageType"))return!1;var e=document.createElement("script");e.setAttribute("language","javascript"),e.setAttribute("type","module"),e.setAttribute("src",DTM.tools.marfeel.lib.testab("module")),document.head.appendChild(e);var t=document.createElement("script");t.setAttribute("language","javascript"),t.setAttribute("type","text/javascript"),t.setAttribute("nomodule",""),t.setAttribute("src",DTM.tools.marfeel.lib.testab("nomodule")),document.head.appendChild(t)},utils:{mediaTimeFunction:function(e){void 0!==DTM.tools.marfeel.dl.mediaControls[e]&&(DTM.tools.marfeel.dl.mediaControls[e].currentTime+=5,window.marfeel.cmd.push(["multimedia",function(t){t.registerEvent(e,"updateCurrentTime",DTM.tools.marfeel.dl.mediaControls[e].currentTime)}]))},markTimeLoads:function(e){"object"!=typeof window.targetTimeLoad&&(window.targetTimeLoad={}),"object"!=typeof window.targetTimeLoad.markedEvents&&(window.targetTimeLoad.markedEvents={}),void 0===window.targetTimeLoad.markedEvents[e]&&(window.targetTimeLoad[e]=performance.now(),window.targetTimeLoad.markedEvents[e]=!0),Object.keys(targetTimeLoad).length>=26&&!window.targetTimeLoad.isAllMarkedEvents&&(window.marfeel=window.marfeel||{cmd:[]},window.marfeel.cmd.push(["compass",function(e){for(let t in window.targetTimeLoad)e.setPageVar(t,window.targetTimeLoad[t]);e.trackConversion("MarkTimeLoad"),window.targetTimeLoad.isAllMarkedEvents=!0}]))},mediaIntervals:function(e,t,a){if("set"==t){if(void 0===DTM.tools.marfeel.dl.mediaControls[e]){DTM.tools.marfeel.dl.mediaControls[e]={};var r={intervalo:setInterval((function(){DTM.tools.marfeel.utils.mediaTimeFunction(e)}),5e3),currentTime:a};DTM.tools.marfeel.dl.mediaControls[e]=r}}else"clear"==t&&(clearInterval(DTM.tools.marfeel.dl.mediaControls[e].intervalo),delete DTM.tools.marfeel.dl.mediaControls[e])}}},comscore:{enabled:1,dl:{},consents:-1,consentsID:77,map:{consents:{}},trackedPV:!1,init:function(){DTM.utils.isUE()?(window.didomiOnReady=window.didomiOnReady||[],window.didomiOnReady.push((function(){Didomi.getUserStatus().vendors.consent.enabled.indexOf(77)>-1&&(DTM.tools.comscore.enabled=DTM.tools.comscore.isEnabled(),DTM.tools.comscore.consents=DTM.CONSENTS.DEFAULT,DTM.tools.comscore.enabled!=DTM.tools.DISABLED&&DTM.tools.list.push("comscore"),DTM.tools.comscore.createMap(),DTM.tools.comscore.setDL({id:"production"==_satellite.environment.stage&&_satellite.getVar("validPage")?"8671776":"-1",pbn:"PRISA",src:"1"==_satellite.getVar("ssl")?"https://sb.scorecardresearch.com":"http://b.scorecardresearch.com",c3:encodeURIComponent("ELPAIS.COM Sites"),c4:encodeURIComponent("ELPAIS.COM"),img:new Image(1,1)}),DTM.tools.comscore.enabled!=DTM.tools.DISABLED&&!1!==_satellite.getVar("videoContent")&&(DTM.tools.comscore.videoMetrix.enabled=!0,DTM.tools.comscore.videoMetrix.load())),window.didomiEventListeners=window.didomiEventListeners||[],window.didomiEventListeners.push({event:"consent.changed",listener:function(){Didomi.getUserStatus().vendors.consent.enabled.indexOf(77)>-1&&(DTM.tools.comscore.enabled=DTM.tools.comscore.isEnabled(),DTM.tools.comscore.consents=DTM.CONSENTS.DEFAULT,DTM.tools.comscore.enabled!=DTM.tools.DISABLED&&DTM.tools.list.push("comscore"),DTM.tools.comscore.createMap(),DTM.tools.comscore.setDL({id:"production"==_satellite.environment.stage&&_satellite.getVar("validPage")?"8671776":"-1",pbn:"PRISA",src:"1"==_satellite.getVar("ssl")?"https://sb.scorecardresearch.com":"http://b.scorecardresearch.com",c3:encodeURIComponent("ELPAIS.COM Sites"),c4:encodeURIComponent("ELPAIS.COM"),img:new Image(1,1)}),DTM.tools.comscore.enabled!=DTM.tools.DISABLED&&!1!==_satellite.getVar("videoContent")&&(DTM.tools.comscore.videoMetrix.enabled=!0,DTM.tools.comscore.videoMetrix.load()),DTM.tools.comscore.trackPV())}})}))):(DTM.tools.comscore.enabled=DTM.tools.comscore.isEnabled(),DTM.tools.comscore.consents=DTM.CONSENTS.DEFAULT,DTM.tools.comscore.enabled!=DTM.tools.DISABLED&&DTM.tools.list.push("comscore"),DTM.tools.comscore.createMap(),DTM.tools.comscore.setDL({id:"production"==_satellite.environment.stage&&_satellite.getVar("validPage")?"8671776":"-1",pbn:"PRISA",src:"1"==_satellite.getVar("ssl")?"https://sb.scorecardresearch.com":"http://b.scorecardresearch.com",c3:encodeURIComponent("ELPAIS.COM Sites"),c4:encodeURIComponent("ELPAIS.COM"),img:new Image(1,1)}),DTM.tools.comscore.enabled!=DTM.tools.DISABLED&&!1!==_satellite.getVar("videoContent")&&(DTM.tools.comscore.videoMetrix.enabled=!0,DTM.tools.comscore.videoMetrix.load()),DTM.tools.comscore.trackPV())},getDL:function(){return this.dl},setDL:function(e){this.dl=e},isEnabled:function(){var e=void 0!==DTM.config.csc_enabled?DTM.config.csc_enabled:DTM.tools.allowAll;return!e||_satellite.getVar("platform")!=DTM.PLATFORM.FBIA&&_satellite.getVar("platform")!=DTM.PLATFORM.WIDGET||(e=!1),e&&"brasil.elpais.com"==_satellite.getVar("server")&&(e=!1),e=e?DTM.tools.ENABLED:DTM.tools.DISABLED},createMap:function(){this.map.consents[DTM.CONSENTS.WAITING]="",this.map.consents[DTM.CONSENTS.DEFAULT]="1",this.map.consents[DTM.CONSENTS.ACCEPT]="1",this.map.consents[DTM.CONSENTS.REJECT]="0"},trackPV:function(){if(this.enabled!=DTM.tools.ENABLED||!0===this.trackedPV)return!1;if(this.consents==DTM.CONSENTS.WAITING)return!1;this.getDL();window._comscore=window._comscore||[],window._comscore.push({c1:"2",c2:"8671776",options:{enableFirstPartyCookie:!0},cs_ucfr:this.map.consents[this.consents]}),function(){var e=document.createElement("script"),t=document.getElementsByTagName("script")[0];e.async=!0,e.src="https://sb.scorecardresearch.com/cs/8671776/beacon.js",t.parentNode.insertBefore(e,t)}(),this.trackedPV=!0},trackAsyncPV:function(){if(this.enabled!=DTM.tools.ENABLED)return!1;this.getDL();"undefined"!=typeof COMSCORE&&COMSCORE.beacon({c1:"2",c2:"8671776",options:{enableFirstPartyCookie:!0},cs_ucfr:this.map.consents[this.consents]})},trackEvent:function(e){if(this.enabled==DTM.tools.DISABLED)return DTM.events.setEffect(e,"comscore",!1),!1;this.getDL();var t=!1;if(void 0===_satellite.getVar("event")[e])return DTM.notify("ComScore event past not valid <"+a+">","error"),!1;var a=_satellite.getVar("event")[e].eventInfo.eventName,r=_satellite.getVar("event")[e].attributes,i=r.hasOwnProperty("currentTime")?1e3*r.currentTime:-1,s=r.hasOwnProperty("mediaID")?r.mediaID:!!r.hasOwnProperty("videoID")&&r.videoID,n=r.hasOwnProperty("playerType")?DTM.utils.getPlayerType(r.playerType):"";switch(a){case"photogallery":"undefined"!=typeof COMSCORE&&(COMSCORE.beacon({c1:"2",c2:"8671776",options:{enableFirstPartyCookie:!0},cs_ucfr:this.map.consents[this.consents]}),t=!0);break;case DTM.events.VIDEOREADY:t=!(!1===this.videoMetrix.enabled||!this.videoMetrix.isValidPlayer(n)||!1===s||!this.videoMetrix.init(s));break;case DTM.events.VIDEORELOAD:!1!==this.videoMetrix.enabled&&this.videoMetrix.isValidPlayer(n)&&!1!==s?(this.videoMetrix.replay(s),t=!0):t=!1;break;case DTM.events.ADPLAY:case DTM.events.ADRESUMED:case DTM.events.VIDEOPLAY:case DTM.events.VIDEORESUMED:!1!==this.videoMetrix.enabled&&this.videoMetrix.isValidPlayer(n)&&!1!==s&&this.videoMetrix.init(s)?(a==DTM.events.ADPLAY||a==DTM.events.ADRESUMED?this.videoMetrix.setAdMetadata(r,s):this.videoMetrix.setMetadata(r,s),this.videoMetrix.play(s,a,i),t=!0):t=!1;break;case DTM.events.VIDEOEND:case DTM.events.ADEND:case DTM.events.ADSKIP:!1!==this.videoMetrix.enabled&&this.videoMetrix.isValidPlayer(n)&&!1!==s&&this.videoMetrix.init(s)?(this.videoMetrix.end(s,a,i),t=!0):t=!1;break;case DTM.events.VIDEOPAUSED:case DTM.events.ADPAUSED:!1!==this.videoMetrix.enabled&&this.videoMetrix.isValidPlayer(n)&&!1!==s&&this.videoMetrix.init(s)?(this.videoMetrix.pause(s,a,i),t=!0):t=!1;break;default:t=!1}return t&&DTM.notify("Event <"+a+"> tracked in tool <ComScore>"),DTM.events.setEffect(e,"comscore",t),t},videoMetrix:{enabled:!1,initialized:!1,myStreamingAnalytics:[],lib:"https://ep00.epimg.net/js/comun/streamsense.js",load:function(){var e=DTM.tools.comscore.dl;DTM.utils.loadScript(this.lib,(function(){window.ns_=ns_.analytics,window.ns_.PlatformApi.setPlatformAPI(window.ns_.PlatformApi.PlatformApis.WebBrowser),window.ns_.configuration.addClient(new window.ns_.configuration.PublisherConfiguration({publisherId:e.id})),window.ns_.configuration.setUsagePropertiesAutoUpdateMode(window.ns_.configuration.UsagePropertiesAutoUpdateMode.FOREGROUND_AND_BACKGROUND)}))},init:function(e){return!1!==this.enabled&&void 0!==window.ns_&&void 0!==e&&(this.initialized||(this.initialized=!0,window.ns_.start()),void 0===this.myStreamingAnalytics[e]&&(this.myStreamingAnalytics[e]={sa:new window.ns_.StreamingAnalytics,state:"",currentTime:0},this.myStreamingAnalytics[e].sa.createPlaybackSession()),!0)},isValidPlayer:function(e){return-1==["youtube"].indexOf(e)},setMetadata:function(e,t){if(void 0===window.ns_||void 0===e||!1===t)return!1;var a=DTM.tools.comscore.dl,r=e.hasOwnProperty("mediaRepType")?e.mediaRepType:e.hasOwnProperty("videoRepType")?e.videoRepType:"";r=""!=r?"streaming"==r?window.ns_.StreamingAnalytics.ContentMetadata.ContentType.LIVE:window.ns_.StreamingAnalytics.ContentMetadata.ContentType.SHORT_FORM_ON_DEMAND:"";var i=e.hasOwnProperty("mediaDuration")?e.mediaDuration:e.hasOwnProperty("videoDuration")?e.videoDuration:"";i=""!=i?1e3*parseInt(i):0;var s=new ns_.StreamingAnalytics.ContentMetadata;s.setMediaType(r),s.setUniqueId(!1===t?"null":t),s.setLength(i),s.setDictionaryClassificationC3(a.c3),s.setDictionaryClassificationC4(a.c4),s.setDictionaryClassificationC6("*null"),s.setPublisherName(a.pbn),this.myStreamingAnalytics[t].sa.setMetadata(s)},setAdMetadata:function(e,t){if(void 0===window.ns_||void 0===e||!1===t)return!1;var a=DTM.tools.comscore.dl,r=e.hasOwnProperty("mediaRepType")?e.mediaRepType:e.hasOwnProperty("videoRepType")?e.videoRepType:"";r=""!=r?"streaming"==r?window.ns_.StreamingAnalytics.ContentMetadata.ContentType.LIVE:window.ns_.StreamingAnalytics.ContentMetadata.ContentType.SHORT_FORM_ON_DEMAND:"";var i=e.hasOwnProperty("mediaDuration")?e.mediaDuration:e.hasOwnProperty("videoDuration")?e.videoDuration:"";i=""!=i?1e3*parseInt(i):0;var s=new ns_.StreamingAnalytics.ContentMetadata;s.setMediaType(r),s.setUniqueId(!1===t?"null":t),s.setLength(i),s.setDictionaryClassificationC3(a.c3),s.setDictionaryClassificationC4(a.c4),s.setDictionaryClassificationC6("*null"),s.setPublisherName(a.pbn);var n=new window.ns_.StreamingAnalytics.AdvertisementMetadata,o="";if(void 0!==e.adMode)switch(e.adMode){case"post-roll":case"postroll":o=window.ns_.StreamingAnalytics.AdvertisementMetadata.AdvertisementType.ON_DEMAND_POST_ROLL;break;case"pre-roll":case"preroll":o=window.ns_.StreamingAnalytics.AdvertisementMetadata.AdvertisementType.ON_DEMAND_PRE_ROLL;break;case"mid-roll":case"midroll":o=window.ns_.StreamingAnalytics.AdvertisementMetadata.AdvertisementType.ON_DEMAND_MID_ROLL}n.setMediaType(o),n.setRelatedContentMetadata(s),this.myStreamingAnalytics[t].sa.setMetadata(n)},play:function(e,t,a){if(void 0===window.ns_||void 0===e)return!1;t==DTM.events.VIDEORESUMED&&this.myStreamingAnalytics[e].state===DTM.events.VIDEOPAUSED&&a!=this.myStreamingAnalytics[e].currentTime?(this.myStreamingAnalytics[e].sa.startFromPosition(a),this.myStreamingAnalytics[e].sa.notifySeekStart()):this.myStreamingAnalytics[e].sa.notifyPlay(),this.myStreamingAnalytics[e].state=t,this.myStreamingAnalytics[e].currentTime=a},replay:function(e){if(void 0===window.ns_||void 0===e)return!1;void 0!==this.myStreamingAnalytics[e]&&delete this.myStreamingAnalytics[e]},pause:function(e,t,a){if(void 0===window.ns_||void 0===e)return!1;this.myStreamingAnalytics[e].sa.notifyPause(),this.myStreamingAnalytics[e].state=t,this.myStreamingAnalytics[e].currentTime=a},end:function(e,t,a){if(void 0===window.ns_||void 0===e)return!1;this.myStreamingAnalytics[e].sa.notifyEnd(),this.myStreamingAnalytics[e].state=t,this.myStreamingAnalytics[e].currentTime=a}}},facebook:{enabled:1,dl:{},consents:-1,consentsID:"c:facebook-YyJRAyed",trackedPV:!1,init:function(){this.enabled=this.isEnabled(),this.consents=DTM.CONSENTS.DEFAULT,this.enabled!=DTM.tools.DISABLED&&DTM.tools.list.push("facebook"),this.setDL({id:"1461658713846525",idHavas:"807598982615379",src:"https://www.facebook.com/tr",trackingCode:""!=_satellite.getVar("campaign")?_satellite.getVar("campaign"):"none",campaign:""!=_satellite.getVar("campaign")?_satellite.getVar("campaign"):"none"})},getDL:function(){return this.dl},setDL:function(e){this.dl=e},isEnabled:function(){var e=void 0!==DTM.config.fbk_enabled?DTM.config.fbk_enabled:DTM.tools.allowAll;return e&&_satellite.getVar("platform")==DTM.PLATFORM.WIDGET&&(e=!1),e=(e=e&&!0===_satellite.getVar("validPage")&&!1===_satellite.getVar("translatePage"))?DTM.tools.ENABLED:DTM.tools.DISABLED},trackPV:function(e){if("undefined"!=typeof Didomi&&void 0!==Didomi.getUserConsentStatusForVendor&&Didomi.getUserConsentStatusForVendor("c:facebook-YyJRAyed")&&(this.consents=1),this.enabled!=DTM.tools.ENABLED||void 0===e&&this.trackedPV||_satellite.getVar("platform")!=DTM.PLATFORM.FBIA&&this.consents!==DTM.CONSENTS.ACCEPT)return!1;var t=this.getDL();DTM.utils.sendBeacon(t.src,{id:t.id,ev:"PageView",dl:_satellite.getVar("destinationURL"),rl:_satellite.getVar("referringURL")},!1,"ts"),DTM.utils.sendBeacon(t.src,{id:t.id,ev:"ViewContent",dl:_satellite.getVar("destinationURL"),rl:_satellite.getVar("referringURL"),"cd[campaign]":t.campaign,"cd[content_name]":_satellite.getVar("pageName"),"cd[content_category]":_satellite.getVar("primaryCategory"),"cd[registeredUser]":"1"==_satellite.getVar("user:registeredUser")?"reg":"anon","cd[sysEnv]":_satellite.getVar("sysEnv"),"cd[trackingCode]":t.trackingCode,"cd[userType]":_satellite.getVar("user:type"),"cd[paywallBlock]":"bloqueante"==_satellite.getVar("paywall:contentAdType")?"1":"0"},!1,"ts"),"epmas>suscripcion>confirmation"==_satellite.getVar("subCategory2")&&DTM.utils.sendBeacon(t.src,{id:t.id,ev:"SubsComplete",dl:_satellite.getVar("destinationURL"),rl:_satellite.getVar("referringURL"),"cd[content_name]":_satellite.getVar("pageName"),"cd[content_category]":_satellite.getVar("primaryCategory"),"cd[sysEnv]":_satellite.getVar("sysEnv"),"cd[sku]":_satellite.getVar("paywall:cartProduct"),"cd[userType]":_satellite.getVar("user:type")},!1,"ts");var a={"epmas>suscripcion>checkout":"InitiateCheckout","epmas>suscripcion>payment":"AddPaymentInfo","epmas>suscripcion>confirmation":"Purchase"};a.hasOwnProperty(_satellite.getVar("subCategory2"))&&DTM.utils.sendBeacon(t.src,{id:t.idHavas,ev:a[_satellite.getVar("subCategory2")],dl:_satellite.getVar("destinationURL"),rl:_satellite.getVar("referringURL")},!1,"ts"),DTM.utils.sendBeacon(t.src,{id:t.idHavas,ev:"PageView",dl:_satellite.getVar("destinationURL"),rl:_satellite.getVar("referringURL")},!1,"ts"),this.trackedPV=!0},trackAsyncPV:function(){this.trackPV(!0)},trackEvent:function(e){if(this.enabled==DTM.tools.DISABLED||this.consents!==DTM.CONSENTS.ACCEPT)return DTM.events.setEffect(e,"facebook",!0),!1;var t=this.getDL(),a=!1;if(void 0===_satellite.getVar("event")[e])return DTM.notify("Facebook event past not valid <"+r+">","error"),!1;var r=_satellite.getVar("event")[e].eventInfo.eventName,i=_satellite.getVar("event")[e].attributes;return r==DTM.events.UUVINC||r==DTM.events.USERREGISTER?(DTM.utils.sendBeacon(t.src,{id:t.id,ev:"CompleteRegistration",dl:_satellite.getVar("destinationURL"),rl:_satellite.getVar("referringURL"),"cd[campaign]":t.campaign,"cd[content_name]":_satellite.getVar("pageName"),"cd[content_category]":_satellite.getVar("primaryCategory"),"cd[registeredUser]":"1"==_satellite.getVar("user:registeredUser")?"reg":"anon","cd[sysEnv]":_satellite.getVar("sysEnv"),"cd[trackingCode]":t.trackingCode,"cd[userType]":_satellite.getVar("user:type"),"cd[status]":r==DTM.events.USERREGISTER?"register":"vinculation","cd[reg_origin]":void 0!==i.registerOrigin?i.registerOrigin:"","cd[reg_prod_origin]":void 0!==i.registerProd?i.registerProd:"","cd[reg_type]":r==DTM.events.UUVINC?"vinculation":"undefined"!=i.registerType?"clasico"==i.registerType?"classic":"social("+i.registerType+")":""},!1,"ts"),a=!0):r==DTM.events.CHECKOUT&&(DTM.utils.sendBeacon(t.src,{id:t.id,ev:"InitiateCheckout",dl:_satellite.getVar("destinationURL"),rl:_satellite.getVar("referringURL")},!1,"ts"),a=!0),a&&DTM.notify("Event <"+r+"> tracked in tool <Facebook>"),DTM.events.setEffect(e,"facebook",a),a}},elpais:{enabled:1,dl:{},trackedPV:!1,eventQueue:[],map:{events:{},vars:{}},init:function(){this.enabled=this.isEnabled(),this.enabled!=DTM.tools.DISABLED&&DTM.tools.list.push("elpais"),this.createMap(),this.setDL({img:null,src:{realTime:("production"==_satellite.environment.stage&&_satellite.getVar("validPage"),""),pep:"//pxlctl.elpais.com/pxlctl.gif",cloudfront:"//d30wo2lffetbp8.cloudfront.net/"},realTime:{piid:"not-set",pn:"not-set",g:"not-set",ch:"not-set",tit:"not-set",typ:"not-set",h:"not-set",r:"not-set",cms:"not-set",edn:"not-set",edc:"not-set",ts:"not-set",co:"not-set",sys:"not-set",uid:"not-set",arcid:"not-set",aid:"not-set",ust:"not-set",ustamp:"not-set",usty:"not-set",pwt:"not-set",pws:"not-set",pwp:"not-set",pwcart:"not-set",pwstep:"not-set",pwact:"not-set",pwcou:"not-set",pwad:"not-set",pwori:"not-set",pwmod:"not-set",pwtrty:"not-set"}})},createMap:function(){this.map.events[DTM.events.PHOTOGALLERY]="photogallery",this.map.events[DTM.events.SCROLLINF]="scrollInf",this.map.events[DTM.events.RECOMMENDERIMPRESSION]="r",this.map.events[DTM.events.INTERNALPIXEL]="internalPixel",this.map.events[DTM.events.USERREGISTER]="okreg",this.map.events[DTM.events.USERLOGIN]="oklog",this.map.events[DTM.events.READARTICLE]="readArticle",this.map.events[DTM.events.VIDEOPLAY]="videoPlay",this.map.events[DTM.events.VIDEO25]="video25",this.map.events[DTM.events.VIDEO50]="video50",this.map.events[DTM.events.VIDEO75]="video75",this.map.events[DTM.events.VIDEOEND]="videoEnd",this.map.events[DTM.events.CHECKOUT]="checkout",this.map.vars.recommenderTime1="t1",this.map.vars.recommenderTime="t",this.map.vars.recommenderError="e",this.map.vars.recommenderTo="to",this.map.vars.recommenderS="s",this.map.vars.userID="u",this.map.vars.registerType="rgt",this.map.vars.registerOrigin="rgo",this.map.vars.registerProd="rgp",this.map.vars.videoName="vn",this.map.vars.mediaName="vn",this.map.vars.registerBackURL="rbu",this.map.vars.paywallTransactionType="pwtrty"},getDL:function(){return this.dl},setDL:function(e){this.dl=e},isEnabled:function(){var e=void 0!==DTM.config.ep_enabled?DTM.config.ep_enabled:DTM.tools.allowAll;return e&&_satellite.getVar("platform")==DTM.PLATFORM.WIDGET&&(e=!1),e=e?DTM.tools.ENABLED:DTM.tools.DISABLED},trackPV:function(e){if(this.enabled!=DTM.tools.ENABLED||void 0===e&&this.trackedPV)return!1;var t=this.getDL();t.realTime.piid=_satellite.getVar("pageInstanceID"),t.realTime.pn=_satellite.getVar("pageName"),t.realTime.g=_satellite.getVar("destinationURL"),t.realTime.ch=_satellite.getVar("primaryCategory"),t.realTime.tit=_satellite.getVar("pageTitle"),t.realTime.typ=_satellite.getVar("pageType"),t.realTime.h=_satellite.getVar("server"),t.realTime.r=_satellite.getVar("referringURL"),t.realTime.edn=_satellite.getVar("editionNavigation"),t.realTime.edc=_satellite.getVar("edition"),t.realTime.cms=_satellite.getVar("cms"),t.realTime.sys=_satellite.getVar("sysEnv"),t.realTime.ts=this.getTimeStamp(),t.realTime.aid=_satellite.getVar("user:experienceCloudID"),t.realTime.uid=_satellite.getVar("user:profileID"),t.realTime.arcid=_satellite.getVar("user:ID"),t.realTime.co=_satellite.getVar("user:country"),t.realTime.ust=_satellite.getVar("user:registeredUser"),t.realTime.ustamp=_satellite.getVar("user:registeredUserAMP"),t.realTime.usty=_satellite.getVar("user:type"),t.realTime.pwt=_satellite.getVar("paywall:signwallType"),t.realTime.pws="1"==_satellite.getVar("paywall:contentBlocked")?"cerrado":"abierto",t.realTime.pwp=_satellite.getVar("user:subscriptions"),t.realTime.pwstep=this.getPaywallStep(),t.realTime.pwact=!0===_satellite.getVar("paywall:active")?"activo":!1===_satellite.getVar("paywall:active")?"inactivo":"not-set",t.realTime.pwcou=_satellite.getVar("paywall:counter"),t.realTime.pwad=_satellite.getVar("paywall:contentAdType"),t.realTime.pwcart="not-set"!=_satellite.getVar("paywall:cartProduct")?_satellite.getVar("paywall:cartProduct"):"",t.realTime.pwori=_satellite.getVar("paywall:transactionOrigin"),t.realTime.pwmod=_satellite.getVar("paywall:type"),t.realTime.pwtrty=_satellite.getVar("paywall:transactionType");var a=DTM.utils.copyObject(t.realTime);for(var r in a.ev="pageView",this.trackedPV=!1,this.eventQueue)this.trackEvent(r)},trackAsyncPV:function(){this.trackPV(!0)},trackEvent:function(e){if(this.enabled==DTM.tools.DISABLED)return DTM.events.setEffect(e,"elpais",!1),!1;if(void 0===_satellite.getVar("event")[e])return DTM.notify("EL PAIS event past not valid <"+t+">","error"),!1;var t=_satellite.getVar("event")[e].eventInfo.eventName,a=_satellite.getVar("event")[e].attributes,r=this.map.events[t];if(!this.map.events.hasOwnProperty(t))return DTM.events.setEffect(e,"elpais",!1),!1;if(this.isEnabled==DTM.tools.ENABLED&&!this.trackedPV)return this.eventQueue.push(e),DTM.events.setEffect(e,"elpais",!1),!1;var i=this.getDL(),s=!1;switch(t){case DTM.events.USERREGISTER:case DTM.events.USERLOGIN:case DTM.events.READARTICLE:case DTM.events.CHECKOUT:i.realTime.ts=this.getTimeStamp(),t==DTM.events.CHECKOUT&&(i.realTime.pwstep="checkout",i.realTime.pwcart=void 0!==a.paywallCartProduct?a.paywallCartProduct:"not-set"!=_satellite.getVar("paywall:cartProduct")?_satellite.getVar("paywall:cartProduct"):"");var n=DTM.utils.copyObject(i.realTime);for(var o in n.ev=r,this.map.vars)a.hasOwnProperty(o)&&(n[this.map.vars[o]]=a[o]);s=!1;break;case DTM.events.INTERNALPIXEL:case DTM.events.RECOMMENDERIMPRESSION:if((n=[]).ch=_satellite.getVar("primaryCategory"),a.hasOwnProperty("userID")||(a.userID=_satellite.getVar("user:profileID")),"object"==typeof a.extraParams)for(var l in a.extraParams)n[l]=a.extraParams[l];for(var o in this.map.vars)a.hasOwnProperty(o)&&(n[this.map.vars[o]]="e"==this.map.vars[o]?a[o].toUpperCase():a[o]);r=a.hasOwnProperty("pixelName")?a.pixelName:"r";s=DTM.utils.sendBeacon(i.src.cloudfront+encodeURIComponent(r)+".gif",n,!1,!1,!1);break;default:s=!1}return s&&DTM.notify("Event <"+t+"> tracked in tool <EL PAIS>"),DTM.events.setEffect(e,"elpais",s),s},getTimeStamp:function(e){var t="";if(e)t=_satellite.getVar("date:fullYear")+"/"+_satellite.getVar("date:month")+"/"+_satellite.getVar("date:day")+"T"+_satellite.getVar("date:hours")+":"+_satellite.getVar("date:minutes")+":"+_satellite.getVar("date:seconds");else{var a=new Date;t=a.getFullYear()+"/"+DTM.utils.formatDate(a.getMonth()+1)+"/"+DTM.utils.formatDate(a.getDate())+"T"+DTM.utils.formatDate(a.getHours())+":"+DTM.utils.formatDate(a.getMinutes())+":"+DTM.utils.formatDate(a.getSeconds())}return t},getPaywallStep:function(){var e="";if("epmas"==_satellite.getVar("primaryCategory"))switch(_satellite.getVar("subCategory2")){case"epmas>suscripcion>home":e="landing";break;case"epmas>suscripcion>registro":-1==_satellite.getVar("referringURL").indexOf("elpais.com/landing_oferta")&&-1==document.referrer.indexOf("elpais.com/landing_oferta")&&-1==_satellite.getVar("referringURL").indexOf("elpais.com/suscripciones")&&-1==document.referrer.indexOf("elpais.com/suscripciones")||(e="registro");break;case"epmas>suscripcion>login":-1==_satellite.getVar("referringURL").indexOf("elpais.com/landing_oferta")&&-1==document.referrer.indexOf("elpais.com/landing_oferta")&&-1==_satellite.getVar("referringURL").indexOf("elpais.com/suscripciones")&&-1==document.referrer.indexOf("elpais.com/suscripciones")||(e="login");break;case"epmas>suscripcion>checkout":e="checkout";break;case"epmas>suscripcion>payment":e="payment";break;case"epmas>suscripcion>confirmation":e=""!=_satellite.getVar("paywall:transactionID")?"confirmation":"";break;default:-1!=_satellite.getVar("pageName").indexOf("elpaiscom/suscripciones/oferta/")&&(e="")}return e}},google:{enabled:!0,dl:{},trackedPV:!1,consents:-1,consentsID:"google",init:function(){if("undefined"!=typeof Didomi&&Didomi.getUserConsentStatusForVendor("google")){this.enabled=this.isEnabled(),this.enabled!=DTM.tools.DISABLED&&DTM.tools.list.push("google"),this.consents=DTM.CONSENTS.DEFAULT,this.setDL({ep:"//googleads.g.doubleclick.net/pagead/viewthroughconversion/",pbs:"https://pubads.g.doubleclick.net/activity;",floodlight:"https://ad.doubleclick.net/ddm/activity"});var e=document.createElement("script");e.async=!0,e.src="https://www.googletagmanager.com/gtag/js?id=AW-10850525560",document.querySelector("head").appendChild(e)}},getDL:function(){return this.dl},setDL:function(e){this.dl=e},isEnabled:function(){var e=void 0!==DTM.config.goo_enabled?DTM.config.goo_enabled:DTM.tools.allowAll;return!e||_satellite.getVar("platform")!=DTM.PLATFORM.FBIA&&_satellite.getVar("platform")!=DTM.PLATFORM.WIDGET||(e=!1),e=e?DTM.tools.ENABLED:DTM.tools.DISABLED},trackPV:function(){if(this.enabled!=DTM.tools.ENABLED||this.consents!==DTM.CONSENTS.ACCEPT)return!1;var e=this.getDL();if(DTM.utils.sendBeacon(e.ep+"965296472/",{value:"0",guid:"ON",script:"0"},!1,"rnd"),"mx"==_satellite.getVar("user:country")&&DTM.utils.sendBeacon(e.ep+"802913665/",{value:"0",guid:"ON",script:"0"},!1,"rnd"),"epmas"==_satellite.getVar("primaryCategory"))switch(_satellite.getVar("subCategory2")){case"epmas>suscripcion>home":DTM.utils.sendBeacon(e.floodlight+"/src=8310699;type=visit_ep;cat=lpg_s0;u9="+_satellite.getVar("server")+";dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=${GDPR};gdpr_consent=${GDPR_CONSENT_755};ord="+1e13*Math.random()+"?",{},!1);break;case"epmas>suscripcion>checkout":DTM.utils.sendBeacon(e.floodlight+"/src=8310699;type=visit_ep;cat=cnv_s0;u9="+_satellite.getVar("server")+";dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=${GDPR};gdpr_consent=${GDPR_CONSENT_755};ord="+1e13*Math.random()+"?",{},!1),DTM.utils.sendBeacon(e.pbs+"xsp=4617931;ord="+1e13*Math.random()+"?",{},!1);break;case"epmas>suscripcion>payment":DTM.utils.sendBeacon(e.floodlight+"/src=8310699;type=visit_ep;cat=cnv_s00u2="+_satellite.getVar("user:subscriptions")+";u9="+_satellite.getVar("server")+";dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=${GDPR};gdpr_consent=${GDPR_CONSENT_755};ord="+1e13*Math.random()+"?",{},!1);break;case"epmas>suscripcion>confirmation":DTM.utils.sendBeacon(e.floodlight+"/src=8310699;type=sales;cat=cnv_s0;qty=1;cost=[Revenue];u2="+_satellite.getVar("user:subscriptions")+";u9="+_satellite.getVar("server")+";dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=${GDPR};gdpr_consent=${GDPR_CONSENT_755};ord="+_satellite.getVar("paywall:transactionID")+"?",{},!1),DTM.utils.sendBeacon(e.pbs+"xsp=4623404;ord="+1e13*Math.random()+"?",{},!1)}if(document.location.href.indexOf("captacion-especial-5")>-1){function t(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],t("js",new Date),t("config","AW-10850525560")}document.location.href.indexOf("captacion-especial-5/#/confirmation")>-1&&t("event","conversion",{send_to:"AW-10850525560/vKSmCNbopvMZEPjC97Uo",value:18,currency:"EUR"}),this.trackedPV=!0},trackEvent:function(e){if(this.enabled!=DTM.tools.ENABLED||this.consents!==DTM.CONSENTS.ACCEPT)return DTM.events.setEffect(e,"google",!1),!1;var t=this.getDL(),a=!1;if(void 0===_satellite.getVar("event")[e])return DTM.notify("Google event past not valid <"+r+">","error"),!1;var r=_satellite.getVar("event")[e].eventInfo.eventName;_satellite.getVar("event")[e].attributes;return r==DTM.events.CHECKOUT&&(DTM.utils.sendBeacon(t.floodlight+"/src=8310699;type=visit_ep;cat=cnv_s0;u9="+_satellite.getVar("server")+";dc_lat=;dc_rdid=;tag_for_child_directed_treatment=;tfua=;npa=;gdpr=${GDPR};gdpr_consent=${GDPR_CONSENT_755};ord="+1e13*Math.random(),{},!1),DTM.utils.sendBeacon(t.pbs+"xsp=4617931;ord="+1e13*Math.random(),{},!1),a=!0),a&&DTM.notify("Event <"+r+"> tracked in tool <Google>"),DTM.events.setEffect(e,"google",a),a},trackAsyncPV:function(){this.trackPV()}},triton:{enabled:1,dl:{stationID:693093},trackedPV:!1,init:function(){"object"!=typeof tdIdsync&&document.URL.indexOf("suscr")<0&&_satellite.getVar("subCategory1").indexOf("suscr")<0&&(window.didomiOnReady=window.didomiOnReady||[],window.didomiOnReady.push((function(e){if(void 0!==e){if(e.getUserStatus().vendors.consent.enabled.indexOf(239)>-1){window.mm_didomi_cs_t=e.getUserConsentStatusForVendor("239");var t=window.cmpConsentString,a=(window.mm_didomi_cs_t,e.isRegulationApplied("gdpr")?1:0),r=document.createElement("script");r.type="text/javascript",r.src="https://playerservices.live.streamtheworld.com/api/idsync.js?stationId="+DTM.tools.triton.dl.stationID+"&gdpr="+a+"&gdpr_consent="+t,r.onload=function(){"undefined"!=typeof mm_demo&&mm_demo&&console.log("%cCookie Sync loaded","font-weight:bold;color:orange")};var i=document.getElementsByTagName("script")[0];i.parentNode.insertBefore(r,i)}}else{window.didomiOnReady=window.didomiOnReady||[],window.didomiOnReady.push((function(e){e.getObservableOnUserConsentStatusForVendor("239").subscribe((function(t){if(void 0===t)window.mm_didomi_cs_t=!1;else if(!0===t){window.mm_didomi_cs_t=e.getUserConsentStatusForVendor("239");var a=window.cmpConsentString,r=(window.mm_didomi_cs_t,e.isRegulationApplied("gdpr")?1:0),i=document.createElement("script");i.type="text/javascript",i.src="https://playerservices.live.streamtheworld.com/api/idsync.js?stationId="+DTM.tools.triton.dl.stationID+"&gdpr="+r+"&gdpr_consent="+a,i.onload=function(){"undefined"!=typeof mm_demo&&mm_demo&&console.log("%cCookie Sync loaded","font-weight:bold;color:orange")};var s=document.getElementsByTagName("script")[0];s.parentNode.insertBefore(i,s)}else!1===t&&(window.mm_didomi_cs_t=!1)}))}))}})))}},AEPConsents:{enabled:!0,dl:{},trackedPV:!1,vendors_list:{"c:0anuncian-BzrcXrYe":"la_liga","c:anunciante_la_liga":"la_liga"},init:function(){this.enabled=this.isEnabled(),this.enabled!=DTM.tools.DISABLED&&DTM.tools.list.push("AEPConsents")},isEnabled:function(){var e=void 0!==DTM.config.consent_send_enabled?DTM.config.consent_send_enabled:DTM.tools.allowAll;return!e||_satellite.getVar("platform")!=DTM.PLATFORM.FBIA&&_satellite.getVar("platform")!=DTM.PLATFORM.WIDGET||(e=!1),e=e?DTM.tools.ENABLED:DTM.tools.DISABLED},trackPV:function(){if(this.enabled!=DTM.tools.ENABLED)return!1;window.didomiOnReady=window.didomiOnReady||[],window.didomiOnReady.push((function(e){function t(t){consentData=e.getUserStatus(),acceptedPurposses=consentData.purposes.consent.enabled,rejectedPurposses=consentData.purposes.consent.disabled,enabled_json={};for(const e of acceptedPurposses)switch(e){case"sharingda-aQwVWdxj":enabled_json.data_sharing_web="y";break;case"sharingof-wG7bxM8E":enabled_json.data_sharing="y";break;default:enabled_json[e]="y"}disabled_json={};for(const e of rejectedPurposses)switch(e){case"sharingda-aQwVWdxj":disabled_json.data_sharing_web="n";break;case"sharingof-wG7bxM8E":disabled_json.data_sharing="n";break;default:disabled_json[e]="n"}acceptedVendors=consentData.vendors.consent.enabled,rejectedVendors=consentData.vendors.consent.disabled,vendors_enabled_json={};for(const e of acceptedVendors)void 0!==DTM.tools.AEPConsents.vendors_list[e]&&(vendors_enabled_json[DTM.tools.AEPConsents.vendors_list[e]]="y");vendors_disabled_json={};for(const e of rejectedVendors)void 0!==DTM.tools.AEPConsents.vendors_list[e]&&(vendors_disabled_json[DTM.tools.AEPConsents.vendors_list[e]]="n");var a={};a="1"==digitalData.user.registeredUser&&""!=digitalData.user.profileID&&_satellite.getVar("user:experienceCloudID")?{ECID:[{id:_satellite.getVar("user:experienceCloudID"),primary:!1}],USUNUID:[{id:digitalData.user.profileID,primary:!0}]}:{ECID:[{id:_satellite.getVar("user:experienceCloudID"),primary:!0}]};var r=Object.assign(enabled_json,disabled_json),i=Object.assign(vendors_enabled_json,vendors_disabled_json);r.partners=i;var s="";"undefined"!=typeof didomiRemoteConfig&&void 0!==didomiRemoteConfig.notices[0]&&void 0!==didomiRemoteConfig.notices[0].notice_id&&(s="-"+didomiRemoteConfig.notices[0].notice_id);var n="pageview";t&&(n="consent update");var o={header:{schemaRef:{id:"https://ns.adobe.com/prisacom/schemas/8e2617119901b47918ccaf4d7e375a8be0842e54ba682af1",contentType:"application/vnd.adobe.xed-full+json;version=1"},imsOrgId:"2387401053DB208C0A490D4C@AdobeOrg",datasetId:"644125ae1894cf1c06549900",flowId:"766d9358-aa82-40f8-bf37-127e65cf06e1"},body:{xdmMeta:{schemaRef:{id:"https://ns.adobe.com/prisacom/schemas/8e2617119901b47918ccaf4d7e375a8be0842e54ba682af1",contentType:"application/vnd.adobe.xed-full+json;version=1"}},xdmEntity:{_prisacom:{consent:r}, identityMap:a,extSourceSystemAudit:{lastUpdatedBy:"didomi "+e.getTCFVersion()+s+"-"+_satellite.getVar("publisher").toLowerCase()+"-"+n,lastUpdatedDate:(new Date).toISOString()}}}};fetch("https://dcs.adobedc.net/collection/e571fc265fac50018a554f5329fd64e442c402492069befe67bd5410c95afea7",{method:"POST",body:JSON.stringify(o),headers:{"Content-Type":"application/json",Accept:"application/json"}}),DTM.tools.AEPConsents.trackedPV=!0}_satellite.getVar("user:experienceCloudID")&&38==_satellite.getVar("user:experienceCloudID").length&&new RegExp("^[0-9]+$").test(_satellite.getVar("user:experienceCloudID"))&&(e.shouldConsentBeCollected()?e.getObservableOnUserConsentStatusForVendor("565").subscribe((function(e){void 0===e||(!0===e||!1===e)&&t(!0)})):(window.didomiEventListeners=window.didomiEventListeners||[],window.didomiEventListeners.push({event:"consent.changed",listener:function(){t(!0)}}),t()))}))}},liveramp:{enabled:1,dl:{},consents:-1,consentsID:97,map:{consents:{}},trackedPV:!1,init:function(){this.enabled=this.isEnabled(),this.consents=DTM.CONSENTS.DEFAULT,this.enabled!=DTM.tools.DISABLED&&DTM.tools.list.push("liveramp"),this.createMap(),this.setDL({id:"a95fc332-885d-40c0-aa11-3c7c55aa0d7d"})},getDL:function(){return this.dl},setDL:function(e){this.dl=e},isEnabled:function(){var e=DTM.utils.getQueryParam("liveramp_enabled"),t=void 0!==DTM.config.liveramp_enabled?DTM.config.liveramp_enabled:"1"==e||"0"!=e&&DTM.tools.allowAll;return!t||_satellite.getVar("platform")!=DTM.PLATFORM.AMP&&_satellite.getVar("platform")!=DTM.PLATFORM.FBIA&&_satellite.getVar("platform")!=DTM.PLATFORM.WIDGET||(t=!1),t=t?DTM.tools.ENABLED:DTM.tools.DISABLED,_satellite.getVar("platform")==DTM.PLATFORM.AMPPLAYER&&(t=DTM.tools.ONLYEVENTS),t},createMap:function(){this.map.consents[DTM.CONSENTS.WAITING]="",this.map.consents[DTM.CONSENTS.DEFAULT]="1",this.map.consents[DTM.CONSENTS.ACCEPT]="1",this.map.consents[DTM.CONSENTS.REJECT]="0"},trackPV:function(){if(this.enabled!=DTM.tools.ENABLED||!0===this.trackedPV)return!1;if("undefined"==typeof ats){var e=this.getDL(),t=document.createElement("script"),a=document.getElementsByTagName("script")[0];t.setAttribute("defer",""),t.async=!0,t.src="https://ats-wrapper.privacymanager.io/ats-modules/"+e.id+"/ats.js",a.parentNode.insertBefore(t,a)}null!=DTM.utils.getCookie("hem")&&("undefined"==typeof ats?window.addEventListener("envelopeModuleReady",(()=>{atsenvelopemodule.setAdditionalData({type:"emailHashes",id:[DTM.utils.getCookie("hem")]})})):null!=DTM.utils.getCookie("hem")&&atsenvelopemodule.setAdditionalData({type:"emailHashes",id:[DTM.utils.getCookie("hem")]})),this.trackedPV=!0,DTM.notify("PV tracked in tool <LiveRamp> (Data Layer)")}},amazonaps:{enabled:1,dl:{src:"https://c.amazon-adsystem.com",path:"/aax2/apstag.js"},consents:-1,consentsID:394,map:{consents:{}},trackedPV:!1,init:function(){this.enabled=this.isEnabled(),this.consents=DTM.CONSENTS.DEFAULT,DTM.tools.list.push("amazonaps"),DTM.trackGDPRPV("amazonaps")},getDL:function(){return this.dl},setDL:function(e){this.dl=e},isEnabled:function(){var e=DTM.utils.getQueryParam("amzaps_enabled"),t=void 0!==DTM.config.amzaps_enabled?DTM.config.amzaps_enabled:"1"==e||"0"!=e&&DTM.tools.allowAll;return!t||_satellite.getVar("platform")!=DTM.PLATFORM.AMP&&_satellite.getVar("platform")!=DTM.PLATFORM.FBIA&&_satellite.getVar("platform")!=DTM.PLATFORM.WIDGET||(t=!1),t=t?DTM.tools.ENABLED:DTM.tools.DISABLED,_satellite.getVar("platform")==DTM.PLATFORM.AMPPLAYER&&(t=DTM.tools.ONLYEVENTS),t},createMap:function(){this.map.consents[DTM.CONSENTS.WAITING]="",this.map.consents[DTM.CONSENTS.DEFAULT]="1",this.map.consents[DTM.CONSENTS.ACCEPT]="1",this.map.consents[DTM.CONSENTS.REJECT]="0"},trackPV:function(){if(this.enabled!=DTM.tools.ENABLED||!0===this.trackedPV)return!1;try{if("undefined"==typeof apstag){!function(e,t){function a(a,r){t[e]._Q.push([a,r])}t[e]||(t[e]={init:function(){a("i",arguments)},fetchBids:function(){a("f",arguments)},setDisplayBids:function(){},targetingKeys:function(){return[]},dpa:function(){a("di",arguments)},rpa:function(){a("ri",arguments)},upa:function(){a("ui",arguments)},_Q:[]})}("apstag",window),apstag.init({pubID:"3226",adServer:"googletag",videoAdServer:"DFP",bidTimeout:800,gdpr:{cmpTimeout:700},deals:!0});var e=this.getDL(),t=document.createElement("script"),a=document.getElementsByTagName("script")[0];t.async=!0,t.src=e.src+e.path,a.parentNode.insertBefore(t,a);var r=document.createElement("link"),i=document.createElement("link");if(r.setAttribute("rel","dns-prefetch"),i.setAttribute("rel","preconnect"),r.src=e.src,i.src=e.src,a.parentNode.insertBefore(r,a),a.parentNode.insertBefore(i,a),null!=DTM.utils.getCookie("hem")&&"undefined"!=typeof apstag)if(void 0!==apstag.rpa)apstag.rpa({gdpr:{enabled:!0,consent:DTM.utils.getCookie("euconsent-v2")},hashedRecords:[{type:"email",record:DTM.utils.getCookie("hem")}],ttl:604800});else{setTimeout((function(){"undefined"!=typeof apstag&&void 0!==apstag.rpa&&apstag.rpa({gdpr:{enabled:!0,consent:DTM.utils.getCookie("euconsent-v2")},hashedRecords:[{type:"email",record:DTM.utils.getCookie("hem")}],ttl:604800})}),3e3)}}else void 0!==apstag.rpa&&null!=DTM.utils.getCookie("hem")&&apstag.rpa({gdpr:{enabled:!0,consent:DTM.utils.getCookie("euconsent-v2")},hashedRecords:[{type:"email",record:DTM.utils.getCookie("hem")}],ttl:604800})}catch(t){}this.trackedPV=!0,DTM.notify("PV tracked in tool <Amazon APS> (Data Layer)")}},target:{enabled:!0,dl:{},trackedPV:!1,getDL:function(){return this.dl},setDL:function(e){this.dl=e},init:function(){this.enabled=this.isEnabled(),this.enabled!=DTM.tools.DISABLED&&DTM.tools.list.push("target")},isEnabled:function(){return!0===DTM.config.atg_enabled?DTM.tools.ENABLED:DTM.tools.DISABLED},trackPV:function(){if(this.enabled!=DTM.tools.ENABLED||"undefined"==typeof adobe||void 0===adobe.target||"function"!=typeof adobe.target.getOffer||"function"!=typeof adobe.target.triggerView||"function"!=typeof adobe.target.trackEvent)return!1;adobe.target.trackEvent({mbox:"userTypeMBox",params:{userType:_satellite.getVar("user:type")}});var e={"epmas>suscripcion>confirmation":"orderConfirmPage","epmas>suscripcion>checkout":"orderCheckoutPage","epmas>suscripcion>payment":"orderPaymentPage"};if(e.hasOwnProperty(_satellite.getVar("subCategory2"))){var t={sku:_satellite.getVar("paywall:cartProduct"),transactionType:_satellite.getVar("paywall:transactionType")};"epmas>suscripcion>confirmation"==_satellite.getVar("subCategory2")&&(t.orderId=_satellite.getVar("paywall:transactionID")),adobe.target.trackEvent({mbox:e[_satellite.getVar("subCategory2")],params:t}),"epmas>suscripcion>confirmation"==_satellite.getVar("subCategory2")&&adobe.target.getOffer({mbox:"orderConfirm"+_satellite.getVar("paywall:cartProduct"),params:{sku:_satellite.getVar("paywall:cartProduct"),transactionType:_satellite.getVar("paywall:transactionType")},success:function(){},error:function(){}})}this.trackedPV=!0},trackEvent:function(e){if(this.enabled!=DTM.tools.ENABLED)return DTM.events.setEffect(e,"target",!1),!1;if(void 0===_satellite.getVar("event")[e])return DTM.notify("Target event past not valid <"+t+">","error"),!1;var t=_satellite.getVar("event")[e].eventInfo.eventName,a=_satellite.getVar("event")[e].attributes,r=!1;if(t==DTM.events.CHECKOUT){var i=a.hasOwnProperty("paywallTransactionType")&&"google"===a.paywallTransactionType?"orderCheckoutButtonSWG":"orderCheckoutButton";adobe.target.getOffer({mbox:i,params:{orderId:_satellite.getVar("paywall:transactionID"),"productPurchasedId ":_satellite.getVar("paywall:cartProduct")},success:function(){},error:function(){}}),r=!0}else if(t==DTM.events.BUTTONCLICK&&a.hasOwnProperty("buttonName")){var s={"epmas:checkout:pago":"orderCheckoutButton","epmas:checkout:chat:abrir:boton":"chatCheckoutButton","epmas:checkout:chat:abrir:icono":"chatCheckoutIcon","epmas:checkout:faq":"faqCheckoutButton","epmas:payment:pago":"orderPaymentButton","epmas:payment:chat:abrir:boton":"chatPaymentButton","epmas:payment:chat:abrir:icono":"chatPaymentIcon","epmas:payment:faq":"faqPaymentButton"};s.hasOwnProperty(a.buttonName)&&(adobe.target.getOffer({mbox:s[a.buttonName],params:{orderId:"","productPurchasedId ":_satellite.getVar("paywall:cartProduct")},success:function(){},error:function(){}}),r=!0)}else t==DTM.events.USERREGISTER&&(adobe.target.getOffer({mbox:"userRegisterOK",params:{originURL:a.hasOwnProperty("registerBackURL")?a.registerBackURL:location.href.replace(/[\?#].*?$/g,""),registerType:a.hasOwnProperty("registerType")?a.registerType:"not-set"},success:function(){},error:function(){}}),r=!0);return r&&DTM.notify("Event <"+t+"> tracked in tool <Target>"),DTM.events.setEffect(e,"target",r),r},trackAsyncPV:function(){this.enabled==DTM.tools.ENABLED&&"undefined"!=typeof adobe&&void 0!==adobe.target&&"function"==typeof adobe.target.triggerView&&adobe.target.triggerView(_satellite.getVar("pageName")),this.trackPV()}},wemass:{enabled:1,consents:-1,consentsID:968,trackedPV:!1,dl:{},init:function(){this.enabled=this.isEnabled()},getDL:function(){return this.dl},setDL:function(e){this.dl=e},lib:{init:function(){window.__wmass=window.__wmass||{},window.__wmass.bff=window.__wmass.bff||[],window.__wmass.getSegments=window.__wmass.getSegments||function(){try{pSegs=JSON.parse(window.localStorage._papns||"[]").slice(0,250).map(String)}catch(e){pSegs=[]}return{permutive:pSegs}};var e=document.createElement("script");e.src="https://service.wemass.com/dmp/30fcc5b151d263b41e36afc371fa61be.js",e.async=!0,document.body.appendChild(e)}},isEnabled:function(){this.canInitWemassByCountry()&&(window.didomiOnReady=window.didomiOnReady||[],window.didomiOnReady.push((function(){return-1!=Didomi.getUserStatus().vendors.consent.enabled.indexOf(968)?(DTM.tools.list.push("wemass"),DTM.tools.wemass.lib.init(),DTM.tools.wemass.trackedPV=DTM.tools.wemass.trackPV(),!0):-1==Didomi.getUserStatus().vendors.consent.disabled.indexOf(968)&&void Didomi.getObservableOnUserConsentStatusForVendor(this.consentID).subscribe((function(e){return void 0!==e&&(!0===e?(DTM.tools.list.push("wemass"),this.lib.init(),this.trackedPV=this.trackPV(),!0):!1!==e&&void 0)}))})))},canInitWemassByCountry:function(){var e="";DTM.utils.getCookie("arc-geo")?e=JSON.parse(DTM.utils.getCookie("arc-geo")).countrycode:DTM.utils.getCookie("pbsCountry")?e=DTM.utils.getCookie("pbsCountry"):DTM.utils.getCookie("eptz")?e=DTM.utils.getCookie("eptz"):"undefined"!=typeof PBS&&PBS.env.country&&(e=PBS.env.countryByTimeZone);return"ES"==e},getMeta:function(e){return"function"==typeof document.querySelectorAll&&document.querySelector('meta[name="'+e+'"]')&&document.querySelector('meta[name="'+e+'"]').content?document.querySelector('meta[name="'+e+'"]').content:""},trackPV:function(){if(this.enabled!=DTM.tools.ENABLED||!0===this.trackedPV)return!1;try{let e=[];digitalData.page.pageInfo.tags&&Array.isArray(digitalData.page.pageInfo.tags)&&digitalData.page.pageInfo.tags.forEach((t=>{t.name&&e.push(t.name)}));let t=[];return digitalData.page.pageInfo.author&&Array.isArray(digitalData.page.pageInfo.author)&&digitalData.page.pageInfo.author.forEach((e=>{e.name&&t.push(e.name)})),__wmass.bff.push((function(){"undefined"!=typeof digitalData&&(digitalData.user,1)&&void 0!==digitalData.user.profileID&&""!=digitalData.user.profileID&&__wmass.dmp.identify([{tag:"prisaProfile",id:digitalData.user.profileID}]),__wmass.dmp.addon("web",{page:{type:_satellite.getVar("pageType"),article:{topics:e,section:_satellite.getVar("primaryCategory"),subsection:_satellite.getVar("subCategory1"),description:DTM.tools.wemass.getMeta("description"),authors:t,id:digitalData.page.pageInfo.articleID},content:{categories:[_satellite.getVar("primaryCategory")]}}})})),DTM.notify("PV tracked in tool <wemass> (Data Layer)"),!0}catch(e){}this.trackedPV=!0,DTM.notify("PV tracked in tool <wemass> (Data Layer)")}},zeotap:{enabled:1,dl:{proId:"c54999bd-9dcc-4165-9bc7-565630567c7a",environment:"",filterId:"pruebaZeotap",consent:!0},consents:-1,consentsID:301,map:{consents:{}},lib:{init:function(){DTM.tools.zeotap.dl;!function(e,t){var a=t.createElement("script");a.type="text/javascript",a.crossorigin="anonymous",a.async=!0,a.src="https://content.zeotap.com/sdk/idp.min.js",a.onload=function(){},(t=t.getElementsByTagName("script")[0]).parentNode.insertBefore(a,t),function(e,t,a){for(var r=0;r<t.length;r++)!function(t){e[t]=function(){e[a].push([t].concat(Array.prototype.slice.call(arguments,0)))}}(t[r])}(t=e.zeotap||{_q:[],_qcmp:[]},["callMethod"],"_q"),e.zeotap=t,e.zeotap.callMethod("init",{partnerId:"c54999bd-9dcc-4165-9bc7-565630567c7a",useConsent:!0,checkForCMP:!1})}(window,document)}},trackedPV:!1,init:function(){window.didomiOnReady=window.didomiOnReady||[],window.didomiOnReady.push((function(){if(Didomi.getUserStatus().vendors.consent.enabled.indexOf(301)>-1){"fbia"==_satellite.getVar("platform")&&(window.ia_document={shareURL:_satellite.getVar("destinationURL"),referrer:_satellite.getVar("referringURL")});DTM.tools.zeotap.getDL();DTM.tools.zeotap.enabled=DTM.tools.zeotap.isEnabled();DTM.tools.zeotap.getDL();DTM.tools.zeotap.enabled!=DTM.tools.DISABLED&&(DTM.tools.list.push("zeotap"),window.didomiOnReady=window.didomiOnReady||[],window.didomiOnReady.push((function(){didomiState,didomiState.didomiVendorsConsentDenied,-1==didomiState.didomiVendorsConsentDenied.indexOf(":301,")&&(DTM.tools.zeotap.lib.init(),document.addEventListener("readystatechange",(()=>{"complete"==document.readyState?DTM.tools.zeotap.trackedPV=DTM.tools.zeotap.trackPV():window.addEventListener("DOMContentLoaded",(()=>{DTM.tools.zeotap.trackedPV=DTM.tools.zeotap.trackPV()}))})))}))),DTM.tools.zeotap.trackedPV=!0}window.didomiEventListeners=window.didomiEventListeners||[],window.didomiEventListeners.push({event:"consent.changed",listener:function(){if(Didomi.getUserStatus().vendors.consent.enabled.indexOf(301)>-1){"fbia"==_satellite.getVar("platform")&&(window.ia_document={shareURL:_satellite.getVar("destinationURL"),referrer:_satellite.getVar("referringURL")});DTM.tools.zeotap.getDL();DTM.tools.zeotap.enabled=DTM.tools.zeotap.isEnabled();DTM.tools.zeotap.getDL();DTM.tools.zeotap.enabled!=DTM.tools.DISABLED&&(DTM.tools.list.push("zeotap"),window.didomiOnReady=window.didomiOnReady||[],window.didomiOnReady.push((function(){didomiState,didomiState.didomiVendorsConsentDenied,-1==didomiState.didomiVendorsConsentDenied.indexOf(":301,")&&(DTM.tools.zeotap.lib.init(),document.addEventListener("readystatechange",(()=>{"complete"==document.readyState?DTM.tools.zeotap.trackedPV=DTM.tools.zeotap.trackPV():window.addEventListener("DOMContentLoaded",(()=>{DTM.tools.zeotap.trackedPV=DTM.tools.zeotap.trackPV()}))})))}))),DTM.tools.zeotap.trackedPV=!0}}})}))},getDL:function(){return this.dl},setDL:function(e){this.dl=e},isEnabled:function(){var e=DTM.utils.getQueryParam("zeotap_enabled"),t=void 0!==DTM.config.zeotap_enabled?DTM.config.zeotap_enabled:"1"==e||"0"!=e&&DTM.tools.allowAll;return!t||_satellite.getVar("platform")!=DTM.PLATFORM.AMP&&_satellite.getVar("platform")!=DTM.PLATFORM.FBIA&&_satellite.getVar("platform")!=DTM.PLATFORM.WIDGET||(t=!1),t=t?DTM.tools.ENABLED:DTM.tools.DISABLED,_satellite.getVar("platform")==DTM.PLATFORM.AMPPLAYER&&(t=DTM.tools.ONLYEVENTS),t},createMap:function(){this.map.consents[DTM.CONSENTS.WAITING]="",this.map.consents[DTM.CONSENTS.DEFAULT]="1",this.map.consents[DTM.CONSENTS.ACCEPT]="1",this.map.consents[DTM.CONSENTS.REJECT]="0"},trackPV:function(){if(this.enabled!=DTM.tools.ENABLED||!0===this.trackedPV)return!1;var e=this.getDL();void 0!==zeotap.setConsent&&(zeotap.setConsent(e.consent,7),zeotap.setUserIdentities({email:DTM.utils.getCookie("hem")},!0),DTM.notify("PV tracked in tool <zeotap> (Data Layer) consent: true")),this.trackedPV=!0}},critnam:{enabled:1,dl:{id:"PRRA_827_738_836",src:"prra.spxl.socy.es"},trackedPV:!1,init:function(){this.enabled=this.isEnabled();var e=this.enabled;window.didomiOnReady=window.didomiOnReady||[],window.didomiOnReady.push((function(){Didomi.getUserStatus().vendors.consent.enabled.indexOf(85)>-1&&e==DTM.tools.ENABLED&&_satellite.getVar("validPage")&&(!function(e,t,a,r){function i(a,r){var i;let s;i=function(){e.consenTag?e.consenTag.init({containerId:a,silentMode:!0},r||!1):console.warn("consenTag was not available")},(s=t.createElement("script")).src="https://consentag.eu/public/3.1.1/consenTag.js",s.async=!0,s.onload=i,t.head.appendChild(s)}r=r||2,!0?e.__tcfapi("ping",r,(function(t){t.cmpLoaded&&(t.gdprApplies?e.__tcfapi("addEventListener",r,(function(e,t){t&&("useractioncomplete"===e.eventStatus||"tcloaded"===e.eventStatus)&&e.tcString&&i(a,e.tcString)})):i(a,!0))})):i(a,!0)}(window,document,"79722161",2),DTM.tools.list.push("critnam")),window.didomiEventListeners=window.didomiEventListeners||[],window.didomiEventListeners.push({event:"consent.changed",listener:function(){Didomi.getUserStatus().vendors.consent.enabled.indexOf(85)>-1&&e==DTM.tools.ENABLED&&_satellite.getVar("validPage")&&(!function(e,t,a,r){function i(a,r){var i;let s;i=function(){e.consenTag?e.consenTag.init({containerId:a,silentMode:!0},r||!1):console.warn("consenTag was not available")},(s=t.createElement("script")).src="https://consentag.eu/public/3.1.1/consenTag.js",s.async=!0,s.onload=i,t.head.appendChild(s)}r=r||2,!0?e.__tcfapi("ping",r,(function(t){t.cmpLoaded&&(t.gdprApplies?e.__tcfapi("addEventListener",r,(function(e,t){t&&("useractioncomplete"===e.eventStatus||"tcloaded"===e.eventStatus)&&e.tcString&&i(a,e.tcString)})):i(a,!0))})):i(a,!0)}(window,document,"79722161",2),DTM.tools.list.push("critnam"))}})}))},isEnabled:function(){let e=void 0!==DTM.config.critnam_enabled?DTM.config.critnam_enabled:DTM.tools.allowAll;return!e||_satellite.getVar("platform")!=DTM.PLATFORM.AMP&&_satellite.getVar("platform")!=DTM.PLATFORM.FBIA&&_satellite.getVar("platform")!=DTM.PLATFORM.WIDGET||(e=!1),e=e?DTM.tools.ENABLED:DTM.tools.DISABLED,e},trackPV:function(){return this.enabled==DTM.tools.ENABLED&&!0!==this.trackedPV&&(this.trackedPV=!0,DTM.notify("PV tracked in tool <critnam> (Data Layer)"),!0)}},nicequest:{enabled:1,dl:{},trackedPV:!1,consents:-1,consentsID:1296,init:function(){this.enabled=this.isEnabled(),this.enabled!=DTM.tools.DISABLED&&DTM.tools.list.push("nicequest"),this.consents=DTM.CONSENTS.DEFAULT,this.setDL({src:{domain:"https://mpc.nicequest.com",end_point:"/mpc/ConsumerServlet"},parameters:{p:"FLUZES_261164",s:"PRISA",gdpr:"{GDPR}",gdpr_consent:"{GDPR_CONSENT_1296}"}})},getDL:function(){return this.dl},setDL:function(e){this.dl=e},isEnabled:function(){return window.location.href.indexOf("clima-y-medio-ambiente")>-1||"https://elpais.com/"==window.location.href},trackPV:function(){if(this.enabled!=DTM.tools.ENABLED||this.consents!==DTM.CONSENTS.ACCEPT)return!1;var e=this.getDL();DTM.utils.sendBeacon(e.src.domain+e.src.end_point,e.parameters,!1,!1,!0),this.trackedPV=!0},trackAsyncPV:function(){this.trackPV()}}},trackGDPRPV:function(e,t){var a=DTM.tools[e].consentsID;"undefined"!=typeof Didomi&&"function"==typeof Didomi.getObservableOnUserConsentStatusForVendor?Didomi.getObservableOnUserConsentStatusForVendor(a).subscribe((function(a){DTM.tools[e].consents=void 0===a?DTM.CONSENTS.WAITING:!0===a?DTM.CONSENTS.ACCEPT:DTM.CONSENTS.REJECT,!1!==DTM.tools[e].trackPV()&&DTM.notify("PV tracked in tool <"+e+"> ("+t+")")})):void 0!==window.gdprAppliesGlobally?function(e){window.didomiOnReady=window.didomiOnReady||[],window.didomiOnReady.push((function(){Didomi.getObservableOnUserConsentStatusForVendor(a).subscribe((function(t){DTM.tools[e].consents=void 0===t?DTM.CONSENTS.WAITING:!0===t?DTM.CONSENTS.ACCEPT:DTM.CONSENTS.REJECT,DTM.tools[e].trackPV()}))}))}(e):(DTM.tools[e].consents=DTM.CONSENTS.DEFAULT,DTM.tools[e].trackPV())},trackPV:function(){if(DTM.tools.initialized)for(var e in this.tools.list){var t=this.tools.list[e];if(this.tools.hasOwnProperty(t)&&"function"==typeof this.tools[t].trackPV)if(void 0!==this.tools[t].consentsID&&void 0!==window.gdprAppliesGlobally)DTM.trackGDPRPV(t,"data layer + consents");else!1!==DTM.tools[t].trackPV()&&DTM.notify("PV tracked in tool <"+t+"> (data layer)")}else this.notify("Uninitialized tools")},trackAsyncPV:function(){var e=_satellite.getVar("pageName");if(DTM.dateInit=new Date,DTM.internalTest="",DTM.dataLayer.asyncPV=!0,DTM.dataLayer.init(),e==_satellite.getVar("pageName")&&"epmas"==_satellite.getVar("primaryCategory"))return DTM.notify("Async PV duplicate (not tracked)","warn"),!1;for(var t in this.tools.list){var a=this.tools.list[t];if(this.tools.hasOwnProperty(a)&&void 0!==this.tools[a].trackAsyncPV)!1!==this.tools[a].trackAsyncPV()&&DTM.notify("Async PV tracked in tool <"+a+"> (async)")}},trackEvent:function(e,t){if(this.notify("DTM.trackEvent fired <"+e+">",!0),"string"==typeof e&&(void 0===t||"object"==typeof t))if(this.tools.initialized)if(this.events.validEvent(e))if(("videoPaused"==e||"audioPaused"==e)&&t.hasOwnProperty("currentTime")&&t.hasOwnProperty("mediaDuration")&&parseInt(t.currentTime)>0&&parseInt(t.mediaDuration)-parseInt(t.currentTime)<2)DTM.notify("Event not valid <"+e+">");else if((t=this.utils.formatData(t)).hasOwnProperty("validEvent")||e!=DTM.events.USERLOGIN&&e!=DTM.events.USERREGISTER){var a=window.digitalData.event.length;for(var r in window.digitalData.event.push({eventInfo:{eventName:e,eventAction:e,timeStamp:new Date,effect:[]},category:{primaryCategory:_satellite.getVar("primaryCategory"),subCategory1:_satellite.getVar("subCategory1"),pageType:_satellite.getVar("pageType")},attributes:t}),DTM.tools.list){var i=DTM.tools.list[r];"object"==typeof DTM.tools[i]&&"function"==typeof DTM.tools[i].trackEvent&&DTM.tools[i].trackEvent(a)}}else DTM.notify("Event from page not valid <"+e+">","error");else DTM.notify("Event not valid <"+e+">","error");else this.eventQueue.push({eventName:e,data:t})}},DTM.init(); });_satellite["_runScript2"](function(event, target, Promise) { try{DTM.tools.marfeel.utils.markTimeLoads("pmSegmentsMappingInit");var ecid=null;let e=new Event("pmSegmentsUpdated");window.pmSegmentsUpdated=!1,alloy("getIdentity").then((function(t){ecid=t.identity.ECID;var i={},s="",a="";i={ECID:[{id:ecid,primary:!1}]},void 0!==JSON.parse(DTM.utils.getCookie("pmuser")).uid&&(a=JSON.parse(DTM.utils.getCookie("pmuser")).uid,i.USUNUID=[{id:a,authenticatedState:"authenticated",primary:!1}]),null!=event.detail&&null!=event.detail.arcid?s=event.detail.arcid:void 0!==JSON.parse(DTM.utils.getCookie("pmuser")).uuid&&(s=JSON.parse(DTM.utils.getCookie("pmuser")).uuid),""!=s&&(i.ARCID=[{id:s,authenticatedState:"authenticated",primary:!0}]),alloy("sendEvent",{xdm:{identityMap:i}}).then((function(t){DTM.tools.marfeel.utils.markTimeLoads("ecidLoadFromPMSegments"),console.log("Results: ",t.destinations);for(var i=t.destinations,n="",d=[],o=0;o<i.length;o++)for(var l in i[o])if("marfeel"==i[o].alias){n=i[o].segments;for(var r=0;r<n.length;r++)d.push(n[r].id);break}window.marfeel=window.marfeel||{cmd:[]},0==d.length?window.marfeel.cmd.push(["compass",function(e){e.clearUserSegments()}]):window.marfeel.cmd.push(["compass",function(e){e.setUserSegments(d)}]);var m={};i=t.destinations;if(""!=s||""!=a)for(""!=s&&(m[s]={}),m[a]={},o=0;o<i.length;o++)if(""!=s&&"arcid"==i[o].alias.split("|")[1])for(m[s][i[o].alias]=[],r=0;r<i[o].segments.length;r++){var p='{"id":"'+i[o].segments[r].id+'"}';m[s][i[o].alias].push(JSON.parse(p))}else for(m[a][i[o].alias]=[],r=0;r<i[o].segments.length;r++){p='{"id":"'+i[o].segments[r].id+'"}';m[a][i[o].alias].push(JSON.parse(p))}else for(m[ecid]={},o=0;o<i.length;o++)for(m[ecid][i[o].alias]=[],r=0;r<i[o].segments.length;r++){p='{"id":"'+i[o].segments[r].id+'"}';m[ecid][i[o].alias].push(JSON.parse(p))}m.lastUpdated=Date.now();let c=new Date;c.setTime(c.getTime()+6048e5);let u="; expires="+c.toUTCString();document.cookie="pmsegments="+JSON.stringify(m)+"; domain=elpais.com ; expires = "+u+"; path=/",document.cookie="pmsegments="+JSON.stringify(m)+"; domain=.prisa.arcpublishing.com ; expires = "+u+"; path=/",pmSegmentsUpdated=!0,window.dispatchEvent(e),DTM.tools.marfeel.utils.markTimeLoads("pmSegmentsLoad")}))})).catch((function(){console.error("No se ha podido obtener el ECID del servicio alloy.getIdentity")}))}catch(e){} });#r_c_pbs {height:-872px;margin-top:0px;} .mpu_scrollfix > div {position:sticky; top:60px} .mpu_scrollfix {height:1600px;margin-top:2rem!important} .mpu_scrollfix:last-child {height:600px;}.sky1-ad {position: fixed; top: 0; left: 50%; margin-left: -1049px; z-index: 0; font-size: 16px; width:450px; justify-content:flex-end;display:flex;text-align: right;} .sky2-ad {position: fixed; top: 0; left: 50%; margin-left: 600px; z-index: 0; font-size: 16px; display:flex; width:450px;}#elpais_gpt-MLDB11 {margin-top:10px;} #ctn_freemium_article+#elpais_gpt-INTEXT {margin-top:40px !important;} .ad-loaded {display:flex !important} [id*="-MPU"] [id*="INTEXT"] {height:0px;width:0px;} .lateral > .widget_herramientas+.envoltorio_publi {position:sticky;top:0px;} div[id*="sinUso"] {display:none;} @media screen and (max-width: 767px) {.ad[id*=MPU],#elpais_gpt-MLDB3 {margin:20px 0; padding:6px 0px} .ad[id*=MPU] > div {position:sticky; top:70px;}} .ad-giga-1 {background-color:#fff} .ad-center-rail,.pbs-a-c {text-align: center;margin: 40px auto} .pbs-a-c-s, .pbs-a-c-s, .pbs-a-c-s iframe, .pbs-a-c-s div {text-align: center; margin:auto} .pbs-a-c iframe,.pbs-a-c div {text-align: center; margin:auto} .ad-text-center > div {padding:4px;box-sizing: content-box;} .ad-text-center {margin: 8px 0px 14px 0px;box-sizing: content-box;text-align:center;background-color: #f6f6f6;box-shadow: inset 0 0 1px #000000;} .envoltorio_pbs > div {padding-top: 0.25rem; padding-bottom: 0.25rem; margin: 0.5rem auto;}@keyframes fade-sticky { from {opacity: 0;} to {opacity: 1;} } @keyframes fade-btn { from {opacity: 0;} to {opacity: 1;} } #tbl-explore-more-container {z-index:5000} .s-h-pbs{-webkit-transform:translate(0px, 160%);-moz-transform:translate(0px, 160%);-o-transform:translate(0px, 160%);-ms-transform:translate(0px, 160%);transform:translate(0px, 160%)}.s-s-pbs{-webkit-transform:translate(0px, 0%);-moz-transform:translate(0px, 0%);-o-transform:translate(0px, 0%);-ms-transform:translate(0px, 0%);transform:translate(0px, 0%)}.s-d-pbs{-webkit-transform:translate(0px, 50%);-moz-transform:translate(0px, 50%);-o-transform:translate(0px, 50%);-ms-transform:translate(0px, 50%);transform:translate(0px, 50%)} #sticky-pbs {display: none;opacity: 0; animation: fade-sticky 0s ease-in-out 1s forwards} .show_container {display: block !important} #sticky-pbs{position:fixed;bottom:0;z-index:4980;width:100%;height:100px;-webkit-box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.21);-moz-box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.21);box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.21)}#container_pbs{position:relative;height:100px;width:100%;display:flex;flex-direction:column;scroll-snap-type:y mandatory;scroll-behavior:smooth;overflow-y:hidden;-webkit-overflow-scrolling:touch;z-index:20;background-color:#fff}#container_pbs > div{height:100px;width:100%;flex-shrink:0;display:flex;justify-content:center;align-items:center;scroll-snap-align:start;position:relative;margin:10px 0;box-sizing:border-box}#container_pbs > div > p{color:blanchedalmond}#s-btn-pbs{opacity: 0; animation: fade-btn 1s ease-in-out 3s forwards;background-color:#fff;background-image:none !important;position:absolute;width:28px;height:28px;top:-27px;z-index:10;right:0;-webkit-box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.21);-moz-box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.21);box-shadow:0 0 5px 2px rgba(0, 0, 0, 0.21);border:none;border-radius:12px 0 0 0}#s-btn-pbss:after,#s-btn-pbs:after{content:'';position:absolute;left:50%;top:50%;height:16px;width:2px;background-color:#1d1d1d}#s-btn-pbs:before{content:'';position:absolute;left:50%;top:50%;height:16px;width:2px;background-color:#1d1d1d}#s-btn-pbs:before{transform:translate(-50%, -50%) rotate(-45deg)}#s-btn-pbs:after{transform:translate(-50%, -50%) rotate(45deg)} #sticky-pbs span {opacity: 0; animation: fade-btn 1s ease-in-out 3s forwards;z-index: 100;width:0;height:0;border-top:8px solid transparent;border-right:8px solid #000;border-bottom:8px solid transparent;position:absolute;right:0;top:5px} #sticky-pbs{width:990px;left:0;right:0;margin:auto;} #s-btn-pbs {right:-28px !important;padding:0px !important;top:-1px !important;box-shadow:none !important;background-color:#000 !important;border-radius:0px !important;cursor:pointer;} #s-btn-pbs:before, #s-btn-pbs:after {opacity: 0; animation: fade-btn 1s ease-in-out 3s forwards;background-color:#fff !important} #sticky-pbs {display:none !important;}.st-placement .st-adunit { z-index: 9999 !important; } .background-video-16-9 { background: linear-gradient(rgb(0, 0, 0) 0%, rgb(0, 0, 0) 23%, rgb(0, 0, 0) 40%, rgb(0, 0, 0) 55%, rgb(0, 0, 0) 76%, rgb(0, 0, 0) 97%, rgb(0, 0, 0) 99%, rgb(0, 0, 0) 100%, rgb(0, 0, 0) 100%) !important; } /* .fzls7a1 { color: #000; background: rgb(255, 255, 255) 0% } !important; */ .st-adunit-ad{ height: inherit; }

      Prueba

    1. Author response:

      The following is the authors’ response to the current reviews.

      Public Reviews:

      Reviewer #1 (Public review):

      Overall I found the approach taken by the authors to be clear and convincing. It is striking that the conclusions are similar to those obtained in a recent study using a different computational approach (finite state controllers), and lends confidence to the conclusions about the existence of an optimal memory duration. There are a few questions that could be expanded on in future studies:

      (1) Spatial encoding requirements

      The manuscript contrasts the approach taken here (reinforcement learning in a gridworld) with strategies that involve a "spatial map" such as infotaxis. However, the gridworld navigation algorithm has an implicit allocentric representation, since movement can be in one of four allocentric directions (up, down, left, right), and wind direction is defined in these coordinates. Future studies might ask if an agent can learn the strategy without a known wind direction if it can only go left/right/forward/back/turn (in egocentric coordinates). In discussing possible algorithms, and the features of this one, it might be helpful to distinguish (1) those that rely only on egocentric computations (run and tumble), (2) those that rely on a single direction cue such as wind direction, (3) those that rely on allocentric representations of direction, and (4) those that rely on a full spatial map of the environment.

      We agree that the question of what orientation skills are needed to implement an algorithm is interesting. We remark that our agents do not use allocentric directions in the sense of north, east, west and east relative to e.g. fixed landmarks in the environment. Instead, directions are defined relative to the mean wind, which is assumed fixed and known. (In our first answer to reviewers we used “north east south west relative to mean wind”, which may have caused confusion – but in the manuscript we only use upwind downwind and crosswind).

      (2) Recovery strategy on losing the plume

      The authors explore several recovery strategies upon losing the plume, including backtracking, circling, and learned strategies, finding that a learned strategy is optimal. As insects show a variety of recovery strategies that can depend on the model of locomotion, it would be interesting in the future to explore under which conditions various recovery strategies are optimal and whether they can predict the strategies of real animals in different environments.

      Agreed, it will be interesting to study systematically the emergence of distinct recovery strategies and compare to living organisms.

      (3) Is there a minimal representation of odor for efficient navigation?

      The authors suggest that the number of olfactory states could potentially be reduced to reduce computational cost. They show that reducing the number of olfactory states to 1 dramatically reduces performance. In the future it would be interesting to identify optimal internal representations of odor for navigation and to compare these to those found in real olfactory systems. Does the optimal number of odor and void states depend on the spatial structure of the turbulence as explored in Figure 5?

      We agree that minimal odor representations are an intriguing question. While tabular Q learning cannot derive optimal odor representations systematically, one could expand on the approach we have taken here and provide more comparisons. It will be interesting to follow this approach in a future study.

      Reviewer #2 (Public review):

      Summary:

      The authors investigate the problem of olfactory search in turbulent environments using artificial agents trained using tabular Q-learning, a simple and interpretable reinforcement learning (RL) algorithm. The agents are trained solely on odor stimuli, without access to spatial information or prior knowledge about the odor plume's shape. This approach makes the emergent control strategy more biologically plausible for animals navigating exclusively using olfactory signals. The learned strategies show parallels to observed animal behaviors, such as upwind surging and crosswind casting. The approach generalizes well to different environments and effectively handles the intermittency of turbulent odors.

      Strengths:

      * The use of numerical simulations to generate realistic turbulent fluid dynamics sets this paper apart from studies that rely on idealized or static plumes.

      * A key innovation is the introduction of a small set of interpretable olfactory states based on moving averages of odor intensity and sparsity, coupled with an adaptive temporal memory.

      * The paper provides a thorough analysis of different recovery strategies when an agent loses the odor trail, offering insights into the trade-offs between various approaches.

      * The authors provide a comprehensive performance analysis of their algorithm across a range of environments and recovery strategies, demonstrating the versatility of the approach.

      * Finally, the authors list an interesting set of real-world experiments based on their findings, that might invite interest from experimentalists across multiple species.

      Weaknesses:

      * Using tabular Q-learning is both a strength and a limitation. It's simple and interpretable, making it easier to analyze the learned strategies, but the discrete action space seems somewhat unnatural. In real-world biological systems, actions (like movement) are continuous rather than discrete. Additionally, the ground-frame actions may not map naturally to how animals navigate odor plumes (e.g. insects often navigate based on their own egocentric frame).

      We agree with the reviewer, and will look forward to study this problem further to make it suitable for meaningful comparisons with animal behavior.

      Recommendations for the authors:

      Reviewer #1 (Recommendations for the authors):

      The authors have addressed my major concerns and I support publication of this interesting manuscript. A couple of small suggestions:

      (1) In discussing performance in different environments (line 328-362) it might be easier to read if you referred to the environments by descriptive names rather than numbers.

      Thank you for the suggestion, which we implemented

      (2) Line 371: measurements of flow speed depend on antennae in insects. Insects can measure local speed and direct of flow using antennae, e.g. Bell and Kramer, 1979, Suver et al. 2019. Okubo et al. 2020,

      Thank you for the references

      (3) line 448: "Similarly, an odor detection elicits upwind surges that can last several seconds" maybe "Similarly, an odor detection elicits upwind surges that can outlast the odor by several seconds"?

      Thank you for the suggestion

      Reviewer #2 (Recommendations for the authors):

      I commend the authors for their revisions in response to reviewer feedback.

      While I appreciate that the manuscript is now accompanied by code and data, I must note that the accompanying code-repository lacks proper instructions for use and is likely incomplete (e.g. where is the main function one should run to run your simulations? How should one train? How should one recreate the results? Which data files go where?).

      For examples of high-quality code-release, please see the documentation for these RL-for-neuroscience code repositories (from previously published papers):

      https://github.com/ryzhang1/Inductive_bias

      https://github.com/BruntonUWBio/plumetracknets

      The accompanying data does provide snapshots from their turbulent plume simulations, which should be valuable for future research.

      Thank you for the suggestions for how to improve clarity of the code. The way we designed the repository is to serve both the purpose of developing the code as well as sharing. This is because we are going to build up on this work to proceed further. Nothing is missing in the repository (we know it because it is what we actually use).

      We do plan to create a more user-friendly version of the code, hopefully this will be ready in the next few months, but it wont be immediate as we are aiming to also integrate other aspects of the work we are currently doing in the Lab. The Brunton repository is very well organized, thanks for the pointer.


      The following is the authors’ response to the original reviews.

      Reviewer #1 (Public review):

      Overall I found the approach taken by the authors to be clear and convincing. It is striking that the conclusions are similar to those obtained in a recent study using a different computational approach (finite state controllers), and lend confidence to the conclusions about the existence of an optimal memory duration. There are a few points or questions that could be addressed in greater detail in a revision:

      (1) Discussion of spatial encoding

      The manuscript contrasts the approach taken here (reinforcement learning in a grid world) with strategies that involve a "spatial map" such as infotaxis. The authors note that their algorithm contains "no spatial information." However, I wonder if further degrees of spatial encoding might be delineated to better facilitate comparisons with biological navigation algorithms. For example, the gridworld navigation algorithm seems to have an implicit allocentric representation, since movement can be in one of four allocentric directions (up, down, left, right). I assume this is how the agent learns to move upwind in the absence of an explicit wind direction signal. However, not all biological organisms likely have this allocentric representation. Can the agent learn the strategy without wind direction if it can only go left/right/forward/back/turn (in egocentric coordinates)? In discussing possible algorithms, and the features of this one, it might be helpful to distinguish<br /> (1) those that rely only on egocentric computations (run and tumble),<br /> (2) those that rely on a single direction cue such as wind direction,<br /> (3) those that rely on allocentric representations of direction, and<br /> (4) those that rely on a full spatial map of the environment.

      As Referee 1 points out, even if the algorithm does not require a map of space, the agent is still required to tell apart directions relative to the wind direction which is assumed known. Indeed, although in the manuscript we labeled actions allocentrically as “ up down left and right”, the source is always placed in the same location, hence “left” corresponds to upwind; “right” to downwind and “up” and “down” to crosswind right and left. Thus in fact directions are relative to the mean wind, which is therefore assumed known. We have better clarified the spatial encoding required to implement these strategies, and re-labeled the directions as upwind, downwind, crosswind-right and crosswind-left.

      In reality, animals cannot measure the mean flow, but rather the local flow speed e.g. with antennas for insects, with whiskers for rodents and with the lateral line for marine organisms. Further work is needed to address how local flow measures enable navigation using Q learning.

      (2) Recovery strategy on losing the plume

      While the approach to encoding odor dynamics seems highly principled and reaches appealingly intuitive conclusions, the approach to modeling the recovery strategy seems to be more ad hoc. Early in the paper, the recovery strategy is defined to be path integration back to the point at which odor was lost, while later in the paper, the authors explore Brownian motion and a learned recovery based on multiple "void" states. Since the learned strategy works best, why not first consider learned strategies, and explore how lack of odor must be encoded or whether there is an optimal division of void states that leads to the best recovery strategies? Also, although the authors state that the learned recovery strategies resemble casting, only minimal data are shown to support this. A deeper statistical analysis of the learned recovery strategies would facilitate comparison to those observed in biology.

      We thank Referee 1 for their remarks and suggestion to give the learned recovery a more prominent role and better characterize it. We agree that what is done in the void state is definitely key to turbulent navigation. In the revised manuscript, we have further substantiated the statistics of the learned recovery by repeating training 20 times and comparing the trajectories in the void (Figure 3 figure supplement 3, new Table 1). We believe however that starting with the heuristic recovery is clearer because it allows to introduce the concept of recovery more clearly. Indeed, the learned “recovery” is so flexible that it ends up mixing recovery (crosswind motion) to aspects of exploitation (surge): we defer a more in-depth analysis that disentangles these two aspects elsewhere. Also, we added a whole new comparison with other biologically inspired recoveries both in the native environment and for generalization (Figure 3 and 5).

      (3) Is there a minimal representation of odor for efficient navigation?

      The authors suggest (line 280) that the number of olfactory states could potentially be reduced to reduce computational cost. This raises the question of whether there is a maximally efficient representation of odors and blanks sufficient for effective navigation. The authors choose to represent odor by 15 states that allow the agent to discriminate different spatial regimes of the stimulus, and later introduce additional void states that allow the agent to learn a recovery strategy. Can the number of states be reduced or does this lead to loss of performance? Does the optimal number of odor and void states depend on the spatial structure of the turbulence as explored in Figure 5?

      We thank the referee for their comment. Q learning defines the olfactory states prior to training and does not allow a systematic optimization of odor representation for the task. We can however compare different definitions of the olfactory states, for example based on the same features but different discretizations. We added a comparison with a drastically reduced number of non-empty olfactory states to just 1, i.e. if the odor is above threshold at any time within the memory, the agent is in the non-void olfactory state, otherwise it is in the void state. This drastic reduction in the number of olfactory states results in less positional information and degrades performance (Figure 5 figure supplement 5).

      The number of void states is already minimal: we chose 50 void states because this matches the time agents typically remain in the void (less than 50 void states results in no convergence and more than 50 introduces states that are rarely visited).

      One may instead resort to deep Q-learning or to recurrent neural networks, which however do not provide answers as for what are the features or olfactory states that drive behavior (see discussion in manuscript and questions below).

      Reviewer #2 (Public review):

      Summary:

      The authors investigate the problem of olfactory search in turbulent environments using artificial agents trained using tabular Q-learning, a simple and interpretable reinforcement learning (RL) algorithm. The agents are trained solely on odor stimuli, without access to spatial information or prior knowledge about the odor plume's shape. This approach makes the emergent control strategy more biologically plausible for animals navigating exclusively using olfactory signals. The learned strategies show parallels to observed animal behaviors, such as upwind surging and crosswind casting. The approach generalizes well to different environments and effectively handles the intermittency of turbulent odors.

      Strengths:

      (1) The use of numerical simulations to generate realistic turbulent fluid dynamics sets this paper apart from studies that rely on idealized or static plumes.

      (2) A key innovation is the introduction of a small set of interpretable olfactory states based on moving averages of odor intensity and sparsity, coupled with an adaptive temporal memory.

      (3) The paper provides a thorough analysis of different recovery strategies when an agent loses the odor trail, offering insights into the trade-offs between various approaches.

      (4) The authors provide a comprehensive performance analysis of their algorithm across a range of environments and recovery strategies, demonstrating the versatility of the approach.

      (5) Finally, the authors list an interesting set of real-world experiments based on their findings, that might invite interest from experimentalists across multiple species.

      Weaknesses:

      (1) The inclusion of Brownian motion as a recovery strategy, seems odd since it doesn't closely match natural animal behavior, where circling (e.g. flies) or zigzagging (ants' "sector search") could have been more realistic.

      We agree that Brownian motion may not be biologically plausible -- we used it as a simple benchmark. We clarified this point, and re-trained our algorithm with adaptive memory using circling and zigzaging (cast and surge) recoveries. The learned recovery outperforms all heuristic recoveries (Figure 3D, metrics G). Circling ranks second, and achieves these good results by further decreasing the probability of failure and paying slightly in speed. When tested in the non-native environments 2 to 6, the learned recovery performs best in environments 2, 5 and 6 i.e. from long range more relevant to flying insects; whereas circling generalizes best in odor rich environments 3 and 4, representative of closer range and close to the substrate (Figure 5B, metrics G). In the new environments, similar to the native environment, circling favors convergence (Figure 5B, metrics f<sup>+</sup>) over speed (Figure 5B, metrics g<sup>+</sup> and τ<sub>min</sub>/τ), which is particularly deleterious at large distance.

      (2) Using tabular Q-learning is both a strength and a limitation. It's simple and interpretable, making it easier to analyze the learned strategies, but the discrete action space seems somewhat unnatural. In real-world biological systems, actions (like movement) are continuous rather than discrete. Additionally, the ground-frame actions may not map naturally to how animals navigate odor plumes (e.g. insects often navigate based on their own egocentric frame).

      We agree with the reviewer that animal locomotion does not look like a series of discrete displacements on a checkerboard. However, to overcome this limitation, one has to first focus on a specific system to define actions in a way that best adheres to a species’ motor controls. Moreover, these actions are likely continuous, which makes reinforcement learning notoriously more complex. While we agree that more realistic models are definitely needed for a comparison with real systems, this remains outside the scope of the current work. We have added a remark to clarify this limitation.

      (3) The lack of accompanying code is a major drawback since nowadays open access to data and code is becoming a standard in computational research. Given that the turbulent fluid simulation is a key element that differentiates this paper, the absence of simulation and analysis code limits the study's reproducibility.

      We have published the code and the datasets at

      - code: https://github.com/Akatsuki96/qNav

      - datasets: https://zenodo.org/records/14655992

      Recommendations for the authors:

      Reviewer #1 (Recommendations for the authors):

      (1) Line 59-69: In comparing the results here to other approaches (especially the Verano and Singh papers), it would also be helpful to clarify which of these include an explicit representation of the wind direction. My understanding is that both the Singh and Verano approaches include an explicit representation of wind direction. In Singh wind direction is one of the observations that inputs to the agent, while in Verano, the actions are defined relative to the wind direction. In the current paper, my understanding is that there is no explicitly defined wind direction, but because movement directions are encoded allocentrically, the agent is able to learn the upwind direction from the structure of the plume- is this correct? I think this information would be helpful to spell out and also to address whether an agent without any allocentric direction sense can learn the task.

      Thank you for the comment. In our algorithm the directions are defined relative to the mean wind, which is assumed known, as in Verano et al. As far as we understand, Singh et al provide the instantaneous, egocentric wind velocities as part of the input.

      (1) Line 105: "several properties of odor stimuli depend on the distance from the source" might cite Boie...Victor 2018, Ackles...Schaefer, 2021, Nag...van Breugel 2024.

      Thank you for the suggestions - we have added these references

      (2) Line 130: "we first define a finite set of olfactory states" might be helpful to the reader to state what you chose in this paragraph rather than further down.

      We have slightly modified the incipit of the paragraph. We first declare we are setting out to craft the olfactory states, then define the challenges, finally we define the olfactory states.

      (3) Line 267: "Note that the learned recovery strategy resembles casting behavior observed in flying insects" Might note that insects seem to deploy a range of recovery strategies depending on locomotor mode and environment. For example, flying flies circle and sink when odor is lost in windless environments (Stupski and van Breugel 2024).

      Thank you for your comment. We have included the reference and we now added comparisons to results using circling and cast & surge recovery strategies.

      (4) Line 289: "from positions beyond the source, the learned strategy is unable to recover the plume as it mostly casts sideways, with little to no downwind action" This is curious as many insects show a downwind bias in the absence of odor that helps them locate the plumes in the first place (e.g. Wolf and Wehner, 2000, Alvarez-Salvado et al. 2018). Is it possible that the agent could learn a downwind bias in the absence of odor if given larger environments or a longer time to learn?

      The reviewer is absolutely correct – Downwind motion is not observed in the recovery simply because the agent rarely overshoots the source. Hence overall optimization for that condition is washed out by the statistics. We believe downwind motion will emerge if an agent needs to avoid overshooting the source – we do not have conclusive results yet but are planning to introduce such flexibility in a further work. We added this remark and refs.

      (5) Line 377-391: testing these ideas in living systems. Interestingly, Kathman..Nagel 2024 (bioRxiv) shows exactly the property predicted here and in Verano in fruit flies- an odor memory that outlasts the stimulus by a duration of several seconds, appropriate for filling in "blanks." Relatedly, Alvarez-Salvado et al. 2018 showed that fly upwind running reflected a temporal integration of odor information over ~10s, sufficient to avoid responding to blanks as loss of odor.

      Indeed, we believe this is the most direct connection between algorithms and experiments. We are excited to discuss with our colleagues and pursue a more direct comparison with animal behavior. We were aware of the references and forgot to cite them, thank you for your careful reading of our work !

      Reviewer #2 (Recommendations for the authors):

      Suggestions

      (1) The paper does not clearly specify which type of animals (e.g., flying insects, terrestrial mammals) the model is meant to approximate or not approximate. The authors should consider clarifying how these simulations are suited to be a general model across varied olfactory navigators. Further, it isn't clear how low/high the intermittency studied in this model is compared to what different animals actually encounter. (Minor: The Figure 4 occupancy circles visualization could be simplified).

      Environment 1 represents the lower layers of a moderately turbulent boundary layer. Search occurs on a horizontal plane ~half meter from the ground. The agent is trained at distances of about 10 meters and also tested on longer distances  ~ 17 meters (environment 6), lower heights ~1cm from the ground (environments 3-4), lower Reynolds number (environment 5) and higher threshold of detection (environment 2 and 4). Thus Environments 1,2,5 and 6 are representative of conditions encountered by flying organisms (or pelagic in water), and Environments 3 and 4 of searches near the substrate, potentially involved in terrestrial navigation (benthic in water). Even near the substrate, we use odor dispersed in the fluid, and not odor attached to the substrate (relevant to trail tracking).

      Also note that we pick Schmidt number Sc = 1 and this is appropriate for odors in air but not in water. However, we expect a weak dependence on the Schmidt number as the Batchelor and Kolmogorov scales are below the size of the source and we are interested in the large scale statistics Falkovich et al., 2001; Celani et al., 2014; Duplat et al., 2010.

      Intermittency contours are shown in Fig 1C, they are highest along the centerline, and decay away from the centerline, so that even within the plume detecting odor is relatively rare. Only a thin region near the centerline has intermittency larger than 66%; the outer and most critical bin of the plume has intermittency under 33%; in the furthest point on the centerline intermittency is <10%. For reference, experimental values in the atmospheric boundary layer report intermittency 25% to 20% at 2 to 15m from the source along the centerline (Murlis and Jones, 1981).

      We have more clearly labeled the contours in Fig 1C and added these remarks.

      We included these remarks and added a whole table with matching to real conditions within the different environments.

      (2) Could some biological examples and references be added to support that backtracking is a biologically plausible mechanism?

      Backtracking was observed e.g. in ants displaced in unfamiliar environments (Wystrach et al, P Roy Soc B, 280,  2013), in tsetse flies executing reverse turns uncorrelated to wind, which bring them back towards the location where they last detected odor (Torr, Phys Entom, 13, 1988, Gibson & Brady Phys Entom 10, 1985) and in coackroaches upon loss of contact with the plume (Willis et al, J. Exp. Biol. 211, 2008). It is also used in computational models of olfactory navigation (Park et al, Plos Comput Biol, 12:e1004682, 2016).

      (3) Hand-crafted features can be both a strength and a limitation. On the one hand, they offer interpretability, which is crucial when trying to model biological systems. On the other hand, they may limit the generality of the model. A more thorough discussion of this paper's limitations should address this.

      (4) The authors mention the possibility of feature engineering or using recurrent neural networks, but a more concrete discussion of these alternatives and their potential advantages/disadvantages would be beneficial. It should be noted that the hand-engineered features in this manuscript are quite similar to what the model of Singh et al suggests emerges in their trained RNNs.

      Merged answer to points 3 and 4.

      We agree with the reviewer that hand-crafted features are both a strength and a limitation in terms of performance and generality. This was a deliberate choice aimed at stripping the algorithm bare of implicit components, both in terms of features and in terms of memory. Even with these simple features, our model performs well in navigating across different signals, consistent with our previous results showing that these features are a “good” surrogate for positional information.

      To search for the most effective temporal features, one may consider a more systematic hand crafting, scaling up our approach. In this case one would first define many features of the odor trace; rank groups of features for their accuracy in regression against distance; train Q learning with the most promising group of features and rank again. Note however that this approach will be cumbersome because multiple factors will have to be systematically varied: the regression algorithm; the discretization of the features and the memory.

      Alternatively, to eliminate hand crafting altogether and seek better performance or generalization, one may consider replacing these hand-crafted features and the tabular Q-learning approach with recurrent neural networks or with finite state controllers. On the flip side, neither of these algorithms will directly provide the most effective features or the best memory, because these properties are hidden within the parameters that are optimized for. So extra work is needed to interrogate the algorithms and extract these information. For example, in Singh et al, the principal components of the hidden states in trained agents correlate with head direction, odor concentration and time since last odor encounter. More work is needed to move beyond correlations and establish more systematically what are the features that drive behavior in the RNN.

      We have added these points to the discussion.

      (5) Minor: the title of the paper doesn't immediately signal its focus on recovery strategies and their interplay with memory in the context of olfactory navigation. Given the many other papers using a similar RL approach, this might help the authors position this paper better.

      We agree with the referee and have modified the title to reflect this.

      (6) Minor: L 331: "because turbulent odor plumes constantly switch on and off" -- the signal received rather than the plume itself is switching on and off.

      Thank you for the suggestion, we implemented it.

    1. Reviewer #3 (Public review):

      Summary:

      Wang and van Ede investigate whether and how attention re-orients within visual working memory following expected and unexpected centrally presented memory tests. Using a combination of spatial modulations in neural activity (EEG-alpha lateralization) and gaze bias quantified as time courses of microsaccade rate, the authors examined how retro cues with varying levels of reliability influence attentional deployment and subsequent memory performance. The conclusion is that attentional re-orienting occurs within visual working memory, even when tested centrally, with distinct patterns following expected and unexpected tests. The findings provide new value for the field and are likely of broad interest and impact, by highlighting working memory as an action-bound process (in)dependent on (an ambiguous) past.

      Strengths:

      The study uniquely integrates behavioral data (accuracy and reaction time), EEG-alpha activity, and gaze tracking to provide a comprehensive analysis of attentional re-orienting within visual working memory. As typical for this research group, the validity of the findings follows from the task design that effectively manipulates the reliability of retro cues and isolates attentional processes related to memory tests. The use of well-established markers for spatial attention (i.e. alpha lateralization) and more recently entangled dependent variable (gaze bias) is commendable. Utilizing these dependent metrics, the concise report presents a thorough analysis of the scaling effects of cue reliability on attentional deployment, both at the behavioral and neural levels. The clear demonstration of prolonged attentional deployment following unexpected memory tests is particularly noteworthy, although there are no significant time clusters per definition as time isn't a factor in a statistical sense, the jackknife approach is convincing. Overall, the evidence is compelling, allowing the conclusion of a second stage of internal attentional deployment following both expected and unexpected memory tests, highlighting the importance of memory verification and re-orienting processes.

      Weaknesses:

      I want to stress upfront that these are not specific to the presented work and do not affect my recommendation to offer the report to the public in its present form.

      The sample size is consistent with previous studies, a larger sample could enhance the generalizability and robustness of the findings. The authors acknowledge high noise levels in EEG-alpha activity, which may affect the reliability of this marker. This is a general issue in non-invasive electrophysiology that cannot be handled by the authors but an interested reader should be aware of it. Effectively, the sensitivity of the gaze analysis appears "better" in part due to the better SNR. The latter also sets the boundaries for single trial analyses as the authors correctly mention. In terms of generalizability, I am convinced that the main outcome will likely generalize to different samples and stimulus types. Yet, as typical for the field, future research could explore different contexts and task demands to validate and extend the findings. The authors provide here how and why (including sharing of data and code).

      Comments on revisions:

      Really nice work, Thank you!

    2. Author response:

      The following is the authors’ response to the original reviews.

      Public Reviews:

      Reviewer #1 (Public Review):

      In the study "Re-focusing visual working memory during expected and unexpected memory tests" by Sisi Wang and Freek van Ede, the authors investigate the dynamics of attentional re-orienting within visual working memory (VWM). Utilizing a robust combination of behavioral measures, electroencephalography (EEG), and eye tracking, the research presents a compelling exploration of how attention is redirected within VWM under varying conditions. The research question addresses a significant gap in our understanding of cognitive processes, particularly how expected and unexpected memory tests influence the focus and re-focus of attention. The experimental design is meticulously crafted, enabling a thorough investigation of these dynamics. The figures presented are clear and effectively illustrate the findings, while the writing is concise and accessible, making the complex concepts understandable. Overall, this study provides valuable insights into the mechanisms of visual working memory and attentional re-orienting, contributing meaningfully to the field of cognitive neuroscience. Despite the strengths of the manuscript, there are several areas where improvements could be made.

      We thank the reviewer for this summary and positive appraisal of our study and our findings. In addition, we are of course grateful for the excellent suggestions for improvements that we have embraced to further strengthen our article. 

      Microsaccades or Saccades?

      In the manuscript, the terms "microsaccades" and "saccades" are used interchangeably. For instance, "microsaccades" are mentioned in the keywords, whereas "saccades" appear in the results section. It is crucial to differentiate between these two concepts. Saccades are large, often deliberate eye movements used for scanning and shifting attention, while microsaccades are small, involuntary movements that maintain visual perception during fixation. The authors note the connection between microsaccades and attention, but it is not well-recognized that saccades are directly linked to attention. Despite the paradigm involving a fixation point, it remains unclear whether large eye movements (saccades) were removed from the analysis. The authors mention the relationship between microsaccades and attention but do not clarify whether large eye movements (saccades) were excluded from the analysis. If large eye movements were removed during data processing, this should be documented in the manuscript, including clear definitions of "microsaccades" and "saccades." If such trials were not removed, the contribution of large eye movements to the results should be shown, and an explanation provided as to why they should be considered.

      We thank the reviewer for raising this relevant point. Before turning to this relevant distinction, we first wish to clarify how, for our main aim of tracking the dynamics of ‘re-orienting in working memory’, any spatial modulation in gaze – be it driven by micro- or macro-saccades – suits this purpose. Having made this explicit, we also fully agree that disambiguating the nature of the saccade bias during internal focusing has additional value.

      Because it is notoriously challenging (or at least inherently arbitrary) to draw an absolute fixed boundary between macro- and microsaccades, we instead decided to adopt a two-stage approach to our analysis (building on prior studies from our lab, e.g., de Vries et al., 2023; Liu et al., 2023; Liu et al., 2022). In the first step, we analysed spatial biases in all detected saccades no matter their size (hence our labelling of them as “saccades” when describing these analyses). In a second step, we decomposed and visualized the saccade-rate effect as a function of saccade size in degrees. This second stage directly exposed the ‘nature’ of the saccade bias, as we visualized in Figure 2c (with time on the x axis, saccade size on the y axis, and the spatial modulation color coded). Because these visualizations directly address this major comment, we have now made these key set of results much clearer in our work (we agree that our original visualization of this key aspect of our data was suboptimal). In addition, we have added similar plot for the saccade data in the test-phase in Supplementary Figure S2b.

      These complementary analyses show how the saccade bias (more toward than away saccades) is indeed predominantly driven by small saccades (hence are labelling as “micro-saccades” when interpreting our findings), and less so by larger saccades associated with looking back all the way to the location where the memory item had been presented at encoding (positioned at 6 degrees). This is important as it helps to arbitrate between fixational/micro-saccadic eye-movement biases (previously associated with covert and internal attention shifts; cf. de Vries et al., 2023; Engbert and Kliegl, 2003; Hafed and Clark, 2002; Liu et al., 2023; Liu et al., 2022) vs. larger eye movements back to the original locations of the item (previously associated with ‘looking at nothing’ during memory retrieval and imagery; cf. Brandt and Stark, 1997; Ferreira et al., 2008; Johansson and Johansson, 2014; Laeng et al., 2014; Martarelli and Mast, 2013; Spivey and Geng, 2001). By adopting this visualization, we can show this while preserving the richness of our data, and without having to a-priori set an (inherently arbitrary) threshold for classifying saccades as either “macro” or “micro”.

      Having explained our rationale, we nevertheless agree with the reviewer that it is worth showing how our time course results hold up when only considering fixational eye movements below 2 visual degrees, which we consider “fixational” provided that our memory stimuli at encoding were presented at 6 visual degrees from central fixation. We show this in Supplementary Figure S1. As can be seen below, our main saccade bias results stay almost the same when restricting our analyses exclusively to fixational saccades within 2 degrees, both when considering our data after the retrocue (Supplementary Figure S1a) as well as after the memory test (Supplementary Figure S1b).

      Because we agree this is important complementary data, we have now added this as supplementary figures. In addition, we have added the results to our article. We also point to these additional corroborating findings at key instances in our article:  

      Page 5 (Results)

      “As in prior studies from our lab with similar experimental set-ups, internal attentional focusing was predominantly driven by fixational micro-saccades (small, involuntary eye-movements around current fixation). To reveal this in the current study, we decomposed and visualized the observed saccade-rate effect as a function of saccade size (Figure 2c), following the same procedure as we have adopted in other recent studies on this bias (de Vries et al., 2023; Liu et al., 2023; Liu et al., 2022). As shown in the saccade-size-over-time plots in Figure 2c, also in the current study, the difference between toward and away saccades (with red colours denoting more toward saccades) was predominantly driven by fixational saccades in the micro-saccades range (< 2°).”

      “Moreover, as shown in Supplementary Figure S1a, complementary analyses show that our time course (saccade bias) results hold even when exclusively considering eye movements below 2 visual degrees that we defined as “fixational” provided that the memory items were presented 6 visual degrees from the fixation during encoding. This further corroborates that the bias observed during internal attentional focusing was predominantly driven by fixational micro-saccades rather than looking back to the encoded location of the memory items (cf. Johansson and Johansson, 2014; Richardson and Spivey, 2000; Spivey and Geng, 2001; Wynn et al., 2019).”

      Page 7 (Results):

      “As shown in the corresponding saccade-size-over-time plots in Supplementary Figure S2b, consistent with what we observed following the cue, the difference between toward and away saccades following the test was again predominantly driven by saccades in the fixational microsaccade range (< 2°), and the time course (saccade bias) results hold even when exclusively considering fixational eye movements below 2 visual degrees (Supplementary Figure S1b). Thus, just like mnemonic focusing after the cue, re-orienting after the memory test was also predominantly reflected in fixational micro-saccades, and not looking back at the original location of the memory items that were encoded at 6 degrees away from central fixation.”

      Alpha Lateralization in Attentional Re-orienting

      In the attentional orienting section of the results (Figure 2), the authors effectively present EEG alpha lateralization results with time-frequency plots and topographic maps. However, in the attentional reorienting section (Figure 3), these visualizations are absent. It is important to note that the time period in attentional orienting differs from attentional re-orienting, and consequently, the time-frequency plots and topographic maps may also differ. Therefore, it may be invalid to compute alpha lateralization without a clear alpha activity difference. The authors should consider including timefrequency plots and topographic maps for the attentional re-orienting period to validate their findings.

      We thank the reviewer also for this constructive suggestion. The reason we did not expand on the time-frequency maps and topographies at the test-stage was the relative lack of alpha effects at the test stage (compared to the clearer alpha modulations after the retrocue). Nevertheless, we agree that including these data will increase transparency and the comprehensiveness of our article. We now added time-frequency plots and topographic maps for alpha lateralization in response to the workingmemory test in Supplementary Figure S2. As can be seen, the time-frequency plots and topographies in the re-focusing period after the working-memory test were consistent with our time-series plots in Figure 3a – reinforcing how alpha lateralization is generally not clear following the working-memory test. In accordance with this relevant addition, we added the following in the revised manuscript:

      Page 7 (Results):

      “For complementary time-frequency and topographical visualizations, see Supplementary Figure S2a.”

      Onset and Offset Latency of Saccade Bias

      The use of the 50% peak to determine the onset and offset latency of the saccade bias is problematic. For example, if one condition has a higher peak amplitude than another, the standard for saccade bias onset would be higher, making the observed differences between the onset/offset latencies potentially driven by amplitude rather than the latencies themselves. The authors should consider a more robust method for determining saccade bias onset and offset that accounts for these amplitude differences.

      We thank the reviewer for raising this valuable point. We agree that the calculation of onset and offset latencies of the saccade bias could be influenced by the peak amplitude of the waveforms. Thus, we further conducted the Fractional Area Latency (FAL) analysis on the comparison of the saccade bias following the working-memory test between valid cue (expected test) and invalid cue (unexpected test) trials. The FAL analysis has been commonly applied to Event-Related Potentials (ERPs) to estimate the latency of ERP components (Hansen and Hillyard, 1980; Luck, 2005). Instead of relying on the peak latency, the FAL method calculates latency based on a predefined fraction of the area under the waveform. This can provide a more robust measure of component latency. Prompted by this comment, we now also applied FAL analysis to our saccade bias waveforms. This corroborated our original conclusion. Because we believe this is an important complement, we now added these additional outcomes to our article: 

      Page 9 (Results): 

      “We additionally conducted Fractional Area Latency (FAL) analysis on the comparison of the saccade bias following the memory test between valid- and invalid-cue trials to rule out the potential contribution of peak amplitude differences into the onset and offset latency differences (Hansen and Hillyard, 1980; Kiesel et al., 2008; Luck, 2005). Consistent with our jackknife-based latency analysis, the FAL analysis revealed a significantly prolonged saccade bias following the unexpected tests (the invalid-cue trials) vs. expected tests (the valid-cue trials) in both 80% and 60% cue-reliability conditions (411 ms vs. 463 ms, t<sub>(14)</sub> = 2.358, p = 0.034; 417 ms vs. 468 ms, t<sub>(15)</sub> = 2.168, p = 0.047; for 80% and 60%, respectively). Again, there was no significant difference in onset latency following unexpected vs. expected tests. (346 ms vs. 374 ms, t<sub>(14)</sub> = 2.052, p = 0.060; 353 ms vs. 401 ms, t<sub>(15)</sub> = 1.577, p = 0.136; for 80% and 60%, respectively).”

      In accordance, we also added the following to our Methods:

      Page 18 (Methods): 

      “In addition to the jackknife-based latency analysis, we further applied a Fractional Area Latency (FAL) method to the saccade bias comparison between validly and invalidly cued memory tests to rule out the contribution of the peak amplitude difference into the onset and offset latency difference (Hansen and Hillyard, 1980; Kiesel et al., 2008; Luck, 2005). We first defined the onset and offset latency of the saccade bias as the first time point at which 25% or 75% of the total area of the component has been reached, relative to a lower boundary of a difference of 0.3 Hz between toward and away saccades (to remove the influence of noise fluctuations in our difference time course below this lower boundary). The extracted onset and offset latency for all participants was then compared using paired-samples t-tests.”

      Control Analysis for Trials Not Using the Initial Cue

      The control analysis for trials where participants did not use the initial cue raises several questions:

      (1) The authors claim that "unlike continuous alpha activity, saccades are events that can be classified on a single-trial level." However, alpha activity can also be analyzed at the single-trial level, as demonstrated by studies like "Alpha Oscillations in the Human Brain Implement Distractor Suppression Independent of Target Selection" by Wöstmann et al. (2019). If single-trial alpha activity can be used, it should be included in additional control analyses.

      We agree with the reviewer that alpha activity can also be analyzed at the single-trial level. However, because alpha is a continuous signal, single-trial alpha activity will necessarily be graded (trials with more or less alpha power). This is still different from saccades, that are not continuous signals but true ‘events’ (either a saccade was made, or no saccade was made, with no continuum in between). Because of this unique property, it is possible to sort trials by whether a saccade was present (and, if present, by its direction), in an all-or-none way that is not possible for alpha activity that can only be sorted by its graded amplitude/power. This is the key distinction underlying our motivation to sort the trials based on saccades, as we now make clearer: 

      Page 10 (Results): 

      “Although alpha can also be analyzed as the single trial level (e.g. Macdonald et al., 2011; Wöstmann et al., 2019; for a review, see Kosciessa et al., 2020), saccades offer the unique opportunity to split trials not by graded amplitude fluctuations but by discrete all-or-none events.” 

      In addition, please note how our saccade markers were also more reliable/sensitive, especially in the subsequent memory-test-phase of interest. This is another reason we decided to focus this control analysis on saccades and not alpha activity. 

      (2) The authors aimed to test whether the re-orienting signal observed after the test is not driven exclusively by trials where participants did not use the initial cue. They hypothesized that "in such a scenario, we should only observe attention deployment after the test stimulus in trials in which participants did not use the preceding retro cue." However, if the saccade bias is the index for attentional deployment, the authors should conduct a statistical test for significant saccade bias rather than only comparing toward-saccade after-cue trials with no-toward-saccade after-cue trials. The null results between the two conditions do not immediately suggest that there is attention deployment in both conditions.

      We thank the reviewer for bringing up this important point. We fully agree and, in fact, we had conducted the relevant statistical analysis for each of the conditions separately (in addition to their comparison). Upon reflection, we came to realize that in our original submission it was easy to overlook this point, and therefore thank the reviewer for flagging this. To make this clearer, we now also added the relevant statistical clusters in Figure 4a,b and more clearly report them in the associated text: 

      Page 10 (Results):

      “As we show in Figure 4a,b, we found clear gaze signatures of attentional deployment in response to expected (valid) memory tests, no matter whether we had pre-selected trials in which we had also seen such deployment after the cue in gaze (cluster P: 0.115, 0.041, 0.027, <0.001 for 80%-valid, 60%-valid, 80%-invalid, 60%-invalid trials, respectively), or not (cluster P: 0.016, 0.009, 0.001, <0.001 for 80%-valid, 60%-valid, 80%-invalid, 60%-invalid trials, respectively).”

      (3) Even if attention deployment occurs in both conditions, the prolonged re-orienting effect could also be caused by trials where participants did not use the initial cue. Unexpected trials usually involve larger and longer brain activity. The authors should perform the same analysis on the time after the removal of trials without toward-saccade after the cue to address this potential confound.

      We thank the reviewer for raising this. It is crucial to point out, however, that after any given 80% or 60% reliable cue, the participants cannot yet know whether the subsequent memory test in that trial will be expected (valid cue) or unexpected (invalid cue). Accordingly, the prolonged re-orienting after unexpected vs. expected memory tests cannot be explained by differential use of the cue (i.e., differential cue-use cannot be a “confound” for differential responses to expected and unexpected memory tests, as observed within the 80 and 60% cue-reliability conditions). 

      Reviewer #2 (Public Review):

      Summary:

      This study utilized EEG-alpha activity and saccade bias to quantify the spatial allocation of attention during a working memory task. The findings indicate a second stage of internal attentional deployment following the appearance of a memory test, revealing distinct patterns between expected and unexpected test trials. The spatial bias observed during the expected test suggests a memory verification process, whereas the prolonged spatial bias during the unexpected test suggests a reorienting response to the memory test. This work offers novel insights into the dynamics of attentional deployment, particularly in terms of orienting and re-orienting following both the cue and memory test.

      Strengths:

      The inclusion of both EEG-alpha activity and saccade bias yields consistent results in quantifying the attentional orienting and re-orienting processes. The data clearly delineate the dynamics of spatial attentional shifts in working memory. The findings of a second stage of attentional re-orienting may enhance our understanding of how memorized information is retrieved.

      Weaknesses:

      Although analyses of neural signatures and saccade bias provided clear evidence regarding the dynamics of spatial attention, the link between these signatures and behavioral performance remains unclear. Given the novelty of this study in proposing a second stage of 'verification' of memory contents, it would be more informative to present evidence demonstrating how this verification process enhances memory performance.

      We thank the reviewer for the positive summary of our work and for highlighting key strengths. We also appreciate the constructive suggestions, such as addressing the link between our observed refocusing signals and behavioral performance in our task. We now performed these additional analyses and added their outcomes to the revised article, as we detail in response to comment 2 below.  

      Reviewer #2 (Recommendations For The Authors):

      (1) Figure 2 shows graded spatial modulations in both EEG-alpha activity and saccade bias. However, while the imperative 100% cue conditions and 100% validity conditions largely overlap in EEG-alpha activity, a clear difference is present between these two conditions in saccade bias. The cause of the difference in saccade bias is unclear.

      We thank the reviewer for pointing out this interesting difference. At this stage, it is hard to know with certainty whether this reflects a genuine difference in our 100% reliable and 100% imperative cue conditions that is selectively picked up by our gaze but not alpha marker. Alternatively, this may reflect differential sensitivity of our two markers to different sources of noise. Either way, we agree that this observation is worth calling out and reflecting on when discussing these results: 

      Page 6 (Results):  

      “It’s worth noting that while alpha lateralization shows very comparable amplitudes in the imperative-100% and 100% conditions, the saccade bias was larger following imperative-100% vs. 100% reliable cues. This may reflect a difference between these two cueing conditions that is selectively picked up by our gaze marker (though it may also reflect differential sensitivity of our two markers to different sources of noise). […]”

      (2) Figure 3 shows signatures of attentional re-orienting after the memory test presented at the center. When the cue was not 100% valid, a noticeable saccade bias towards the memorized location of the test item was observed. This finding was explained as reflecting a re-orienting to the mnemonic contents. To strengthen this interpretation, I suggest providing evidence for the link between the attentional re-orienting signatures and memory performance.

      We thank the reviewer for this constructive suggestion. We now sorted trials by behavioral performance using a median split on RT (fast-RT vs. slow-RT trials) and reproduction error (highaccuracy vs. low-accuracy trials).  Because we believe the outcomes of these analyses increase transparency as well as the comprehensiveness of our article, we have now included them as Supplementary Figure S3.

      As shown below, we were able to link the saccade bias following the memory test to subsequent performance, but this reached significance only for the 80% valid-cue trials when splitting by RT (cluster P = 0.001). For the other conditions, we could not establish a reliable difference by our performance splits. Possibly this is due to a lack of sensitivity, given the relatively large number of conditions we had and, consequently, the relatively small number of trials we therefore had per condition (particularly in the invalid-cue condition with unexpected memory tests). We now bring forward these additional outcomes at the relevant section in our Results: 

      Page 7 (Results):

      “We also sorted patterns of gaze bias after the memory test by performance but could only establish a link between this gaze bias and RT following expected memory tests in our 80% cuereliability condition (cluster P = 0.001, Supplementary Figure S3). The lack of significant statistical differences in the remaining conditions may possibly reflect a lack of sensitivity (insufficient trial numbers) for this additional analysis.”

      (3) When comparing the time course of attentional re-orienting after the memory test, a prolonged attentional re-orienting was observed for unexpected memory tests compared to the expected ones. While the onset latency was similar for unexpected and expected memory tests, the offset latency was prolonged for the unexpected memory test. Could this be attributed to the learned tendency to saccade toward the expected location in more valid trials? In this case, the prolonged re-orienting may indicate increased efforts in suppressing the previously learned tendency.

      We thank the reviewer for bringing up this interesting possibility. In our original interpretation, this prolonged signal reflects a longer time needed to bring the unexpected memory content ‘back in focus’ before being able to report its orientation. At the same time, we agree that there are alternative explanations possible, such as the one raised by the reviewer. We now make this clearer when discussing this finding: 

      Page 14 (Discussion): 

      “[…] attentional deployment did become prolonged when re-focusing the unexpected memory item, likely reflecting prolonged effort to extract the relevant information from the memory item that was not expected to be tested. However, there may also be alternative accounts for this observation, such as suppressing a learned tendency to saccade in the direction of the expected item following an unexpected memory test.”

      (4) To test whether the re-orienting signature is predominantly influenced by trials where participants delayed the use of cue information until the memory test appeared, the authors sorted the trials based on saccade bias after the initial cue. However, it would be more informative to depict the reorienting patterns by sorting trials based on memory performance. The rationale is that in trials where participants delayed using the initial retro-cue, memory performance (e.g., measured by reproduction error) might be less precise due to the extended memory retention period. Compared to saccade bias for initial orienting, memory performance could provide more reliable evidence as it represents a more independent measure.

      We thank the reviewer for this suggestion. As delineated in response to comment 2, we now conducted this additional analysis and added the relevant outcomes to our article.  

      (5) While the number of trials was well-balanced across blocks (~ 240 trials), how did the authors address the imbalance between valid and invalid trials, especially in the 80% cue validity block?

      We thank the reviewer for raising this point.  First, we wish to point out that while trial numbers will indeed impact the sensitivity for finding an effect, trial numbers do not bias the mean – and therefore also not the comparison between means. In this light, it is vital to appreciate that our findings do not reflect a significant effect in valid trials but no significant effect in invalid trials (which we agree could be due to a difference in trial numbers), but rather a statistical difference between valid and invalid trials. This significant difference in the means between valid and invalid true cannot be attributed to a difference in trial numbers between these conditions. 

      Having clarified this, we nevertheless agree that it is also worthwhile to empirically validate this assertion and show how our findings hold even when carefully matching the number of trials between valid and invalid conditions (i.e., between expected and unexpected memory tests). To do so, we ran a sub-sampling analysis where we sub-sampled the number of valid trials to match the number of invalid trials available per condition (and averaged the results across 1000 random sub-samplings to increase reliability). As anticipated, this replicated our findings of robust differences between the gaze bias following expected and unexpected memory tests in both our 80 and 60% cue-reliability conditions. We now present these additional outcomes in Supplementary Figure S4.

      Because we agree this is an important re-assuring control analysis, we have now added this to our article:

      Page 9 (Results):

      “To rule out the possibility that the saccade-bias differences following expected and unexpected memory tests are caused by uneven trial numbers (200 vs. 50 trials in the 80% cuereliability condition, 150 vs. 100 trials in the 60% cue-reliability condition), we ran a subsampling analysis where we sub-sampled the number of valid trials to match the number of invalid trials available per condition (averaging the results across 1000 random sub-samplings to increase reliability). As shown in Supplementary Figure S4, this complementary subsampling analysis confirmed that our observed differences between the saccade bias following expected and unexpected memory tests in both 80% and 60% cue-reliability conditions are robust even when carefully matching the number of trials between validly cued (expected) and invalidly cued (unexpected) memory test.”

      Reviewer #3 (Public Review):

      Summary:

      Wang and van Ede investigate whether and how attention re-orients within visual working memory following expected and unexpected centrally presented memory tests. Using a combination of spatial modulations in neural activity (EEG-alpha lateralization) and gaze bias quantified as time courses of microsaccade rate, the authors examined how retro cues with varying levels of reliability influence attentional deployment and subsequent memory performance. The conclusion is that attentional reorienting occurs within visual working memory, even when tested centrally, with distinct patterns following expected and unexpected tests. The findings provide new value for the field and are likely of broad interest and impact, by highlighting working memory as an action-bound process (in)dependent on (an ambiguous) past.

      Strengths:

      The study uniquely integrates behavioral data (accuracy and reaction time), EEG-alpha activity, and gaze tracking to provide a comprehensive analysis of attentional re-orienting within visual working memory. As typical for this research group, the validity of the findings follows from the task design that effectively manipulates the reliability of retro cues and isolates attentional processes related to memory tests. The use of well-established markers for spatial attention (i.e. alpha lateralization) and more recently entangled dependent variable (gaze bias) is commendable. Utilizing these dependent metrics, the concise report presents a thorough analysis of the scaling effects of cue reliability on attentional deployment, both at the behavioral and neural levels. The clear demonstration of prolonged attentional deployment following unexpected memory tests is particularly noteworthy, although there are no significant time clusters per definition as time isn't a factor in a statistical sense, the jackknife approach is convincing. Overall, the evidence is compelling allowing the conclusion of a second stage of internal attentional deployment following both expected and unexpected memory tests, highlighting the importance of memory verification and re-orienting processes.

      Weaknesses:

      I want to stress upfront that these weaknesses are not specific to the presented work and do not affect my recommendation of the paper in its present form.

      The sample size is consistent with previous studies, a larger sample could enhance the generalizability and robustness of the findings. The authors acknowledge high noise levels in EEG-alpha activity, which may affect the reliability of this marker. This is a general issue in non-invasive electrophysiology that cannot be handled by the authors but an interested reader should be aware of it. Effectively, the sensitivity of the gaze analysis appears "better" in part due to the better SNR. The latter also sets the boundaries for single-tiral analyses as the authors correctly mention. In terms of generalizability, I am convinced that the main outcome will likely generalize to different samples and stimulus types. Yet, as typical for the field future research could explore different contexts and task demands to validate and extend the findings. The authors provide here how and why (including sharing of data and code).

      We thank the reviewer for summarising our work and for carefully delineating its strengths. We also appreciate the mentioning of relevant generic limitations and agree that important avenues for future studies will be to expand this work with larger sample sizes, complementary measurement techniques, and complementary task contexts and stimuli.    

      Reviewer #3 (Recommendations For The Authors):

      In the conclusion, Wang and van Ede successfully demonstrate that attentional re-orienting occurs within visual working memory following both expected and unexpected tests. The conclusions are supported by the data and analyses applied, showing that attentional deployment is by the reliability of retro cues. Centrally presented memory tests can invoke either a verification or a revision of internal focus, the latter thus far not considered in both theory and experimental design in cognitive neuroscience.

      I don't have any recommendations that will significantly change the conclusions.

      We thank the reviewer for having carefully evaluated our work and hope the reviewer will also perceive the changes we made and the additional analyses we added in responses to the other two reviewers as further strengthening our article.

      Reference

      Brandt SA, Stark LW. 1997. Spontaneous eye movements during visual imagery reflect the content of the visual scene. J Cogn Neurosci 9. doi:10.1162/jocn.1997.9.1.27

      de Vries E, Fejer G, van Ede F. 2023. No obligatory trade-off between the use of space and time for working memory. Communications Psychology.

      Engbert R, Kliegl R. 2003. Microsaccades uncover the orientation of covert attention. Vision Res 43. doi:10.1016/S0042-6989(03)00084-1

      Ferreira F, Apel J, Henderson JM. 2008. Taking a new look at looking at nothing. Trends Cogn Sci 12. doi:10.1016/j.tics.2008.07.007

      Hafed ZM, Clark JJ. 2002. Microsaccades as an overt measure of covert attention shifts. Vision Res 42. doi:10.1016/S0042-6989(02)00263-8

      Hansen JC, Hillyard SA. 1980. Endogeneous brain potentials associated with selective auditory attention. Electroencephalogr Clin Neurophysiol 49. doi:10.1016/0013-4694(80)90222-9

      Johansson R, Johansson M. 2014. Look Here, Eye Movements Play a Functional Role in Memory Retrieval. Psychol Sci 25. doi:10.1177/0956797613498260

      Kiesel A, Miller J, Jolicœur P, Brisson B. 2008. Measurement of ERP latency differences: A comparison of single-participant and jackknife-based scoring methods. Psychophysiology 45. doi:10.1111/j.1469-8986.2007.00618.x

      Kosciessa JQ, Grandy TH, Garrett DD, Werkle-Bergner M. 2020. Single-trial characterization of neural rhythms: Potential and challenges. Neuroimage 206. doi:10.1016/j.neuroimage.2019.116331

      Laeng B, Bloem IM, D’Ascenzo S, Tommasi L. 2014. Scrutinizing visual images: The role of gaze in mental imagery and memory. Cognition 131. doi:10.1016/j.cognition.2014.01.003

      Liu B, Alexopoulou SZ, van Ede F. 2023. Jointly looking to the past and the future in visual working memory. Elife.

      Liu B, Nobre AC, van Ede F. 2022. Functional but not obligatory link between microsaccades and neural modulation by covert spatial attention. Nat Commun 13. doi:10.1038/s41467-022-312173

      Luck S. 2005. Ten Simple Rules for Deisgning ERP Experiments. Event-related potentials: A methods handbook.

      Macdonald JSP, Mathan S, Yeung N. 2011. Trial-by-trial variations in subjective attentional state are reflected in ongoing prestimulus EEG alpha oscillations. Front Psychol 2. doi:10.3389/fpsyg.2011.00082

      Martarelli CS, Mast FW. 2013. Eye movements during long-term pictorial recall. Psychol Res 77. doi:10.1007/s00426-012-0439-7

      Richardson DC, Spivey MJ. 2000. Representation, space and Hollywood Squares: Looking at things that aren’t there anymore. Cognition 76. doi:10.1016/S0010-0277(00)00084-6

      Spivey MJ, Geng JJ. 2001. Oculomotor mechanisms activated by imagery and memory: Eye movements to absent objects. Psychol Res 65. doi:10.1007/s004260100059

      van Ede F, Chekroud SR, Nobre AC. 2019. Human gaze tracks attentional focusing in memorized visual space. Nat Hum Behav. doi:10.1038/s41562-019-0549-y

      Wöstmann M, Alavash M, Obleser J. 2019. Alpha oscillations in the human brain implement distractor suppression independent of target selection. Journal of Neuroscience 39. doi:10.1523/JNEUROSCI.1954-19.2019

      Wynn JS, Shen K, Ryan JD. 2019. Eye movements actively reinstate spatiotemporal mnemonic content. Vision (Switzerland) 3. doi:10.3390/vision3020021

    1. Often, you’ll have a class of files that you don’t want Git to automatically add or even show you as being untracked. These are generally automatically generated files such as log files or files produced by your build system. In such cases, you can create a file listing patterns to match them named .gitignore. Here is an example .gitignore file: $ cat .gitignore *.[oa] *~ The first line tells Git to ignore any files ending in “.o” or “.a” — object and archive files that may be the product of building your code. The second line tells Git to ignore all files whose names end with a tilde (~), which is used by many text editors such as Emacs to mark temporary files. You may also include a log, tmp, or pid directory; automatically generated documentation; and so on. Setting up a .gitignore file for your new repository before you get going is generally a good idea so you don’t accidentally commit files that you really don’t want in your Git repository.

      有时候我们不想让 Git 来自动添加、甚至显示 untracted,就可以使用 .gitignore 文件来,在里面声明 pattern 来让 Git 忽略。

      需要被忽略的文件通常是日志文件、或者是由 build 系统产生的文件。

    1. on the Source Code tab.

      In some development objects, the ADT link appears in the HTTP Content (JSON) tab. It seems as though some objects don't have a Source Code tab.

    1. Reviewer #1 (Public review):

      Summary:

      This paper presents a method for reconstructing videos from mouse visual cortex neuronal activity using a state-of-the-art dynamic neural encoding model. The authors achieve high-quality reconstructions of 10-second movies at 30 Hz from two-photon calcium imaging data, reporting a 2-fold increase in pixel-by-pixel correlation compared to previous methods. They identify key factors for successful reconstruction including the number of recorded neurons and model ensembling techniques.

      Strengths:

      (1) A comprehensive technical approach combining state-of-the-art neural encoding models with gradient-based optimization for video reconstruction.

      (2) Thorough evaluation of reconstruction quality across different spatial and temporal frequencies using both natural videos and synthetic stimuli.

      (3) Detailed analysis of factors affecting reconstruction quality, including population size and model ensembling effects.

      (4) Clear methodology presentation with well-documented algorithms and reproducible code.

      (5) Potential applications for investigating visual processing phenomena like predictive coding and perceptual learning.

      Weaknesses:

      The main metric of success (pixel correlation) may not be the most meaningful measure of reconstruction quality:

      High correlation may not capture perceptually relevant features.

      Different stimuli producing similar neural responses could have low pixel correlations The paper doesn't fully justify why high pixel correlation is a valuable goal

      Comparison to previous work (Yoshida et al.) has methodological concerns: Direct comparison of correlation values across different datasets may be misleading; Large differences in the number of recorded neurons (10x more in the current study); Different stimulus types (dynamic vs static) make comparison difficult; No implementation of previous methods on the current dataset or vice versa.

      Limited exploration of how the reconstruction method could provide insights into neural coding principles beyond demonstrating technical capability.

      The claim that "stimulus reconstruction promises a more generalizable approach" (line 180) is not well supported with concrete examples or evidence.

      The paper would benefit from addressing how the method handles cases where different stimuli produce similar neural responses, particularly for high-speed moving stimuli where phase differences might be lost in calcium imaging temporal resolution.

    2. Reviewer #2 (Public review):

      This is an interesting study exploring methods for reconstructing visual stimuli from neural activity in the mouse visual cortex. Specifically, it uses a competition dataset (published in the Dynamic Sensorium benchmark study) and a recent winning model architecture (DNEM, dynamic neural encoding model) to recover visual information stored in ensembles of the mouse visual cortex.

      This is a great project - the physiological data were measured at a single-cell resolution, the movies were reasonably naturalistic and representative of the real world, the study did not ignore important correlates such as eye position and pupil diameter, and of course, the reconstruction quality exceeded anything achieved by previous studies. Overall, it is great that teams are working towards exploring image reconstruction. Arguably, reconstruction may serve as an endgame method for examining the information content within neuronal ensembles - an alternative to training interminable numbers of supervised classifiers, as has been done in other studies. Put differently, if a reconstruction recovers a lot of visual features (maybe most of them), then it tells us a lot about what the visual brain is trying to do: to keep as much information as possible about the natural world in which its internal motor circuits may act consequently.

      While we enjoyed reading the manuscript, we admit that the overall advance was in the range of those that one finds in a great machine learning conference proceedings paper. More specifically, we found no major technical flaws in the study, only a few potential major confounds (which should be addressable with new analyses), and the manuscript did not make claims that were not supported by its findings, yet the specific conceptual advance and significance seemed modest. Below, we will go through some of the claims, and ask about their potential significance.

      (1) The study showed that it could achieve high-quality video reconstructions from mouse visual cortex activity using a neural encoding model (DNEM), recovering 10-second video sequences and approaching a two-fold improvement in pixel-by-pixel correlation over attempts. As a reader, I am left with the question: okay, does this mean that we should all switch to DNEM for our investigations of the mouse visual cortex? What makes this encoding model special? It is introduced as "a winning model of the Sensorium 2023 competition which achieved a score of 0.301... single-trial correlation between predicted and ground truth neuronal activity," but as someone who does not follow this competition (most eLife readers are not likely to do so, either), I do not know how to gauge my response. Is this impressive? What is the best achievable score, in theory, given data noise? Is the model inspired by the mouse brain in terms of mechanisms or architecture, or was it optimized to win the competition by overfitting it to the nuances of the data set? Of course, I know that as a reader, I am invited to read the references, but the study would stand better on its own if clarified how its findings depended on this model.

      (2) Along those lines, two major conclusions were that "critical for high-quality reconstructions are the number of neurons in the dataset and the use of model ensembling." If true, then these principles should be applicable to networks with different architectures. How well can they do with other network types?

      (3) One major claim was that the quality of the reconstructions depended on the number of neurons in the dataset. There were approximately 8000 neurons recorded per mouse. The correlation difference between the reconstruction achieved by 1 neuron and 8000 neurons was ~0.2. Is that a lot or a little? One might hypothesize that ~7,999 additional neurons could contribute more information, but perhaps, those neurons were redundant if their receptive fields were too close together or if they had the same orientation or spatiotemporal tuning. How correlated were these neurons in response to a given movie? Why did so many neurons offer such a limited increase in correlation?

      (4) On a related note, the authors address the confound of RF location and extent. The study resorted to the use of a mask on the image during reconstruction, applied during training and evaluation (Line 87). The mask depends on pixels that contribute to the accurate prediction of neuronal activity. The problem for me is that it reads as if the RF/mask estimate was obtained during the very same process of reconstruction optimization, which could be considered a form of double-dipping (see the "Dead salmon" article, https://doi.org/10.1016/S1053-8119(09)71202-9). This could inflate the reconstruction estimate. My concern would be ameliorated if the mask was obtained using a held-out set of movies or image presentations; further, the mask should shift with eye position, if it indeed corresponded to the "collective receptive field of the neural population." Ideally, the team would also provide the characteristics of these putative RFs, such as their weight and spatial distribution, and whether they matched the biological receptive fields of the neurons (if measured independently).

      (5) We appreciated the experiments testing the capacity of the reconstruction process, by using synthetic stimuli created under a Gaussian process in a noise-free way. But this further raised questions: what is the theoretical capability for the reconstruction of this processing pipeline, as a whole? Is 0.563 the best that one could achieve given the noisiness and/or neuron count of the Sensorium project? What if the team applied the pipeline to reconstruct the activity of a given artificial neural network's layer (e.g., some ResNet convolutional layer), using hidden units as proxies for neuronal calcium activity?

      (6) As the authors mentioned, this reconstruction method provided a more accurate way to investigate how neurons process visual information. However, this method consisted of two parts: one was the state-of-the-art (SOTA) dynamic neural encoding model (DNEM), which predicts neuronal activity from the input video, and the other part reconstructed the video to produce a response similar to the predicted neuronal activity. Therefore, the reconstructed video was related to neuronal activity through an intermediate model (i.e., SOTA DNEM). If one observes a failure in reconstructing certain visual features of the video (for example, high-spatial frequency details), the reader does not know whether this failure was due to a lack of information in the neural code itself or a failure of the neuronal model to capture this information from the neural code (assuming a perfect reconstruction process). Could the authors address this by outlining the limitations of the SOTA DNEM encoding model and disentangling failures in the reconstruction from failures in the encoding model?

      (7) The authors mentioned that a key factor in achieving high-quality reconstructions was model assembling. However, this averaging acts as a form of smoothing, which reduces the reconstruction's acuity and may limit the high-frequency content of the videos (as mentioned in the manuscript). This averaging constrains the tool's capacity to assess how visual neurons process the low-frequency content of visual input. Perhaps the authors could elaborate on potential approaches to address this limitation, given the critical importance of high-frequency visual features for our visual perception.

    1. Reviewer #2 (Public review):

      Summary

      This manuscript focuses on the role of social responsibility and guilt in social decision-making by integrating neuroimaging and computational modeling methods. Across two studies, participants completed a lottery task in which they made decisions for themselves or for a social partner. By measuring momentary happiness throughout the task, the authors show that being responsible for a partner's bad lottery outcome leads to decreased happiness compared to trials in which the participant was not responsible for their partner's bad outcome. At the neural level, this guilt effect was reflected in increased neural activity in the anterior insula, and altered functional connectivity between the insula and the inferior frontal gyrus. Using computational modeling, the authors show that trial-by-trial fluctuations in happiness were successfully captured by a model including participant and partner rewards and prediction errors (a 'responsibility' model), and model-based neuroimaging analyses suggested that prediction errors for the partner were tracked by the superior temporal sulcus. Taken together, these findings suggest that responsibility and interpersonal guilt influence social decision-making.

      Strengths

      This manuscript investigates the concept of guilt in social decision-making through both statistical and computational modeling. It integrates behavioral and neural data, providing a more comprehensive understanding of the psychological mechanisms. For the behavioral results, data from two different studies is included, and although minor differences are found between the two studies, the main findings remain consistent. The authors share all their code and materials, leading to transparency and reproducibility of their methods.

      The manuscript is well-grounded in prior work. The task design is inspired by a large body of previous work on social decision-making and includes the necessary conditions to support their claims (i.e., Solo, Social, and Partner conditions). The computational models used in this study are inspired by previous work and build on well-established economic theories of decision-making. The research question and hypotheses clearly extend previous findings, and the more traditional univariate results align with prior work.

      The authors conducted extensive analyses, as supported by the inclusion of different linear models and computational models described in the supplemental materials. Psychological concepts like risk preferences are defined and tested in different ways, and different types of analyses (e.g., univariate and multivariate neuroimaging analyses) are used to try to answer the research questions. The inclusion and comparison of different computational models provide compelling support for the claim that partner prediction errors indeed influence task behavior, as illustrated by the multiple model comparison metrics and the good model recovery.

      Weaknesses

      As the authors already note, they did not directly ask participants to report their feelings of guilt. The decrease in happiness reported after a bad choice for a partner might thus be something else than guilt, for example, empathy or feelings of failure (not necessarily related to guilt towards the other person). Although the patterns of neural activity evoked during the task match with previously found patterns of guilt, there is no direct measure of guilt included in the task. This warrants caution in the interpretation of these findings as guilt per se.

      As most comparisons contrast the social condition (making the decision for your partner) against either the partner condition (watching your partner make their decision) or the solo condition (making your own decision), an open question remains of how agency influences momentary happiness, independent of potential guilt. Other open questions relate to individual differences in interpersonal guilt, and how those might influence behavior.

      This manuscript is an impressive combination of multiple approaches, but how these different approaches relate to each other and how they can aid in answering slightly different questions is not very clearly described. The authors could improve this by more clearly describing the different methods and their added value in the introduction, and/or by including a paragraph on implications, open questions, and future work in the discussion.

      However, taken together, this study provides useful insights into the neural and behavioral mechanisms of responsibility and guilt in social decision-making, and how they influence behavior.

    2. Author response:

      Reviewer #1 (Public review):

      Summary:

      The authors aimed to characterize neurocomputational signals underlying interpersonal guilt and responsibility. Across two studies, one behavioral and one fMRI, participants made risky economic decisions for themselves or for themselves and a partner; they also experienced a condition in which the partners made decisions for themselves and the participant. The authors also assessed momentary happiness intermittently between choices in the task. Briefly, results demonstrated that participants' self-reported happiness decreased after disadvantageous outcomes for themselves and when both they and their partner were affected; this effect was exacerbated when participants were responsible for their partner's low outcome, rather than the opposite, reflecting experienced guilt. Consistent with previous work, BOLD signals in the insula correlated with experienced guilt, and insula-right IFG connectivity was enhanced when participants made risky choices for themselves and safe choices for themselves and a partner.

      Strengths:

      This study implements an interesting approach to investigating guilt and responsibility; the paradigm in particular is well-suited to approach this question, offering participants the chance to make risky v. safe choices that affect both themselves and others. I appreciate the assessment of happiness as a metric for assessing guilt across the different task/outcome conditions, as well as the implementation of both computational models and fMRI.

      We thank Reviewer 1 for their positive assessment of our manuscript.

      Weaknesses:

      In spite of the overall strengths of the study, I think there are a few areas in which the paper fell a bit short and could be improved.

      We are looking forward to improving our manuscript based on the Reviewers’ comments. According to eLife’s policy, here are our provisional replies as well as plans for changes.

      (1) While the framing and goal of this study was to investigate guilt and felt responsibility, the task implemented - a risky choice task with social conditions - has been conducted in similar ways in past research that were not addressed here. The novelty of this study would appear to be the additional happiness assessments, but it would be helpful to consider the changes noted in risk-taking behavior in the context of additional studies that have investigated changes in risky economic choice in social contexts (e.g., Arioli et al., 2023 Cerebral Cortex; Fareri et al., 2022 Scientific Reports).

      We certainly agree that several previously published studies have relied on risky choice tasks with social conditions. We will happily refer to the studies mentioned when discussing changes in risk-taking behaviour in our revised manuscript.

      (2) The authors note they assessed changes in risk preferences between social and solo conditions in two ways - by calculating a 'risk premium' and then by estimating rho from an expected utility model. I am curious why the authors took both approaches (this did not seem clearly justified, though I apologize if I missed it). Relatedly, in the expected utility approach, the authors report that since 'the number of these types of trials varied across participants', they 'only obtained reliable estimates for [gain and loss] trials in some participants' - in study 1, 22 participants had unreliable estimates and in study 2, 28 participants had unreliable estimates. Because of this, and because the task itself only had 20 gains, 20 losses, and 20 mixed gambles per condition, I wonder if the authors can comment on how interpretable these findings are in the Discussion. Other work investigating loss aversion has implemented larger numbers of trials to mitigate the potential for unreliable estimates (e.g., Sokol-Hessner et al., 2009).

      We agree that we have not clearly justified why we have taken two approaches to assess risk preferences. In short, both approaches have advantages and inconveniences when applied to our experiment. We will happily detail our reasons in the revised manuscript. Regarding the second point of this comment: the small number of reliable estimates is one of the reasons that we have used another approach to assess risk preferences. We would certainly have obtained more reliable estimates if we had implemented more trials. We will discuss the interpretability of all the risk preference estimates we used in the revised Discussion.

      (3) One thing seemingly not addressed in the Discussion is the fact that the behavioral effect did not replicate significantly in study 2.

      We agree that we could have discussed more the fact that there were (slight but significant) differences in risk preferences between the Solo and Social conditions in Study 1 but not in Study 2. While the absence of a significant difference in Study 2 is helpful to compare the neural mechanisms involved in making decisions for oneself vs. for oneself and another person (because any differences could not be explained by differences in risk preferences), we certainly should expand our discussion of the differences in findings between the two studies, which we will do in the revised manuscript.

      (4) Regarding the computational models, the authors suggest that the Reponsibility and Responsibility Redux models provided the best fit, but they are claiming this based on separate metrics (e.g., in study 1, the redux model had the lowest AIC, but the responsibility only model had the highest R^2; additionally, the basic model had the lowest BIC). I am wondering if the authors considered conducting a direct model comparison to statistically compare model fits.

      We agree that we should run formal, direct model comparison tests using for example chi-square or log-likelihood-ratio tests. We will do so in the revised manuscript.

      (5) In the reporting of imaging results, the authors report in a univariate analysis that a small cluster in the left anterior insula showed a stronger response to low outcomes for the partner as a result of participant choice rather than from partner choice. It then seems as though the authors performed small volume correction on this cluster to see whether it survived. If that is accurate, then I would suggest that this result be removed because it is not recommended to perform SVC where the volume is defined based on a result from the same whole-brain analysis (i.e., it should be done a priori).

      As indicated in the manuscript, the small insula cluster centered at [-28 24 -4] and shown in Figure 4F survived corrections for multiple tests within the anatomically-defined anterior insula (based on the anatomical maximum probability map described in Faillenot et al., 2017), which is independent of the result of our analysis. We agree that one should not (and we did not) perform multiple corrections based on the results one is correcting – that would indeed be circular and misleading “double-dipping”. The anterior insula is one of the regions most frequently associated with guilt (see the explanations in our Introduction, which refers for example to Bastin et al., 2016; Lamm & Singer, 2010; Piretti et al., 2023). Thus we feel that performing small-volume correction within the anatomically-defined anterior insula is an acceptable approach to correct for multiple tests in this case. We fully acknowledge that, independently of any correction, the effect and the cluster are small. We will clarify these explanations in the revised manuscript.

      Reviewer #2 (Public review):

      Summary

      This manuscript focuses on the role of social responsibility and guilt in social decision-making by integrating neuroimaging and computational modeling methods. Across two studies, participants completed a lottery task in which they made decisions for themselves or for a social partner. By measuring momentary happiness throughout the task, the authors show that being responsible for a partner's bad lottery outcome leads to decreased happiness compared to trials in which the participant was not responsible for their partner's bad outcome. At the neural level, this guilt effect was reflected in increased neural activity in the anterior insula, and altered functional connectivity between the insula and the inferior frontal gyrus. Using computational modeling, the authors show that trial-by-trial fluctuations in happiness were successfully captured by a model including participant and partner rewards and prediction errors (a 'responsibility' model), and model-based neuroimaging analyses suggested that prediction errors for the partner were tracked by the superior temporal sulcus. Taken together, these findings suggest that responsibility and interpersonal guilt influence social decision-making.

      Strengths

      This manuscript investigates the concept of guilt in social decision-making through both statistical and computational modeling. It integrates behavioral and neural data, providing a more comprehensive understanding of the psychological mechanisms. For the behavioral results, data from two different studies is included, and although minor differences are found between the two studies, the main findings remain consistent. The authors share all their code and materials, leading to transparency and reproducibility of their methods.

      The manuscript is well-grounded in prior work. The task design is inspired by a large body of previous work on social decision-making and includes the necessary conditions to support their claims (i.e., Solo, Social, and Partner conditions). The computational models used in this study are inspired by previous work and build on well-established economic theories of decision-making. The research question and hypotheses clearly extend previous findings, and the more traditional univariate results align with prior work.

      The authors conducted extensive analyses, as supported by the inclusion of different linear models and computational models described in the supplemental materials. Psychological concepts like risk preferences are defined and tested in different ways, and different types of analyses (e.g., univariate and multivariate neuroimaging analyses) are used to try to answer the research questions. The inclusion and comparison of different computational models provide compelling support for the claim that partner prediction errors indeed influence task behavior, as illustrated by the multiple model comparison metrics and the good model recovery.

      We thank Reviewer 2 very much for their comprehensive description of our study and the positive assessment of our study and approach.

      Weaknesses

      As the authors already note, they did not directly ask participants to report their feelings of guilt. The decrease in happiness reported after a bad choice for a partner might thus be something else than guilt, for example, empathy or feelings of failure (not necessarily related to guilt towards the other person). Although the patterns of neural activity evoked during the task match with previously found patterns of guilt, there is no direct measure of guilt included in the task. This warrants caution in the interpretation of these findings as guilt per se.

      We fully agree that not directly asking participants about feelings of guilt is a clear limitation of our study. While we already mention this in our Discussion, we will happily expand our discussion of the consequences on interpretation of our results along the lines described by the reviewer in the revised manuscript. We would like to thank Reviewer 2 for proposing these lines of thought.

      As most comparisons contrast the social condition (making the decision for your partner) against either the partner condition (watching your partner make their decision) or the solo condition (making your own decision), an open question remains of how agency influences momentary happiness, independent of potential guilt. Other open questions relate to individual differences in interpersonal guilt, and how those might influence behavior.

      We fully agree that the way agency influences happiness has not been much discussed in our manuscript so far, and we would happily do so in the revised manuscript. The same goes for individual differences in interpersonal guilt which we have not investigated due to our relatively small sample sizes but would certainly be worth investigation in subsequent work.

      This manuscript is an impressive combination of multiple approaches, but how these different approaches relate to each other and how they can aid in answering slightly different questions is not very clearly described. The authors could improve this by more clearly describing the different methods and their added value in the introduction, and/or by including a paragraph on implications, open questions, and future work in the discussion.

      We again thank the reviewer for their praise of our approach and fully agree that we can improve the description of the benefit of combining methods in the Introduction, which we will do in the revised manuscript. We will also include a paragraph on implications, open questions, and future work in the Discussion of the revised manuscript.

      However, taken together, this study provides useful insights into the neural and behavioral mechanisms of responsibility and guilt in social decision-making, and how they influence behavior.

      We again thank Reviewer 2 for their attentive reading and thoughtful comments and look forward to submitting our revised and improved manuscript.

    1. Note: This response was posted by the corresponding author to Review Commons. The content has not been altered except for formatting.

      Learn more at Review Commons


      Reply to the reviewers

      Revision Plan (Response to Reviewers)

      1. General Statements [optional]

      Response: We are pleased the reviewers appreciate the power of this novel proteomics methodology that allowed us to uncover new depths on the complexity of the ribosome ubiquitination code in response to stress. We also appreciate that the reviewers think that this is a “very timely” study and “interesting to a broad audience” that can change the models of translation control currently adopted in the field. Characterizing complex cellular processes is critical to advance scientific knowledge and our work is the first of its kind using targeted proteomics methods to unveil the integrated complexity of ribosome ubiquitin signals in eukaryotic systems. We also appreciate the fairness of the comments received and below we offer a comprehensive revision plan substantially addressing the main points raised by the reviewers. According to the reviewers’ suggestions, we will also expand our studies to two additional E3 ligases (Mag2 and Not4) known to ubiquitinate ribosomes, which will create an even more complete perspective of ubiquitin roles in translation regulation.

      2. Description of the planned revisions

      Reviewer #1 (Evidence, reproducibility and clarity (Required)):

      The authors present a potentially powerful proteomics platform using parallel reaction monitoring (PRM) to quantitatively profile ribosomal protein (RP) ubiquitylation, with a focus on yeast under hydrogen peroxide (H₂O₂) stress. This approach robustly identifies both known and novel RP modifications, including basal ubiquitylation events previously undetected, and identifies Hel2-dependent mechanisms. The data support the conclusion that RPs are regulated by a multifaceted ubiquitin code, establishing a good foundation for the study.

      However, the study's focus shifts in a manner that introduces several limitations. Following the rigorous PRM-based analyses, the reliance on Western blotting without replication or quantification (e.g., single-experiment data in Figs. 3-5) significantly weakens the evidence. Experimental design becomes inconsistent, with variable combinations of stressors (H₂O₂, MMS, 4-NQO) and genetic backgrounds (WT, hel2Δ, rad6Δ) that preclude systematic comparisons. For instance, Fig. 3C/E and Fig. 4 omit critical controls (e.g., MMS in Fig. 4, rad6Δ in Fig. 3E), while Fig. 5 conflates distinct variables by comparing H₂O₂-treated rad6Δ with MMS-treated hel2Δ-a design that obscures causal relationships. Furthermore, Fig. 3F highlights that 4-NQO and MMS elicit divergent responses in hel2Δ, undermining the rationale for using these stressors interchangeably. These inconsistencies culminate in a fragmented narrative; attempts to link ISR activation or ribosome stalling to RP ubiquitylation become impossible, leaving the primary takeaway as "stress responses are complex" rather than advancing mechanistic insight.

              __Response: __We appreciate the evaluation of our work and that the power of our proteomics method established a good foundation for the study. We also understand the reviewer’s concerns and we will detail below a plan to enhance quantification and increase systematic comparisons. The experiments presented here were conducted with biological replicates, but in several instances, we focused on presence and absence of bands, or their pattern (mono vs poly-ub) because of the semi-quantitative nature of immunoblots. We will revise the figures and present their quantification and statistical analyses. In additional, we did not intend to use these stressors interchangeably, but instead, to use select conditions to highlight the complexity the stress response. In particular, we followed up with H2O2 *versus* 4-NQO because both chemicals are considered sources of oxidative stress. Even though it is unfeasible to compare every single stress condition in every strain background, in the revised version, we will include additional controls to increase the cohesion of the narrative, and expand the comparison between MMS, H2O2, and 4-NQO, as suggested. Details below.
      

      To strengthen the work, the following revisions are essential:

      R1.1. Repeat and quantify immunoblots: All Western blotting data require biological replicates and statistical analysis to support claims.

              __Response: __As requested, we will display quantification and statistical analysis of the suggested and new immunoblots that will be conducted during the revision period.
      

      R1.3. Remove non-parallel comparisons: The mRNA expression analysis in Fig. 5, which compares dissimilar conditions (e.g., rad6Δ + H₂O₂ vs. hel2Δ + MMS), should be omitted or redesigned to enable direct, strain- and stressor-matched contrasts.

              __Response: __We will follow the reviewers’ suggestion and redesign the analysis to increase consistency and prioritize data under identical conditions. To increase confidence in the mRNA data analysis, we intend to perform follow up experiments and analyze protein abundance of *ARG proteins* and *CTT1 *under different conditions. The remaining data using non-parallel comparisons will be moved to supplemental material and de-emphasized in the final version of the manuscript.
      

      R1.4. Standardize experimental variables: Restructure the study to maintain identical genetic backgrounds and stressors across all figures, enabling systematic interrogation of enzyme- or stress-specific effects on the ubiquitin code.

              __Response: __To ensure a better comparison across strains and conditions, we will re-run several experiments and focus on our main stress conditions. Specifically:
      
      • 3D: We plan to re-run this experiment and include MMS

      • 3E: We plan to perform the same panel of experiments in rad6D ,and display WT data as main figure.

      • 4A-B: We plan to perform translation output (HPG incorporation) experiments with MMS as suggested

      • 4C: We plan to re-run blots for p-eIF2a under MMS for improved comparison.

      Reviewer #1 (Significance (Required)):

      The authors present a potentially powerful proteomics platform using parallel reaction monitoring (PRM) to quantitatively profile ribosomal protein (RP) ubiquitylation, with a focus on yeast under hydrogen peroxide (H₂O₂) stress. This approach robustly identifies both known and novel RP modifications, including basal ubiquitylation events previously undetected, and identifies Hel2-dependent mechanisms. The data support the conclusion that RPs are regulated by a multifaceted ubiquitin code, establishing a good foundation for the study.

      Reviewer #2 (Evidence, reproducibility and clarity (Required)):

      In this manuscript the authors use a new target proteomics approach to quantify site-specific ubiquitin modification across the ribosome before and after oxidative stress. Then they validate their findings following in particular ubiquitination of Rps20 and Rps3 and extend their analysis to different forms of oxidative stress. Finally they question the relevance of two known actors of ribosome ubiquitination, Hel2 and Rad6. It is not easy to summarize the observations because in fact the major finding is that the patterns of ribosome ubiquitination occur in a stresser and enyzme specific manner (even when considering only oxidative stress). However, the complexity revealed by this study is very relevant for the field, because it underlies that the ubiquitination code of ribosomes is not easy to interpret with regard to translation dynamics and responses to stress or players involved. It suggests that some of the models that have generally been adopted probably need to be amended or completed. I am not a proteomics expert, so I cannot comment on the validity of the new proteomics approach, of whether the methods are appropriately described to reproduce the experiments. However, for the follow up experiments, the results following Rps20 and Rps3 ubiquitination are well performed, nicely controlled and are appropriately interpreted.

      Maybe what one can regret is that the authors have limited their analysis to the study of Hel2 and Rad6, and not included other enyzmes that have already been associated with regulation of ribosome ubiquitination, to get a more complete picture. It may not take that much time to test more mutants, but of course there is the risk that rather than enable to make a working model it might make things even more complex.

              __Response: __We value the positive evaluation of our work. We also appreciate the notion that it meaningfully expands the knowledge on the complexity of the ribosome ubiquitination code, challenges the current models of translation control, and conducted well-performed, and nicely controlled experiments. To address the main concern of the reviewer, we will expand our work by studying two additional enzymes involved in ribosome ubiquitination (Mag2 and Not4) and provide a more comprehensive picture of this integrated system. Specifically, we will generate yeast strains deleted for *MAG2* and *NOT4*, and evaluate their impact in ribosome ubiquitination under our main conditions of stress. We will investigate the role of these additional E3s in translation output (HPG incorporation), and in inducing the integrated stress response via phosphorylated eIF2α and Gcn4 expression. Additional follow up experiments will be performed according to our initial results.
      

      Reviewer #2 (Significance (Required)):

      In recent years, regulation of translation elongation dynamics has emerged as a much more relevant site of control of gene expression that previously envisonned. The ribosome has emerged as a hub for control of stress responses. Therefore this study is certainly very timely and interesting for a broad audience. However, it does fall short of giving any simple picture, and maybe the only point one can question is whether it is interesting to publish a manuscript that concludes that regulation is complicated, without really being able to provide any kind of suggestive model.

      My feeling is nevertheless that it will impact how scientists in the field design their experiments and what they will conclude. It will certainly also drive new experiments and approaches, and lead to investigations on how all the different players in regulation of ribosome modification talk to each other and signal to signaling pathways.

              __Response: __We appreciate the comments and the balanced view that studies like ours will still be impactful and contribute to a number of fields in multiple and meaningful ways. With the new experiments proposed here, and used of additional mutants and strains, we intend to propose and provide a more unified model that explain this complex and dynamic relationship.
      

      Reviewer #3 (Evidence, reproducibility and clarity (Required)):

      Recent studies have shown that the ubiquitination of uS3 (Rps3) is crucial for the quality control of nonfunctional rRNA, specifically in the process known as 18S noncoding RNA degradation (NRD). Additionally, the ubiquitination of uS10 (Rps20) plays a significant role in ribosome-associated quality control (RQC). However, the dynamics of ribosome ubiquitination in response to oxidative stress are not yet fully understood.

      In this study, the authors developed a targeted proteomics method to quantify the dynamics of ribosome ubiquitination in response to oxidative stress, both relatively and stoichiometrically. They identified 11 ribosomal sites that exhibited increased ubiquitin modification after exposure to hydrogen peroxide (H2O2). This included two known targets: uS10 and uS3 (of Hel2), which recognize collided ribosomes and initiate the processes of 18S NRD and translation quality control (RQC). Using isotope-labeled peptides, the researchers demonstrated that these modifications are non-stoichiometric and display significant variability among different peptides.

      Furthermore, the authors explored how specific enzymes in the ubiquitin system affect these modifications and their impact on global translation regulation. They found that uS3 (Rps3) and uS10 (Rps20) were modified differently by various stressors, which in turn influenced the Integrated Stress Response (ISR). The authors suggest that different types of stressors alter the pattern of ubiquitinated ribosomes, with Rad6 and Hel2 potentially competing for specific subpopulations of ribosomes.

      Overall, this study emphasizes the complexity of the ubiquitin ribosomal code. However, further experiments are necessary to validate these findings before publication.

      Major Comments:

      I consider the additional experiments essential to support the claims of the paper.

      R3.1. To understand the roles of ribosome ubiquitination at the specific sites, the authors must perform stressor-specific suppression of global translation, as demonstrated in Figures 4 and 5. This should include the uS10-K6R/K8R and uS3-K212R mutants.

              __Response: __We understand the importance of the suggested experiment. We have already requested and kindly received strains expressing these mutations, which will reduce the time required to successfully address this point. We will perform our translation and ISR assays such as the one referred by the reviewer in Figs. 4A-C and 5E, and results will determine the role of individual ribosome ubiquitination sites in translation control.
      

      R3.2. It is crucial to ensure that experiments are adequately replicated and that statistical analysis is thorough, with precise quantification. For a more accurate comparison between wild-type (WT) and Hel2 deletion mutants regarding ribosome ubiquitination, the authors should quantify the ubiquitinated ribosomes in both WT and Hel2 mutants under stress conditions. This quantification should be conducted on the same blot, using diluted control samples. Similarly, in Figures 3F and 4C, for an accurate comparison between WT and Hel2 or Rad6 deletion mutants, the authors should quantify the ubiquitinated ribosomes across these conditions. Again, this quantification should be performed on the same blot with the dilution of control samples.

              __Response: __As was also requested by reviewer 1 and discussed above (point R1.1), we will conduct quantification and display statistical analyses for our immunoblots. In addition, we will re-run the aforementioned experiments to improve quantification following the reviewers’ request (same gel & diluted control samples).
      

      Reviewer #3 (Significance (Required)):

      • General assessment:

      Recent studies reveal that the ubiquitination of uS3 (Rps3) is essential for the quality control of nonfunctional rRNA (18S NRD), while the ubiquitination of uS10 (Rps20) plays a crucial role in ribosome-associated quality control (RQC). However, the dynamics of ribosome ubiquitination in response to oxidative stress remain unclear.

      • Advance:

      In this study, the authors developed a targeted proteomics method to quantify ribosome ubiquitination dynamics in response to oxidative stress, both relatively and stoichiometrically. By utilizing isotope-labeled peptides, they demonstrated that these modifications are non-stoichiometric and exhibit significant variability across different peptides. They identified 11 ribosomal sites that showed increased ubiquitin modification following H2O2 exposure, including two known targets of Hel2, which recognize collided ribosomes and induce translation quality control (RQC).

      • Audience: This information will be of interest to a specialized audience in the fields of translation, ribosome function, quality control, ubiquitination, and proteostasis.

      • The field: Translation, ribosome function, quality control, ubiquitination, and proteostasis.

      __ Response:__ We appreciate that our work will be valuable to a number of fields in protein dynamics and that our method advances the field by measuring ribosome ubiquitination relatively and stoichiometrically in response to stress.

      3. Description of the revisions that have already been incorporated in the transferred manuscript

      Response: All requested changes require experiments and data analyses, and a complete revision plan is delineated above in section #2.

      • *

      4. Description of analyses that authors prefer not to carry out

      • *

      R1.2. Leverage the PRM platform: Apply the established quantitative proteomics approach to validate or extend findings in Fig. 3 (e.g., RAD6-dependent ubiquitylation), ensuring methodological consistency.

              __Response: __Although we understand the interest on the proposed result for consistency, this is the only requested experiment that we do not intend to conduct. Because of the lack of overall ubiquitination of ribosomal proteins in *rad6**D* in response to H2O2 (e.g., Silva et al., 2015, Simoes et al., 2022), we believe that this PRM experiment in unlikely to produce meaningful insight on the ubiquitination code. In this context, we expected that sites regulated by Hel2 will be the ones largely modified in rad6*D *and we followed up on them via immunoblot. Moreover, this experiment would not be time or cost-effective, and resources and efforts could be used to strengthen other important areas of the manuscript, such as including the E3’s Mag2 and Not4 into our work.
      
    2. Note: This preprint has been reviewed by subject experts for Review Commons. Content has not been altered except for formatting.

      Learn more at Review Commons


      Referee #3

      Evidence, reproducibility and clarity

      Recent studies have shown that the ubiquitination of uS3 (Rps3) is crucial for the quality control of nonfunctional rRNA, specifically in the process known as 18S noncoding RNA degradation (NRD). Additionally, the ubiquitination of uS10 (Rps20) plays a significant role in ribosome-associated quality control (RQC). However, the dynamics of ribosome ubiquitination in response to oxidative stress are not yet fully understood.

      In this study, the authors developed a targeted proteomics method to quantify the dynamics of ribosome ubiquitination in response to oxidative stress, both relatively and stoichiometrically. They identified 11 ribosomal sites that exhibited increased ubiquitin modification after exposure to hydrogen peroxide (H2O2). This included two known targets: uS10 and uS3 (of Hel2), which recognize collided ribosomes and initiate the processes of 18S NRD and translation quality control (RQC). Using isotope-labeled peptides, the researchers demonstrated that these modifications are non-stoichiometric and display significant variability among different peptides.

      Furthermore, the authors explored how specific enzymes in the ubiquitin system affect these modifications and their impact on global translation regulation. They found that uS3 (Rps3) and uS10 (Rps20) were modified differently by various stressors, which in turn influenced the Integrated Stress Response (ISR). The authors suggest that different types of stressors alter the pattern of ubiquitinated ribosomes, with Rad6 and Hel2 potentially competing for specific subpopulations of ribosomes.

      Overall, this study emphasizes the complexity of the ubiquitin ribosomal code. However, further experiments are necessary to validate these findings before publication.

      Major Comments:

      I consider the additional experiments essential to support the claims of the paper.

      1. To understand the roles of ribosome ubiquitination at the specific sites, the authors must perform stressor-specific suppression of global translation, as demonstrated in Figures 4 and 5. This should include the uS10-K6R/K8R and uS3-K212R mutants.
      2. It is crucial to ensure that experiments are adequately replicated and that statistical analysis is thorough, with precise quantification. For a more accurate comparison between wild-type (WT) and Hel2 deletion mutants regarding ribosome ubiquitination, the authors should quantify the ubiquitinated ribosomes in both WT and Hel2 mutants under stress conditions. This quantification should be conducted on the same blot, using diluted control samples. Similarly, in Figures 3F and 4C, for an accurate comparison between WT and Hel2 or Rad6 deletion mutants, the authors should quantify the ubiquitinated ribosomes across these conditions. Again, this quantification should be performed on the same blot with the dilution of control samples.

      Significance

      General assessment:

      Recent studies reveal that the ubiquitination of uS3 (Rps3) is essential for the quality control of nonfunctional rRNA (18S NRD), while the ubiquitination of uS10 (Rps20) plays a crucial role in ribosome-associated quality control (RQC). However, the dynamics of ribosome ubiquitination in response to oxidative stress remain unclear.

      Advance:

      In this study, the authors developed a targeted proteomics method to quantify ribosome ubiquitination dynamics in response to oxidative stress, both relatively and stoichiometrically. By utilizing isotope-labeled peptides, they demonstrated that these modifications are non-stoichiometric and exhibit significant variability across different peptides. They identified 11 ribosomal sites that showed increased ubiquitin modification following H2O2 exposure, including two known targets of Hel2, which recognize collided ribosomes and induce translation quality control (RQC).

      Audience: This information will be of interest to a specialized audience in the fields of translation, ribosome function, quality control, ubiquitination, and proteostasis.

      The field: Translation, ribosome function, quality control, ubiquitination, and proteostasis.

    3. Note: This preprint has been reviewed by subject experts for Review Commons. Content has not been altered except for formatting.

      Learn more at Review Commons


      Referee #2

      Evidence, reproducibility and clarity

      In this manuscript the authors use a new target proteomics approach to quantify site-specific ubiquitin modification across the ribosome before and after oxidative stress. Then they validate their findings following in particular ubiquitination of Rps20 and Rps3 and extend their analysis to different forms of oxidative stress. Finally they question the relevance of two known actors of ribosome ubiquitination, Hel2 and Rad6.

      It is not easy to summarize the observations because in fact the major finding is that the patterns of ribosome ubiquitination occur in a stresser and enyzme specific manner (even when considering only oxidative stress). However, the complexity revealed by this study is very relevant for the field, because it underlies that the ubiquitination code of ribosomes is not easy to interpret with regard to translation dynamics and responses to stress or players involved. It suggests that some of the models that have generally been adopted probably need to be amended or completed. I am not a proteomics expert, so I cannot comment on the validity of the new proteomics approach, of whether the methods are appropriately described to reproduce the experiments. However, for the follow up experiments, the results following Rps20 and Rps3 ubiquitination are well performed, nicely controlled and are appropriately interpreted. Maybe what one can regret is that the authors have limited their analysis to the study of Hel2 and Rad6, and not included other enyzmes that have already been associated with regulation of ribosome ubiquitination, to get a more complete picture. It may not take that much time to test more mutants, but of course there is the risk that rather than enable to make a working model it might make things even more complex.

      Significance

      In recent years, regulation of translation elongation dynamics has emerged as a much more relevant site of control of gene expression that previously envisonned. The ribosome has emerged as a hub for control of stress responses. Therefore this study is certainly very timely and interesting for a broad audience.

      However, it does fall short of giving any simple picture, and maybe the only point one can question is whether it is interesting to publish a manuscript that concludes that regulation is complicated, without really being able to provide any kind of suggestive model.

      My feeling is nevertheless that it will impact how scientists in the field design their experiments and what they will conclude. It will certainly also drive new experiments and approaches, and lead to investigations on how all the different players in regulation of ribosome modification talk to each other and signal to signaling pathways.

    4. Note: This preprint has been reviewed by subject experts for Review Commons. Content has not been altered except for formatting.

      Learn more at Review Commons


      Referee #1

      Evidence, reproducibility and clarity

      The authors present a potentially powerful proteomics platform using parallel reaction monitoring (PRM) to quantitatively profile ribosomal protein (RP) ubiquitylation, with a focus on yeast under hydrogen peroxide (H₂O₂) stress. This approach robustly identifies both known and novel RP modifications, including basal ubiquitylation events previously undetected, and identifies Hel2-dependent mechanisms. The data support the conclusion that RPs are regulated by a multifaceted ubiquitin code, establishing a good foundation for the study.

      However, the study's focus shifts in a manner that introduces several limitations. Following the rigorous PRM-based analyses, the reliance on Western blotting without replication or quantification (e.g., single-experiment data in Figs. 3-5) significantly weakens the evidence. Experimental design becomes inconsistent, with variable combinations of stressors (H₂O₂, MMS, 4-NQO) and genetic backgrounds (WT, hel2Δ, rad6Δ) that preclude systematic comparisons. For instance, Fig. 3C/E and Fig. 4 omit critical controls (e.g., MMS in Fig. 4, rad6Δ in Fig. 3E), while Fig. 5 conflates distinct variables by comparing H₂O₂-treated rad6Δ with MMS-treated hel2Δ-a design that obscures causal relationships. Furthermore, Fig. 3F highlights that 4-NQO and MMS elicit divergent responses in hel2Δ, undermining the rationale for using these stressors interchangeably. These inconsistencies culminate in a fragmented narrative; attempts to link ISR activation or ribosome stalling to RP ubiquitylation become impossible, leaving the primary takeaway as "stress responses are complex" rather than advancing mechanistic insight.

      To strengthen the work, the following revisions are essential:

      1. Repeat and quantify immunoblots: All Western blotting data require biological replicates and statistical analysis to support claims.
      2. Leverage the PRM platform: Apply the established quantitative proteomics approach to validate or extend findings in Fig. 3 (e.g., RAD6-dependent ubiquitylation), ensuring methodological consistency.
      3. Remove non-parallel comparisons: The mRNA expression analysis in Fig. 5, which compares dissimilar conditions (e.g., rad6Δ + H₂O₂ vs. hel2Δ + MMS), should be omitted or redesigned to enable direct, strain- and stressor-matched contrasts.
      4. Standardize experimental variables: Restructure the study to maintain identical genetic backgrounds and stressors across all figures, enabling systematic interrogation of enzyme- or stress-specific effects on the ubiquitin code.

      Significance

      The authors present a potentially powerful proteomics platform using parallel reaction monitoring (PRM) to quantitatively profile ribosomal protein (RP) ubiquitylation, with a focus on yeast under hydrogen peroxide (H₂O₂) stress. This approach robustly identifies both known and novel RP modifications, including basal ubiquitylation events previously undetected, and identifies Hel2-dependent mechanisms. The data support the conclusion that RPs are regulated by a multifaceted ubiquitin code, establishing a good foundation for the study.

    1. Reviewer #2 (Public review):

      The provided evidence in the study by MacQueen and colleagues is convincing, albeit some methodological challenges still exist. The authors rightly state that different subpopulations are likely to have evolved distinct patterns of GxE. It has been recently shown that the genetic architecture for adaptive traits differs across subpopulations (Lopez-Arboleda et al. 2021), hence this effect should be even more pronounced for GxE. How to best account for this in a statistical framework is not utterly clear. Here the authors describe their efforts to asses these interactions and to estimate the magnitude of the respective effects. Building on the statistical framework described, it could be possible to translate their findings from switchgrass to other species. A plus of the study is the effort to use an independent pseudo-F2 population to confirm the found associations.<br /> The manuscript is written coherently and all data and code used is freely available and explained in detail in the supplementary information.

      Nevertheless, I feel that there are some points in the data analysis that could be clarified some more.

      (1) Dividing GxE interactions into discrete, measurable GxWeather terms is a nice idea to gain a reliable measurement of E. I also appreciate the effort to create date-related values as a summary function of a weather variable across a specified date range. Using cumulative data the week prior to flowering seems like a good choice to associate weather patterns to this phenotype, but there are many - including non-linear ways - to accumulate these data. Additionally, weather parameters like temperature and precipitation can show interaction effects. I wonder if there is a way to consider these.

      (2) As pointed out in Section S1, a trait measured in eight common gardens could be modeled at eight genetically correlated traits. To assess the genetic correlation one would need to estimate the genetic variance within each trait and 28 genetic covariance structures. Here model convergence would be painful given the sample sizes. There are different statistical solutions for this including the mash algorithm the authors choose. I highly appreciate the effort in how the rationale is described in the supplementary information, but to me, it is still not completely clear how 'strong' and random effects have been selected from GWAS. How sensitive is the model to a selection of different effects? Could one run permutations to assess this? Why is the number of total markers different for different phenotypes and subsets and does this affect statistical power?

      (3) The mash model chooses different covariance matrices for the different analyses. Although I do understand the rationale for this, I am not sure how this will impact the respective analysis and how comparable the results are. Would one not like to have the same covariance matrices selected for all analyses?

      (4) Although the observed pattern of different GxE in different subpopulations is intriguing, it remains a little unclear what we actually learn apart from the fact that GxE in adaptive traits is complex. Figure 3 divides GxE into sign and magnitude effects. Interestingly the partition differs significantly between Greenup date and Flowering Date. Still, the respective QTLs in Figure 4 do - at least partially - overlap (e.g. on CHR05N). What is the interpretation of these? Here, I would appreciate a more detailed discussion and hearing the thoughts of the authors.

      (5) Figure 4 states that Stars indicate QTLs with significant enrichment for SNPs in the 1% mash tail. The shown Rug plots indicate this, but unfortunately, I am missing the respective stars. Is there a way to identify what is underlying these QTLs?

      To summarize, the manuscript nicely shows the complex nature of GxE in different switchgrass subpopulations. The goal now would be to identify the causative alleles for these phenomena and understand how these have evolved. Here the provided study paves the way for further analyses in this perspective.

    1. Comitatus”

      The Germanic code of loyalty between a warrior and his lord. The Rood remains steadfast, acting as Christ’s thane. What does this say about Anglo-Saxon perceptions of faith?

    1. Editors Assessment:

      As volumes of viral and bacterial sequence data grow exponentially, the field of computational phylogenetics now demands resources to manage the burgeoning scale of this input data. This study introduces CompactTree, a C++ library designed for ultra-large phylogenetic trees with millions of tips. To address these scalability issues while maintaining ease of incorporation into external code bases, CompactTree is a header-only library with enhanced performance utilizing minimal dependencies, optimized node representation, and memory-efficient tree structure schemes. Resulting in significantly reduced memory footprints and improved processing times. Peer review requested some more detail on the functionality and some real-world examples, demonstrating the current utility of the tool. Although primarily supporting the (text-based) Newick format, the increased and extensibility scalability holds promise for multiple biological and epidemiological applications supporting more complex formats such as Nexus and NeXML. The tool is open source (GPLv3 licensed) and available in GitHub: https://niema.net/CompactTree

      This evaluation refers to version 1 of the preprint

    1. AI is useful if you already know what you're doing. I've watched Jhey work through mathematical problems to help him with code and the difference is, he knows when the output that AI is giving him doesn't make sense or is wrong. The same goes for one of my friends back in Washington state, who has been using ChatGPT to help him speed up his work. They have the background and the foundation to prevent them from committing AI slop code.

      catching errors

    1. Note: This response was posted by the corresponding author to Review Commons. Content has not been altered except for formatting.

      Learn more at Review Commons


      Reply to the reviewers

      Dear Review Commons editorial team,

      Thank you for coordinating the thorough and careful review of our manuscript. We are especially grateful to the four anonymous reviewers for recognizing the value of our work and for their constructive suggestions on how to improve it.

      We are encouraged by the positive reception of our main conclusions on the robustness of adaptation to DNA replication stress and its relevance to multiple fields. All reviewers provided insightful comments, with reviewers #2 and #4 emphasizing that further experimental validation of the hypothesized role of reduced dNTPs in alleviating fitness during constitutive DNA replication stress would strengthen the paper. While the precise molecular mechanisms underlying this suppression are not the primary focus of this manuscript, we are eager to perform additional experiments based on the reviewers’ suggestions.

      Below, we present a detailed revision plan in the form of a point-by-point response to their comments.

      Reviewer #1 (Evidence, reproducibility and clarity):

      This study investigates the compensatory evolutionary response of Saccharomyces cerevisiae to DNA replication stress, focusing on the influence of genotype-environment interactions (GXE). The authors used a range of experimental conditions with varying nutrient levels to assess evolutionary outcomes under replication stress. Their genomic analysis reveals that while glucose levels affect initial adaptation rates, the genetics of adaptation remain robust across all nutritional environments. The research offers new insights into the adaptability of S. cerevisiae, emphasizing the role of the nutritional environment in evolutionary processes related to DNA replication stress. It identifies recurrent advantageous mutations under different macronutrient availabilities and uncovers a novel role for the RNA polymerase II mediator complex in adaptation to replication stress. Overall, this well-designed study adds to the growing recognition of the complexity and robustness of evolutionary responses to environmental stressors. It provides strong evidence that compensatory evolution to replication stress is robust across varying nutritional conditions. It both challenges and reinforces previous findings regarding the resilience of the yeast genetic interaction network to environmental perturbations. The detailed analysis of specific compensatory mutations and their fitness impacts across different conditions offers valuable insights into adaptive dynamics over 1000 generations, contributing a clear empirical framework for understanding how replication-associated stress shapes evolutionary outcomes in diverse environments.

      Based on the analysis:

      1) The conclusions are generally well-supported by the presented data. The evolution experiments and genomic analyses are robust and provide convincing evidence for the study's main claims. The authors took steps to eliminate bias, such as maintaining an adequate Ne, which, if not done, could have compromised their conclusions by affecting genetic drift and limiting the population's access to beneficial mutations.

      2) The figures are well-designed and easy to understand.

      3) The methodology is well-described and appears reproducible. The authors provide sufficient details on experimental procedures. Experimental replication is adequate, with multiple evolutionary lines.

      4) They also made efforts to validate their observations, such as the validation of mutations, the prediction of interactions in the Med14 structure, and its potential implication in gene regulation, as well as the analysis of the cumulative fitness benefit and the reconstruction of the quadruple mutant.

      There are, however, a few results that would benefit from further clarification:

      1) The experimental design is strong, offering a diverse range of conditions. However, the high glucose condition (8%) stands out as significantly different from the neutral 2% condition, both in range and margin, compared to the low glucose conditions (0.25-0.5%). While this mainly affects growth profiles and evolvability in the early generations, a brief explanation in the discussion would strengthen the conclusions. Specifically, addressing:

      1. a) The rationale behind selecting these particular glucose concentrations.

      2. b) How other glucose concentrations might influence the outcomes. Providing this additional context would enhance the reader's understanding of the experimental setup and its potential implications, while also offering insights into the broader applicability of the findings and possible directions for future research.

      We thank the reviewer for pointing out the need to clarify the rationale behind the glucose concentrations used in our study, an aspect we agree should have been better explained. In response, we have added the following text detailing the chosen conditions and their established effects on cellular metabolism.

      Line 67: “Glucose is the most abundant monosaccharide in nature, and represents the preferred source of energy for most cells.”

      Line 110: “...we grew WT and ctf4Δ cells in varying glucose concentrations to induce distinct physiological states. Low glucose levels (0.25% and 0.5%) induce caloric restriction and ultimately glucose starvation (Lin et al 2000, Smith et al. 2009). These conditions elicit increased respiration (Lin et al., 2002), sirtuins expression (Guarente, 2013), autophagy (Bagherniya et al. 2018), DNA repair (Heydari et al., 2007), and reduced recombination at the ribosomal DNA locus (Riesen and Morgan, 2009) ultimately extending lifespan in several organisms (Kapahi et al., 2016). In contrast, standard laboratory conditions typically use 2% glucose, promoting a rapid proliferation environment to which strains have been adapted since laboratory domestication (Lindergren, 1949). Finally, elevated glucose concentrations (such as 8%) result in higher ethanol production (Lin et al., 2012) and reactive oxygen species (ROS) levels (Maslanka et al., 2017).

      2) In the discussion section, a more explicit comparison with similar studies in other model organisms would help contextualize the findings within the broader field of evolutionary biology. While the results appear robust, it would be beneficial to explore how they align with or contrast to previous studies on DNA damage, particularly in bacteria or highly complex eukaryotes.

      We appreciate this suggestion to better contextualize our findings within the broader literature, as it provides an opportunity to highlight the unique aspects of our work. While many studies have explored how environmental factors shape fitness landscapes and influence evolutionary strategies, to our knowledge, only a few have addressed this in the context of compensatory evolution, where cells must recover fitness lost due to intracellular perturbations. To address this point, we have added a discussion of additional examples involving other model organisms, highlighting their difference with the question asked in this work.

      Line 34: “Genotype-by-environment (GxE) interactions are well-documented. For example, several studies on E. coli have demonstrated how different environments influence fitness and epistatic interactions among adaptive mutations in the Lenski Long-Term Evolution Experiment (Ostrowski et al., 2005, 2008; Flynn et al., 2012; Hall et al., 2019). Adaptive mutations in viral genomes similarly exhibit variable fitness effects across different hosts (Lalic and Elena, 2012; Cervera, 2016). Furthermore, interactions between mutations in the Plasmodium falciparum dihydrofolate reductase gene have been shown to predict distinct patterns of resistance to antimalarial drugs (Ogbunugafor et al., 2016). However, the role of environmental factors in shaping evolution within the context of compensatory adaptation, when fitness defects primarily arise from intracellular perturbations, remains much less explored.”

      However, if the reviewer have particular additional studies in mind, we welcome further suggestions to include in the final manuscript.

      Minor comments:

      1) The presentation of data in the figures is clear and informative. However, some figure legends could benefit from more detailed explanations. For example, although the statistical tests used are mentioned in the methods section, it would be helpful to also include them in the figure legends, such as in legend 1acde, as well as in all other figures.

      We are now reporting the statistical test used for each comparison also in figure legends.

      2) In terms of broader conclusions, here are a few suggestions, though they are, of course, optional:

      a) The study could benefit from exploring the potential trade-offs of adaptive mutations in the hypothetical return to environments without replication stress, at least theoretically. This would provide a more comprehensive understanding of the evolutionary constraints.

      We thank the reviewer for the suggestion, we had performed the measurements but did not comment on them explicitly. We are now commenting on them as follows:

      Line 310: “In the WT background, all mutations were nearly neutral, with only minimal deleterious or advantageous effects on fitness depending on glucose concentrations (Fig S4A).”

      Line 468: “The nearly neutral effects on fitness of the core adaptive mutations in WT suggest that they are likely to persist even after the initial replication stress is resolved.”

      b) A brief discussion of the potential limitations of using lab strains versus wild isolates of S. cerevisiae would offer valuable context for the generalizability of the findings.

      This is an excellent point. While addressing it fully would warrant a separate manuscript, we provide our comments here, along with similar observations raised by this and other reviewers, as follows:

      Line 450: “How generalizable are our conclusions about the reproducibility of evolutionary repair to DNA replication stress across other organisms, species, or replication challenges? While dedicated future studies are needed to fully address these important questions, several lines of evidence are encouraging. A recent report demonstrated that the identity of suppressor mutations of lethal alleles was conserved when introduced into highly divergent wild yeast isolates (Paltenghi and van Leeuwen, 2024). Similarly, earlier work showed that even ploidy, which significantly alters the target size for loss- and gain-of-function mutations, affected only the identity of the genes targeted by selection, while the broader cellular modules involved remained consistent (Fumasoni and Murray, 2021). Moreover, divergent organisms experiencing different types of DNA replication stress exhibit some of the adaptive responses described here. For example, the yeast genus Hanseniaspora, which lacks the Pol32 subunit of the replisome, has also been reported to have lost the DNA damage checkpoint (Steenwyk et al., 2019). Human Ewing sarcoma cells carrying the fusion oncogene EWS-FLI1 frequently exhibit adaptive amplification of the cohesin subunit RAD21 (Su et al., 2021). Together, these findings suggest that while the specific details of DNA replication perturbations and the genomic features of organisms may shape the precise targets of compensatory evolution, the overarching principles and cellular modules affected are broadly conserved.”

      Furthermore, we plan to search a recently published database of variants found in natural isolates of S. cerevisiae to assess whether similar evolutionary processes to those described in this study may have occurred in wild strains.

      c) It would be valuable to present the differences in ploidy in the context of other studies, such as the nutrient-limitation hypothesis (e.g., 'The Evolutionary Advantage of Haploid Versus Diploid Microbes in Nutrient-Poor Environments' by Bessho, 2015), since, as previously demonstrated by the authors of this article that is being reviewed, ploidy may influence the evolutionary trajectories of DNA repair.

      d) Interrelating these three terms: nutrient-limitation, ploidy, and DNA repair could be an interesting avenue to explore in the discussion.

      In response to comments c and d, we have now commented on the intersection between ploidy and other types of DNA perturbation in the paragraph starting in line 491 (see response above)

      3) Specific details:

      a) Line 116: To improve clarity, it would be beneficial to refer to the figure right after the statement: 'However, their relative fitness improved compared to the WT reference as the initial glucose levels (Figure X).'

      b) Line 404: The statement about antibiotics and cancer progression is somewhat brief here; it might be helpful to provide more context on why this mechanism influences these processes (here or before).

      c) Line 418: "were re-suspended in water containing zymolyase (Zymo Research, Irvine, CA, US, 0.025 μ/μL), incubated at". Something is missing in the units.

      d) Line 459: "and G2 phases for each genotype was estimated by deriving the the relative cell distribution". The article "the" is repeated.

      e) 1a: The x-axis ticks appear misaligned, which makes it difficult to interpret the boxplots. For example, at 0.25, the tick is closer to the orange boxplot than to the black one. In contrast, at 2%, the tick seems well-centered."

      f) Figure 3 could benefit from a general legend at the top regarding the colors, as finding it in 2c was not intuitively easy.

      The typos and suggestions raised in points 3a-f have now been corrected in the manuscript.

      g) I didn't review the code on GitHub.

      Reviewer #1 (Significance):

      The main strength of the study is that it shows robustness of compensatory evolution across varying nutrient conditions. The study adds to the growing body of literature on DNA replication stress and evolutionary adaptation by showing that compensatory evolution can occur regardless of nutrient availability. This fundamental finding challenges prior assumptions that nutrient conditions significantly alter evolutionary outcomes, contributing to a more nuanced understanding of how cells respond to stress. Furthermore, the discovery of the RNA polymerase II mediator complex's role in this process is particularly novel and opens new lines of investigation.

      Advance in the field: The results advance our understanding of evolutionary biology, particularly in the context of DNA replication stress and compensatory evolution. The study demonstrates that evolutionary repair mechanisms are predictable, even under variable environmental conditions, which has key implications for evolutionary biology and therapeutic applications.

      Audience:

      This paper will be of interest to a specialized audience in evolutionary biology, genomics, and cell biology, particularly those interested in DNA replication stress and adaptive evolution. Researchers studying stress responses in model organisms, such as S. cerevisiae, will find the findings valuable, as will those working in applied fields where stress adaptation is a critical factor (e.g., industrial yeast fermentation, drug development, disease resistance, cancer research, or aging studies).

      Expertise:

      Evolutionary biology, genomic analysis, and cellular stress responses, with a particular focus on experimental evolution under DNA damage stress in Saccharomyces cerevisiae. Recently graduated and beginner reviewer.

      Reviewer #2 (Evidence, reproducibility and clarity):

      The paper addresses the effect of sugar availability in shaping compensatory evolution. The first observation of the paper is that cell physiology changes by modulating glucose availability also in strains that come with defective DNA replication (ctf4-null previously studied by the authors). An intriguing result is that ctf4-null grows comparatively better in low concentrations of glucose. This is hypothesized to be a consequence of both the decrease in dNTPs in low glucose, which causes slow down of fork progression, and/or reduced fork collapse at rDNA locus. Hence, wild types and ctf4-null show an opposite trend: in the mutant, the lowest concentration of glucose is the least affected by the mutation; in wild type, the highest concentration is the least affected. Adaptation rate is inversely related with the initial fitness. The effect on physiology and adaptation rate is a starting point for asking the key question: are evolutionary trajectories influnced by the growth conditions? The answer is negative: evolution experiments show the very same core of genetic changes at all sugar concentrations. The result is apparently at odds with previous publications, and the authors conclude that, in this particular setting, availability of carbon sources plays a minor role compared to impaired DNA replication. The different rates of adaptation in WT and mutant is rather explained by the initial fitness at the different glucose concentrations, which, as mentioned, is opposite in WT and ctf4-null mutants. The paper also reports a new mutation in MED14, component of the transcription mediator complex, which rescues the lack of Ctf4 activity. The study is interesting and asks a relevant question. The experiments are well executed and convincing, but the paper can be strengthened by testing some of the hypotheses which are put forward.

      Main points

      1- The raw data for evolutionary dynamics (Figure S2C) are fitted with the power law suggested by Wiser and Lenski, and return different values of the parameter 'b'. The authors say that the result depends greatly on the initial conditions ("due to the varying initial fitness of ctf4Δ cells across different glucose environments, they display an opposite trend to WT"). Around the initial values, however, the curves are non-monotonic, especially for low glucose availability. Both for WT and ctf4-null there is an initial drop in fitness, after which fitness increases. If one would neglect this initial dynamics, the value of the parameter 'b' would likely be different.

      The non-monotonic trend in fitness highlighted by the reviewer is likely due to technical factors: Fitness at Generation 0 was measured with high precision in a low-throughput manner early in the project. In contrast, fitness from Generation 100 to 1000 was measured later in the study in a high-throughput fashion, necessitated by the large number of competitions conducted (96 wells × 4 time points × 6 replicates = 2304 assays). This difference in methodologies may have introduced a slight offset when the datasets were combined at Generation 100. Following the reviewer’s suggestion, we have excluded the data point at Generation 100 responsible for this non-monotonic behavior and re-fitted the curves. While this adjustment has caused minor changes in the parameter ‘b’, the qualitative trends, particularly the opposing trends between WT and ctf4Δ as glucose increases, remain consistent (Figure_rev_only 1). To ensure transparency, we have retained all recorded fitness values in the original figure for reference.

      In general, one can question whether curves with this shape are best fitted by the power law proposed by Wiser and Lenski. For example, for the WT 0.25% glucose the linear fit gives a better R2 (why do the authors show the linear fit anyway?). This impression is further reinforced by the observation that Wiser and Lenski fit dynamics that last 50.000 generation, here the curves last 1/50th of it. In conclusion, I would question whether the parameter 'b' is a solid measurement of 'rate of adaptation'. Also, normalizations makes it difficult to appreciate the result shown in Figure 2B. I think the authors should look for a different way to show the different trend in adaptation dynamics for different glucose concentrations between wild types and mutants. For example, they could move Figure S2C in the main text to stress the result shown in Figure 2C, which already shows the difference between WT and mutant. This is especially true if what Figure 2C shows is (evo-anc)/evo. This is not fully clear to me: in the legend it refers to the delta, in the label of the y-axis I read that this is a percentage.

      We thank the reviewer for prompting us to clarify our methods for reporting fitness changes over time. The fitness values are reported, throughout the paper, as a percentage change relative to the reference WT strain. The gain in fitness during evolution (reported as Δ) represents the difference between the evolved strain (evo%) and the ancestral strain (anc%), calculated as Δ = evo% - anc%. This represents the absolute gain, rather than the relative gain. This value is still reported as a percentage as it’s the same scale and unit as the two values being subtracted. We have included additional details to clarify this aspect in the figure legend.

      “(C) Absolute fitness gains (Δ) at generation 1000 for evolved WT (upper panel, black) and ctf4Δ (lower panel, orange) populations. Box plots show median, IQR, and whiskers extending to 1.5×IQR, with individual data points beyond whiskers considered outliers. Absolute fitness gains were calculated by subtracting the ancestral relative fitness from the relative fitness of the evolved (Δ = evo% - anc%), both calculated as percentages relative to the same reference strain in the same glucose concentration.”

      To conclude: the data show a different trend between wild types and mutants, which is interesting. Fitting it with the power law seems to be neither required nor appropriate. I suggest the authors to show the WT vs mutant pattern differently.

      We followed the reviewer’s suggestion and moved Figure S2C, which depicts the detailed fitness trajectories over time, into the main manuscript as Figure 2D. We agree that presenting these trajectories alongside the absolute fitness gains (now in Figure S2C) provides a more intuitive and effective depiction of the evolutionary dynamics of WT and ctf4Δ strains without relying solely on the power-law fit. Additionally, we quantified the mean adaptation rate, calculated as the absolute fitness gain (Δ) divided by the total number of generations (now Figure 2B). While no individual method definitively captures the adaptation rates across the experiment, these complementary analyses consistently highlight the same trends noted by the reviewer. We have re-written the main text as follows:

      Line 171: “By generation 1000, both WT and ctf4Δ evolved lines achieved, on average, slightly higher fitness in low glucose compared to high glucose conditions (Fig S2B). However, due to the varying initial fitness of ctf4Δ cells across different glucose environments, they recovered the same extent of the original defect (Fig S2C). ctf4Δ lines displayed an opposite trend to WT, with increasing absolute fitness throughout the experiment as glucose concentration rose (Fig S2B vs S2D). The differint absolute fitness gains over the same number of generations highlight distinct mean adaptation rates (Fig 2B). These differences are evident when examining the evolutionary dynamics of the evolved lines over time (Fig 2C). Additionally, we approximated the fitness trajectories using the power law function (Fig 2C, dashed purple lines), previously proposed to describe long-term evolutionary dynamics in constant environments (Wiser et al., 2013). The parameter b in this formula determines the curve's steepness, and can be used to quantify the global adaptation rate over generations (Fig S2E). Collectively, these analyses demonstrate that, unlike WT cells, ctf4Δ lines adapt faster in the presence of high glucose. This evidence aligns with the declining adaptability observed in other studies (Moore et al., 2000; Kryazhimskiy et al., 2014; Couce & Tenaillon, 2015), where low-fitness strains consistently adapt faster than their more fit counterparts (Fig S2F).”

      Overall, these results demonstrate that cells can recover from fitness defects caused by constitutive DNA replication stress regardless of the glucose environment. However, adaptation rates under DNA replication stress exhibit opposing trends compared to WT cells, with faster adaptation yielding greater fitness gains in higher glucose conditions.”

      2- In Figure S2C, the individual trajectories for WT at 2% glucose are strangely variable. In this case, plotting the average does not make too much sense. This result is strange, since this is the default condition, where cells are grown without any change of sugar concentration. Can the authors give any rationale? Are there other available results to replace those published in Figure S2C?

      We agree with the reviewer that the individual trajectories for WT at 2% glucose are intriguing. However, we do not find these results necessarily “strange” as they could be explained by the following rationale: WT cells have been cultivated in 2% glucose since the 1950s, likely fixing most beneficial mutations for this condition. When many isogenic strains are evolved in parallel, (a) some lines show no improvement due to the scarcity of available beneficial mutations, (b) others exhibit slight decreases in fitness due to genetic drift fixing deleterious mutations, and (c) a few lines discover rare beneficial mutations, leading to fitness increases. In contrast, other conditions represent “newer” environments with larger mutational target sizes, resulting in more consistent outcomes.

      Prompted by the reviewer’s comment, we look for other studies reporting detailed fitness measurements of evolved WT strains in standard laboratory media. We downloaded and plotted the fitness data from Johnson et al. 2021, where authors studied the evolution of WT strains over 10.000 generations. Interestingly, we see that in the early phase of the evolution (generations 500-1400) evolved lines show similar levels of variability in fitness as the one reported in our study (Figure_rev_only 2). Of note is that in Johnson et al. 2021 most of the adaptive mutations alleviate the toxicity of the ade2-1 allele. In our WT strain the gene was preemptively restored, furter reducing the target size for adaptation in YPD.

      We believe it is important to report these measurements and decided to leave the original data, with the appropriate quantifications of variability, in Figure 2.

      3- The molecular explanation given for the rescue of ctf4-null proposes a very relevant role for dNTPs downregulation. Particularly, both for Irx1 and med14-H919P, the authors propose that this happens via Rnr1 downregulation. At this stage, this is only a hypothesis. The molecular verification of the central role of Rnr1 downregulation would make the conclusion much stronger. For example, a preliminary test would imply that duplicating RNR1 in ctf4-null irx1-null and/or ctf4-null med14-H919P would revert the rescue. Any other experiment addressing this point would be useful to improve the paper.

      We agree that the experiment suggested by the reviewer, or similar tests, would substantiate our hypotheses and strengthen the paper. Specifically, we plan to perturb dNTP production in both ctf4Δ ixr1Δ and ctf4Δ med14-H919P mutants through genetic manipulation of known factors involved in dNTP synthesis. We will then compare the resulting fitness to the expectations based on our hypotheses: reduced fitness benefits of the double mutants upon increasing dNTP levels and/or increased fitness in ctf4Δ mutants by decreasing dNTP levels through alternative mechanisms.

      4- The authors propose from Figure S4B that the rescue of ixr1-null is less evident at low sugar concentration since both conditions trigger a reduction of dNTPs. I think this is interesting, since it would provide a link between glucose concentration and evolutionary trajectories to adaptation, which is what the authors wanted to study. In particular, one would predict that 0.25% glucose would see less ixr1-null than the other glucose conditions. I could not (was not able to) confute this hypothesis from the data shown in the paper. Likewise, for med14-H919P. If the authors have not tested it, it would be worth trying.

      We had reported the appearance and frequency of all ‘core adaptive mutations’ (Figure S6C) but did not explicitly test the likelihood of their appearance under different glucose conditions. Following the reviewer’s suggestion, we have now performed χ2 tests (on the presence or absence of mutations) and ANOVA tests (on their mean frequency) to determine whether any mutation is particularly enriched or depleted in a given glucose environment. At first glance, the results do not support the hypothesis proposed by the reviewer. However, we note that although ixr1 mutants are less beneficial in low glucose than in high glucose, they still confer an 8% fitness advantage, which is likely sufficient to drive clones to fixation. We believe the reviewer’s reasoning is correct but is potentially masked by the still elevated fitness advantage of ixr1 in low glucose.

      To better convey the results of this analysis, we have included a visual representation of the presence and frequency of the mutations in Figure 6A, and the results of the χ2 and ANOVA tests in Supplementary File 5. We also comment on the analysis as follows:

      Line 314: “Similarly, we did not detect differences in the frequency of occurrence (χ2 tests) or average fractions (ANOVA test) achieved by the mutations in the populations evolved under different glucose environments (Fig 6A, Fig S4C and Supplementary File 5. The presence of all mutations in the final evolved lines correlated with their fitness benefits, suggesting how their selection in all glucose conditions was mostly dictated by their relative fitness benefits, rather than the environment (Fig 6A).”

      5- The combination of the four genetic adaptation (Fig 6B) would benefit from an experimental verification to show that the different solutions are not mutually exclusive. This is not obvious: if more than one solution acts by reducing dNTPs, maybe their combined effect is less strong than what measured theoretically. The authors could derive some clones at the end of the experiment and Sanger sequencing some of the four genes, to confirm the co-presence of some of them in the same cell.

      The co-occurrence of nearly every combination of the four core adaptive mutations we identified can be inferred from their relative frequencies, as revealed by deep whole-genome sequencing of the evolved populations (Fig. S4C). In these data, we observe populations carrying each pairwise combination of mutations at frequencies exceeding 50%, implying their coexistence. Moreover, many combinations of mutations approach or reach fixation. A particularly striking example is ctf4Δ Population 11, evolved in 8% glucose, where all core adaptive mutations are present at 100% frequency. These findings provide robust evidence that the different adaptive solutions are not mutually exclusive and can coexist within the same genetic background.

      Nevertheless, we agree that experimentally verifying the compatibility and fitness of the four genetic adaptations described in Figure 6B (now Fig 6C) would further strengthen our conclusions. To this end, we plan to reconstruct all combinations of mutations observed at high frequency in the final evolved populations. We will then measure their fitness and compare it to that of the evolved populations, as well as to the theoretical expectations based on additivity currently presented in Figure 6C.

      Minor points

      Figures

      • S4B: in the legend it should be explained that it is compared to ctf4D

      We now report how the values were obtained in the figure legend:

      (D = |anc%|-|reconstraucted%|)

      -2A: the color code is not fully clear to me: what does green and blue indicate? higher and lower than 2%?

      We apogise for not having included an explicit description of the color code in Figure 2A. Throughout the paper blue refers to glucose starvation (light blue for 0,25%, dark blue for 0,5%), while green refers to glucose abundance (light blue for 2%, dark blue for 8%). We now include a detailed description of the color code when it first appears (Fig 1B) and make sure is properly reported in all figure legends.

      • S3A: the authors should show the statistical difference between WT and ctf4-null, which is mentioned as non-existent in p.6

      The p value is now represented in Fig S3A

      Text

      • RNR1 is not really the gene with the highest score in Figure 5D, not even close: can you give a rationale for pin-pointing it (see also main point 3)?

      The reviewer is correct. Perturbations of the mediator complex, which regulate the expression of most of RNA PolII transcripts, is expected to result in changes in the expression of a large set of genes. However, our focus on dNTPs and RNR1 is based on the following rationale:

      1. Gene Ontology Enrichment Analysis: The downregulated genes in our dataset are enriched for the 'nucleotide metabolism' term, which includes pathways critical for dNTP production and directly linked to DNA replication and repair.

      2. Role of RNR1: Among the downregulated genes, RNR1 stands out as it encodes the major subunit of ribonucleotide reductase, the rate-limiting enzyme in dNTP synthesis. This enzyme is essential for DNA replication, and cells experiencing constitutive DNA replication stress, as in our system, are particularly sensitive to changes in dNTP levels.

      To make this rationale more explicit to the reader, we are adding the following sentence in the discussion:

      Line 404: “Nucleotide metabolism, particularly ribonucleotide reductase, is essential for dNTP production. Given the role of dNTPs in regulating DNA replication and repair, the advantage of med14-H919P mutants in the ctf4Δ background may stem from reduced dNTP levels caused by the perturbed TID domain."

      In addition, following the reviewers’ suggestions, we are conducting additional experiments to investigate the role of med14-H919P mutants in enhancing fitness under conditions of constitutive DNA replication stress (See response to reviewer #4). We anticipate that the final revised manuscript will offer further insights into the role of dNTPs or present alternative explanations for the observed phenomena.

      • The med14-H919P mutation is observed in 22/48 wells. I guess the authors checked already: are some of these wells close to each other in the plate?

      Correct. We took significant precautions in our experimental design to prevent cross-contamination, as outlined in the Materials and Methods section. Specifically, rows of ctf4Δ samples were alternated with rows of WT samples. Daily dilutions were then performed row by row using a 12 channels pipette. This approach ensured that any potential carry-over of cells would result in them being placed in wells containing a different genotype, where they would be eliminated by the consistent use of genotype-specific drugs.

      As a result of these measures, we do not observe any distinct pattern of core genetic adaptation corresponding to the plate layout (Figure_rev_only 3). The only exception are mutations in IXR1, which appear in all ctf4Δ strains (albeit with different alleles, see supplementary File 3). Moreover, we reasoned that if a highly fit strain had invaded other wells, all the pre-existing mutations from its lineage would have been detected in those wells. However, apart from the recurrent ixr1 and rad9 mutations, which are also strongly adaptive, we find no evidence of shared mutations in wells carrying the med14-H919P allele (Figure_rev_only 4).

      • Compensatory evolution of ctf4-null in 2% glucose is the experiment published by Fumasoni and Murray in eLife. In that paper, there is no trace of mutations in MED14. I think the authors should comment on this (different method for detecting putative compensatory mutations?).

      We also noticed the absence of MED14 mutations in the eLife study by Fumasoni and Murray and find this discrepancy intriguing. One possible explanation lies in methodological differences. Our current study employed an improved version of the mutational analysis pipeline. However, we have not yet reanalyzed the original data from the previous study to determine whether MED14 mutations were present but undetected.

      Interestingly, in the current study, we observed that in 2% glucose, MED14 mutations arose in only 3 out of 12 populations, a frequency lower than in other glucose conditions (Figure S6C). Assuming a similar frequency occurred in the 8 populations evolved in 2% glucose by Fumasoni and Murray (2020), one would expect only 2 populations to carry the mutation. This number falls below the threshold required for our algorithm to detect statistically significant parallelism.

      Additionally, two significant experimental differences may also contribute to the observed discrepancy. First, the culture volumes and vessels differed: 10 mL cultures in tubes were used previously, whereas 1.5 mL cultures in 96-well plates were used in the current study.

      • I may be mistaken, but Szamecz et al do not actually investigate whether different conditions result in different evolutionary trajectories (i.e., different genetics), and so their results may not be at odds with those presented here.

      The reviewer is correct that Szamecz et al. do not explicitly test whether different conditions result in different evolutionary trajectories. However, in the section titled “Compensatory Evolution Generates Diverse Growth Phenotypes across Environments,” they examine how lines evolved in 2% YPD perform across various environments. They report how in roughly 50% of the cases tested, evolved lines showed either no improvement or even some lower fitness than the ancestor (Figure 5A).

      While this could be explained by the accumulation of detrimental non-adaptive mutations in specific contexts, it likely implies that the adaptive strategies compensating for the original mutation in one environment do not confer similar benefits in other environments. This observation contrasts with our findings in Figure 6D, where we demonstrate that the main adaptive strategies provide a consistent benefit across diverse environments, including those with glucose, nitrogen, or phosphate abundance or starvation.

      We have now modified the introduction, results and discussion to avoid misleading interpretations:

      Line 42: “Szamecz and colleagues examined the evolutionary trajectories of 180 haploid yeast gene deletions over 400 generations (Szamecz et al., 2014). They found that, while fitness recovery occurred in the environment where evolution took place, the evolved lines often showed no improvement over their ancestors in other environments. This suggests that compensatory mutations beneficial in one environment often fail to restore fitness in others.”

      Line 327: “A previous study in yeast showed how evolved lines which compensate for detrimental defects of gene deletions in standard laboratory conditions often failed to show fitness benefits compared to their ancestor when tested in other environments (Szamecz et al., 2014). We thus investigated the extent to which the core genetic adaptation to DNA replication stress was beneficial under alternative nutrient conditions.”

      Line 422: “What could explain the discrepancies between our results, and previous studies on evolutionary repair highlighting the role of the environment in shaping evolutionary trajectories (Filteau et al., 2015), and the heterogeneous behavior of evolved lines in various environments (Szamecz et al., 2014)?”

      typos

      p.18, line 564 preformed -> performed

      1. 6 line 189 with a strongly skew -> with a strong skew ?

      Typos are now corrected in the main text

      Reviewer #2 (Significance):

      This is a well-done paper that could be of interest for the community of evolutionary biologists, scientists working on metabolism and cell division. It addresses an interesting problem, how metabolism affects compensatory evolution. Among the strengths: experiments are well done, the results are novel, the cross-talk between metabolism and evolutionary repair is intriguing. Among the weaknesses, the fact that the molecular explanations for the observations are only hypothesized and not tested experimentally. This is where the authors could improve the manuscript.

      Reviewer #3 (Evidence, reproducibility and clarity):

      This paper combines phenotypic and genomic data from an experimental evolution study in yeast to assess how repeatable evolution is in response to DNA replication stress. Importantly, the authors ask whether genotype by environment interactions influence repeatability of their evolved lines. To this end, the authors have constructed an elegant highly-replicated experiment in which two yeast genotypes (WT and CTF4 KO) were evolved under a variety of glucose levels for 1,000 generations. Recurrent mutations are found across many replicates, suggesting that repeatability is robust to GxE interactions. Of course, the authors correctly identify that these results are dependent on many particulars, as is always the case in biology, but provide a comprehensive discussion to accompany their results. I do not have any major comments to give, but simply some suggestions and points of clarification.

      Major comments: N/A

      Minor comments:

      L19: I found the definition for compensatory evolution/mutations to be somewhat vague in the introduction (and subsequently throughout the text). It's clear that this was written for a more medical/physiological audience, but without a more explicit explanation of compensatory evolution/mutations, it became difficult to properly weigh some claims/discussions made by the authors later on. Do you define compensatory mutations as those which completely recover WT function/fitness, or are simply of opposite effect to the altered genotype? Others define "compensatory evolution" as simply any epistastically interacting amino acid substitutions (Ivankov et al, 2014). It would be nice to see more explicitly defined.

      We thank the reviewer for highlighting the need for a precise definition of compensatory evolution and compensatory mutations. We recognize that the literature encompasses multiple definitions, including the one cited by the reviewer, which emphasizes compensatory mutations within the context of structural biology. This particular definition, prevalent in molecular evolution, was introduced by Kimura (Kimura, 1985) and is frequently used to explain the co-occurrence of amino acid mutations within a protein. These mutations offset each other’s defects, restoring or maintaining protein function. Here, however, we are using an older and broader definition of compensatory mutation, first introduced by Wright (Wright, 1964, 1977, 1982) and frequently used in evolutionary genomics (e.g., Moore et al., 2000; Szamecz et al., 2014; Rajon and Mazel, 2013; Eckartt et al., 2024). This definition includes any mutation in the rest of the genome that compensates (fully or partially) for another mutation's detrimental effects on fitness.

      We have now included this definition in the introduction:

      Line 19: “Compensatory evolution is a process by which cells mitigate the negative fitness effects of persistent perturbations in cellular processes across generations. This adaptation occurs through spontaneously arising compensatory mutations anywhere in the genome (Wright, 1964, 1977, 1982) that partially or fully alleviate the negative fitness effects of perturbations (Moore et al., 2000). The successive accumulation of compensatory mutations over evolutionary timescales progressively repair the cellular defects, ultimately restoring fitness.”

      Line 361: “Our findings demonstrate that while glucose availability significantly affects the physiology and adaptation speed of cells under replication stress, it does not alter the fundamental genome-wide compensatory mutations that drive fitness recovery and evolutionary repair.”

      Along these lines, I would have liked to see a more direct comparison/discussion of the degree to which deletion lines recovered. I can see from Fig 2E and Fig S2B that fitness increased quite a bit; would it not be possible to include a figure on the degree of compensation (basically relative fitness of evolved deletion lines - relative fitness of ancestral deletion lines)?

      If the reviewer is suggesting calculating the difference between the evolved and ancestor fitness, the data is already in Figure S2B and S2D, defined as ‘Absolute fitness gains Δ’ and calculated as Δ = evo% - anc%.

      If instead is suggesting to plot the fitness of evolved deletion lines (Y axis) against the relative fitness of ancestral deletion lines (X axis), we have now produced the plot is Figure S2F.

      To better understand the extent of the fitness recovery in Ctf4 strains, we have also calculated and plotted the ‘relative fitness gain’ calculated as |evo%| / |anc%| *100 (Figure S2C)

      We are now commenting on these comparisons in the following paragraph:

      Line 171: “By generation 1000, both WT and ctf4Δ evolved lines achieved, on average, slightly higher fitness in low glucose compared to high glucose conditions (Fig S2B). However, due to the varying initial fitness of ctf4Δ cells across different glucose environments, they recovered the same extenct of the original defect (Fig S2C), displaying an opposite trend to WT, with increasing absolute fitness throughout the experiment as glucose concentration rose (Fig S2B vs S2D). The differint absolute fitness gains over the same number of generations highlight distinct mean adaptation rates (Fig 2B). These differences are evident when examining the evolutionary dynamics of the evolved lines over time (Fig 2C). Additionally, we approximated the fitness trajectories using the power law function (Fig 2C, dashed purple lines), previously proposed to describe long-term evolutionary dynamics in constant environments (Wiser et al., 2013). The parameter b in this formula determines the curve's steepness, and can be used to quantify the global fitness change over generations (Fig S2E). Collectively, these analyses demonstrate that, unlike WT cells, ctf4Δ lines adapt faster in the presence of high glucose. This evidence aligns with the declining adaptability observed in other studies (Moore et al., 2000; Kryazhimskiy et al., 2014; Couce & Tenaillon, 2015), where low-fitness strains consistently adapt faster than their more fit counterparts (Fig S2F).”

      L57: Another minor nitpick that just comes down to semantics. When discussing "96 parallel populations", it invokes a higher sense of replication than is actually present in the study. I would rephrase this to something along the lines of "12 replicate populations across 8 treatments under conditions of [...]".

      We changed the sentence as follows:

      Line 66: “We evolved 96 parallel populations of budding yeast, organized into 12 replicate lines, across four conditions of glucose availability (from starvation to abundance) with or without replication stress.”

      L185-187: The wording here needs to be clarified. Be explicit in that are examine the ratio (or count) of synonymous to non-synonymous mutations here, otherwise the interpretations appears to be direct contradiction to the (as written) results. Only after viewing the supplemental figure was I able to figure out what exactly was meant here.

      We changed the sentence as follows:

      Line 212: “We found no significant differences in the numbers of synonymous mutations detected in evolved populations in WT and ctf4∆ populations (Fig. S3A). These results support the hypothesis that replication stress in ctf4∆ lines favors the retention of beneficial mutations, rather than simply increasing the overall mutation rate.”

      L349-350: The authors observe higher rates of adaptation in deletion lines than WT lines, and discuss this in adequate detail. Although not explicitly mentioned, this is consistent with a diminishing returns epistasis model (that could be beneficial to discuss, but is not necessary), which has been implicated in modulating the degree of repeatability observed along evolutionary trajectories (Wünsche et al. 2017). Although definitely not required for this already very nice manuscript, I think it would be very rewarding if the authors were to eventually analyze fine-scale dynamics of phenotypic and genomic adaptation to mine for these putative interactions and their influence on repeatability.

      We agree with the reviewer on how our results align with a model of diminishing returns epistasis. This pattern is apparent not only between ctf4Δ and WT lines but also among ctf4Δ lines evolved in different glucose conditions. This phenomenon likely arises from the interaction of various adaptive mutations, which we aim to explore further in a dedicated manuscript. However, until we do so, we prefer to refer generally to a pattern of declining adaptability. To explicit this trend we have now included Fig S2F and commented on it in the manuscript:

      Line 181: “This evidence aligns with the declining adaptability observed in other studies (Moore et al., 2000; Kryazhimskiy et al., 2014; Couce & Tenaillon, 2015), where low-fitness strains consistently adapt faster than their more fit counterparts (Fig S2F).”

      Line 388: "Our results are consistent with declining adaptability, as evidenced by the reduced rates of adaptation observed both between ctf4Δ and WT lines and among ctf4Δ lines evolved in different glucose conditions (Fig S2F)"

      Reviewer #3 (Significance):

      It is clear to me that a great deal of time and care has been put into this study and the preparation of this manuscript. The science and analyses are appropriate to answer the questions at hand, and it bodes well that whenever I had a question pop up while reading, they were typically answered immediately after. I think that this manuscript will be broadly relevant to both biologists both evolutionary and clinical, and was written in a way to be accessible to both.

      As someone with an expertise in repeatable evolution, I felt most excited by the observation of so many parallel substitutions at a single amino acid across deletion lines. As the authors rightfully point out in the results and discussion, it's likely that this degree of robustness is highly dependent on the particular mechanism of disruption that cells experience. The authors then go above and beyond to functionally validate the putative molecular mechanisms of (repeatable) adaptation in this system. While it may not always be possible to accomplish in non-model organisms, such multi-modal approaches will be crucial to advance the field of repeatable evolution.

      Reviewer #4 (Evidence, reproducibility and clarity):

      The authors investigated the effects of DNA replication stress on adaptation in different nutrient availabilities by passaging wild-type and ctf4Δ Saccharomyces cerevisiae in media with varying levels of glucose over ~1000 generations. The ctf4Δ strain experiences increased DNA replication stress due to the deletion of a non-essential replication fork protein. The authors found differences in evolution between wild-type and ctf4Δ yeast, which held across different growth media. This study identified a compensatory single amino acid variant in Med14, a protein in the mediator complex of RNA polymerase II, that was specifically selected in ctf4Δ strains. The authors conclude that while environmental nutrient availability has implications for cell fitness and physiology, adaptation is largely independent and instead dependent on genetic background. The data provide excellent support for the key aspects of the models, although some details are (to me) overstated.

      Major comments:

      • A ctf4Δ mutant strain was used to investigate the effects of replication stress. Why was this mutant chosen instead of other deletions that cause different types of replication stress?

      We appreciate the opportunity to clarify our rationale for choosing the ctf4Δ mutant. The following are the main reasons why we believe ctf4Δ strains represent an ideal tool to study a global perturbation of the DNA replication program over evolutionary timescales:

      1. General replication stress: The absence of Ctf4 perturbs replication fork progression, leading to a spectrum of replication stress-related phenotypes, including DNA damage sensitivity, single-stranded DNA gaps, reversed forks (Abe et al., 2018; Fumasoni et al., 2015), checkpoint activation (Poli et al., 2012), cell cycle delays (Miles and Formosa, 1992), increased recombination (Alvaro et al., 2007), and chromosome instability (Kouprina et al., 1992). This broad disruption makes it an excellent model for observing global perturbations in replication processes. In contrast, other mutants typically affect specific enzymatic (e.g., POL32 and RRM3) or signaling (e.g., MRC1) functions, making them better suited to address specific questions.
      2. Constitutive stress: Unlike drug-induced stress (e.g., Hydroxyurea; Krakoff et al., 1968) or conditional depletion systems (e.g., GAL1-POLε; Zhang et al., 2022), which cells can easily circumvent through single mutations, ctf4Δ enforces persistent replication stress. Its deletion cannot be complemented by a single mutation, ensuring a robust and consistent stress environment for evolutionary studies.

      We have now modified the main text to convey these advantages in a concise form:

      Line 91: “In the absence of Ctf4, cells exhibit multiple defects commonly associated with DNA replication stress, such as single-stranded DNA gaps and altered replication forks (Fumasoni et al., 2015), leading to basal cell cycle checkpoint activation (Poli et al., 2012). These defects result in severe and persistent growth impairments, cell cycle delays, elevated nucleotides pools and chromosome instability (Miles and Formosa, 1992; Kouprina et al., 1992; Poli at al., 2012), making ctf4Δ mutants an ideal model for studying the cellular consequences of general and constitutive replication stress over evolutionary time.”

      It's not clear from the study that the effects are generalizable to other forms of replication stress.

      As with any method to induce DNA replication stress (including commonly used drugs like HU) each approach inevitably affects replication in a specific manner. Testing the broader applicability of our conclusions would require evolving additional strains with different replisome perturbations. For instance, mutations in ELG1 and CTF18 (affecting the alternative Replication Factor C), POL30 (affecting the sliding clamp PCNA), POL32 (affecting Polε), RRM3 (protective helicase) and (MRC1 (coordinating leading strand activities and signalling to the checkpoint) would have to be taken into account. Furthermore, specific mutant alleles of Ctf4 that disrupt interactions with particular binding partners (Such as ctf4–4E and ctf4–3E, perturbing the interaction with the CMG helicase and accessory factors respectively) will be highly informative on which specific aspects of the replication stress generated by the lack of Ctf4 each adaptive mutation alleviate.

      However, accommodating such extensive variability would inflate the sample size to an extent that will become unfeasible within the experimental design focused on capturing parallel evolution over a nutrient gradient (the primary focus of this study). We agree that this is an important question and intend to address it comprehensively in a dedicated future study.

      • The authors could be clearer that a (the?) cause of the ctf4∆ fitness defect is spurious upregulation of RNR1. I don't think it is mentioned until the Discussion, but it is highly relevant to Fig 4, and to the adaptations one would expect from ctf4∆.

      We thank the reviewer for the opportunity to clarify this aspect. We do not think that the fitness defects of ctf4∆ cells stem solely from the spurious upregulation of RNR1. However, we believe that a major aspect of the evolutionary adaptation is aimed at decreasing dNTP levels, potentially through different mechanisms. We are now mentionig increased dNTPs as major phenotype of ctf4∆ and commenting on the hypothesis more clearly in the discussion.

      Line 93: “These defects result in severe and persistent growth impairments, cell cycle delays, elevated nucleotides pools and chromosome instability (Miles and Formosa, 1992; Kouprina et al., 1992; Poli at al., 2012)”

      Line 409: “This condition will, in turn, be detrimental when proliferation rates are high (as in WT in high glucose) but beneficial under constitutive DNA replication stress (ctf4Δ), where cells experience spurious upregulation of dNTP production (Poli et al., 2012; Davidson et al., 2012).

      • In Figure 1E, there is a very large spread in the relative fitness at 2% and 8% glucose, but this was not commented on. Is this heteroscedasticity expected?

      The observed heteroscedasticity is expected. Our competition assays tend to exhibit increased variability when a strain approaches very low fitness levels. Specifically, as one strain nears extinction by the third day of competition, its abundance is estimated based on a much smaller number of events in the flow cytometer. Furthermore, we noticed a small number of reference cells carrying pACT1-yCerulean not showing strong fluorescence in 8% glucose. The nature of this effect is uncertain, and possibly linked to metabolism-linked changes in the cytoplasm. The combination of these two phenomena amplifies the impact of noise inherent to the methodology, leading to increased variability across replicates.

      Nontheless, the overall decreasing fitness trend across glucose conditions, combined with the statistical significance observed between high and low glucose levels, collectively convey a roboust phenotype

      • The med14-H919P mutant was highly selected in ctf4Δ strains, independent of glucose availability. Is this variant found in any natural yeast strains (i.e., are there environments that select for this variant)? Also, if this variant is found in natural strains, does it co-occur with other mutations that could affect DNA replication?

      We agree that this is an intriguing question. To address it, we plan to explore existing databases of variants identified in S. cerevisiae natural isolates. Specifically, we will investigate whether the med14-H919P mutation is present in these strains, identify any potential environmental factors that may select for it, and assess whether it co-occurs with other mutations that could influence DNA replication processes.

      • The statement on lines 271-273 is not particularly well-supported. The analysis of the Warfield data suggest that reduced expression of RNR1 could be causal, but the data don't go as far as showing how the med14 mutation is advantageous in ctf4∆. Further experimentation would be necessary to support the possibilities that the authors discuss.

      The sentence the reviewer refers to is: “Overall, these results show how an amino acid substitution in the Med14 subunit of the mediator complex, putatively affecting transcription, is strongly selected, and advantageous, in the presence of constitutive DNA replication stress.” We are unsure which aspect of the statement is seen as unsupported. The mutation's strong selection in ctf4∆ is demonstrated in Figures 5A, 6A, and S4C, while its advantageous nature is supported by Figures 5B and S4B. Regarding the mechanism, we have been cautious with our phrasing, describing its effect on transcription as "putative" (Line 272) and suggesting that our observations “are compatible with” reduced dNTP availability in med14-H919P cells due to RNR1 downregulation (Line 361).

      The main focus of this study is to explore how nutrient availability influences evolutionary dynamics and compensatory adaptation in cells lacking Ctf4. We believe the identification of a novel selected allele (Fig. 5A) and confirmation of its benefit across glucose conditions (Fig. 5B) serves as an excellent complement to the primary conclusions (present in the title). We invite the reviewer to consider that the molecular basis of such a phenotype is not mentioned in our abstract, as we believe that its precise characterization would require a dedicated study on Med14.

      Nonetheless, we are encouraged by the reviewer’s interest in this newly identified compensatory mutant (also noted by Reviewer #2), and we are eager to perform further experiments to better understand the biological processes affected by this mutation. We plan to extend our work as follows:

      Based on known phenotypes associated with perturbations of Med14, we propose the following novel hypotheses regarding the mechanism by which med14-H919P alleviates ctf4Δ defects:

      1. Decreased replication-transcription conflicts: Conflicts between the transcription machinery and replication forks are known to cause fragile sites, leading to increased chromosome breaks and genomic instability (Garcia-Muse and Aguilera, 2016). A general reduction in PolII transcription during replication, resulting from perturbations of the mediator complex, could reduce these conflicts and mitigate the fitness defects observed in ctf4Δ cells.
      2. Increased cohesin loading: We have demonstrated that amplification of the cohesin loader SCC2 is beneficial in the absence of Ctf4. Recent findings (Mattingly et al., 2022) indicate that the mediator complex recruits SCC2 to PolII-transcribed genes. The med14-H919P mutation may enhance the fitness of ctf4Δ cells by facilitating cohesin loading during DNA replication.
      3. Decreased dNTP levels: As discussed in the manuscript, perturbations of Med14 subunits in the mediator complex reduce the expression of genes, including those associated with nucleotide metabolism. Notably, these include RNR1, the major subunit of ribonucleotide reductase. The med14-H919P mutation could benefit the ctf4Δ background by counteracting the reported spurious increase in dNTPs, which affects replication fork speed (Poli et al., 2012).

      We plan to distinguish between these hypotheses using the following approaches. First, the proposed mechanisms underlying Hypotheses 1 and 3 suggest that med14-H919P is a loss-of-function mutation, while Hypothesis 2 implies a gain-of-function effect. Testing the impact of a heterozygous med14-H919P allele in a homozygous ctf4Δ strain will allow us to differentiate between these two categories of mechanisms. Additionally, we aim to investigate the molecular process affected by the med14-H919P allele by analyzing its genetic interactions with genes involved in replication-transcription conflicts, cohesin loading, and dNTP production (See also response to reviewer #2).

      We believe that the results of these experiments will provide further insights on the mechanism of suppression exerted by med14-H919P in the presence of constitutive DNA replication stress, without diverting the reader from the main message of the paper.

      • The authors comment that the med14-H919P mutant could have implications for the stability of Med14, based on computational modelling. Verifying the stability of the med14-H919P in vivo would strengthen this discussion.

      We believe that in vivo and in vitro structural studies investigating the effect of this mutation on the stability and function of the Mediator complex are beyond the scope of this manuscript. These investigations would be more appropriately addressed in future, dedicated studies focused on these specific aspects.

      • In the discussion, the authors propose that the context of the perturbation may influence the robustness of adaptation. A more detailed explanation of this point (including a discussion of the findings of other similar studies investigating different conditions) would be helpful to further bolster this section.

      We are now supporting this concept more explicitly by commenting on other studies as follows:

      Line 429: “Third, the environment’s influence on compensatory evolution may depend on the specific cellular module perturbed and its genetic interactions with other modules that are significantly influenced by environmental conditions. For example, the actin cytoskeleton, which must rapidly respond to extracellular stimuli, is likely to be more directly influenced by environmental factors (Filateau et al., 2015) compared to the DNA replication machinery, which operates within the nucleus and is relatively insulated from such changes. Supporting this idea, a study examining mutants’ fitness across diverse environments found that conditions such as different carbon sources or TOR inhibition, similar to those used in this study, primarily affected genes involved in vesicle trafficking, transcription, protein metabolism, and cell polarity. In contrast, genes associated with genome maintenance, as well as their epistatic interactions, were largely unaffected (Costanzo et al., 2021)”.

      In addition, to further substantiate this hypothesis, we plan to re-analyze published datasets on fitness and epistatic interactions among genes in various environments, testing whether specific cellular modules are more prone to changes following shifts in nutrient conditions.

      Minor comments: - Competitions were performed between ctf4Δ strains and a constructed strain with yCerulean integrated at ACT1. Is the fitness of the fluorescent strain comparable to the ancestral wild-type strain (i.e., in a competition between the ancestral WT and the fluorescent strain, does either have an advantage)?

      We noticed a slight disadvantage of the reference strain compare to WT, likely due to the costs of the extra fluorescence reporter. However, the disadvantage is minimal, ranging from -0.5 to -2.5 depending on the glucose environment (raw measurments are reported supplementary file 1, sheet 5). To take this into account, all fitness reported in figures are normalized for the WT value measured in the same environment line 613: “Relative fitness of the ancestral WT strain was used to normalize fitness across conditions.​​”

      • In Figure 3, the legends for panels B and C appear to be swapped. Discussion of Figure 3 on pages 6 and 7 appear to reference the wrong panels.

      We are unsure about this typo. Main text and figure legend seem to refer to the appropriate panels, 3B for mutation fractions and 3C for mutation counts. Perhaps the organization of the panels with B being under A instead of on its right confounds the reader?

      • In Figure 4A and B, having the same colour scale between both heatmaps is misleading, as the scales are different. Consider having the same scale across both heatmaps so that enrichments are visually comparable.

      Following the reviewer’s suggestion we have have chosen a uniform heatmap to visually represent GO terms enrichment in WT and ctf4∆ genetic backgrounds.

      • In Figure 4C, having a legend in the figure for node size would be helpful to understand the actual number of populations with mutations in each gene.

      A legend for node size has now being added next to Figure 4C.

      Reviewer #4 (Significance):

      In this study, a high-throughput evolution experiment uncovered the effects of genetic background on the development of adaptive mutations. The authors were able to identify a single amino acid variant of Med14 (med14-H919P) that was positively selected in ctf4Δ. Furthermore, they demonstrated the causality of med14-H919P in conferring a fitness advantage in ctf4Δ. The novelty of this mechanistic finding opens future avenues of investigation regarding the interaction network of the mediator complex in conditions of DNA replication stress. A limitation of the study is that only one mechanism of replication stress was assessed (ctf4Δ). Other gene mutations that cause replication stress would be interesting to assess and would provide a more thorough investigation of the effects of DNA replication factors on evolvability. This work will be of interest to researchers in the population genetics and genotype-by-environment fields, as it suggests the robustness of evolvability to environmental factors in the specific condition of DNA replication stress. As discussed by the authors, this finding differs from other works that have linked environmental conditions to adaptive evolution to different conditions, and is concordant with work that indicates the robustness of genetic interactions to environmental stresses. Furthermore, the identification of the highly-selected med14-H919P variant will be of interest to the DNA replication field. There is the potential for future work investigating the role of Med14 in mediating the response to DNA replication stress in both yeast and mammalian cell contexts, since the authors note that there are links between altered mediator complex regulation and cancers. Although I suspect that the very different regulation of RNR in mammalian cells makes it unlikely that the kind of upregulation of dNTP pools seen in ctf4∆ would be induced by replication stress in mammalian cells.

    2. Note: This preprint has been reviewed by subject experts for Review Commons. Content has not been altered except for formatting.

      Learn more at Review Commons


      Referee #2

      Evidence, reproducibility and clarity

      Review of "Compensatory evolution to DNA replication stress is robust to nutrient availability" from Natalino and Fumasoni.

      The paper addresses the effect of sugar availability in shaping compensatory evolution. The first observation of the paper is that cell physiology changes by modulating glucose availability also in strains that come with defective DNA replication (ctf4-null previously studied by the authors). An intriguing result is that ctf4-null grows comparatively better in low concentrations of glucose. This is hypothesized to be a consequence of both the decrease in dNTPs in low glucose, which causes slow down of fork progression, and/or reduced fork collapse at rDNA locus. Hence, wild types and ctf4-null show an opposite trend: in the mutant, the lowest concentration of glucose is the least affected by the mutation; in wild type, the highest concentration is the least affected. Adaptation rate is inversely related with the initial fitness.

      The effect on physiology and adaptation rate is a starting point for asking the key question: are evolutionary trajectories influnced by the growth conditions? The answer is negative: evolution experiments show the very same core of genetic changes at all sugar concentrations. The result is apparently at odds with previous publications, and the authors conclude that, in this particular setting, availability of carbon sources plays a minor role compared to impaired DNA replication. The different rates of adaptation in WT and mutant is rather explained by the initial fitness at the different glucose concentrations, which, as mentioned, is opposite in WT and ctf4-null mutants.

      The paper also reports a new mutation in MED14, component of the transcription mediator complex, which rescues the lack of Ctf4 activity. The study is interesting and asks a relevant question. The experiments are well executed and convincing, but the paper can be strengthened by testing some of the hypotheses which are put forward.

      Main points

      1. The raw data for evolutionary dynamics (Figure S2C) are fitted with the power law suggested by Wiser and Lenski, and return different values of the parameter 'b'. The authors say that the result depends greatly on the initial conditions ("due to the varying initial fitness of ctf4Δ cells across different glucose environments, they display an opposite trend to WT"). Around the initial values, however, the curves are non-monotonic, especially for low glucose availability. Both for WT and ctf4-null there is an initial drop in fitness, after which fitness increases. If one would neglect this initial dynamics, the value of the parameter 'b' would likely be different. In general, one can question whether curves with this shape are best fitted by<br /> the power law proposed by Wiser and Lenski. For example, for the WT 0.25% glucose the linear fit gives a better R2 (why do theauthors show the linear fit anyway?). This impression is further reinforced by the observation that Wiser and Lenski fit dynamics that last 50.000 generation, here the curves last 1/50th of it. In conclusion, I would question whether the parameter 'b' is a solidmeasurement of 'rate of adaptation'. Also, normalizations makes it difficult to appreciate the result shown in Figure 2B.

      I think the authors should look for a different way to show the different trend in adaptation dynamics for different glucose concentrations between wild types and mutants. For example, they could move Figure S2C in the main text to stress the result shown in Figure 2C, which already shows the difference between WT and mutant. This is especially true if what Figure 2C shows is (evo-anc)/evo. This is not fully clear to me: in the legend it refers to the delta, in the label of the y-axis I read that this is a percentage.

      To conclude: the data show a different trend between wild types and mutants, which is interesting. Fitting it with the power law seems to be neither required nor appropriate. I suggest the authors to show the WT vs mutant pattern differently.<br /> 2. In Figure S2C, the individual trajectories for WT at 2% glucose are strangely variable. In this case, plotting the average does not make too much sense. This result is strange, since this is the default condition, where cells are grown without any change of sugar concentration. Can the authors give any rationale? Are there other available results to replace those published in Figure S2C?<br /> 3. The molecular explanation given for the rescue of ctf4-null proposes a very relevant role for dNTPs downregulation. Particularly, both for Irx1 and med14-H919P, the authors propose that this happens via Rnr1 downregulation.

      At this stage, this is only a hypothesis. The molecular verification of the central role of Rnr1 downregulation would make the conclusion much stronger. For example, a preliminary test would imply that duplicating RNR1 in ctf4-null irx1-null and/or ctf4-null med14-H919P would revert the rescue. Any other experiment addressing this point would be useful to improve the paper.<br /> 4. The authors propose from Figure S4B that the rescue of ixr1-null is less evident at low sugar concentration since both conditions trigger a reduction of dNTPs. I think this is interesting, since it would provide a link between glucose concentration and evolutionary trajectories to adaptation, which is what the authors wanted to study.

      In particular, one would predict that 0.25% glucose would see less ixr1-null than the other glucose conditions. I could not (was not able to) confute this hypothesis from the data shown in the paper. Likewise, for med14-H919P. If the authors have not tested it, it would be worth trying.<br /> 5. The combination of the four genetic adaptation (Fig 6B) would benefit from an experimental verification to show that the different solutions are not mutually exclusive. This is not obvious: if more than one solution acts by reducing dNTPs, maybe their combined effect is less strong than what measured theoretically. The authors could derive some clones at the end of the experiment and Sanger sequencing some of the four genes, to confirm the co-presence of some of them in the same cell.

      Minor points

      Figures

      • S4B: in the legend it should be explained that it is compared to ctf4D .
      • 2A: the color code is not fully clear to me: what does green and blue indicate? higher and lower than 2%?
      • S3A: the authors should show the statistical difference between WT and ctf4-null, which is mentioned as non-existent in p.6

      Text

      • RNR1 is not really the gene with the highest score in Figure 5D, not even close: can you give a rationale for pin-pointing it (see also main point 3)?
      • The med14-H919P mutation is observed in 22/48 wells. I guess the authors checked already: are somee of these wells<br /> close to each other in the plate?
      • Compensatory evolution of ctf4-null in 2% glucose is the experiment published by Fumasoni and Murray in eLife. In that paper,<br /> there is no trace of mutations in MED14. I think the authors should comment on this (different method for detecting<br /> putative compensatory mutations?).
      • I may be mistaken, but Szamecz et al do not actually investigate whether different conditions result in different<br /> evolutionary trajectories (i.e., different genetics), and so their results may not be at odds with those presented here.

      typos

      p.18, line 564 preformed -> performed

      p. 6 line 189 with a strongly skew -> with a strong skew ?

      Significance

      This is a well-done paper that could be of interest for the community of evolutionary biologists, scientists working on metabolism and cell division. It addresses an interesting problem, how metabolism affects compensatory evolution. Among the strengths: experiments are well done, the results are novel, the cross-talk between metabolism and evolutionary repair is intriguing. Among the weaknesses, the fact that the molecular explanations for the observations are only hypothesized and not tested experimentally. This is where the authors could improve the manuscript.

    3. Note: This preprint has been reviewed by subject experts for Review Commons. Content has not been altered except for formatting.

      Learn more at Review Commons


      Referee #1

      Evidence, reproducibility and clarity

      This study investigates the compensatory evolutionary response of Saccharomyces cerevisiae to DNA replication stress, focusing on the influence of genotype-environment interactions (GXE). The authors used a range of experimental conditions with varying nutrient levels to assess evolutionary outcomes under replication stress. Their genomic analysis reveals that while glucose levels affect initial adaptation rates, the genetics of adaptation remain robust across all nutritional environments.

      The research offers new insights into the adaptability of S. cerevisiae, emphasizing the role of the nutritional environment in evolutionary processes related to DNA replication stress. It identifies recurrent advantageous mutations under different macronutrient availabilities and uncovers a novel role for the RNA polymerase II mediator complex in adaptation to replication stress.

      Overall, this well-designed study adds to the growing recognition of the complexity and robustness of evolutionary responses to environmental stressors. It provides strong evidence that compensatory evolution to replication stress is robust across varying nutritional conditions. It both challenges and reinforces previous findings regarding the resilience of the yeast genetic interaction network to environmental perturbations. The detailed analysis of specific compensatory mutations and their fitness impacts across different conditions offers valuable insights into adaptive dynamics over 1000 generations, contributing a clear empirical framework for understanding how replication-associated stress shapes evolutionary outcomes in diverse environments. Based on the analysis:

      1. The conclusions are generally well-supported by the presented data. The evolution experiments and genomic analyses are robust and provide convincing evidence for the study's main claims. The authors took steps to eliminate bias, such as maintaining an adequate Ne, which, if not done, could have compromised their conclusions by affecting genetic drift and limiting the population's access to beneficial mutations.
      2. The figures are well-designed and easy to understand.
      3. The methodology is well-described and appears reproducible. The authors provide sufficient details on experimental procedures. Experimental replication is adequate, with multiple evolutionary lines.
      4. They also made efforts to validate their observations, such as the validation of mutations, the prediction of interactions in the Med14 structure, and its potential implication in gene regulation, as well as the analysis of the cumulative fitness benefit and the reconstruction of the quadruple mutant.

      There are, however, a few results that would benefit from further clarification:

      1. The experimental design is strong, offering a diverse range of conditions. However, the high glucose condition (8%) stands out as significantly different from the neutral 2% condition, both in range and margin, compared to the low glucose conditions (0.25-0.5%). While this mainly affects growth profiles and evolvability in the early generations, a brief explanation in the discussion would strengthen the conclusions. Specifically, addressing:

      a) The rationale behind selecting these particular glucose concentrations.

      b) How other glucose concentrations might influence the outcomes.<br /> Providing this additional context would enhance the reader's understanding of the experimental setup and its potential implications, while also offering insights into the broader applicability of the findings and possible directions for future research.<br /> 2. In the discussion section, a more explicit comparison with similar studies in other model organisms would help contextualize the findings within the broader field of evolutionary biology. While the results appear robust, it would be beneficial to explore how they align with or contrast to previous studies on DNA damage, particularly in bacteria or highly complex eukaryotes.

      Minor comments:

      1. The presentation of data in the figures is clear and informative. However, some figure legends could benefit from more detailed explanations. For example, although the statistical tests used are mentioned in the methods section, it would be helpful to also include them in the figure legends, such as in legend 1acde, as well as in all other figures.
      2. In terms of broader conclusions, here are a few suggestions, though they are, of course, optional:

      a) The study could benefit from exploring the potential trade-offs of adaptive mutations in the hypothetical return to environments without replication stress, at least theoretically. This would provide a more comprehensive understanding of the evolutionary constraints.

      b) A brief discussion of the potential limitations of using lab strains versus wild isolates of S. cerevisiae would offer valuable context for the generalizability of the findings.

      c) It would be valuable to present the differences in ploidy in the context of other studies, such as the nutrient-limitation hypothesis (e.g., 'The Evolutionary Advantage of Haploid Versus Diploid Microbes in Nutrient-Poor Environments' by Bessho, 2015), since, as previously demonstrated by the authors of this article that is being reviewed, ploidy may influence the evolutionary trajectories of DNA repair. Interrelating these three terms: nutrient-limitation, ploidy, and DNA repair could be an interesting avenue to explore in the discussion.<br /> 3. Specific details:

      a) Line 116: To improve clarity, it would be beneficial to refer to the figure right after the statement: 'However, their relative fitness improved compared to the WT reference as the initial glucose levels (Figure X).'

      b) Line 404: The statement about antibiotics and cancer progression is somewhat brief here; it might be helpful to provide more context on why this mechanism influences these processes (here or before).

      c) Line 418: "were re-suspended in water containing zymolyase (Zymo Research, Irvine, CA, US, 0.025 μ/μL), incubated at". Something is missing in the units.

      d) Line 459: "and G2 phases for each genotype was estimated by deriving the the relative cell distribution". The article "the" is repeated.

      e) Fig. 1a: The x-axis ticks appear misaligned, which makes it difficult to interpret the boxplots. For example, at 0.25, the tick is closer to the orange boxplot than to the black one. In contrast, at 2%, the tick seems well-centered."

      f) Figure 3 could benefit from a general legend at the top regarding the colors, as finding it in 2c was not intuitively easy.

      g) I didn't review the code on GitHub.

      Significance

      The main strength of the study is that it shows robustness of compensatory evolution across varying nutrient conditions. The study adds to the growing body of literature on DNA replication stress and evolutionary adaptation by showing that compensatory evolution can occur regardless of nutrient availability. This fundamental finding challenges prior assumptions that nutrient conditions significantly alter evolutionary outcomes, contributing to a more nuanced understanding of how cells respond to stress. Furthermore, the discovery of the RNA polymerase II mediator complex's role in this process is particularly novel and opens new lines of investigation.

      Advance in the field: The results advance our understanding of evolutionary biology, particularly in the context of DNA replication stress and compensatory evolution. The study demonstrates that evolutionary repair mechanisms are predictable, even under variable environmental conditions, which has key implications for evolutionary biology and therapeutic applications.

      Audience:

      This paper will be of interest to a specialized audience in evolutionary biology, genomics, and cell biology, particularly those interested in DNA replication stress and adaptive evolution. Researchers studying stress responses in model organisms, such as S. cerevisiae, will find the findings valuable, as will those working in applied fields where stress adaptation is a critical factor (e.g., industrial yeast fermentation, drug development, disease resistance, cancer research, or aging studies).

      Expertise:

      Evolutionary biology, genomic analysis, and cellular stress responses, with a particular focus on experimental evolution under DNA damage stress in Saccharomyces cerevisiae. Recently graduated and beginner reviewer.

    1. Reviewer #3 (Public review):

      Summary:

      This paper presents evidence from three behavioral experiments that causal impressions of "launching events", in which one object is perceived to cause another object to move, depend on motion direction-selective processing. Specifically, the work uses an adaptation paradigm (Rolfs et al., 2013), presenting repetitive patterns of events matching certain features to a single retinal location, then measuring subsequent perceptual reports of a test display in which the degree of overlap between two discs was varied, and participants could respond "launch" or "pass". The three experiments report results of adapting to motion direction, motion speed and "object identity", and examine how the psychometric curves for causal reports shift in these conditions depending on the similarity of adapter and test. While causality reports in the test display were selective for motion direction (Experiment 1), they were not selective for adapter-test speed differences (Experiment 2) nor for changes in object identity induced via color swap (Experiment 3). These results support the notion of a biological implementation of causality perception in the visual system, possibly even independently of computations of object identity.

      Strengths:

      The setup of the research question and hypotheses are exceptional. The authors thoroughly discuss relevant literature to clearly link their launch/pass paradigm to impressions of causality, strengthening their hypothesis and conclusions. The experiments are carefully performed (appropriate equipment, careful control of eye movements). The slip adaptor is a really nice control condition and effectively mitigates the need to control for motion direction with a drifting grating or similar. Participants were measured with sufficient precision, and a power curve analysis was conducted to determine the sample size. Data analysis and statistical quantification is appropriate. Data and analysis code will be shared on publication, in keeping with open science principles. The paper is concise and well written.

      Weaknesses:

      I would like to emphasise that in the employed paradigm and previously conducted similar study, the only report options are "launch" or "pass". As pointed out by the authors' reply, the adaptation to launches seems to be a highly specific process and likely is a consequence of the causal interaction between the objects. I would nonetheless be interested to see which of the stimulus features driving the adaptation effect observed here are relevant/irrelevant to subjective causal impressions in an experiment.

      References:

      Rolfs, M., Dambacher, M., & Cavanagh, P. (2013). Visual Adaptation of the Perception of Causality. Current Biology, 23(3), 250-254. https://doi.org/10.1016/j.cub.2012.12.017

    2. Author response:

      The following is the authors’ response to the original reviews.

      Reviewer #1 (Public Review):

      Summary: 

      The authors investigated causal inference in the visual domain through a set of carefully designed experiments, and sound statistical analysis. They suggest the early visual system has a crucial contribution to computations supporting causal inference. 

      Strengths: 

      I believe the authors target an important problem (causal inference) with carefully chosen tools and methods. Their analysis rightly implies the specialization of visual routines for causal inference and the crucial contribution of early visual systems to perform this computation. I believe this is a novel contribution and their data and analysis are in the right direction. 

      Weaknesses: 

      In my humble opinion, a few aspects deserve more attention: 

      (1) Causal inference (or causal detection) in the brain should be quite fundamental and quite important for human cognition/perception. Thus, the underlying computation and neural substrate might not be limited to the visual system (I don't mean the authors did claim that). In fact, to the best of my knowledge, multisensory integration is one of the best-studied perceptual phenomena that has been conceptualized as a causal inference problem.

      Assuming the causal inference in those studies (Shams 2012; Shams and Beierholm 2022;

      Kording et al. 2007; Aller and Noppeney 2018; Cao et al. 2019) (and many more e.g., by Shams and colleagues), and the current study might share some attributes, one expects some findings in those domains are transferable (at least to some degree) here as well. Most importantly, underlying neural correlates that have been suggested based on animal studies and invasive recording that has been already studied, might be relevant here as well.

      Perhaps the most relevant one is the recent work from the Harris group on mice (Coen et al. 2021). I should emphasize, that I don't claim they are necessarily relevant, but they can be relevant given their common roots in the problem of causal inference in the brain. This is a critical topic that the authors may want to discuss in their manuscript. 

      We thank the reviewer. We addressed this point of the public review in our reply to the reviewer’s suggestions (and add it here again for convenience). The literature on the role of occipital, parietal and frontal brain areas in causal inference is also addressed in the response to point 3 of the public review.

      “We used visual adaptation to carve out a bottom-up visual routine for detecting causal interactions in form of launching events. However, we know that more complex behaviors of perceiving causal relations can result from integrating information across space (e.g., in causal capture; Scholl & Nakayama, 2002), across time (postdictive influence; Choi & Scholl, 2006), and across sensory modalities (Sekuler, Sekuler, & Lau, 1997). Bayesian causal inference has been particularly successful as a normative framework to account for multisensory integration (Körding et al., 2007; Shams & Beierholm, 2022). In that framework, the evidence for a common-cause hypothesis is competing with the evidence for an independent-causes hypothesis (Shams & Beierholm, 2022). The task in our experiments could be similarly formulated as two competing hypotheses for the second disc’s movement (i.e., the movement was caused by the first disc vs. the movement occurred autonomously). This framework also emphasizes the distributed nature of the neural implementation for solving such inferences, showing the contributions of parietal and frontal areas in addition to sensory processing (for review see Shams & Beierholm, 2022). Moreover, even visual adaptation to contrast in mouse primary visual cortex is influenced by top-down factors such as behavioral relevance— suggesting a complex implementation of the observed adaptation results (Keller et al. 2017). The present experiments, however, presented purely visual events that do not require an integration across processing domains. Thus, the outcome of our suggested visual routine can provide initial evidence from within the visual system for a causal relation in the environment that may then be integrated with signals from other domains (e.g., auditory signals). Determining exactly how the perception of causality relates to mechanisms of causal inference and the neural implementation thereof is an exciting avenue for future research. Note, however, that perceived causality can be distinguished from judged causality: Even when participants are aware that a third variable (e.g., a color change) is the best predictor of the movement of the second disc in launching events, they still perceive the first disc as causing the movement of the second disc (Schlottmann & Shanks, 1992).”

      (2) If I understood correctly, the authors are arguing pro a mere bottom-up contribution of early sensory areas for causal inference (for instance, when they wrote "the specialization of visual routines for the perception of causality at the level of individual motion directions raises the possibility that this function is located surprisingly early in the visual system *as opposed to a higher-level visual computation*."). Certainly, as the authors suggested, early sensory areas have a crucial contribution, however, it may not be limited to that. Recent studies progressively suggest perception as an active process that also weighs in strongly, the topdown cognitive contributions. For instance, the most simple cases of perception have been conceptualized along this line (Martin, Solms, and Sterzer 2021) and even some visual illusion (Safavi and Dayan 2022), and other extensions (Kay et al. 2023). Thus, I believe it would be helpful to extend the discussion on the top-down and cognitive contributions of causal inference (of course that can also be hinted at, based on recent developments). Even adaptation, which is central in this study can be influenced by top-down factors (Keller et al. 2017). I believe, based on other work of Rolfs and colleagues, this is also aligned with their overall perspective on vision.  

      Indeed, we assessed bottom-up contributions to the perception of a causal relation. We agree with the reviewer that in more complex situations, for instance, in the presence of contextual influences or additional auditory signals, the perception of a causal relation may not be limited to bottom-up vision. While we had acknowledged this in the original manuscript (see excerpts below), we now make it even more explicit:

      “[…] we know that more complex behaviors of perceiving causal relations can result from integrating information across space (e.g., in causal capture; Scholl & Nakayama, 2002), across time (postdictive influence; Choi & Scholl, 2006), and across sensory modalities (Sekuler, Sekuler, & Lau, 1997).”

      “[…] Neurophysiological studies support the view of distributed neural processing underlying sensory causal interactions with the visual system playing a major role.”

      “[…] Interestingly, single cell recordings in area F5 of the primate brain revealed that motor areas are contributing to the perception of causality (Caggiano et al., 2016; Rolfs, 2016), emphasizing the distributed nature of the computations underlying causal interactions. This finding also stresses that the detection, and the prediction, of causality is essential for processes outside sensory systems (e.g., for understanding other’s actions, for navigating, and for avoiding collisions). The neurophysiology subserving causal inference further extend the candidate cortical areas that might contibute to the detection of causal relations, emphasizing the role of the frontal cortex for the flexible integration of multisensory representations (Cao et al., 2019; Coen et al., 2023).”

      However, there is also ample evidence that the perception of a simple causal relation—as we studied it in our experiments—escapes top-down cognitive influences. The perception of causality in launching events is described as automatic and irresistible, meaning that participants have the spontaneous impression of a causal relation, and participants typically do not voluntarily switch between a causal and a noncausal percept. This irresistibility has led several authors to discuss a modular organization underlying the detection of such events (Michotte, 1963; Scholl & Tremoulet, 2000). This view is further supported by a study that experimentally manipulated the contingencies between the movement of the two discs (Schlottmann & Shanks, 1992). In one condition the authors created a launching event where the second disc’s movement was perfectly correlated with a color change, but only sometimes coincided with the first disc’s movement offset. Nevertheless, participants reported seeing that the first disc caused the movement of second disc (regardless of the stronger statistical relationship with the color change). However, when asked to make conscious causal judgments, participants were aware of the color change as the true cause of the second disc’s motion—therefore recognizing its more reliable correlation. This study strongly suggests that perceived and judged causality (i.e., cognitive causal inference) can be dissociated (Schlottmann & Shanks, 1992). We have added this reference in the revised manuscript. Overall, we argue that our study focused on a visual routine that could be implemented in a simple bottom-up fashion, but we acknowledge throughout the manuscript, that in a more complex situation (e.g., integrating information from other sensory domains) the implementation could be realized in a more distributed fashion including top-down influences as in multisensory integration. However, it is important to stress that these potential top-down influences would be automatic and should not be confused with voluntary cognitive influences.

      “Note, however, that perceived causality can be distinguished from judged causality (Schlottmann & Shanks, 1992). Even when participants are aware that a third variable (e.g., a color change) is the best predictor of the movement of the second disc in launching events, they still perceive the first disc as causing the movement of the second disc (Schlottmann & Shanks, 1992).”

      (3) The authors rightly implicate the neural substrate of causal inference in the early sensory system. Given their study is pure psychophysics, a more elaborate discussion based on other studies that used brain measurements is needed (in my opinion) to put into perspective this conclusion. In particular, as I mentioned in the first point, the authors mainly discuss the potential neural substrate of early vision, however much has been done about the role of higher-tier cortical areas in causal inference e.g., see (Cao et al. 2019; Coen et al. 2021). 

      In the revised manuscript, we addressed the limitations of a purely psychophysical approach and acknowledged alternative implementations in the Discussion section.

      “Note that, while the present findings demonstrate direction-selectivity, it remains unclear where exactly that visual routine is located. As pointed out, it is also possible that the visual routine is located higher up in the visual system (or distributed across multiple levels) and is only using a directional-selective population response as input.”

      Moreover, we cite also the two suggested papers when referring to the role of cortical areas in causal inference (Cao et al, 2019; Coen et al., 2023):

      “Neurophysiological studies support the view of distributed neural processing underlying sensory causal interactions with the visual system playing a major role. Imaging studies in particular revealed a network for the perception of causality that is also involved in action observation (Blakemore et al., 2003; Fonlupt, 2003; Fugelsang et al., 2005; Roser et al., 2005). The fact that visual adaptation of causality occurs in a retinotopic reference frame emphazises the role of retinotopically organized areas within that network (e.g., V5 and the superior temporal sulcus). Interestingly, single cell recordings in area F5 of the primate brain revealed that motor areas are contributing to the perception of causality (Caggiano et al., 2016; Rolfs, 2016), emphasizing the distributed nature of the computations underlying causal interactions, and also stressing that the detection, and the prediction, of causality is essential for processes outside purely sensory systems (e.g., for understanding other’s actions, for navigating, and for avoiding collisions). The neurophysiological underpinnings in causal inference further extend the candidate cortical areas that might contibute to the detection of causal relations, emphasizing the role of the frontal cortex for the flexible integration of multisensory representations (Cao et al., 2019; Coen et al., 2023).”

      There were many areas in this manuscript that I liked: clever questions, experimental design, and statistical analysis.

      Thank you so much.

      Reviewer #1 (Recommendations for the authors):

      I congratulate the authors again on their manuscript and hope they will find my review helpful. Most of my notes are suggestions to the authors, and I hope will help them to improve the manuscript. None are intended to devalue their (interesting) work. 

      We would like to thank the reviewer for their thoughtful and encouraging comments.

      In the following, I use pX-lY template to refer to a particular page number, say page number X (pX), and line number, say line number Y (lY). 

      Major concerns and suggestions 

      - I would suggest simplifying the abstract and significance statement or putting more background in it. It's hard (at least for me) to understand if one is not familiar with the task used in this study. 

      We followed the reviewer’s suggestion and added more background in the beginning of the abstract. 

      We made the following changes:

      “Detecting causal relations structures our perception of events in the world. Here, we determined for visual interactions whether generalized (i.e., feature-invariant) or specialized (i.e., feature-selective) visual routines underlie the perception of causality. To this end, we applied a visual adaptation protocol to assess the adaptability of specific features in classical launching events of simple geometric shapes. We asked observers to report whether they observed a launch or a pass in ambiguous test events (i.e., the overlap between two discs varied from trial to trial). After prolonged exposure to causal launch events (the adaptor) defined by a particular set of features (i.e., a particular motion direction, motion speed, or feature conjunction), observers were less likely to see causal launches in subsequent ambiguous test events than before adaptation. Crucially, adaptation was contingent on the causal impression in launches as demonstrated by a lack of adaptation in non-causal control events. We assessed whether this negative aftereffect transfers to test events with a new set of feature values that were not presented during adaptation. Processing in specialized (as opposed to generalized) visual routines predicts that the transfer of visual adaptation depends on the feature-similarity of the adaptor and the test event. We show that negative aftereffects do not transfer to unadapted launch directions but do transfer to launch events of different speed. Finally, we used colored discs to assign distinct feature-based identities to the launching and the launched stimulus. We found that the adaptation transferred across colors if the test event had the same motion direction as the adaptor. In summary, visual adaptation allowed us to carve out a visual feature space underlying the perception of causality and revealed specialized visual routines that are tuned to a launch’s motion direction.”

      - The authors highlight the importance of studying causal inference and understanding the underlying mechanisms by probing adaptation, however, their introduction justifying that is, in my humble opinion, quite short. Perhaps in the cited paper, this is discussed extensively, but I'd suggest providing some elaboration in the manuscript. Otherwise, the study would be very specific to certain visual phenomena, rather than general mechanisms.  

      We have carefully considered the reviewer’s set of comments and concerns (e.g., the role of top-down influences, the contributions of the frontal cortex, and illustration of the computational level). They all appear to share the theme that the reviewer looks at our study from the perspective of Bayesian inference. We conducted the current study in the tradition of classical phenomena in the field of the perception of causality (in the tradition of Michotte, 1963 and as reviewed in Scholl & Tremoulet, 2000) which aims to uncover the relevant visual parameters and rules for detecting causal relations in the visual domain. Indeed, we think that a causal inference perspective promises a lot of new insights into the mechanisms underlying the classical phenomena described for the perception of causality. In the revised manuscript, we discuss therefore causal inference and how it relates to the current study. We now emphasize that in our study, a) we used visual adaptation to reveal the bottom-up processes that allow for the detection of a causal interaction in the visual domain, b) that the perception of causality also integrates signals from other domains (which we do not study here), and c) that the neural substrates underlying the perception of causality might be best described by a distributed network. By discussing Bayesian causal inference, we point out promising avenues for future research that may bridge the fields of the perception of causality and Bayesian causal inference. However, we also emphasize that perceived causality and judged causality can be dissociated (Schlottmann & Shanks, 1992).

      We added the following discussion:

      “We used visual adaptation to carve out a bottom-up visual routine for detecting causal interactions in form of launching events. However, we know that more complex behaviors of perceiving causal relations can result from integrating information across space (e.g., in causal capture; Scholl & Nakayama, 2002), across time (postdictive influence; Choi & Scholl, 2006), and across sensory modalities (Sekuler, Sekuler, & Lau, 1997). Bayesian causal inference has been particularly successful as a normative framework to account for multisensory integration (Körding et al., 2007; Shams & Beierholm, 2022). In that framework, the evidence for a common-cause hypothesis is competing with the evidence for an independent-causes hypothesis (Shams & Beierholm, 2022). The task in our experiments could be similarly formulated as two competing hypotheses for the second disc’s movement (i.e., the movement was caused by the first disc vs. the second disc did not move). This framework also emphasizes the distributed nature of the neural implementation for solving such inferences, showing the contributions of parietal and frontal areas in addition to sensory processing (for review see Shams & Beierholm, 2022). Moreover, even visual adaptation to contrast in mouse primary visual cortex is influenced by top-down factors such as behavioral relevance— suggesting a complex implementation of the observed adaptation results (Keller et al. 2017). The present experiments, however, presented purely visual events that do not require an integration across processing domains. Thus, the outcome of our suggested visual routine can provide initial evidence from within the visual system for a causal relation in the environment that may then be integrated with signals from other domains (e.g., auditory signals). Determining exactly how the perception of causality relates to mechanisms of causal inference and the neural implementation thereof is an exciting avenue for future research. Note, however, that perceived causality can be distinguished from judged causality: Even when participants are aware that a third variable (e.g., a color change) is the best predictor of the movement of the second disc in launching events, they still perceive the first disc as causing the movement of the second disc (Schlottmann & Shanks, 1992).”

      - I'd suggest, at the outset, already set the context, that your study of causal inference in the brain is specifically targeting the visual domain, if you like, in the discussion connect it  better to general ideas about causal inference in the brain (like the works by Ladan Shams and colleagues). 

      We would like to thank the reviewer for this comment. We followed the reviewer’s suggestion and made clear from the beginning that this paper is about the detection of causal relations in the visual domain. In the revised manuscript we write:

      “Here, we will study the mechanisms underlying the computations of causal interactions in the visual domain by capitalizing on visual adaptation of causality (Kominsky & Scholl, 2020; Rolfs et al., 2013). Adaptation is a powerful behavioral tool for discovering and dissecting a visual mechanism (Kohn, 2007; Webster, 2015) that provides an intriguing testing ground for the perceptual roots of causality.”

      As described in our reply to the previous comment, we now also discussed the ideas about causal inference.

      - To better illustrate the implication of your study on the computational level, I'd suggest putting it in the context of recent approaches to perception (point 2 of my public review). I think this is also aligned with the comment of Reviewer#3 on your line 32 (recommendation for authors).  

      In the revised manuscript, we now discuss the role of top-down influences in causal inference when addressing point 2 of the reviewer’s public review.

      Minor concerns and suggestions 

      - On p2-l3, I'd suggest providing a few examples for generalized and or specialized visual routines (given the importance of the abstract). I only got it halfway through the introduction. 

      We thank the reviewer for highlighting the need to better introduce the concept of a visual routine. We have chosen the term visual routine to emphasize that we locate the part of the mechanism that is affected by the adaptation in our experiments in the visual system. At the same time, the concept leaves space with respect to the extent to which the mechanism further involves mid- and higher-level processes. In the revised manuscript, we now refer to Ullman (1987) who introduced the concept of a visual routine—the idea of a modular operation that sequentially processes spatial and feature information. Moreover, we refer to the concept of attentional sprites (Cavanagh, Labianca, & Thornton, 2001)—attention-based visual routines that allow the visual system to semi-independently handle complex visual tasks (e.g., identifying biological motion).

      We add the following footnote to the introduction:

      “We use the term visual routine here to highlight that our adaptation experiments can reveal a causality detection mechanism that resides in the visual system. At the same time, calling it a routine emphasizes similarities with a local, semi-independent operation (e.g., the recognition of familiar motion patterns; see also Ullman, 1987; Cavanagh, Labianca, & Thornton, 2001) that can engage mid- and higher-level processes (e.g., during causal capture, Scholl & Nakayama, 2002; or multisensory integration, Körding et al., 2007).”

      In the abstract we now write:

      “Here, we determined for visual interactions whether generalized (i.e., feature-invariant) or specialized (i.e., feature-selective) visual routines underlie the perception of causality.”

      - On p4-l31, I'd suggest mentioning the Matlab version. I have experienced differences across different versions of Matlab (minor but still ...). 

      We added the Matlab Version.

      - On p6-l46 OSF-link is missing (that contains data and code). 

      Thank you. We made the OSF repository public and added the link to the revised manuscript.

      We added the following information to the revised manuscript.

      “The data analysis code has been deposited at the Open Science Framework and is publicly available https://osf.io/x947m/.”

      Reviewer #2 (Public Review):

      This paper seeks to determine whether the human visual system's sensitivity to causal interactions is tuned to specific parameters of a causal launching event, using visual adaptation methods. The three parameters the authors investigate in this paper are the direction of motion in the event, the speed of the objects in the event, and the surface features or identity of the objects in the event (in particular, having two objects of different colors). The key method, visual adaptation to causal launching, has now been demonstrated by at least three separate groups and seems to be a robust phenomenon. Adaptation is a strong indicator of a visual process that is tuned to a specific feature of the environment, in this case launching interactions. Whereas other studies have focused on retinotopically specific adaptation (i.e., whether the adaptation effect is restricted to the same test location on the retina as the adaptation stream was presented to), this one focuses on feature specificity. 

      The first experiment replicates the adaptation effect for launching events as well as the lack of adaptation event for a minimally different non-causal 'slip' event. However, it also finds that the adaptation effect does not work for launching events that do not have a direction of motion more than 30 degrees from the direction of the test event. The interpretation is that the system that is being adapted is sensitive to the direction of this event, which is an interesting and somewhat puzzling result given the methods used in previous studies, which have used random directions of motion for both adaptation and test events. 

      The obvious interpretation would be that past studies have simply adapted to launching in every direction, but that in itself says something about the nature of this direction-specificity: it is not working through opposed detectors. For example, in something like the waterfall illusion adaptation effect, where extended exposure to downward motion leads to illusory upward motion on neutral-motion stimuli, the effect simply doesn't work if motion in two opposed directions is shown (i.e., you don't see illusory motion in both directions, you just see nothing). The fact that adaptation to launching in multiple directions doesn't seem to cancel out the adaptation effect in past work raises interesting questions about how directionality is being coded in the underlying process. 

      We would like to thank the reviewer for that thoughtful comment. We added the described implication to the manuscript:

      “While the present study demonstrates direction-selectivity for the detection of launches, previous adaptation protocols demonstrated successful adaptation using adaptors with random motion direction (Rolfs et al., 2013; Kominsky & Scholl, 2020). These results therefore suggest independent direction-specific routines, in which adaptation to launches in one direction does not counteract an adaptation to launches in the opposite direction (as for example in opponent color coding).”

      In addition, one limitation of the current method is that it's not clear whether the motion direction-specificity is also itself retinotopically-specific, that is, if one retinotopic location were adapted to launching in one direction and a different retinotopic location adapted to launching in the opposite direction, would each test location show the adaptation effect only for events in the direction presented at that location? 

      This is an interesting idea! Because previous adaptation studies consistently showed retinotopic adaptation of causality, we would not expect to find transfer of directional tuning for launches to other locations. We agree that the suggested experiment on testing the reference frame of directional specificity constitutes an interesting future test of our findings.

      The second experiment tests whether the adaptation effect is similarly sensitive to differences in speed. The short answer is no; adaptation events at one speed affect test events at another. Furthermore, this is not surprising given that Kominsky & Scholl (2020) showed adaptation transfer between events with differences in speeds of the individual objects in the event (whereas all events in this experiment used symmetrical speeds). This experiment is still novel and it establishes that the speed-insensitivity of these adaptation effects is fairly general, but I would certainly have been surprised if it had turned out any other way. 

      We thank the reviewer for highlighting the link to an experiment reported in Kominsky & Scholl (2020). We report the finding of that experiment now in the revised manuscript.

      We added the following paragraph in the discussion:

      “For instance, we demonstrated a transfer of adaptation across speed for symmetrical speed ratios. This result complements a previous finding that reported that the adaptation to triggering events (with an asymmetric speed ratio of 1:3) resulted in significant retinotopic adaptation of ambiguous (launching) test events of different speed ratios (i.e., test events with a speed ratio of 1:1 and of 1:3; Kominsky & Scholl, 2020).”

      The third experiment tests color (as a marker of object identity), and pits it against motion direction. The results demonstrate that adaptation to red-launching-green generates an adaptation effect for green-launching-red, provided they are moving in roughly the same direction, which provides a nice internal replication of Experiment 1 in addition to showing that the adaptation effect is not sensitive to object identity. This result forms an interesting contrast with the infant causal perception literature. Multiple papers (starting with Leslie & Keeble, 1987) have found that 6-8-month-old infants are sensitive to reversals in causal roles exactly like the ones used in this experiment. The success of adaptation transfer suggests, very clearly, that this sensitivity is not based only on perceptual processing, or at least not on the same processing that we access with this adaptation procedure. It implies that infants may be going beyond the underlying perceptual processes and inferring genuine causal content. This is also not the first time the adaptation paradigm has diverged from infant findings: Kominsky & Scholl (2020) found a divergence with the object speed differences as well, as infants categorize these events based on whether the speed ratio (agent:patient) is physically plausible (Kominsky et al., 2017), while the adaptation effect transfers from physically implausible events to physically plausible ones. This only goes to show that these adaptation effects don't exhaustively capture the mechanisms of early-emerging causal event representation. 

      We would like to thank the reviewer for highlighting the similarities (and differences) to the seminal study by Leslie and Keeble (1987). We included a discussion with respect to that paper in the revised manuscript. Indeed, that study showed a recovery from habituation to launches after reversal of the launching events. In their study, the reversal condition resulted in a change of two aspects, 1) motion direction and 2) a change of what color is linked to either cause (i.e., agent) or effect (i.e, patient). Our study, based on visual adaptation in adults, suggests that switching the two colors is not necessary for a recovery from the habituation, provided the motion direction is reversed. Importantly, the reversal of the motion direction only affected the perception of causality after adapting to launches (but not to slip events), which is consistent with Leslie and Keeble’s (1987) finding that the effect of a reversal is contingent on habituation/adaptation to a causal relationship (and is not observed for non-causal delayed launches). Based on our findings, we predict that switching colors without changing the event’s motion direction would not result in a recovery from habituation. Obviously, for infants, color may play a more important role for establishing an object identity than it does for adults, which could explain potential differences. We also agree with the reviewer’s point that the adaptation protocol might tap into different mechanisms than revealed by habituation studies in infants (e.g, Kominsky et al., 2017 vs. Kominsky & Scholl, 2020). 

      We revised the manuscript accordingly when discussing the role of direction selectivity in our study:

      “Habituation studies in six-months-old infants also demonstrated that the reversal of a launch resulted in a recovery from habituation to launches (while a non-causal control condition of delayed-launches did not; Leslie & Keeble, 1987). In their study, the reversal of motion direction was accompanied by a reversal of the color assignment to the cause-effectrelationship. In contrast, our findings suggest, that in adults color does not play a major role in the detection of a launch. Future studies should further delineate similarities and differences obtained from adaptation studies in adults and habituation studies in children (e.g., Kominsky et al., 2017; Kominsky & Scholl, 2020).”

      One overarching point about the analyses to take into consideration: The authors use a Bayesian psychometric curve-fitting approach to estimate a point of subjective equality (PSE) in different blocks for each individual participant based on a model with strong priors about the shape of the function and its asymptotic endpoints, and this PSE is the primary DV across all of the studies. As discussed in Kominsky & Scholl (2020), this approach has certain limitations, notably that it can generate nonsensical PSEs when confronted with relatively extreme response patterns. The authors mentioned that this happened once in Experiment 3 and that a participant had to be replaced. An alternate approach is simply to measure the proportion of 'pass' reports overall to determine if there is an adaptation effect. I don't think this alternate analysis strategy would greatly change the results of this particular experiment, but it is robust against this kind of self-selection for effects that fit in the bounds specified by the model, and may therefore be worth including in a supplemental section or as part of the repository to better capture the individual variability in this effect. 

      We largely agree with these points. Indeed, we adopted the non-parametric analysis for a recent series of experiments in which the psychometric curves were more variable (Ohl & Rolfs, Vision Sciences Society Meeting 2024). In the present study, however, the model fits were very convincing. In Figures S1, S2 and S3 we show the model fits for each individual observer and condition on top of the mean proportion of launch reports. The inferential statistics based on the points of subjective equality, therefore, allowed us to report our findings very concisely.

      In general, this paper adds further evidence for something like a 'launching' detector in the visual system, but beyond that, it specifies some interesting questions for future work about how exactly such a detector might function. 

      We thank the reviewer for this positive overall assessment.

      Reviewer #2 (Recommendations for the authors):

      Generally, the paper is great. The questions I raised in the public review don't need to be answered at this time, but they're exciting directions for future work. 

      We would like to thank the reviewer for the encouraging comments and thoughtful ideas on how to improve the manuscript.

      I would have liked to see a little more description of the model parameters in the text of the paper itself just so readers know what assumptions are going into the PSE estimation. 

      We followed the reviewer’s suggestion and added more information regarding the parameter space (i.e., ranges of possible parameters of the logistic model) that we used for obtaining the model fits. 

      Specifically, we added the following information in the manuscript:

      “For model fitting, we constrained the range of possible estimates for each parameter of the logistic model. The lower asymptote for the proportion of reported launches was constrained to be in the range 0–0.75, and the upper asymptote in the range 0.25–1. The intercept of the logistic model was constrained to be in the range 1–15, and the slope was constrained to be in the range –20 to –1.”

      The models provided very good fits as can be appreciated by the fits per individual and experimental condition which we provide in response to the public comments. Please note, that all data and analysis scripts are available at the Open Science Framework (https://osf.io/x947m/).

      I also have a recommendation about Figure 1b: Color-code "Feature A", "Feature B", and "Feature C" and match those colors with the object identity/speed/direction text. I get what the figure is trying to convey but to a naive reader there's a lot going on and it's hard to interpret. 

      We followed the reviewer’s suggestion and revised the visualization accordingly.

      If you have space, figures showing the adaptation and corresponding test events for each experimental manipulation would also be great, particularly since the naming scheme of the conditions is (necessarily) not entirely consistent across experiments. It would be a lot of little figures, I know, but to people who haven't spent as long staring at these displays as we have, they're hard to envision based on description alone. 

      We followed the reviewer’s recommendation and added a visualization of the adaptor and the test events for the different experiments in Figure 2.

      Reviewer #3 (Public Review):

      We thank the reviewer for their thoughtful comments, which we carefully addressed to improve the revised manuscript. 

      Summary: 

      This paper presents evidence from three behavioral experiments that causal impressions of "launching events", in which one object is perceived to cause another object to move, depending on motion direction-selective processing. Specifically, the work uses an adaptation paradigm (Rolfs et al., 2013), presenting repetitive patterns of events matching certain features to a single retinal location, then measuring subsequent perceptual reports of a test display in which the degree of overlap between two discs was varied, and participants could respond "launch" or "pass". The three experiments report results of adapting to motion direction, motion speed, and "object identity", and examine how the psychometric curves for causal reports shift in these conditions depending on the similarity of the adapter and test. While causality reports in the test display were selective for motion direction (Experiment 1), they were not selective for adapter-test speed differences (Experiment 2) nor for changes in object identity induced via color swap (Experiment 3). These results support the notion that causal perception is computed (in part) at relatively early stages of sensory processing, possibly even independently of or prior to computations of object identity. 

      Strengths: 

      The setup of the research question and hypotheses is exceptional. The experiments are carefully performed (appropriate equipment, and careful control of eye movements). The slip adaptor is a really nice control condition and effectively mitigates the need to control motion direction with a drifting grating or similar. Participants were measured with sufficient precision, and a power curve analysis was conducted to determine the sample size. Data analysis and statistical quantification are appropriate. Data and analysis code are shared on publication, in keeping with open science principles. The paper is concise and well-written. 

      Weaknesses: 

      The biggest uncertainty I have in interpreting the results is the relationship between the task and the assumption that the results tell us about causality impressions. The experimental logic assumes that "pass" reports are always non-causal impressions and "launch" reports are always causal impressions. This logic is inherited from Rolfs et al (2013) and Kominsky & Scholl (2020), who assert rather than measure this. However, other evidence suggests that this assumption might not be solid (Bechlivanidis et al., 2019). Specifically, "[our experiments] reveal strong causal impressions upon first encounter with collision-like sequences that the literature typically labels "non-causal"" (Bechlivanidis et al., 2019) -- including a condition that is similar to the current "pass". It is therefore possible that participants' "pass" reports could also involve causal experiences. 

      We agree with the reviewer that our study assumes that the launch-pass dichotomy can be mapped onto a dimension of causal to non-causal impressions. Please note that the choice for this launch-pass task format was intentional. We consider it an advantage that subjects do not have to report causal vs non-causal impressions directly, as it allows us to avoid the oftencriticized decision biases that come with asking participants about their causal impression (Joynson, 1971; for a discussion see Choi & Scholl, 2006). This comes obviously at the cost that participants did not directly report their causal impression in our experiments. There is however evidence that increasing overlap between the discs monotonically decreases the causal impression when directly asking participants to report their causal impression (Scholl & Nakayama, 2004). We believe, therefore, that the assumption of mapping between launchesto-passes and causal-to-noncausal is well-justified. At the same time, the expressed concern emphasizes the need to develop further, possibly implicit measure for causal impressions (see Völter & Huber, 2021).

      However, as pointed out by the reviewer, a recent paper demonstrated that on first encounter participants can have impressions in response to a pass event that are different from clearly non-causal impressions (Bechlivanidis et al., 2019). As demonstrated in the same paper, displaying a canonical launch decreased the impression of causality when seeing pass events in subsequent trials. In our study, participants completed an entire training session before running the main experiments. It is therefore reasonable to expect that participants observed passes as non-causal events given the presence of clear causal references. Nevertheless, we now acknowledge this concern directly in the revised manuscript.

      We added the following paragraph to the discussion:

      “In our study, we assessed causal perception by asking observers to report whether they observed a launch or a pass in events of varying ambiguity. This method assumes that launches and passes can be mapped onto a dimension that ranges from causal to non-causal impressions. It has been questioned whether pass events are a natural representative of noncausal events: Observers often report high impressions of causality upon first exposure to pass events, which then decreased after seeing a canonical launch (Bechlivanidis, Schlottmann, & Lagnado, 2019). In our study, therefore, participants completed a separate session that included canonical launches before starting the main experiment.”

      Furthermore, since the only report options are "launch" or "pass", it is also possible that "launch" reports are not indications of "I experienced a causal event" but rather "I did not experience a pass event". It seems possible to me that different adaptation transfer effects (e.g. selectivity to motion direction, speed, or color-swapping) change the way that participants interpret the task, or the uncertainty of their impression. For example, it could be that adaptation increases the likelihood of experiencing a "pass" event in a direction-selective manner, without changing causal impressions. Increases of "pass" impressions (or at least, uncertainty around what was experienced) would produce a leftward shift in the PSE as reported in Experiment 1, but this does not necessarily mean that experiences of causal events changed. Thus, changes in the PSEs between the conditions in the different experiments may not directly reflect changes in causal impressions. I would like the authors to clarify the extent to which these concerns call their conclusions into question. 

      Indeed, PSE shifts are subject to cognitive influences and can even be voluntarily shifted (Morgan et al., 2012). We believe that decision biases (e.g., reporting the presence of launch before adaptation vs. reporting the absence of a pass after the adaptation) are unlikely to explain the high specificity of aftereffects observed in the current study. While such aftereffects are very typical of visual processing (Webster, 2015), it is unclear how a mechanism that increase the likelihood of perceiving a pass could account for the retinotopy of adaptation to launches (Rolfs et al., 2013) or the recently reported selective transfer of adaptation for only some causal categories (Kominsky et al., 2020). The latter authors revealed a transfer of adaptation from triggering to launching, but not from entraining events to launching. Based on these arguments, we decided to not include this point in the revised manuscript.

      Leaving these concerns aside, I am also left wondering about the functional significance of these specialised mechanisms. Why would direction matter but speed and object identity not? Surely object identity, in particular, should be relevant to real-world interpretations and inputs of these visual routines? Is color simply too weak an identity? 

      We agree that it would be beneficial to have mechanisms in place that are specific for certain object identities. Overall, our results fit very well to established claims that only spatiotemporal parameters mediate the perception of causality (Michotte, 1963; Leslie, 1984; Scholl & Tremoulet, 2000). We have now explicitly listed these references again in the revised manuscript. It is important to note, that an understanding of a causal relation could suffice to track identity information based purely on spatiotemporal contingencies, neglecting distinguishing surface features.

      We revised the manuscript and state:

      “Our findings therefore provide additional support for the claim that an event’s spatiotemporal parameters mediate the perception of causality (Michotte, 1963; Leslie, 1984; Scholl & Tremoulet, 2000).”

      Moreover, we think our findings of directional selectivity have functional relevance. First, direction-selective detection of collisions allows for an adaptation that occurs separately for each direction. That means that the visual system can calibrate these visual routines for detecting causal interactions in response to real-world statistics that reflect differences in directions. For instance, due to gravity, objects will simply fall to the ground. Causal relation such as launches are likely to be more frequent in horizontal directions, along a stable ground. Second, we think that causal visual events are action-relevant, that is, acting on (potentially) causal events promises an advantage (e.g., avoiding a collision, or quickly catching an object that has been pushed away). The faster we can detect such causal interactions, the faster we can react to them. Direction-selective motion signals are available in the first stages of visual processing. Visual routines that are based on these direction-selective motion signals promise to enable such fast computations. Please note, however, that while our present findings demonstrate direction-selectivity, they do not pinpoint where exactly that visual routine is located. It is quite possible that the visual routine is located higher up in the visual system, relying on a direction-selective population response as input.

      We added these points to the discussion of the functional relevance: 

      “We suggest that at least two functional benefits result from a specialized visual routine for detecting causality. First, a direction-selective detection of launches allows adaptation to occur separately for each direction. That means that the visual system can automatically calibrate the sensitivity of these visual routines in response to real-world statistics. For instance, while falling objects drop vertically towards the ground, causal relations such as launches are common in horizontal directions moving along a stable ground. Second, we think that causal visual events are action-relevant, and the faster we can detect such causal interactions, the faster we can react to them. Direction-selective motion signals are available very early on in the visual system. Visual routines that are based on these direction-selective motion signals may enable faster detection. While our present findings demonstrate direction-selectivity, they do not pinpoint where exactly that visual routine is located. It is possible that the visual routine is located higher up in the visual system (or distributed across multiple levels), relying on a direction-selective population response as input.”

      Reviewer #3 (Recommendations for the authors):

      - The concept of "visual routines" is used without introduction; for a general-interest audience it might be good to include a definition and reference(s) (e.g. Ullman.). 

      Thank you very much for highlighting that point. We have chosen the term visual routine to emphasize that we locate the part of the mechanism that is affected by the adaptation in our experiments in the visual system, but at the same time it leaves space regarding the extent to which the mechanism further involves mid- and higher-level processes. The term thus has a clear reference to a visual routine by Ullman (1987). We have now addressed what we mean by visual routine, and we also included the reference in the revised manuscript.

      We add the following footnote to the introduction:

      “We use the term visual routine here to highlight that our adaptation experiments can reveal a causality detection mechanism that resides in the visual system. At the same time, calling it a routine emphasizes similarities with a local, semi-independent operation (e.g., the recognition of familiar motion patterns; see also Ullman, 1987; Cavanagh, Labianca, & Thornton, 2001) that can engage mid- and higher-level processes (e.g., during causal capture, Scholl & Nakayama, 2002; or multisensory integration, Körding et al., 2007).”

      - I would appreciate slightly more description of the phenomenology of the WW adaptors: is this Michotte's "entraining" event? Does it look like one disc shunts the other?  

      The stimulus differs from Michotte's entrainment event in both spatiotemporal parameters and phenomenology. We added videos for the launch, pass and slip events as Supplementary Material.

      Moreover, we described the slip event in the methods section:

      “In two additional sessions, we presented slip events as adaptors to control that the adaptation was specific for the impression of causality in the launching events. Slip events are designed to match the launching events in as many physical properties as possible while producing a very different, non-causal phenomenology. In slip events, the first peripheral disc also moves towards a stationary disc. In contrast to launching events, however, the first disc passes the stationary disc and stops only when it is adjacent to the opposite edge of the stationary disc. While slip events do not elicit a causal impression, they have the same number of objects and motion onsets, the same motion direction and speed, as well as the same spatial area of the event as launches.”

      In the revised manuscript, we added also more information on the slip event in the beginning of the results section. Importantly, the stimulus typically produces the impression of two independent movements and thus serves as a non-causal control condition in our study. Only anecdotally, some observers (not involved in this study) who saw the stimulus spontaneously described their phenomenology of seeing a slip event as a double step or a discus throw.

      We added the following description to the results section:

      “Moreover, we compared the visual adaptation to launches to a (non-causal) control condition in which we presented slip events as adaptor. In a slip event, the initially moving disc passes completely over the stationary disc, stops immediately on the other side, and then the initially stationary disc begins to move in the same direction without delay. Thus, the two movements are presented consecutively without a temporal gap. This stimulus typically produces the impression of two independent (non-causal) movements.”

      - In general more illustrations of the different conditions (similar to Figure 1c but for the different experimental conditions and adaptors) might be helpful for skim readers.  

      We followed the reviewer’s recommendation and added a visualization of the adaptor and the test events for the different experiments in Figure 2.

      - Were the luminances of the red and green balls in experiment 3 matched? Were participants checked for color anomalous vision?  

      Yes, we checked for color anomalous vision using the color test Tafeln zur Prüfung des Farbensinnes/Farbensehens (Kuchenbecker & Broschmann, 2016). We added that information to the manuscript. The red and green discs were not matched for luminance. We measured the luminance after the experiment (21 cd/m<sup>2</sup> for the green disc and 6 cd/m<sup>2</sup> for the red disc). Please note, that the differences in luminance should not pose a problem for the interpretation of the results, as we see a transfer of the adaptation across the two different colors.

      We added the following information to the manuscript:

      “The red and green discs were not matched for luminance. Measurements obtained after the experiments yielded a luminance of 21 cd/m<sup>2</sup> for the green disc and 6 cd/m<sup>2</sup> for the red disc.”

      “All observers had normal or corrected-to-normal vision and color vision as assessed using the color test Tafeln zur Prüfung des Farbensinnes/Farbensehens (Kuchenbecker & Broschmann, 2016).”

      - Relationship of this work to the paper by Arnold et al., (2015). That paper suggested that some effects of adaptation of launching events could be explained by an adaptation of object shape, not by causality per se. It is superficially difficult to see how one could explain the present results from the perspective of object "squishiness" -- why would this be direction selective? In other words, the present results taken at face value call the "squishiness" explanation into question. The authors could consider an explanation to reconcile these findings in their discussion. 

      Indeed, the paper by Arnold and colleagues (2014) suggested that a contact-launch adaptor could lead to a squishiness aftereffect—arguing that the object elasticity changed in response to the adaptation.  Importantly, the same study found an object-centered adaptation effect rather than a retinotopic adaptation effect. However, the retinotopic nature of the negative aftereffect as used in our study has been repeatedly replicated (for instance Kominsky & Scholl, 2020). Thus, the divergent results of Arnold and colleagues may have resulted from differences in the task (i.e., observers had to judge whether they perceived a soft vs. hard bounce), or the stimuli (i.e., bounces of a disc and a wedge, and the discs moving on a circular trajectory). It would be important to replicate these results first and then determine whether their squishiness effect would be direction-selective as well. We now acknowledge the study by Arnold and colleagues in the discussion:

      “The adaptation of causality is spatially specific to the retinotopic coordinates of the adapting stimulus (Kominsky & Scholl, 2020; Rolfs et al., 2013; for an object-centered elasiticity aftereffect using a related stimulus on a circular motion path, see Arnold et al., 2015), suggesting that the detection of causal interactions is implemented locally in visual space.”

      - Line 32: "showing that a specialized visual routine for launching events exists even within separate motion direction channels". This doesn't necessarily mean the routine is within each separate direction channel, only that the output of the mechanism depends on the population response over motion direction. The critical motion computation could be quite high level -- e.g. global pattern motion in MST. Please clarify the claim. 

      We agree with the reviewer, that it is also possible that critical parts of the visual routine could simply use the aggregated population response over motion direction at higher-levels of processing. We acknowledge this possibility in the discussion of the functional relevance of the proposed mechanism and when suggesting that a distributed brain network may contribute to the perception of causality.

      We would like to highlight the following two revised paragraphs.

      “[…] Second, we think that causal visual events are action-relevant, and the faster we can detect such causal interactions, the faster we can react to them. Direction-selective motion signals are available very early on in the visual system. Visual routines that are based on these direction-selective motion signals may enable faster detection. While our present findings demonstrate direction-selectivity, they do not pinpoint where exactly that visual routine is located. It is possible that the visual routine is located higher up in the visual system (or distributed across multiple levels), relying on a direction-selective population response as input.”

      Moreover, when discussing the neurophysiological literature we write:

      “Interestingly, single cell recordings in area F5 of the primate brain revealed that motor areas are contributing to the perception of causality (Caggiano et al., 2016; Rolfs, 2016), emphasizing the distributed nature of the computations underlying causal interactions. This finding also stresses that the detection, and the prediction, of causality is essential for processes outside purely sensory systems (e.g., for understanding other’s actions, for navigating, and for avoiding collisions).”

      -  p. 10 line 30: typo "particual".  

      Done.

      -  p. 10 line 37: "This findings rules out (...)" should be singular "This finding rules out (...)". 

      Done.

      -  Spelling error throughout: "underly" should be "underlie". 

      Done.

      -  p.11 line 29: "emerges fast and automatic" should be "automatically". 

      Done.

    1. paysage

      Dans l'exercice fournit, il n'y a pas de section "paysage". Mais je suppose qu'il s'agit de "Voyages" dans notre code HTML... En revanche, il y a bien les images "paysage".

    1. Reviewer #3 (Public Review):

      Compared to the pyramidal cells of the CA1 and CA3 regions of the hippocampus, and the granule cells of the dentate gyrus (DG), the computational role(s) of mossy cells of the DG have received much less attention over the years and are consequently not well understood. Mossy cells receive feedforward input from granule cells and feedback from CA3 cells. One significant factor is the compression of the large number of CA3 cells that input onto a much smaller population of mossy cells, which then send feedback connections to the granule cell layer. The present paper seeks to understand this compression in terms of neural coding, and asks whether the subthreshold activity of a small number of mossy cells can predict above chance levels the shapes of individual SWs produced by the CA3 cells. Using elegant multielectrode intracellular recordings of mossy cells, the authors use deep learning networks to show that they can train the network to "predict" the shape of a SW that preceded the intracellular activity of the mossy cells. Putatively, a single mossy cell can predict the shape of SWs above chance. These results are interesting, but there are some conceptual issues and questions about the statistical tests that must be addressed before the results can be considered convincing.

      Strengths<br /> (1) The paper uses technically challenging techniques to record from multiple mossy cells at the same time, while also recording SWs from the LFP of the CA3 layer. The data appear to be collected carefully and analyzed thoughtfully.<br /> (2) The question of how mossy cells process feedback input from CA3 is important to understand the role of this feedback pathway in hippocampal processing.<br /> (3) Given the concerns expressed below about proper statistical testing are resolved, the data appear supportive of the main conclusions of the authors and suggest that, to some degree, the much smaller population of mossy cells can conserve the information present in the larger population of CA3 cells, presumably by using a more compressed, dense population code.

      Weaknesses<br /> (4) Some of the statistical tests appear inappropriate because they treat each CA3 SW and associated Vm from a mossy cell as independent samples. This violates the assumptions of statistical tests such as the Kolmogorov-Smirnov tests of Figure 3C and Fig 3E. Although there is large variability among the SWs recorded and among the Vm's, they cannot be considered independent measurements if they derive from the same cell and same recording site of an individual animal. This becomes especially problematic when the number of dependent samples adds up to the tens of thousands, providing highly inflated numbers of samples that artificially reduce the p values. Techniques such as mixed-effects models are being increasingly used to factor out the effects of within cell and within animal correlations in the data. The authors need to do something similar to factor out these contributions in order to perform statistical tests, throughout the manuscript when this problem occurs.<br /> (5) A separate statistical problem occurs when comparing real data against a shuffled, surrogate data set. From the methods, I gather that Figure 3C combined data from 100 surrogate shuffles to compare to the real data. It is inappropriate to do a classic statistical test of data against such shuffles, because the number of points in the pooled surrogate data sets are not true samples from a population. It is a mathematical certainty that one can eventually drive a p value to < 0.05 just by increasing the number of shuffles sufficiently. Thus, the p value is determined by the number of computer shuffles allowed by the time and processing power of a computer, rather than by sampling real data from the population. Figures such as 4C and 5A are examples that test data against shuffle appropriately, as a single value is determined to be within or outside the 95% confidence interval of the shuffle, and this determination is not directly affected by the number of shuffles performed.<br /> (6) The last line of the Discussion states that this study provides "important insights into the information processing of neural circuits at the bottleneck layer," but it is not clear what these insights are. If the statistical problems are addressed appropriately, then the results do demonstrate that the information that is reflected in SWs can be reconstructed by cells in the MC bottleneck, but it is not certain what conceptual insights the authors have in mind. They should discuss more how these results further our understanding of the function of the feedback connection from CA3 to the mossy cells, discuss any limitations on their interpretation from recording LFPs rather than the single-unit ensemble activity (where the information is really encoded).<br /> 7) In Figure 1C, the maximum of the MC response on the first inset precedes the SW, and the onset of the Vm response may be simultaneous with SW. This would suggest that the SW did not drive the mossy cell, but this was a coincident event. How many SW-mossy cell recordings are like this? Do the authors have a technical reason to believe that these are events in which the mossy cell is driven by the CA3 cells active during the SW?

    2. Author response:

      Reviewer #1 (Public Review):

      We are grateful to this reviewer for her/his constructive comments, which have greatly improved our work. Individual responses are provided below.

      The authors recorded from multiple mossy cells (MCs) of the dentate gyrus in slices or in vivo using anesthesia. They recorded MC spontaneous activity during spontaneous sharp waves (SWs) detected in area CA3 (in vitro) or in CA1 ( in vivo). They find variability of the depolarization of MCs in response to a SW. They then used deep learning to parse out more information. They conclude that CA3 sends different "information" to different MCs. However, this is not surprising because different CA3 neurons project to different MCs and it was not determined if every SW reflected the same or different subsets of CA3 activity.

      Thank you for your valuable comments. We agree that our finding that different MCs receive different information is unsurprising. These data are, in fact, to be expected from the anatomical knowledge of the circuit structure. However, as a physiological finding, there is a certain value in proving this fact; please note that it was not clear whether the neural activity of individual MCs received heterogeneous/variable information at the physiological level. It was therefore necessary to investigate this by recording neural activity. We believe this study is important because it quantitatively demonstrates this fact.

      The strengths include recording up to 5 MCs at a time. The major concerns are in the finding that there is variability. This seems logical, not surprising. Also it is not clear how deep learning could lead to the conclusion that CA3 sends different "information" to different MCs. It seems already known from the anatomy because CA3 neurons have diverse axons so they do not converge on only one or a few MCs. Instead they project to different MCs. Even if they would, there are different numbers of boutons and different placement of boutons on the MC dendrites, leading to different effects on MCs. There also is a complex circuitry that is not taken into account in the discussion or in the model used for deep learning. CA3 does not only project to MCs. It also projects to hilar and other dentate gyrus GABAergic neurons which have complex connections to each other, MCs, and CA3. Furthermore, MCs project to MCs, the GABAergic neurons, and CA3. Therefore at any one time that a SW occurs, a very complex circuitry is affected and this could have very different effects on MCs so they would vary in response to the SW. This is further complicated by use of slices where different parts of the circuit are transected from slice to slice.

      The first half of this paragraph is closely related to the previous paragraph. We propose that the variation in membrane potential of the simultaneously recorded MCs allows for the expression of diverse information. We also believe that this is highly novel in that no previous work has described the extent to which SWR is encoded in MCs. Our study proposes a new quantitative method that relates two variables (LFP and membrane potential) that are inherently incomparable. Specifically, we used machine learning (please note that it is a neural network, but not "deep learning") to achieve this quantification, and we believe this innovation is noteworthy.

      In the latter part of this article, you raise another important point. First, we would like to point out that this comment contains a slight misunderstanding. Our goal is not to reproduce the circuit structure of the hippocampus in silico but to propose a "function (or mapping/transformation)" that connects the two different modalities, i.e., LFP and Vm. This function should be as simple as possible, which is desirable from an explanatory point of view. In this respect, our machine learning model is a 'perceptron'-like 3-layer neural network. One of the simplest classical neural network models can predict the LFP waveform from Vm, which is quite surprising and an achievement we did not even imagine before. The fact that our model does not consider dendrites or inhibitory neurons is not a drawback but an important advantage. On the other hand, the fact that the data we used for our predictions were primarily obtained using slice experiments may be a drawback of this study, and we agree with your comments. However, we can argue that the new quantitative method we propose here is versatile since we showed that the same machine learning can be used to predict in vivo single-cell data.

      It is also not discussed if SWs have a uniform frequency during the recording session. If they cluster, or if MC action potentials occur just before a SW, or other neurons discharge before, it will affect the response of the MC to the SW. If MC membrane potential varies, this will also effect the depolarization in response to the SW.

      Thank you for raising an important point. We have done some additional analyses in response to your comment. First, we plotted how the SWR parameter fluctuated during our recording time (especially for data recorded for long periods of more than 5 minutes). As shown in the new Figure 1 - figure supplement 4, we can see that the frequency of SWRs was kept uniform during the recording time. These data ensure the rationale for pooling data over time.

      We also calculated the average membrane potentials of MCs before and after SWRs and found that MCs did not show depolarization or hyperpolarization before SWs, unlike Vm of CA1 neurons. These data indicate that the surrounding circuitry was not particularly active before SW, eliminating any concern that such unexpected preceding activity might affect our analysis. These data are shown in Figure 1 - figure supplement 2.

      In vivo, the SWs may be quite different than in vivo but this is not discussed. The circuitry is quite different from in vitro. The effects of urethane could have many confounding influences. Furthermore, how much the in vitro and in vivo SWs tell us about SWs in awake behaving mice is unclear.

      We agree with this point. Ideally, recording in vitro and in vivo under conditions as similar as possible would be optimal. However, as you know, patch-clamp recording from mossy cells in vivo is technically challenging, and currently, there is no alternative to conducting experiments under anesthesia. We believe that science advances not merely through theoretical discourse, but by contributing empirical data collected under existing conditions. However, as we mentioned in the paper, we believe that in vivo and in vitro SWR share some properties and a common principle of occurrence. We also observed that there are similar characteristics in the membrane potential response of MC to SWR. However, as you have pointed out, data derived from these limitations require careful interpretation, and we have explicitly stated in the paper that not only are there such problems, but that there are also common properties in the data obtained in vivo and in vitro (Page 12, Line 357).

      Also, methods and figures are hard to understand as described below.

      Thank you for all your comments. We have carefully considered the reviewers' comments and improved the text and legend. We hope you will take the time to review them.

      Reviewer #2 (Public Review):

      Thank you for the positive evaluations, which have encouraged us to resubmit this manuscript. We have revised our manuscript in accordance with your comments. Our point-by-point responses are as follows:

      • A summary of what the authors were trying to achieve

      Drawing from theoretical insights on the pivotal role of mossy cells (MCs) in pattern separation - a key process in distinguishing between similar memories or inputs - the authors investigated how MCs in the dentate gyrus of the hippocampus encode and process complex neural information. By recording from up to five MCs simultaneously, they focused on membrane potential dynamics linked to sharp wave-ripple complexes (SWRs) originating from the CA3 area. Indeed, using a machine learning approach, they were able to demonstrate that even a single MC's synaptic input can predict a significant portion (approximately 9%) of SWRs, and extrapolation suggested that synaptic input obtained from 27 MCs could account for 90% of the SWR patterns observed. The study further illuminates how individual MCs contribute to a distributed but highly specific encoding system. It demonstrates that SWR clusters associated with one MC seldom overlap with those of another, illustrating a precise and distributed encoding strategy across the MC network.

      We appreciate that this reviewer found scientific value in our manuscript. Thanks to the comments, we were pleased to be able to revise and improve the manuscript. Individual responses are listed below:

      • An account of the major strengths and weaknesses of the methods and results

      Strengths:

      (1) This study is remarkable because it establishes a critical link between the subthreshold activities of individual neurons and the collective dynamics of neuronal populations.

      (2) The authors utilize machine learning to bridge these levels of neuronal activity. They skillfully demonstrate the predictive power of membrane potential fluctuations for neuronal events at the population level and offer new insights into neuronal information processing.

      (3) To investigate sharp wave/ripple-related synaptic activity in mossy cells (MCs), the authors performed challenging experiments using whole-cell current-clamp recordings. These recordings were obtained from up to five neurons in vitro and from single mossy cells in live mice. The latter recordings are particularly valuable as they add to the limited published data on synaptic input to MCs during in vivo ripples.

      We appreciate the reviewer’s critical evaluations, which have encouraged us to revise and resubmit this manuscript. We have revised our manuscript in line with the reviewer’s comments. Our point-by-point responses are provided below:

      Weaknesses:

      (1) The model description could significantly benefit from additional details regarding its architecture, training, and evaluation processes. Providing these details would enhance the paper's transparency, facilitate replication, and strengthen the overall scientific contribution. For further details, please see below.

      Thank you for the suggestions. We have responded with model details based on the following comments.

      (2) The study recognizes the concept of pattern separation, a central process in hippocampal physiology for discriminating between similar inputs to form distinct memories. The authors refer to a theoretical paper by Myers and Scharfman (2011) that links pattern separation with activity backpropagating from CA3 to mossy cells. Despite this initial citation, the concept is not discussed again in the context of the new findings. Given the significant role of MCs in the dentate gyrus, where pattern separation is thought to occur, it would be valuable to understand the authors' perspective on how their findings might relate to or contribute to existing theories of pattern separation. Could the observed functions of MCs elucidated in this study provide new insights into their contribution to processes underlying pattern separation?

      Thank you for your valuable comment. The role of MCs in pattern separation is described in the discussion as follows:

      “It has been shown through theoretical models that MCs are a contributor to pattern separation (Myers and Scharfman, 2011). In general, the pathway of neural information is diverged from the entorhinal cortex through the larger granule cell layer and then compressed into the smaller CA3 cell layer. In this case, there is a high possibility of information loss during the transmission process. Thus, a backprojection mechanism via MCs has been proposed as a device to prevent information loss. Indeed, in theoretical models, such backprojection improves pattern separation and memory capacity, and the results are closer to experimental data than models without built-in backprojection. However, it was unclear what information individual MCs receive during backprojection. Our results show that CA3 SWR is distributed and encoded in the MC population, and that even though the number of MCs is smaller than in other regions, it is possible to reproduce about 30% of the SWR in CA3 from the membrane potential of only five MCs. Based on these results, it is believed that MCs not only play a role in preventing information loss, but also play a role in receiving some kind of newly encoded memory information in the CA3 region, and it is highly likely that the information contained in the backprojections is different from the neural information transmitted through conventional transmission pathways. Indeed, the fact that the information replayed in CA3 is reflected as SWR and propagated to each brain region suggests that the newly encoded memory information in CA3 is propagated to MC. If  backprojection simply returned the information transmitted from DG to CA3, and to MC, this would be unrealistic and extremely inefficient. However, it is still unclear what kind of memory information is actually backprojected and distributed to the MC, and how it differs from the memory information transmitted in the forward direction. These are open questions that need to be addressed in future experiments in awake animals.” (Page 11, Line 333)

      (3) Previous work concluded that sharp waves are associated with mossy cell inhibition, as evidenced by a consistent ripple function-related hyperpolarization of the membrane potential in these neurons when recorded at resting membrane potential (Henze & Buzsáki, 2007). In contrast, the present study reveals an SWR-induced depolarization of the membrane potential. Can the authors explain the observed modulation of the membrane potential during CA1 ripples in more detail? What was the proportion of cases of depolarization or hyperpolarization? What were the respective amplitude distributions? Were there cases of activation of the MCs, i.e., spiking associated with the ripple? This more comprehensive information would add significance to the study as it is not currently available in the literature.

      Sorry for confusing the conclusion. First, we did not mention in the paper that in vivo MC depolarized during SWR. The following sentences have added to result:

      “Previous research has shown that the hyperpolarization of MC membrane potential associated with SWR indicates that SWR is related to the inhibition of mossy cells (Henze and Buzsáki, 2007). However, our data showed that the proportion of cases of depolarization or hyperpolarization was about the same, with a slight excess of depolarization. However, it should be noted that MCs are highly active and fluctuating cells, and the determination of whether they are depolarized or hyperpolarized is highly dependent on the method of analysis. Moreover, the firing rate of MCs that we recorded was 1.07 ± 0.93 Hz (mean ± SD from 6 cells, 6 mice), and 6.68 ± 4.79% (mean ± SD from 6 cells, 6 mice, n = 757 SWR events) of all SWRs recruited MC firing (calculated as firing within 50 ms after the SWR peak). ” (Page 5, Line 143)

      (4) In the study, the observation that mossy cells (MCs) in the lower (infrapyramidal) blade of the dentate gyrus (DG) show higher predictability in SWR patterns is both intriguing and notable. This finding, however, appears to be mentioned without subsequent in-depth exploration or discussion. One wonders if this observed predictability might be influenced by potential disruptions or severed connections inherent to the brain slice preparation method used. Furthermore, it prompts the question of whether similar observations or trends have been noted in MCs recorded in vivo, which could either corroborate or challenge this intriguing in vitro finding.

      As you pointed out, one cannot rule out the possibility that this predictability may be influenced by potential disruptions or disconnections inherent in the methods used to prepare the acute slices. And the number of cells is limited to six with respect to the anatomical location of the MC recorded in vivo, making SWR and MC patch clamp recording very difficult even under anesthesia. Therefore, it is difficult to find statistical significance in the current data. We have added following text in Discussion:

      “In addition, the finding that SWR is more predictive when the recorded location of the MC is near the lower blade of the DG is unexpected, so the possibility that this result is influenced by potential disruptions or severed connections during the preparation of the acute slice cannot be ruled out.” (Page 14, Line 405)

      (5) The study's comparison of SWR predictability by mossy cells (MCs) is complicated by using different recording sites: CA3 for in vitro and CA1 for in vivo experiments, as shown in Fig. 2. Since CA1-SWRs can also arise from regions other than CA3 (see e.g. Oliva et al., 2016, Yamamoto and Tonegawa, 2017), it is difficult to reconcile in vitro and in vivo results. Addressing this difference and its implications for MC predictability in the results discussion would strengthen the study.

      Thank you for your comment. We have added the following discussion to your comment:

      “In this study, we performed MC patch-clamp recording both in vivo and in vitro, and clarified that SWR can be predicted from V_m of MC in both cases. However, there are three caveats to the interpretation of these data. First, the _in vivo SWR cannot be said to be exactly the same as the in vitro SWR: note that in vitro SWR has some similarities to in vivo SWR, such as spatial and spectral profiles and neural activity patterns (Maier et al., 2009; Hájos et al., 2013; Pangalos et al., 2013). The same concern applies to MC synaptic inputs. The in vivo V_m data may contain more information compared to the _in vitro single MC data, because the entire projections that target MCs are intact, resulting in a complete set of synaptic inputs related to SWR activity, as opposed to slices where connections are severed. While we recognize these differences, it is also very likely that there are common ways of expressing information. Second, since the in vivo LFP recordings were obtained from the CA1 region, it is possible that the CA1-SWR receives input from the CA2 region (Oliva et al., 2016) and the entorhinal cortex (Yamamoto and Tonegawa, 2017). In addition, urethane anesthesia has been observed to reduce subthreshold activity, spike synchronization, and SWR (Yagishita et al., 2020), making it difficult to achieve complete agreement with in vitro SWR recorded from the CA3 region. Finally, although we were able to record MC V_m during _in vivo SWR in this study, the in vivo data set consisted of recordings from a single MC, in contrast to the in vitro dataset. To perform the same analysis as in the in vitro experiment, it would be desirable to record LFPs from the CA3 region and collect data from multiple MCs simultaneously, but this is technically very difficult. In this study, it was difficult to directly clarify the consistency between CA3 network activity and in vivo MC synaptic input, but the fact that the SWR waveform can be predicted from in vivo MC V_m in CA1-SWR may be the result of some CA3 network activity being reflected in CA1-SWR. It is undeniable that more accurate predictions would have been possible if it had been possible to record LFP from the CA3 regions _in vivo. ” (Page 12, Line 357)

      • An appraisal of whether the authors achieved their aims, and whether the results support their conclusions

      As outlined in the abstract and introduction, the primary aim is to investigate the role of MCs in encoding neuronal information during sharp wave ripple complexes, a crucial neuronal process involved in memory consolidation and information transmission in the hippocampus. It is clear from the comprehensive details in this study that the authors have meticulously pursued their goals by providing extensive experimental evidence and utilizing innovative machine learning techniques to investigate the encoding of information in the hippocampus by mossy cells (MCs). Together, this study provides a compelling account supported by rigorous experimental and analytical methods. Linking subthreshold membrane potentials and population activity by machine learning provides a comprehensive new analytic approach and sheds new light on the role of MCs in information processing in the hippocampus. The study not only achieves the stated goals, but also provides novel methodology, and valuable insights into the dynamics of neural coding and information flow in the hippocampus.

      We appreciate the reviewer’s critical evaluations, which have encouraged us to revise and resubmit this manuscript. We have revised our manuscript in line with the reviewer’s comments.

      • A discussion of the likely impact of the work on the field, and the utility of the methods and data to the community

      Impact: Both the novel methodology and the provided biological insights will be of great interest to the community.

      Utility of methods/data: The applied deep learning approach will be of particular interest if the authors provide more details to improve its reproducibility (see related suggestions below).

      We appreciate that this reviewer found scientific value in our manuscript. Thanks to the comments.

      Reviewer #3 (Public Review):

      We appreciate that this reviewer raised several important issues. We are pleased to have been able to revise the paper into a better manuscript based on these comments. Individual responses are listed below:

      Compared to the pyramidal cells of the CA1 and CA3 regions of the hippocampus, and the granule cells of the dentate gyrus (DG), the computational role(s) of mossy cells of the DG have received much less attention over the years and are consequently not well understood. Mossy cells receive feedforward input from granule cells and feedback from CA3 cells. One significant factor is the compression of the large number of CA3 cells that input onto a much smaller population of mossy cells, which then send feedback connections to the granule cell layer. The present paper seeks to understand this compression in terms of neural coding, and asks whether the subthreshold activity of a small number of mossy cells can predict above chance levels the shapes of individual SWs produced by the CA3 cells. Using elegant multielectrode intracellular recordings of mossy cells, the authors use deep learning networks to show that they can train the network to "predict" the shape of a SW that preceded the intracellular activity of the mossy cells. Putatively, a single mossy cell can predict the shape of SWs above chance. These results are interesting, but there are some conceptual issues and questions about the statistical tests that must be addressed before the results can be considered convincing.

      We appreciate that this reviewer found scientific value in our manuscript. Thanks to the comments, we were pleased to be able to revise and improve the manuscript. Individual responses are listed below:

      Strengths

      (1) The paper uses technically challenging techniques to record from multiple mossy cells at the same time, while also recording SWs from the LFP of the CA3 layer. The data appear to be collected carefully and analyzed thoughtfully.

      (2) The question of how mossy cells process feedback input from CA3 is important to understand the role of this feedback pathway in hippocampal processing.

      3) Given the concerns expressed below about proper statistical testing are resolved, the data appear supportive of the main conclusions of the authors and suggest that, to some degree, the much smaller population of mossy cells can conserve the information present in the larger population of CA3 cells, presumably by using a more compressed, dense population code.

      We appreciate the reviewer’s critical evaluations, which have encouraged us to revise and resubmit this manuscript. We have revised our manuscript in line with the reviewer’s comments. Our point-by-point responses are provided below:

      Weaknesses

      4) Some of the statistical tests appear inappropriate because they treat each CA3 SW and associated Vm from a mossy cell as independent samples. This violates the assumptions of statistical tests such as the Kolmogorov-Smirnov tests of Figure 3C and Fig 3E. Although there is large variability among the SWs recorded and among the Vm's, they cannot be considered independent measurements if they derive from the same cell and same recording site of an individual animal. This becomes especially problematic when the number of dependent samples adds up to the tens of thousands, providing highly inflated numbers of samples that artificially reduce the p values. Techniques such as mixed-effects models are being increasingly used to factor out the effects of within cell and within animal correlations in the data. The authors need to do something similar to factor out these contributions in order to perform statistical tests, throughout the manuscript when this problem occurs.

      Thank you for the insightful comment. As for the correlation between the animals, since they were brought in at the same age and kept in the same environment, we do not think it is necessary to account for the differences due to environmental factors. As the reviewer pointed out, we cannot completely rule out the possibility that within cell or within animal correlation might influence the results, so we plotted the differences in prediction accuracy between cells, slices, and animals (Figure 3 - figure supplement 7). The results showed that prediction accuracy of the real data was better than that of the shuffled data in 66 of the 87 MCs (75.9%). In response to the comment that measurements from the same animal do not constitute independent samples, we have indicated that the average ΔRMSE for each mouse were calculated and these values were significantly different from 0 (n = 14, *p = 0.0041, Student’s t-test). In other words, even if each animal is considered an independent sample, it is possible to obtain statistically significant differences.

      5) A separate statistical problem occurs when comparing real data against a shuffled, surrogate data set. From the methods, I gather that Figure 3C combined data from 100 surrogate shuffles to compare to the real data. It is inappropriate to do a classic statistical test of data against such shuffles, because the number of points in the pooled surrogate data sets are not true samples from a population. It is a mathematical certainty that one can eventually drive a p value to < 0.05 just by increasing the number of shuffles sufficiently. Thus, the p value is determined by the number of computer shuffles allowed by the time and processing power of a computer, rather than by sampling real data from the population. Figures such as 4C and 5A are examples that test data against shuffle appropriately, as a single value is determined to be within or outside the 95% confidence interval of the shuffle, and this determination is not directly affected by the number of shuffles performed.

      Thank you for raising a very good point. We understand the reviewer's comments, but we cannot fully agree with the part that says "It is mathematical certainty that one can eventually drive a p value to < 0.05 just by increasing the number of shuffles sufficiently". This is because when comparing data with no difference at all, no amount of shuffling will produce a significant difference. In this regard, we agree that increasing the number of shuffles will lower the p-value when comparing data with even a small difference. Based on the reviewer's comments, we used a paired t-test to test whether the difference between RMSEreal and RMSEsurrogate was significantly different from 0, and showed it was significantly different (Figure 3 - figure supplement 5). Even when a paired t-test was used for the test, as in Figure 3E, a significant difference in the prediction error of the real and shuffled data was observed for all MC number inputs and also for the in vivo data.

      6) The last line of the Discussion states that this study provides "important insights into the information processing of neural circuits at the bottleneck layer," but it is not clear what these insights are. If the statistical problems are addressed appropriately, then the results do demonstrate that the information that is reflected in SWs can be reconstructed by cells in the MC bottleneck, but it is not certain what conceptual insights the authors have in mind. They should discuss more how these results further our understanding of the function of the feedback connection from CA3 to the mossy cells, discuss any limitations on their interpretation from recording LFPs rather than the single-unit ensemble activity (where the information is really encoded).

      Thank you for your insightful comment. We have added the following text to the discussion:

      “Given that different SWRs may encode information that correlates with different experiences, it is also possible that the activity of individual MCs may play a role in encoding different experiences via SWRs. Indeed, several in vivo studies have confirmed that MC activity is involved in the space encoding (Bui et al., 2018; Huang et al., 2024). However, the relationship with SWRs has not been investigated. The significance of the fact that the SWR recorded from CA3 is reflected in the MC as synaptic input is that it not only shows the transmission pathway from CA3 to MC, but also reveals the information below the threshold that leads to firing, and in a broad sense, it approaches the mechanism by which information processing by neuronal firing. And the expression of synaptic input to the MC is not uniform, but varies in a variety of ways according to the pattern of SWR. Based on previous research showing that diversity is important for information representation (Padmanabhan and Urban, 2010; Tripathy et al., 2013), it is possible that this heterogeneity in membrane potential levels, rather than the all-or-none output of neuronal firing activity, is the key to encoding more precise information. In this respect, our research, which focuses on information encoding at the subthreshold level, may be able to extract even more information than information encoded by firing activity. ” (Page 14, Line 419)

      7) In Figure 1C, the maximum of the MC response on the first inset precedes the SW, and the onset of the Vm response may be simultaneous with SW. This would suggest that the SW did not drive the mossy cell, but this was a coincident event. How many SW-mossy cell recordings are like this? Do the authors have a technical reason to believe that these are events in which the mossy cell is driven by the CA3 cells active during the SW?

      Thank you for your insightful comment. Based on your comment, we have aligned all the MC EPSPs for each SWR onset and found that the EPSPs rise after the SWR onset (Figure 1 - figure supplement 2). This leads us to believe that the EPSP of the MC is most likely driven by the SWR.

    1. You can adjust the options listed below. You can also restore all default settings by clicking the button Restore defaults.

      We've added quite a few more settings here, especially under "Panels > Node graph > Appearance". Given we have all these defined in a consistent way in code, I wonder if there's any way we can auto-generate this page to make your life easier?

    1. sequencer timeliner

      The area at the top of the sequencer is called the cuesheet in code, since that's where cues go. I call it this to differentiate from the timeline that's in the background of the whole sequencer frame.

    1. Author response:

      The following is the authors’ response to the original reviews.

      Reviewer #1 (Public Review):

      The authors introduce DIPx, a deep learning framework for predicting synergistic drug combinations for cancer treatment using the AstraZeneca-Sanger (AZS) DREAM Challenge dataset. While the approach is innovative, I have the following concerns and comments which hopefully will improve the study's rigor and applicability, making it a more powerful tool in the real clinical world.

      We thank to the reviewer for recognizing the innovative aspects of DIPx and for sharing their valuable comments to further refine and strengthen our study. Those comments are carefully addressed in the following point-by-point response.

      (1) Test Set 1 comprises combinations already present in the training set, likely leading overfitting issue. The model might show inflated performance metrics on this test set due to prior exposure to these combinations, not accurately reflecting its true predictive power on unknown data, which is crucial for discovering new drug synergies. The testing approach reduces the generalizability of the model's findings to new, untested scenarios.

      From a clinical perspective, it is useful to test whether a known (previously tested) combination can work for a new patient, which is the purpose of Test Set 1. There is no danger overfitting here, because the test set is completely independent of the discovery set, so had we only discovered a false positive the test set would not have more than power than expected under the null. Predicting the effectiveness of unknown drug combinations (Test Set 2) is indeed an important and more challenging goal of synergy prediction, but it is statistically a distinct problem. The two test sets were previously designed by the AZS DREAM Challenge [PMID: 31209238].

      We have performed cross-validation on the dataset and demonstrated that the result of DIPx for Test Set 1 is not overfitting. Indeed, Figure 2—figure supplement 1 shows the 10-fold cross validation results for the training set. The median Spearman correlation between the predicted and observed Loewe scores across the 10 folds of cross-validation is 0.48, which is close to the correlation of 0.50 in Test Set 1 (red star).  We have added the cross-validation results to the “Validation and Comparisons in the AZS Dataset” section (page 4). 

      (2) The model struggles with predicting synergies for drug combinations not included in its training data (showing only a Spearman correlation of 0.26 in Test Set 2). This limits its potential for discovering new therapeutic strategies. Utilizing techniques such as transfer learning or expanding the training dataset to encompass a wider range of drug pairs could help to address this issue.

      We agree that this is an important limitation for the discovery of new therapeutic strategies. While transfer learning or expanding the training dataset could indeed help address this issue, implementing these approaches would require access to more comprehensive data, which is currently limited due to the scarcity of drug combination datasets. As more drug combination data become available in future, we plan to expand the training set to better cover a wider range of drug combinations and apply the transfer learning method to improve prediction accuracy. We have added a discussion on this in the Discussion Section.

      (3) The use of pan-cancer datasets, while offering broad applicability, may not be optimal for specific cancer subtypes with distinct biological mechanisms. Developing subtype-specific models or adjusting the current model to account for these differences could improve prediction accuracy for individual cancer types.

      We agree with the reviewer that the current settings of DIPx might not be optimal for specific cancers due to the cancer heterogeneity. However, building subtype-specific models is currently constrained by limitation of data availability, which in turn restricts their predictive power. In the Discussion section, we mention this as one of DIPx's limitations and suggest future improvements in cancer-specific models.

      (4) Line 127, "Since DIPx uses only molecular data, to make a fair comparison, we trained TAJI using only molecular features and referred to it as TAJI-M.". TAJI was designed to use both monotherapy drug-response and molecular data, and likely won't be able to reach maximum potential if removing monotherapy drug-response from the training model. It would be critical to use the same training datasets and then compare the performances. From Figure 6 of TAJI's paper (Li et al., 2018, PMID: 30054332) , i.e., the mean Pearson correlation for breast cancer and lung cancer is around 0.5 - 0.6.

      It is true that using monotherapy drug responses can enhance the performance of TAIJI as described in its original paper. In fact, TAIJI builds separate prediction modules for molecular data and monotherapy drug-response data, then combine their results to obtain the final prediction. In our paper we prioritize the exploration of molecular mechanisms in drug combinations while achieving performance comparable to the molecular model of TAIJI. DIPx can be expected to achieve similarly improved performance if we integrate the monotherapy drug response data using the same approach.

      My major concerns were listed in the public review. Here are some writing issues:

      (5) Some content in the Results section looks like a discussion: i.e, L129, "The extra information from the use of monotherapy data in TAJI is rather small, approximately 10% increase in the overall Spearman correlation, and, of course, we could also use such data in DIPx, so it is more convenient and informative to focus the comparisons on prediction based on molecular data alone."; L257, "As we discuss above, to get synergy, the two drugs in a combination theoretically should not have the same target. However, there is of course no guarantee that two drugs that do not share target genes can produce synergy. ".

      We have revised the texts and moved them to the Discussion section.  

      Reviewer #2 (Public Review):

      Trac, Huang, et al used the AZ Drug Combination Prediction DREAM challenge data to make a new random forest-based model for drug synergy. They make comparisons to the winning method and also show that their model has some predictive capacity for a completely different dataset. They highlight the ability of the model to be interpretable in terms of pathway and target interactions for synergistic effects. While the authors address an important question, more rigor is required to understand the full behavior of the model.

      We thank the reviewer for his/her time and effort in carefully reading the manuscript and acknowledging the significance of the study.

      Major Points

      (1) The authors compare DIPx to the winning method of the DREAm challenge, TAJI to show that from molecular features alone they retrain TAJI to create TAJI-M without the monotherapy data inputs. They mention that "of course, we could also use such data in DIPx...", but they never show the behaviour of DIPx with these data. The authors need to demonstrate that this statement holds true or else compare it to the full TAJI.

      This is similar to point 4 raised by Reviewer 1 regarding the exclusive use of molecular data in DIPx. In fact, TAIJI uses separate prediction modules for molecular data and drugresponse data which are then combined to obtain the final results. While integrating monotherapy drug data could enhance DIPx’s overall performance, for example, simply replacing TAIJI’s molecular model with DIPx in the full TAIJI to achieve comparable results, this is not the primary goal of DIPx. Our focus is on exploring the potential molecular mechanisms of drug action. Using only molecular data allows for more convenient and intuitive inference of pathway importance compared to integrating multiple data types.

      We have revised the related text with the discussion in section “Validation and comparisons in the AZS dataset” of the main text.

      (2) It would be neat to see how the DIPx feature importance changes with monotherapy input. For most realistic scenarios in which these models are used robust monotherapy data do exist.

      Indeed, some existing models incorporate monotherapy data into their predictions; for example, a recent study [PMID: 33203866] uses only monotherapy data to predict drug combinations. TAIJI, as discussed in Point 1, uses separate models for monotherapy and molecular data. In general, both data types can be integrated into a single prediction model, allowing for the consideration of feature importance from both. While such an approach can highlight features contributing to predictive performance, the significance of a monotherapy feature does not necessarily indicate the activated pathways of a synergistic drug combination, which is the primary focus of our study. For this reason, we have excluded monotherapy data from DIPx.

      (3) In Figure 2, the authors compare DIPx and TAJI-M on various test sets. If I understood correctly, they also bootstrapped the training set with n=100 and reported all the model variants in many of the comparisons. While this is a nice way of showing model robustness, calculating p-values with bootstrapped data does not make sense in my opinion as by increasing the value of n, one can make the p-value arbitrarily small.

      The p-value should only be reported for the original models.

      The reviewer is correct that we cannot compute the p-value by using an independent twosample test, because the bootstrap correlation values are based on the same data. However, p-values can still be computed to compare the two prediction models using the bootstrap. Theoretically, the bootstrap can be used to compute a confidence interval for the differential correlation in the test set. However, there is a close relationship between p-values and confidence intervals (see Pawitan, 2001, chapter 5; particularly p.134). Specifically, in this case, we compute the p-value as follows: (1) For each bootstrap, (i) compute the Spearman correlation between the predicted and observed scores in the test set for DIPx and TAIJI-M.

      Denote this by r1 and r2. (ii) compute the difference in the Spearman correlations d= (r1-r2). (2). Repeat the bootstrap n=100 times. (3). Compute the minimum of these two proportions:

      proportion of d<0 or proportion of d>0. (4). The two-sided p-value = 2x the minimum proportion in (3). To overcome the limited bootstrap sample size, we use the normal approximation in computing the proportions in (3). Note that in this method of computing the p-value, larger numbers of bootstrap replicates do not produce more significant results.

      We have re-computed the p-values using this method and added this text to the ‘Methods and Materials’ Section. 

      (4) From Figures 2 and 3, it appears DIPx is overfit on the training set with large gaps in Spearman correlations between Test Set 2/ONeil set and Test Set 1. It also features much better in cases where it has seen both compounds. Could the authors also compare TAJI on the ONeil dataset to show if it is as much overfit?

      The poor performance in ONeil dataset is not due to overfitting as such, but more likely due structural differences between the training and ONeil datasets.  (To investigate the overfitting issue, we have conducted a 10-fold cross validation in the AZS training set. The median correlation between the predicted and observed Loewe score across ten folds is 0.48, which is comparable to the median of 0.50 in the Test Set 1. Therefore, the model does not suffer from overfitting issue.  We have added this cross-validation result in the Section “Validation and Comparisons in the AZS Dataset” (page 4)).

      We have now obtained TAIJI’s results on the ONeil dataset. TAIJI-M relies on a gene-gene interaction network to integrate the indirect drug targeting effects. This approach limits its applicability to new datasets, as it can only predict synergy scores for drug combinations present in the training dataset. Among the set of drug combinations present in the training set (n = 1102), both DIPx and TAIJI-M perform poorly, with Spearman correlations between predicted and observed synergy scores of 0.09 and 0.05, respectively.

      (Additional note: The original version of TAIJI-M uses gene expression, CNV, mutation, and methylation data. However, there is no methylation data in the ONeil dataset, so we retrained TAIJI-M without the methylation features. According to the final report of TAIJI in the challenge (https://www.synapse.org/Synapse:syn5614689/wiki/396206), Guan et al. reported that methylation features do not contribute to prediction performance in the postchallenge analysis. This means that retraining TAIJI-M without the methylation data will not materially affect the comparison between DIPx and TAIJI-M on the ONeil dataset.)

      Minor Points:

      (5) Pg 4, line 130: Citation needed for 10% contribution of monotherapy.

      (6) The general language of this paper is informal at times. I request the authors to refine it a bit.

      We thank the reviewer for pointing this out. We have added the appropriate citation for the statement and carefully revised the text to make it more formal.

      Reviewer #3 (Public Review):

      Summary:

      Predicting how two different drugs act together by looking at their specific gene targets and pathways is crucial for understanding the biological significance of drug combinations. Such combinations of drugs can lead to synergistic effects that enhance drug efficacy and decrease resistance. This study incorporates drug-specific pathway activation scores (PASs) to estimate synergy scores as one of the key advancements for synergy prediction. The new algorithm, Drug synergy Interaction Prediction (DIPx), developed in this study, uses gene expression, mutation profiles, and drug synergy data to train the model and predict synergy between two drugs and suggests the best combinations based on their functional relevance on the mechanism of action. Comprehensive validations using two different datasets and comparing them with another best-performing algorithm highlight the potential of its capabilities and broader applications. However, the study would benefit from including experimental validation of some predicted drug combinations to enhance its reliability.

      Strengths:

      The DIPx algorithm demonstrates the strengths listed below in its approach for personalized drug synergy prediction. One of its strengths lies in its utilization of biologically motivated cancer-specific (driver genes-based) and drug-specific (target genes-based) pathway activation scores (PASs) to predict drug synergy. This approach integrates gene expression, mutation profiles, and drug synergy data to capture information about the functional interactions between drug targets, thereby providing a potential biological explanation for the synergistic effects of combined drugs. Additionally, DIPx's performance was tested using the AstraZeneca-Sanger (AZS) DREAM Challenge dataset, especially in Test Set 1, where the Spearman correlation coefficient between predicted and observed drug synergy was 0.50 (95% CI: 0.470.53). This demonstrates the algorithm's effectiveness in handling combinations already in the training set. Furthermore, DIPx's ability to handle novel combinations, as evidenced by its performance in Test Set 2, indicates its potential for extrapolating predictions to new and untested drug combinations. This suggests that the algorithm can adapt to and make accurate predictions for previously unencountered combinations, which is crucial for its practical application in personalized medicine. Overall, DIPx's integration of pathway activation scores and its performance in predicting drug synergy for known and novel combinations underscore its potential as a valuable tool for personalized prediction of drug synergy and exploration of activated pathways related to the effects of combined drugs.

      Weaknesses:

      While the DIPx algorithm shows promise in predicting drug synergy based on pathway activation scores, it's essential to consider its limitations. One limitation is that the algorithm's performance was less accurate when predicting drug synergy for combinations absent from the training set. This suggests that its predictive capability may be influenced by the availability of training data for specific drug combinations. Additionally, further testing and validation across different datasets (more than the current two datasets) would be necessary to assess the algorithm's generalizability and robustness fully. It's also important to consider potential biases in the training data and ensure that DIPx predictions are validated through empirical studies including experimental testing of predicted combinations. Despite these limitations, DIPx represents a valuable step towards personalized prediction of drug synergy and warrants continued investigation and improvement. It would benefit if the algorithm's limitations are described with some examples and suggest future advancement steps.

      We are grateful to the reviewer for the thoughtful and encouraging comments, and for the time and effort to read our manuscript. We have carefully addressed them in our revision.

      Reviewer #3 (Recommendations For The Authors):

      The authors could consider some of the recommendations below to further improve the DIPx algorithm and its application in personalized drug synergy prediction. Firstly, expanding the training dataset to include a broader range of drug combinations could improve the algorithm's predictive capabilities, especially for novel combinations. This would help address the observed decrease in performance when predicting drug synergy for combinations absent from the training set. This could help assess the robustness of the algorithm and provide a more comprehensive evaluation of its performance for untrained combinations to strengthen its application.

      We agree that expanding the training dataset with a broader range of drug combinations would likely improve performance. However, the vast number of possible combinations, along with the associated cost of the experiment, limits the availability of drug combination data. To increase the size of the training data, we could combine different studies, but data from different studies are often generated using different protocols and experimental settings, introducing biases that complicate the integration. As technology continues to advance, we anticipate that more standardized and comprehensive data will become available in the future, which will help address this issue.

      Furthermore, the authors may consider incorporating additional features or data sources, such as drug-specific characteristics, i.e., availability of the drug, to enrich the information utilized by the algorithm. This could potentially improve the accuracy of the predictions and provide a more holistic understanding of the factors contributing to drug synergy.

      Indeed, incorporating additional information such as monotherapy data and drug-specific characteristics, as in TAIJI’s approach, could enhance overall prediction performance. As discussed in Point 5 below, the current study is focused on exploring the potential molecular mechanisms of drug combinations, rather than optimizing overall prediction accuracy. However, in its application, it is natural to add the monotherapy or drug-specific information into the algorithm, as done in TAIJI.

      Finally, conducting experimental studies to validate the predictions generated by DIPx in laboratory-based cell lines would be essential to confirm its accuracy and reliability. This could involve a few drug IC50 experimental validations of predicted synergistic drug combinations and their associated pathway activations to strengthen the algorithm's clinical relevance. By considering these recommendations, the authors can further refine and advance the DIPx algorithm.

      We agree that laboratory-based validation, such as IC50 experiments for predicted synergistic drug combinations and pathway activations, would indeed strengthen the clinical relevance of the algorithm. We hope future studies can build on this work by incorporating this experimental validation.

      Below are my specific comments:

      Major comments:

      (1) The description of all the outputs of the DIPX algorithm is not clearly explained. It is unclear whether it provides only the Loewe score, the confidence score, the PAS score, or all of them. It is necessary to clarify the output of the proposed algorithm to guide the reader on what to expect while using it. The steps from PASs to synergy scores are not well explained.

      We apologize for the lack of clarity. Regarding the outputs of DIPx, for any triplet (drug A + drug B, cell line C), DIPx provides both the predicted Loewe score and the corresponding confidence score as the output. PASs are used as the input data for the random forest algorithm, which processes PASs into the synergy score. We do not provide the details in the manuscript, but refer to the article by Ishwaran H et al., (2021). We have revised the first paragraph of the 'A Pathway-Based Drug Synergy Prediction Model' section (page 3) and Figure 1 to improve the presentation of the method.

      (2) In Figure 1, the predicted Loewe score for the Capivasertib + Sapitinib combination is not provided. However, Figures 1e and 4a show the pathways with the highest contribution for this combination. What is the predicted Loewe score for the Capivasertib + Sapitinib combination?

      Figures 1e and 4a presents the pathways with the highest contribution for the combination which are identified based on the drug-combination data from 12 cell lines, not a single data point.

      We have added the median Loewe score (=7.6) across 12 cell lines in the test sets (Test 1 + Test 2) for the Capivasertib + Sapitinib combination in Figure 1e and reported related information for this combination in Supplementary Table S1. Additionally, we revised the 'Inference of the Mechanism of Action Based on PAS' section (page 7) to clarify the pathway importance inference.

      (3) In Figure 1d, the combination of doxorubicin + AZ12623380 is predicted to exhibit high Loewe synergy, with a confidence score of 0.33. It is important to provide details of this prediction, including the pathway predictions, and to explain why the model suggested high synergy. Although Figure 4f contains information, it seems to be listed for the observed Loewe score rather than the predicted score provided in Figure 1d. DIPx predicts the doxorubicin + AZ12623380 combination to be synergistic, while in Figure 4, it is labeled as a non-synergistic combination. It is necessary for the authors to clearly indicate which illustration represents the predicted outcome and which hypothesis is based on the observed Loewe score.

      In Figure 1d, we reported both predicted and observed Loewe score for the experiment (combination = doxorubicin + AZ12623380, cell line = SW900). Although the predicted score is high, a confidence score of 0.33 indicates that there is a low chance of the prediction is synergistic. And this is indeed confirmed by the non-synergistic observed score of -6, so it does not merit further investigation. This example highlights the value of the confidence score to supplement the predicted values. 

      (4) Figure 3 - The external validation using ONeil requires more rigorous analysis to understand the biological significance of the predictions. It is important to provide pathway activation scores and their potential mechanism of action predicted by the DIPx algorithm when working with a new dataset. Additionally, including the predictions of TAIJI-M on the ONeil dataset would be beneficial for comparing the performance of both algorithms on a new dataset.

      We have included an example of potential pathways related to the MK2206 + Erlotinib combination in the ONeil cohort, as inferred by DIPx, in the last paragraph of the 'Inference of the Mechanism of Action Based on PAS' section (page 9). In this example, we identify 'Metabolism by CYP Enzymes' as the most significant pathway associated with this combination, which aligns with previous studies that both MK2206 and Erlotinib are metabolized by the CYP enzyme families [PMID: 24387695].

      Regarding the prediction of TAIJI-M on the ONeil dataset, we have a similar request in question 4 from Reviewer 2, which we have carefully addressed above. Briefly, due to differences between two datasets, we retrained TAIJI-M without methylation data to enable prediction on the ONeil dataset. (As previously reported, methylation data did not significantly contribute to the results of TAIJI, and TAIJI-M can only predict synergy scores for drug combinations present in the training set.) Focusing on this subset of drug combinations, both TAIJI-M and DIPx perform poorly, with Spearman correlations of r=0.05 and r=0.09, respectively. The poor performance could be attributed to the limited overlap of drugs between the ONeil dataset and the AZS DREAM Challenge dataset.

      (5) TAIJI by Li et al., 2018 reported a high prediction correlation (0.53) in their study, while the modified version of TAIJI, TAJI-M, shows a lower prediction correlation in this study. The authors should clarify why the performance decreased when using the same dataset. Is it because only molecular data was used, excluding the monotherapy drug-response data? There is a spelling error in calling the algorithm - it is reported as TAIJI by Li et al., 2018, whereas this study calls it TAJI - an "I" is missing in TAIJI throughout the manuscript.

      Indeed, TAIJI-M has a lower prediction correlation (0.38) compared to the full TAIJI model (0.53), which includes the monotherapy data. Some studies such as [PMID: 33203866] even use only monotherapy data in prediction of drug combinations, suggesting the importance of monotherapy data in the drug-combination prediction. However, DIPx focuses on exploration of potential molecular mechanisms of drug combinations rather than overall prediction results, therefore, we exclude the monotherapy data from analysis. We have discussed on this in the 'Validation and Comparisons in the AZS Dataset' section (page 4).

      We thank the reviewer for pointing the spelling error for TAIJI; this has been corrected throughout the manuscript.

      (6) The authors should provide the predicted versus observed Loewe scores for all the combinations as a supplementary file. This would benefit the readers who want to replicate the results in the future. In the same way, including a sample output for the toy dataset on GitHub is required to assess the performance of the DIPx algorithm by a new user.

      All predicted and observed drug synergy scores are given in Supplementary Table S2. We also have already uploaded a simple example on our GitHub page, along with detailed instructions for users on how to run the method, including generating PAS and training the prediction model. Since we do not have permission to host data from the AZS DREAM Challenge and the ONeil datasets on our GitHub page, users can download these datasets separately and directly apply the provided code.

      (7) GitHub can include all the input and output data to reproduce the correlation plots in the manuscript. GitHub could also include the modified version of TAIJI-M and its corresponding input for comparison. The methods section should include how TAIJI was performed.

      We have uploaded all the codes and related data to the GitHub page to allow replication of all correlation plots in the manuscript. TAIJI-M represents the molecular model of the full TAIJI model. Both TAIJI-M and TAIJI are documented on the GitHub page of the original study. We have also included a link to the source code for TAIJI-M and TAIJI in the 'Data Availability' section.

      (8) Figure 5 - the data associated with this figure needs to be provided as supplementary listing the predicted values of Loewe scores for all the combinations.

      We report the associated data including the median of predicted and observed Loewe scores related to Figure 5c in Supplementary Table S2.

      Minor comments:

      (9) Abbreviations for the pathways are not included.

      We have included a list of abbreviations for all relevant pathways in Supplementary Table S5.

      (10) Line: 369. What is considered as bias correction? This needs to be explained.

      Bias correction refers to adjusting the original estimate of the Spearman correlation between the predicted and observed Loewe scores when there is a systematic difference between the estimates obtained from the bootstrap samples and the original correlation estimate. We revised the related text in page 13 to improve the explanation.

      (11) Line 364. Formulae or details for calculating actual predicted synergy (Ps) are missing.

      The predicted Loewe score, Ps, is the output of the regression random forest model. For simplicity, we do not describe the details in the manuscript, but refer to the description of the method article (Ishwaran H et al., 2021). We have revised the text accordingly.

  7. minio.la.utexas.edu minio.la.utexas.edu
    1. unjust law is a code that anumerical or power majority group compels a minority group to obey but does not make binding onitself. This is difference made legal. By the same token, a just law is a code that a majority compels aminority to follow and that it is willing to follow itself. This is sameness made legal

      definitions of just/unjust law

    1. Author response:

      Reviewer #1 (Public review):

      Summary:

      The authors propose a transformer-based model for the prediction of condition - or tissue-specific alternative splicing and demonstrate its utility in the design of RNAs with desired splicing outcomes, which is a novel application. The model is compared to relevant existing approaches (Pangolin and SpliceAI) and the authors clearly demonstrate its advantage. Overall, a compelling method that is well thought out and evaluated.

      Strengths:

      (1) The model is well thought out: rather than modeling a cassette exon using a single generic deep learning model as has been done e.g. in SpliceAI and related work, the authors propose a modular architecture that focuses on different regions around a potential exon skipping event, which enables the model to learn representations that are specific to those regions. Because each component in the model focuses on a fixed length short sequence segment, the model can learn position-specific features. Another difference compared to Pangolin and SpliceAI which are focused on modeling individual splice junctions is the focus on modeling a complete alternative splicing event.

      (2) The model is evaluated in a rigorous way - it is compared to the most relevant state-of-the-art models, uses machine learning best practices, and an ablation study demonstrates the contribution of each component of the architecture.

      (3) Experimental work supports the computational predictions.    

      (4) The authors use their model for sequence design to optimize splicing outcomes, which is a novel application.

      We wholeheartedly thank Reviewer #1 for these positive comments regarding the modeling approach we took to this task and the evaluations we performed. We have put a lot of work and thought into this and it is gratifying to see the results of that work acknowledged like this.

      Weaknesses:

      No weaknesses were identified by this reviewer, but I have the following comments:

      (1) I would be curious to see evidence that the model is learning position-specific representations.

      This is an excellent suggestion to further assess what the model is learning. We have several ideas on how to test this which we will plan to report in the revised version. 

      (2) The transformer encoders in TrASPr model sequences with a rather limited sequence size of 200 bp; therefore, for long introns, the model will not have good coverage of the intronic sequence. This is not expected to be an issue for exons.

      Yes we can divide predictions by intron length, that’s a good suggestion. We will report on that in the revision.

      (3) In the context of sequence design, creating a desired tissue- or condition-specific effect would likely require disrupting or creating motifs for splicing regulatory proteins. In your experiments for neuronal-specific Daam1 exon 16, have you seen evidence for that? Most of the edits are close to splice junctions, but a few are further away.

      That is another good question and suggestion. In the original paper describing the mutation locations some motif similarities were noted to PTB (CU) and CUG/Mbnl-like elements (Barash et al Nature 2010). We could revisit this now with an RBP motif D.B. such as http://rbpdb.ccbr.utoronto.ca/. We note the ENCODE uses human cell lines and cannot be used for this but we will also look for mouse CLIP and KD data supporting such regulatory findings. 

      (4) For sequence design, of tissue- or condition-specific effect in neuronal-specific Daam1 exon 16 the upstream exonic splice junction had the most sequence edits. Is that a general observation? How about the relative importance of the four transformer regions in TrASPr prediction performance?

      This is another excellent question that we plan to follow up with matching analysis in the revision.

      (5) The idea of lightweight transformer models is compelling, and is widely applicable. It has been used elsewhere. One paper that came to mind in the protein realm:

      Singh, Rohit, et al. "Learning the language of antibody hypervariability." Proceedings of the National Academy of Sciences 122.1 (2025): e2418918121.

      Yes, we are for sure not the only/first to advocate for such an approach. We will be sure to make that point clear in the revision and thank the reviewer for the example from a different domain.  

      Reviewer #2 (Public review):

      Summary:

      The authors present a transformer-based model, TrASPr, for the task of tissue-specific splicing prediction (with experiments primarily focused on the case of cassette exon inclusion) as well as an optimization framework (BOS) for the task of designing RNA sequences for desired splicing outcomes.

      For the first task, the main methodological contribution is to train four transformer-based models on the 400bp regions surrounding each splice site, the rationale being that this is where most splicing regulatory information is. In contrast, previous work trained one model on a long genomic region. This new design should help the model capture more easily interactions between splice sites. It should also help in cases of very long introns, which are relatively common in the human genome.

      TrASPr's performance is evaluated in comparison to previous models (SpliceAI, Pangolin, and SpliceTransformer) on numerous tasks including splicing predictions on GTEx tissues, ENCODE cell lines, RBP KD data, and mutagenesis data. The scope of these evaluations is ambitious; however, significant details on most of the analyses are missing, making it difficult to evaluate the strength of the evidence. Additionally, state-of-the-art models (SpliceAI and Pangolin) are reported to perform extremely poorly in some tasks, which is surprising in light of previous reports of their overall good prediction accuracy; the reasoning for this lack of performance compared to TrASPr is not explored.

      In the second task, the authors combine Latent Space Bayesian Optimization (LSBO) with a Transformer-based variational autoencoder to optimize RNA sequences for a given splicing-related objective function. This method (BOS) appears to be a novel application of LSBO, with promising results on several computational evaluations and the potential to be impactful on sequence design for both splicing-related objectives and other tasks.

      We thank Reviewer #2 for this detailed summary and positive view of our work. It seems the main issue raised in this summary regards the evaluations: The reviewer finds details of the evaluations missing and the fact that SpliceAI and Pangolin perform poorly on some of the tasks to be surprising. In general, we made a concise effort to include the required details, including code and data tables, but will be sure to include more details based on the specific questions/comments listed below. As for the perceived performance issues for Pangolin/SpliceAI we believe this may be the result of not making it clear what tasks they perform well on vs those in which they do not work well. We give more details below. 

      Strengths:

      (1) A novel machine learning model for an important problem in RNA biology with excellent prediction accuracy.

      (2) Instead of being based on a generic design as in previous work, the proposed model incorporates biological domain knowledge (that regulatory information is concentrated around splice sites). This way of using inductive bias can be important to future work on other sequence-based prediction tasks.

      Weaknesses:

      (1) Most of the analyses presented in the manuscript are described in broad strokes and are often confusing. As a result, it is difficult to assess the significance of the contribution.

      We made an effort to make the tasks be specific and detailed,  including making the code and data of those available. Still, it is evident from the above comment Reviewer #2 found this to be lacking. We will review the description and make an effort to improve that given the clarifications we include below. 

      (2) As more and more models are being proposed for splicing prediction (SpliceAI, Pangolin, SpliceTransformer, TrASPr), there is a need for establishing standard benchmarks, similar to those in computer vision (ImageNet). Without such benchmarks, it is exceedingly difficult to compare models. For instance, Pangolin was apparently trained on a different dataset (Cardoso-Moreira et al. 2019), and using a different processing pipeline (based on SpliSER) than the ones used in this submission. As a result, the inferior performance of Pangolin reported here could potentially be due to subtle distribution shifts. The authors should add a discussion of the differences in the training set, and whether they affect your comparisons (e.g., in Figure 2). They should also consider adding a table summarizing the various datasets used in their previous work for training and testing. Publishing their training and testing datasets in an easy-to-use format would be a fantastic contribution to the community, establishing a common benchmark to be used by others.

      There are several good points to unpack here. First, we agree that a standard benchmark will be useful to include. We will work to create and include one for the revision. That said, we note that unlike the example given by Reviewer #2 (ImageNet) there are no standards for the splicing prediction tasks. There are actually different task definitions with different input/outputs as we tried to cover briefly in the introduction section. 

      Second, regarding the usage of different data and distribution shifts as potential reasons for Pangolin performance differences. We originally evaluated Pangolin after retraining it with MAJIQ based quantifications and found no significant changes. We will include a more detailed analysis of Pangolin retrained like this in the revision. We also note that Pangolin original training involved significantly more data as it was trained on four species with four tissues each, and we only evaluated it on three of those tissues (for human), in exons the authors deemed as test data. That said, we very much agree that retraining Pangolin as mentioned above is warranted, as well as clearly listing what data was used for training as suggested by the reviewer.

      (3) Related to the previous point, as discussed in the manuscript, SpliceAI, and Pangolin are not designed to predict PSI of cassette exons. Instead, they assign a "splice site probability" to each nucleotide. Converting this to a PSI prediction is not obvious, and the method chosen by the authors (averaging the two probabilities (?)) is likely not optimal. It would interesting to see what happens if an MLP is used on top of the four predictions (or the outputs of the top layers) from SpliceAI/Pangolin. This could also indicate where the improvement in TrASPr comes from: is it because TrASPr combines information from all four splice sites? Also, consider fine-tuning Pangolin on cassette exons only (as you do for your model).

      As mentioned above, we originally did try to retrain Pangolin with MAJIQ PSI values without observing much differences, but we will repeat this and include the results in the revision. Trying to combine 4 different SpliceAI models as proposed by the Reviewer seems to be a different kind of a new model, one that takes 4 large ResNets and combines those with annotation. Related to that, we did try to replace the transformers in our ablation study. The reviewer’s suggestion seems like another interesting architecture to try but since this is a non existing model that would likely require some adjustments. Given that, we view adding such a new model architecture as beyond the scope of this work.

      (4) L141, "TrASPr can handle cassette exons spanning a wide range of window sizes from 181 to 329,227 bases - thanks to its multi-transformer architecture." This is reported to be one of the primary advantages compared to existing models. Additional analysis should be included on how TrASPr performs across varying exon and intron sizes, with comparison to SpliceAI, etc.

      Yes, that is a good suggestion, similar to one made by Reviewer #1 as well. We plan to include such analysis in the revision. 

      (5) L171, "training it on cassette exons". This seems like an important point: previous models were trained mostly on constitutive exons, whereas here the model is trained specifically on cassette exons. This should be discussed in more detail.

      Previous models were not trained exclusively on constitutive exons and Pangolin specifically was trained with their version of junction usage across tissues. That said, the reviewer’s point is valid (and similar to ones made above) about a need to have a matched training/testing. As noted above we plan to include Pangolin training on our PSI values for comparison.

      (6) L214, ablations of individual features are missing.

      OK

      (7) L230, "ENCODE cell lines", it is not clear why other tissues from GTEx were not included.

      The task here was to assess predictions in very different conditions, hence we tested on completely different data of human cell lines rather than similar tissue samples. Yes, we can also assess on unseen GTEX tissues as well.

      (8) L239, it is surprising that SpliceAI performs so badly, and might suggest a mistake in the analysis. Additional analysis and possible explanations should be provided to support these claims. Similarly, the complete failure of SpliceAI and Pangolin is shown in Figure 4d.

      Line 239 refers to predicting relative inclusion levels between competing 3’ and 5’ splice sites. We admit we too expected this to be better for SpliceAI and Pangolin and will be sure to recheck for bugs, but to be fair we are not aware of a similar assessment being done for either of those algorithms (i.e. relative inclusion for 3’ and 5’ alternative splice site events).

      One issue we ran into, reflected in Reviewer #2 comments, is the mix between tasks that SpliceAI and Pangolin excel at and other tasks where they should not necessarily be expected to excel. Both algorithms focus on cryptic splice site creation/disruption. This has been the focus of those papers and subsequent applications.  While Pangolin added tissue specificity to SpliceAI training, the authors themselves admit “...predicting differential splicing across tissues from sequence alone is possible but remains a considerable challenge and requires further investigation”. The actual performance on this task is not included in Pangolin’s main text, but we refer Reviewer #2 to supplementary figure S4 in that manuscript to get a sense of Pangolin’s reported performance on this task. Similar to that, Figure 4d is for predicting *tissue specific* regulators. We do not think it is surprising that SpliceAI (tissue agnostic) and Pangolin (slight improvement compared to SpliceAI in tissue specific predictions) do not perform well on this task.  Similarly, we do not find the results in Figure 4C surprising either. These are for mutations that slightly alter inclusion level of an exon, not something SpliceAI was trained on, as it was simply trained on splice sites yes/no predictions. As noted and we will stress in the revision as well, training Pangolin on this dataset like TrASPr gives similar performance. That is to be expected as well - Pangolin is constructed to capture changes in PSI, those changes are not even tissue specific for CD19 data and the model has no problem/lack of capacity to generalize from the training set just like TrASPr does. In fact, if you only use combination of known mutations seen during training a simple regression model gives correlation of ~92-95% (Cortés-López et al 2022). In summary, we believe that better understanding of what one can realistically expect from models such as SpliceAI, Pangolin, and TrASPr will go a long way to have them better understood and used effectively. We will try to improve on that in the revision.

      (9) BOS seems like a separate contribution that belongs in a separate publication. Instead, consider providing more details on TrASPr.

      We thank the reviewer for the suggestion. We agree those are two distinct contributions and we indeed considered having them as two separate papers. However, there is strong coupling between the design algorithm (BOS) and the predictor that enables it (TrASPr). This coupling is both conceptual (TrASPr as a “teacher”) and practical in terms of evaluations. While we use experimental data (experiments done involving Daam1 exon 16, CD19 exon 2) we still rely heavily on evaluations by TrASPr itself. A completely independent evaluation would have required a high-throughput experimental system to assess designs, which is beyond the scope of the current paper. For those reasons we eventually decided to make it into what we hope is a more compelling combined story about generative models for prediction and design of RNA splicing. 

      (10) The authors should consider evaluating BOS using Pangolin or SpliceTransformer as the oracle, in order to measure the contribution to the sequence generation task provided by BOS vs TrASPr.

      We can definitely see the logic behind trying BOS with different predictors. That said, as we note above most of BOS evaluations are based on the “teacher”. As such, it is unclear what value replacing the teacher would bring. We also note that given this limitation we focus mostly on evaluations in comparison to existing approaches (genetic algorithm or random mutations as a strawman).

    1. Reviewer #1 (Public review):

      Summary:

      This study aims to provide imaging methods for users of the field of human layer-fMRI. This is an emerging field with 240 papers published so far. Different than implied in the manuscript, 3T is well represented among those papers. E.g. see the papers below that are not cited in the manuscript. Thus, the claim on the impact of developing 3T methodology for wider dissemination is not justified. Specifically, because some of the previous papers perform whole brain layer-fMRI (also at 3T) in more efficient, and more established procedures.

      The authors implemented a sequence with lots of nice features. Including their own SMS EPI, diffusion bipolar pulses, eye-saturation bands, and they built their own reconstruction around it. This is not trivial. Only a few labs around the world have this level of engineering expertise. I applaud this technical achievement. However, I doubt that any of this is the right tool for layer-fMRI, nor does it represent an advancement for the field. In the thermal noise dominated regime of sub-millimeter fMRI (especially at 3T) it is established to use 3D readouts over 2D (SMS) readouts. While it is not trivial to implement SMS, the vendor implementations (as well as the CMRR and MGH implementations) are most widely applied across the majority of current fMRI studies already. The author's work on this does not serve any previous shortcomings in the field.

      The mechanism to use bi-polar gradients to increase the localization specificity is doubtful to me. In my understanding, killing the intra-vascular BOLD should make it less specific. Also, the empirical data do not suggest a higher localization specificity to me.

      Embedding this work in the literature of previous methods is incomplete. Recent trends of vessel signal manipulation with ABC or VAPER are not mentioned. Comparisons with VASO are outdated and incorrect.

      The reproducibility of the methods and the result is doubtful (see below).

      I don't think that this manuscript is in the top 50% of the 240 layer-fmri papers out there.

      3T layer-fMRI papers that are not cited:

      Taso, M., Munsch, F., Zhao, L., Alsop, D.C., 2021. Regional and depth-dependence of cortical blood-flow assessed with high-resolution Arterial Spin Labeling (ASL). Journal of Cerebral Blood Flow and Metabolism. https://doi.org/10.1177/0271678X20982382

      Wu, P.Y., Chu, Y.H., Lin, J.F.L., Kuo, W.J., Lin, F.H., 2018. Feature-dependent intrinsic functional connectivity across cortical depths in the human auditory cortex. Scientific Reports 8, 1-14. https://doi.org/10.1038/s41598-018-31292-x

      Lifshits, S., Tomer, O., Shamir, I., Barazany, D., Tsarfaty, G., Rosset, S., Assaf, Y., 2018. Resolution considerations in imaging of the cortical layers. NeuroImage 164, 112-120. https://doi.org/10.1016/j.neuroimage.2017.02.086

      Puckett, A.M., Aquino, K.M., Robinson, P.A., Breakspear, M., Schira, M.M., 2016. The spatiotemporal hemodynamic response function for depth-dependent functional imaging of human cortex. NeuroImage 139, 240-248. https://doi.org/10.1016/j.neuroimage.2016.06.019

      Olman, C.A., Inati, S., Heeger, D.J., 2007. The effect of large veins on spatial localization with GE BOLD at 3 T: Displacement, not blurring. NeuroImage 34, 1126-1135. https://doi.org/10.1016/j.neuroimage.2006.08.045

      Ress, D., Glover, G.H., Liu, J., Wandell, B., 2007. Laminar profiles of functional activity in the human brain. NeuroImage 34, 74-84. https://doi.org/10.1016/j.neuroimage.2006.08.020

      Huber, L., Kronbichler, L., Stirnberg, R., Ehses, P., Stocker, T., Fernández-Cabello, S., Poser, B.A., Kronbichler, M., 2023. Evaluating the capabilities and challenges of layer-fMRI VASO at 3T. Aperture Neuro 3. https://doi.org/10.52294/001c.85117

      Scheeringa, R., Bonnefond, M., van Mourik, T., Jensen, O., Norris, D.G., Koopmans, P.J., 2022. Relating neural oscillations to laminar fMRI connectivity in visual cortex. Cerebral Cortex. https://doi.org/10.1093/cercor/bhac154

      Strengths:

      See above. The authors developed their own SMS sequence with many features. This is important to the field. And does not leave sequence development work to view isolated monopoly labs. This work democratises SMS.<br /> The questions addressed here are of high relevance to the field: getting tools with good sensitivity, user-friendly applicability, and locally specific brain activity mapping is an important topic in the field of layer-fMRI.

      Weaknesses:

      (1) I feel the authors need to justify why flow-crushing helps localization specificity. There is an entire family of recent papers that aims to achieve higher localization specificity by doing the exact opposite. Namely, MT or ABC fRMRI aims to increase the localization specificity by highlighting the intravascular BOLD by means of suppressing non-flowing tissue. To name a few:

      Priovoulos, N., de Oliveira, I.A.F., Poser, B.A., Norris, D.G., van der Zwaag, W., 2023. Combining arterial blood contrast with BOLD increases fMRI intracortical contrast. Human Brain Mapping hbm.26227. https://doi.org/10.1002/hbm.26227.

      Pfaffenrot, V., Koopmans, P.J., 2022. Magnetization Transfer weighted laminar fMRI with multi-echo FLASH. NeuroImage 119725. https://doi.org/10.1016/j.neuroimage.2022.119725

      Schulz, J., Fazal, Z., Metere, R., Marques, J.P., Norris, D.G., 2020. Arterial blood contrast ( ABC ) enabled by magnetization transfer ( MT ): a novel MRI technique for enhancing the measurement of brain activation changes. bioRxiv. https://doi.org/10.1101/2020.05.20.106666

      Based on this literature, it seems that the proposed method will make the vein problem worse, not better. The authors could make it clearer how they reason that making GE-BOLD signals more extra-vascular weighted should help to reduce large vein effects.

      The empirical evidence for the claim that flow crushing helps with the localization specificity should be made clearer. The response magnitude with and without flow crushing looks pretty much identical to me (see Fig, 6d).<br /> It's unclear to me what to look for in Fig. 5. I cannot discern any layer patterns in these maps. It's too noisy. The two maps of TE=43ms look like identical copies from each other. Maybe an editorial error?

      The authors discuss bipolar crushing with respect to SE-BOLD where it has been previously applied. For SE-BOLD at UHF, a substantial portion of the vein signal comes from the intravascular compartment. So I agree that for SE-BOLD, it makes sense to crush the intravascular signal. For GE-BOLD however, this reasoning does not hold. For GE-BOLD (even at 3T), most of the vein signal comes from extravascular dephasing around large unspecific veins and the bipolar crushing is not expected to help with this.

      (2) The bipolar crushing is limited to one single direction of flow. This introduces a lot of artificial variance across the cortical folding pattern. This is not mentioned in the manuscript. There is an entire family of papers that perform layer-fmri with black-blood imaging that solves this with a 3D contrast preparation (VAPER) that is applied across a longer time period, thus killing the blood signal while it flows across all directions of the vascular tree. Here, the signal cruising is happening with a 2D readout as a "snap-shot" crushing. This does not allow the blood to flow in multiple directions.<br /> VAPER also accounts for BOLD contaminations of larger draining veins by means of a tag-control sampling. The proposed approach here does not account for this contamination.

      Chai, Y., Li, L., Huber, L., Poser, B.A., Bandettini, P.A., 2020. Integrated VASO and perfusion contrast: A new tool for laminar functional MRI. NeuroImage 207, 116358. https://doi.org/10.1016/j.neuroimage.2019.116358

      Chai, Y., Liu, T.T., Marrett, S., Li, L., Khojandi, A., Handwerker, D.A., Alink, A., Muckli, L., Bandettini, P.A., 2021. Topographical and laminar distribution of audiovisual processing within human planum temporale. Progress in Neurobiology 102121. https://doi.org/10.1016/j.pneurobio.2021.102121

      If I would recommend anyone to perform layer-fMRI with blood crushing, it seems that VAPER is the superior approach. The authors could make it clearer why users might want to use the unidirectional crushing instead.

      (3) The comparison with VASO is misleading.<br /> The authors claim that previous VASO approaches were limited by TRs of 8.2s. The authors might be advised to check the latest literature of the last years.<br /> Koiso et al. has performed whole brain layer-fMRI VASO at 0.8mm at 3.9 seconds (with reliable activation) and 2.7 seconds (with unconvincing activation pattern, though), and 2.3 (without activation).<br /> Also, whole brain layer-fMRI BOLD at 0.5mm and 0.7mm has been previously performed by the Juelich group at TRs of 3.5s (their TR definition is 'fishy' though).

      Koiso, K., Müller, A.K., Akamatsu, K., Dresbach, S., Gulban, O.F., Goebel, R., Miyawaki, Y., Poser, B.A., Huber, L., 2023. Acquisition and processing methods of whole-brain layer-fMRI VASO and BOLD: The Kenshu dataset. Aperture Neuro 34. https://doi.org/10.1101/2022.08.19.504502

      Yun, S.D., Pais‐Roldán, P., Palomero‐Gallagher, N., Shah, N.J., 2022. Mapping of whole‐cerebrum resting‐state networks using ultra‐high resolution acquisition protocols. Human Brain Mapping. https://doi.org/10.1002/hbm.25855

      Pais-Roldan, P., Yun, S.D., Palomero-Gallagher, N., Shah, N.J., 2023. Cortical depth-dependent human fMRI of resting-state networks using EPIK. Front. Neurosci. 17, 1151544. https://doi.org/10.3389/fnins.2023.1151544

      The authors are correct that VASO is not advised as a turn-key method for lower brain areas, incl. Hippocampus and subcortex. However, the authors use this word of caution that is intended for inexperienced "users" as a statement that this cannot be performed. This statement is taken out of context. This statement is not from the academic literature. It's advice for the 40+ user base that want to perform layer-fMRI as a plug-and-play routine tool in neuroscience usage. In fact, sub-millimeter VASO is routinely being performed by MRI-physicists across all brain areas (including deep brain structures, hippocampus etc). E.g. see Koiso et al. and an overview lecture from a layer-fMRI workshop that I had recently attended: https://youtu.be/kzh-nWXd54s?si=hoIJjLLIxFUJ4g20&t=2401

      Thus, the authors could embed this phrasing into the context of their own method that they are proposing in the manuscript. E.g. the authors could state whether they think that their sequence has the potential to be disseminated across sites, considering that it requires slow offline reconstruction in Matlab?<br /> Do the authors think that the results shown in Fig. 6c are suggesting turn-key acquisition of a routine mapping tool? In my humble opinion it looks like random noise, with most of the activation outside the ROI (in white matter).

      (4) The repeatability of the results is questionable.<br /> The authors perform experiments about the robustness of the method (line 620). The corresponding results are not suggesting any robustness to me. In fact the layer profiles in Fig. 4c vs. Fig 4d are completely opposite. Location of peaks turn into locations of dips and vice versa.<br /> The methods are not described in enough detail to reproduce these results.<br /> The authors mention that their image reconstruction is done "using in-house MATLAB code" (line 634). They do not post a link to github, nor do they say if they share this code.

      It is not trivial to get good phase data for fMRI. The authors do not mention how they perform the respective coil-combination.<br /> No data are shared for reproduction of the analysis.

      (5) The application of NODRIC is not validated.<br /> Previous applications of NORDIC at 3T layer-fMRI have resulted in mixed success. When not adjusted for the right SNR regime it can result in artifactual reductions of beta scores, depending on the SNR across layers. The authors could validate their application of NORDIC and confirm that the average layer-profiles are unaffected by the application of NORDIC. Also, the NORDIC version should be explicitly mentioned in the manuscript.

      Akbari, A., Gati, J.S., Zeman, P., Liem, B., Menon, R.S., 2023. Layer Dependence of Monocular and Binocular Responses in Human Ocular Dominance Columns at 7T using VASO and BOLD (preprint). Neuroscience. https://doi.org/10.1101/2023.04.06.535924

      Knudsen, L., Guo, F., Huang, J., Blicher, J.U., Lund, T.E., Zhou, Y., Zhang, P., Yang, Y., 2023. The laminar pattern of proprioceptive activation in human primary motor cortex. bioRxiv. https://doi.org/10.1101/2023.10.29.564658

      Comments on revisions:

      Among all the concerns mentioned above, I think there is only one of the specific issues that was sufficiently addressed.<br /> The authors implemented a combination of three consecutive-dimensional flow crushers. Other concerns were not sufficiently addressed to change my confidence level of the study.<br /> - While the abstract is still focusing on the utility of using 3T, they do not give credit to early 3T layer-fMRI papers leading the way to larger coverage and connectivity applications.<br /> - While the author's choice of using custom SMS 2D readout is justified for them. I do not think that this very method will utilize widespread 3T whole brain connectivity experiments across the global 3T community. This lowers the impact of the paper.<br /> - The images in Fig. 5 are still suspiciously similar. To the level that the noise pattern outside the brain is identical across large parts of the maps with and without PR.<br /> - Maybe it's my ignorance, but I still do not agree why flow crushing focuses the local BOLD responses to small vessels.<br /> - While my feel of a misleading representation of the literature had been accompanied by explicit references, the authors claim that they cannot find them?!? Or claim that they are about something else (which they are not, in my viewpoint).<br /> Data and software are still not shared (not even example data, or nii data).

    2. Author response:

      The following is the authors’ response to the original reviews.

      General responses:

      The authors sincerely thank all the reviewers for their valuable and constructive comments. We also apologize for the long delay in providing this rebuttal due to logistical and funding challenges. In this revision, we modified the bipolar gradients from one single direction to all three directions. Additionally, in response to the concerns regarding data reliability, we conducted a thorough examination of each step in our data processing pipeline. In the original processing workflow, the projection-onto-convex-set (POCS) method was used for partial Fourier reconstruction. Upon examination, we found that applying the POCS method after parallel image reconstruction significantly altered the signal and resulted in considerable loss of functional feature. Futhermore, the original scan protocol employed a TE of 46 ms, which is notably longer than the typical TE of 33 ms. A prolonged TE can increase the ratio of extravascular to intravascular contributions. Importantly, the impact of TE on the efficacy of phase regression remains unclear, introducing potential confounding effects. To address these issues, we revised the protocol by shortening the TE from 46 ms to 39 ms. This adjustment was achieved by modifying the SMS factor to 3 and the in-plane acceleration rate to 3, thereby minimizing the confounding effects associated with an extended TE.

      Following these changes, we recollected task-based fMRI data (N=4) and resting-state fMRI data (N=14) under the updated protocol. Using the revised dataset, we validated layer-specific functional connectivity (FC) through seed-based analyses. These analyses revealed distinct connectivity patterns in the superficial and deep layers of the primary motor cortex (M1), with statistically significant inter-layer differences. Furthermore, additional analyses with a seed in the primary sensory cortex (S1) corroborated the robustness and reliability of the revised methodology. We also changed the ‘directed’ functional connectivity in the title to ‘layer-specific’ functional connectivity, as drawing conclusions about directionality requires auxiliary evidence beyond the scope of this study.

      We provide detailed responses to the reviewers’ comments below.

      Reviewer #1 (Public Review):

      Summary:

      (1)   This study aims to provide imaging methods for users of the field of human layer-fMRI. This is an emerging field with 240 papers published so far. Different than implied in the manuscript, 3T is well represented among those papers. E.g. see the papers below that are not cited in the manuscript. Thus, the claim on the impact of developing 3T methodology for wider dissemination is not justified. Specifically, because some of the previous papers perform whole brain layer-fMRI (also at 3T) in more efficient, and more established procedures.

      3T layer-fMRI papers that are not cited:

      Taso, M., Munsch, F., Zhao, L., Alsop, D.C., 2021. Regional and depth-dependence of cortical blood-flow assessed with high-resolution Arterial Spin Labeling (ASL). Journal of Cerebral Blood Flow and Metabolism. https://doi.org/10.1177/0271678X20982382

      Wu, P.Y., Chu, Y.H., Lin, J.F.L., Kuo, W.J., Lin, F.H., 2018. Feature-dependent intrinsic functional connectivity across cortical depths in the human auditory cortex. Scientific Reports 8, 1-14. https://doi.org/10.1038/s41598-018-31292-x

      Lifshits, S., Tomer, O., Shamir, I., Barazany, D., Tsarfaty, G., Rosset, S., Assaf, Y., 2018. Resolution considerations in imaging of the cortical layers. NeuroImage 164, 112-120. https://doi.org/10.1016/j.neuroimage.2017.02.086

      Puckett, A.M., Aquino, K.M., Robinson, P.A., Breakspear, M., Schira, M.M., 2016. The spatiotemporal hemodynamic response function for depth-dependent functional imaging of human cortex. NeuroImage 139, 240-248. https://doi.org/10.1016/j.neuroimage.2016.06.019

      Olman, C.A., Inati, S., Heeger, D.J., 2007. The effect of large veins on spatial localization with GE BOLD at 3 T: Displacement, not blurring. NeuroImage 34, 1126-1135. https://doi.org/10.1016/j.neuroimage.2006.08.045

      Ress, D., Glover, G.H., Liu, J., Wandell, B., 2007. Laminar profiles of functional activity in the human brain. NeuroImage 34, 74-84. https://doi.org/10.1016/j.neuroimage.2006.08.020

      Huber, L., Kronbichler, L., Stirnberg, R., Ehses, P., Stocker, T., Fernández-Cabello, S., Poser, B.A., Kronbichler, M., 2023. Evaluating the capabilities and challenges of layer-fMRI VASO at 3T. Aperture Neuro 3. https://doi.org/10.52294/001c.85117

      Scheeringa, R., Bonnefond, M., van Mourik, T., Jensen, O., Norris, D.G., Koopmans, P.J., 2022. Relating neural oscillations to laminar fMRI connectivity in visual cortex. Cerebral Cortex. https://doi.org/10.1093/cercor/bhac154

      We thank the reviewer for listing out 8 papers related to 3T layer-fMRI papers. The primary goal of our work is to develop a methodology for brain-wide, layer-dependent resting-state functional connectivity at 3T. Upon review of the cited papers, we found that:

      (1) One study (Lifshits et al.) was not an fMRI study.

      (2) One study (Olman et al.) was conducted at 7T, not 3T.

      (3) Two studies (Taso et al. and Wu et al.) employed relatively large voxel sizes (1.6 × 2.3 × 5 mm³ and 1.5 mm isotropic, respectively), which limits layer specificity.

      (4) Only one of the listed studies (Huber et al., Aperture Neuro 2023) provides coverage of more than half of the brain.

      While each of these studies offers valuable insights, the VASO study by Huber et al. is the most relevant to our work, given its brain-wide coverage. However, the VASO method employs a relatively long TR (14.137 s), which may not be optimal for resting-state functional connectivity analyses.

      To address these limitations, our proposed method achieves submillimeter resolution, layer specificity, brain-wide coverage, and a significantly shorter TR (<5 s) altogether. We believe this advancement provides a meaningful contribution to the field, enabling broader applicability of layer-fMRI at 3T.

      (2) The authors implemented a sequence with lots of nice features. Including their own SMS EPI, diffusion bipolar pulses, eye-saturation bands, and they built their own reconstruction around it. This is not trivial. Only a few labs around the world have this level of engineering expertise. I applaud this technical achievement. However, I doubt that any of this is the right tool for layer-fMRI, nor does it represent an advancement for the field. In the thermal noise dominated regime of sub-millimeter fMRI (especially at 3T), it is established to use 3D readouts over 2D (SMS) readouts. While it is not trivial to implement SMS, the vendor implementations (as well as the CMRR and MGH implementations) are most widely applied across the majority of current fMRI studies already. The author's work on this does not serve any previous shortcomings in the field.

      We would like to thank the reviewer for their comments and the recognition of the technical efforts in implementing our sequence. We would like to address the points raised:

      (1) We completely agree that in-house implementation of existing techniques does not constitute an advancement for the field. We did not claim otherwise in the manuscript. Our focus was on the development of a method for brain-wide, layer-dependent resting-state functional connectivity at 3T, as mentioned in the response above.

      (2) The reviewer stated that "it is established to use 3D readouts over 2D (SMS) readouts". This is a strong claim, and we believe it requires robust evidence to support it. While it is true that 3D readouts can achieve higher tSNR in certain regions, such as the central brain, as shown in the study by Vizioli et al. (ISMRM 2020 abstract; https://cds.ismrm.org/protected/20MProceedings/PDFfiles/3825.html?utm_source=chatgpt.com ), higher tSNR does not necessarily equate to improved detection power in fMRI studies. For instance, Le Ster et al. (PLOS ONE, 2019; https://doi.org/10.1371/journal.pone.0225286 ). demonstrated that while 3D EPI had higher tSNR in the central brain, SMS EPI produced higher t-scores in activation maps.

      (3) When choosing between SMS EPI and 3D EPI, multiple factors should be taken into account, not just tSNR. For example, SMS EPI and 3D EPI differ in their sensitivity to motion and the complexity of motion correction. The choice between them depends on the specific research goals and practical constraints.

      (4) We are open to different readout strategies, provided they can be demonstrated suitable to the research goals. In this study, we opted for 2D SMS primarily due to logistical considerations. This choice does not preclude the potential use of 3D readouts in the future if they are deemed more appropriate for the project objectives.

      The mechanism to use bi-polar gradients to increase the localization specificity is doubtful to me. In my understanding, killing the intra-vascular BOLD should make it less specific. Also, the empirical data do not suggest a higher localization specificity to me.

      We will elaborate the mechanism and reasoning in the later responses.

      Embedding this work in the literature of previous methods is incomplete. Recent trends of vessel signal manipulation with ABC or VAPER are not mentioned. Comparisons with VASO are outdated and incorrect.

      The reproducibility of the methods and the result is doubtful (see below).

      In this revision, we updated the scan protocol and recollected the imaging data. Detailed explanations and revised results are provided in the later responses.

      I don't think that this manuscript is in the top 50% of the 240 layer-fmri papers out there.

      We respect the reviewer’s personal opinion. However, we can only address scientific comments or critiques.

      Strengths:

      See above. The authors developed their own SMS sequence with many features. This is important to the field. And does not leave sequence development work to view isolated monopoly labs. This work democratises SMS.

      The questions addressed here are of high relevance to the field: getting tools with good sensitivity, user-friendly applicability, and locally specific brain activity mapping is an important topic in the field of layer-fMRI.

      Weaknesses:

      (1) I feel the authors need to justify why flow-crushing helps localization specificity. There is an entire family of recent papers that aim to achieve higher localization specificity by doing the exact opposite. Namely, MT or ABC fRMRI aims to increase the localization specificity by highlighting the intravascular BOLD by means of suppressing non-flowing tissue. To name a few:

      Priovoulos, N., de Oliveira, I.A.F., Poser, B.A., Norris, D.G., van der Zwaag, W., 2023. Combining arterial blood contrast with BOLD increases fMRI intracortical contrast. Human Brain Mapping hbm.26227. https://doi.org/10.1002/hbm.26227.

      Pfaffenrot, V., Koopmans, P.J., 2022. Magnetization Transfer weighted laminar fMRI with multi-echo FLASH. NeuroImage 119725. https://doi.org/10.1016/j.neuroimage.2022.119725

      Schulz, J., Fazal, Z., Metere, R., Marques, J.P., Norris, D.G., 2020. Arterial blood contrast ( ABC ) enabled by magnetization transfer ( MT ): a novel MRI technique for enhancing the measurement of brain activation changes. bioRxiv. https://doi.org/10.1101/2020.05.20.106666

      Based on this literature, it seems that the proposed method will make the vein problem worse, not better. The authors could make it clearer how they reason that making GE-BOLD signals more extra-vascular weighted should help to reduce large vein effects.

      The proposed VN fMRI method employs VN gradients to selectively suppress signals from fast-flowing blood in large vessels. Although this approach may initially appear to diverge from the principles of CBV-based techniques (Chai et al., 2020; Huber et al., 2017a; Pfaffenrot and Koopmans, 2022; Priovoulos et al., 2023), which enhance sensitivity to vascular changes in arterioles, capillaries, and venules while attenuating signals from static tissue and large veins, it aligns with the fundamental objective of all layer-specific fMRI methods. Specifically, these approaches aim to maximize spatial specificity by preserving signals proximal to neural activation sites and minimizing contributions from distal sources, irrespective of whether the signals are intra- or extra-vascular in origin. In the context of intravascular signals, CBV-based methods preferentially enhance sensitivity to functional changes in small vessels (proximal components) while demonstrating reduced sensitivity to functional changes in large vessels (distal components). For extravascular signals, functional changes are a mixture of proximal and distal influences. While tissue oxygenation near neural activation sites represents a proximal contribution, extravascular signal contamination from large pial veins reflects distal effects that are spatially remote from the site of neuronal activity. CBV-based techniques mitigate this challenge by unselectively suppressing signals from static tissues, thereby highlighting contributions from small vessels. In contrast, the VN fMRI method employs a targeted suppression strategy, selectively attenuating signals from large vessels (distal components) while preserving those from small vessels (proximal components). Furthermore, the use of a 3T scanner and the inclusion of phase regression in the VN approach mitigates contamination from large pial veins (distal components) while preserving signals reflecting local tissue oxygenation (proximal components). By integrating these mechanisms, VN fMRI improves spatial specificity, minimizing both intravascular and extravascular contributions that are distal to neuronal activation sites. We have incorporated the responses into Discussion section.

      The empirical evidence for the claim that flow crushing helps with the localization specificity should be made clearer. The response magnitude with and without flow crushing looks pretty much identical to me (see Fig, 6d).

      In the new results in Figure 4, the application of VN gradients attenuated the bias towards pial surface. Consistent with the results in Figure 4, Figure 5 also demonstrated the suppression of macrovascular signal by VN gradients.

      It's unclear to me what to look for in Fig. 5. I cannot discern any layer patterns in these maps. It's too noisy. The two maps of TE=43ms look like identical copies from each other. Maybe an editorial error?

      In this revision, the original Figure 5 has been removed. However, we would like to clarify that the two maps with TE = 43 ms in the original Figure 5 were not identical. This can be observed in the difference map provided in the right panel of the figure.

      The authors discuss bipolar crushing with respect to SE-BOLD where it has been previously applied. For SE-BOLD at UHF, a substantial portion of the vein signal comes from the intravascular compartment. So I agree that for SE-BOLD, it makes sense to crush the intravascular signal. For GE-BOLD however, this reasoning does not hold. For GE-BOLD (even at 3T), most of the vein signal comes from extravascular dephasing around large unspecific veins, and the bipolar crushing is not expected to help with this.

      The reviewer’s statement that "most of the vein signal comes from extravascular dephasing around large unspecific veins" may hold true for 7T. However, at 3T, the susceptibility-induced Larmor frequency shift is reduced by 57%, and the extravascular contribution decreases by more than 35%, as shown by Uludağ et al. 2009 ( DOI: 10.1016/j.neuroimage.2009.05.051 ).

      Additionally, according to the biophysical models (Ogawa et al., 1993; doi: 10.1016/S0006-3495(93)81441-3 ), the extravascular contamination from the pial surface is inversely proportional to the square of the distance from vessel. For a vessel diameter of 0.3 mm and an isotropic voxel size of 0.9 mm, the induced frequency shift is reduced by at least 36-fold at the next voxel. Notably, a vessel diameter of 0.3 mm is larger than most pial vessels. Theoretically, the extravascular effect contributes minimally to inter-layer dependency, particularly at 3T compared to 7T due to weaker susceptibility-related effects at lower field strengths. Empirically, as shown in Figure 7c, the results at M1 demonstrated that layer specificity can be achieved statistically with the application of VN gradients. We have incorporated this explanation into the Introduction and Discussion sections of the manuscript.

      (2) The bipolar crushing is limited to one single direction of flow. This introduces a lot of artificial variance across the cortical folding pattern. This is not mentioned in the manuscript. There is an entire family of papers that perform layer-fmri with black-blood imaging that solves this with a 3D contrast preparation (VAPER) that is applied across a longer time period, thus killing the blood signal while it flows across all directions of the vascular tree. Here, the signal cruising is happening with a 2D readout as a "snap-shot" crushing. This does not allow the blood to flow in multiple directions.

      VAPER also accounts for BOLD contaminations of larger draining veins by means of a tag-control sampling. The proposed approach here does not account for this contamination.

      Chai, Y., Li, L., Huber, L., Poser, B.A., Bandettini, P.A., 2020. Integrated VASO and perfusion contrast: A new tool for laminar functional MRI. NeuroImage 207, 116358. https://doi.org/10.1016/j.neuroimage.2019.116358

      Chai, Y., Liu, T.T., Marrett, S., Li, L., Khojandi, A., Handwerker, D.A., Alink, A., Muckli, L., Bandettini, P.A., 2021. Topographical and laminar distribution of audiovisual processing within human planum temporale. Progress in Neurobiology 102121. https://doi.org/10.1016/j.pneurobio.2021.102121

      If I would recommend anyone to perform layer-fMRI with blood crushing, it seems that VAPER is the superior approach. The authors could make it clearer why users might want to use the unidirectional crushing instead.

      We understand the reviewer’s concern regarding the directional limitation of bipolar crushing. As noted in the responses above, we have updated the bipolar gradient to include three orthogonal directions instead of a single direction. Furthermore, flow-related signal suppression does not necessarily require a longer time period. Bipolar diffusion gradients have been effectively used to nullify signals from fast-flowing blood, as demonstrated by Boxerman et al. (1995; DOI: 10.1002/mrm.1910340103). Their study showed that vessels with flow velocities producing phase changes greater than p radians due to bipolar gradients experience significant signal attenuation. The critical velocity for such attenuation can be calculated using the formula: 1/(2gGDd) where g is the gyromagnetic ratio, G is the gradient strength, d is the gradient pulse width and D is the time between the two bipolar gradient pulses. In the framework of Boxerman et al. at 1.5T, the critical velocity for b value of 10 s/mm<sup>2</sup> is ~8 mm/s, resulting in a ~30% reduction in functional signal. In our 3T study, b values of 6, 7, and 8 s/mm<sup>2</sup> correspond to critical velocities of 16.8, 15.2, and 13.9 mm/s, respectively. The flow velocities in capillaries and most venules remain well below these thresholds. Notably, in our VN fMRI sequences, bipolar gradients were applied in all three orthogonal directions, whereas in Boxerman et al.'s study, the gradients were applied only in the z-direction. Given the voxel dimensions of 3 × 3 × 7 mm<sup>3</sup> in the 1.5T study, vessels within a large voxel are likely oriented in multiple directions, meaning that only a subset of fast-flowing signals would be attenuated. Therefore, our approach is expected to induce greater signal reduction, even at the same b values as those used in Boxerman et al.'s study. We have incorporated this text into the Discussion section of the manuscript.

      (3) The comparison with VASO is misleading.

      The authors claim that previous VASO approaches were limited by TRs of 8.2s. The authors might be advised to check the latest literature of the last years.

      Koiso et al. performed whole brain layer-fMRI VASO at 0.8mm at 3.9 seconds (with reliable activation), 2.7 seconds (with unconvincing activation pattern, though), and 2.3 (without activation).

      Also, whole brain layer-fMRI BOLD at 0.5mm and 0.7mm has been previously performed by the Juelich group at TRs of 3.5s (their TR definition is 'fishy' though).

      Koiso, K., Müller, A.K., Akamatsu, K., Dresbach, S., Gulban, O.F., Goebel, R., Miyawaki, Y., Poser, B.A., Huber, L., 2023. Acquisition and processing methods of whole-brain layer-fMRI VASO and BOLD: The Kenshu dataset. Aperture Neuro 34. https://doi.org/10.1101/2022.08.19.504502

      Yun, S.D., Pais‐Roldán, P., Palomero‐Gallagher, N., Shah, N.J., 2022. Mapping of whole‐cerebrum resting‐state networks using ultra‐high resolution acquisition protocols. Human Brain Mapping. https://doi.org/10.1002/hbm.25855

      Pais-Roldan, P., Yun, S.D., Palomero-Gallagher, N., Shah, N.J., 2023. Cortical depth-dependent human fMRI of resting-state networks using EPIK. Front. Neurosci. 17, 1151544. https://doi.org/10.3389/fnins.2023.1151544

      We thank the reviewer for providing these references. While the protocol with a TR of 3.9 seconds in Koiso’s work demonstrated reasonable activation patterns, it was not tested for layer specificity. Given that higher acceleration factors (AF) can cause spatial blurring, a protocol should only be eligible for comparison if layer specificity is demonstrated.

      Secondly, the TRs reported in Koiso’s study pertain only to either the VASO or BOLD acquisition, not the combined CBV-based contrast. To generate CBV-based images, both VASO and BOLD data are required, effectively doubling the TR. For instance, if the protocol with a TR of 3.9 seconds is used, the effective TR becomes approximately 8 seconds. The stable protocol used by Koiso et al. to acquire whole-brain data (94.08 mm along the z-axis) required 5.2 seconds for VASO and 5.1 seconds for BOLD, resulting in an effective TR of 10.3 seconds. The spatial resolution achieved was 0.84 mm isotropic.

      Unfortunately, we could not find the Juelich paper mentioned by the reviewer.

      To have a more comprehensive comparison, we collated relevant literature on brain-wide layer-specific fMRI. We defined brain-wide acquisition as imaging protocols that cover more than half of the human brain, specifically exceeding 55 mm along the superior-inferior axis. We identified five studies and summarized their scan parameters, including effective TR, coverage, and spatial resolution, in Table 1.

      The authors are correct that VASO is not advised as a turn-key method for lower brain areas, incl. Hippocampus and subcortex. However, the authors use this word of caution that is intended for inexperienced "users" as a statement that this cannot be performed. This statement is taken out of context. This statement is not from the academic literature. It's advice for the 40+ user base that wants to perform layer-fMRI as a plug-and-play routine tool in neuroscience usage. In fact, sub-millimeter VASO is routinely being performed by MRI-physicists across all brain areas (including deep brain structures, hippocampus etc). E.g. see Koiso et al. and an overview lecture from a layer-fMRI workshop that I had recently attended: https://youtu.be/kzh-nWXd54s?si=hoIJjLLIxFUJ4g20&t=2401

      In this revision, we decided to focus on cortico-cortical functional connectivity and have removed the LGN-related content. Consequently, the text mentioned by the reviewer was also removed. Nevertheless, we apologize if our original description gave the impression that functional mapping of deep brain regions using VASO is not feasible. The word of caution we used is based on the layer-fMRI blog ( https://layerfmri.com/2021/02/22/vaso_ve/ ) and reflects the challenges associated with this technique, as outlined by experts like Dr. Huber and Dr. Strinberg.

      According to the information provided, including the video, functional mapping of the hippocampus and amygdala using VASO is indeed possible but remains technically challenging. The short arterial arrival times in these deep brain regions can complicate the acquisition, requiring RF inversion pulses to cover a wider area at the base of the brain. For example, as of 2023, four or more research groups were attempting to implement layer-fMRI VASO in the hippocampus. One such study at 3T required multiple inversion times to account for inflow effects, highlighting the technical complexity of these applications. This is the context in which we used the word of caution. We are not sure whether recent advancements like MAGEC VASO have improved its applicability. As of 2024, we have not identified any published VASO studies specifically targeting deep brain structures such as the hippocampus or amygdala. Therefore, it is difficult to conclude that “sub-millimeter VASO is routinely being performed by MRI physicists on deep brain structures such as the hippocampus.”

      Thus, the authors could embed this phrasing into the context of their own method that they are proposing in the manuscript. E.g. the authors could state whether they think that their sequence has the potential to be disseminated across sites, considering that it requires slow offline reconstruction in Matlab?

      We are enthusiastic about sharing our imaging sequence, provided its usefulness is conclusively established. However, it's important to note that without an online reconstruction capability, such as the ICE, the practical utility of the sequence may be limited. Unfortunately, we currently don’t have the manpower to implement the online reconstruction. Nevertheless, we are more than willing to share the offline reconstruction codes upon request.

      Do the authors think that the results shown in Fig. 6c are suggesting turn-key acquisition of a routine mapping tool? In my humble opinion, it looks like random noise, with most of the activation outside the ROI (in white matter).

      As we mentioned in the ‘general response’ in the beginning of the rebuttal, the POCS method for partial Fourier reconstruction caused the loss of functional feature, potentially accounting for the activation in white matter. In this revision, we have modified the pulse sequence, scan protocol and processing pipelines.

      According to the results in Figure 4, stable activation in M1 was observed at the single-subject level across most scan protocols. Yet, the layer-dependent activation profiles in M1 were spatially unstable, irrespective of the application of VN gradients. This spatial instability is not entirely unexpected, as T2*-based contrast is inherently sensitive to various factors that perturb the magnetic field, such as eye movements, respiration, and macrovascular signal fluctuations. Furthermore, ICA-based artifact removal was intentionally omitted in Figure 4 to ensure fair comparisons between protocols, leaving residual artifacts unaddressed. Inconsistency in performing the button-pressing task across sessions may also have contributed to the observed variability. These results suggest that submillimeter-resolution fMRI may not yet be suitable for reliable individual-level layer-dependent functional mapping, unless group-level statistics are incorporated to enhance robustness. We have incorporated this text into the Limitation section of the manuscript.

      (4) The repeatability of the results is questionable.

      The authors perform experiments about the robustness of the method (line 620). The corresponding results are not suggesting any robustness to me. In fact, the layer profiles in Fig. 4c vs. Fig 4d are completely opposite. The location of peaks turns into locations of dips and vice versa.

      The methods are not described in enough detail to reproduce these results.

      The authors mention that their image reconstruction is done "using in-house MATLAB code" (line 634). They do not post a link to github, nor do they say if they share this code.

      We thank the reviewer for the comments regarding reproducibility and data sharing. In response, we have revised the Methods section and elaborated on the technical details to improve clarity and reproducibility.

      Regarding code sharing, we acknowledge that the current in-house MATLAB reconstruction code requires further refinement to improve its readability and usability. Due to limited manpower, we have not yet been able to complete this task. However, we are committed to making the code publicly available and will upload it to GitHub as soon as the necessary resources are available.

      For data sharing, we face logistical challenges due to the large size of the dataset, which spans tens of terabytes. Platforms like OpenNeuro, for example, typically support datasets up to 10TB, making it difficult to share the data in its entirety. Despite this limitation, we are more than willing to share offline reconstruction codes and raw data upon request to facilitate reproducibility.

      Regarding data robustness, we kindly refer the reviewer to our response to the previous comment, where we addressed these concerns in greater detail.

      It is not trivial to get good phase data for fMRI. The authors do not mention how they perform the respective coil-combination.

      No data are shared for reproduction of the analysis.

      Obtaining phase data is relatively straightforward when the images are retrieved directly from raw data. For coil combination, we employed the adaptive coil combination approach described by (Walsh et al.; DOI: 10.1002/(sici)1522-2594(200005)43:5<682::aid-mrm10>3.0.co;2-g ) The MATLAB code for this implementation was developed by Dr. Diego Hernando and is publicly available at https://github.com/welton0411/matlab .

      (5) The application of NODRIC is not validated.

      Previous applications of NORDIC at 3T layer-fMRI have resulted in mixed success. When not adjusted for the right SNR regime it can result in artifactual reductions of beta scores, depending on the SNR across layers. The authors could validate their application of NORDIC and confirm that the average layer-profiles are unaffected by the application of NORDIC. Also, the NORDIC version should be explicitly mentioned in the manuscript.

      Akbari, A., Gati, J.S., Zeman, P., Liem, B., Menon, R.S., 2023. Layer Dependence of Monocular and Binocular Responses in Human Ocular Dominance Columns at 7T using VASO and BOLD (preprint). Neuroscience. https://doi.org/10.1101/2023.04.06.535924

      Knudsen, L., Guo, F., Huang, J., Blicher, J.U., Lund, T.E., Zhou, Y., Zhang, P., Yang, Y., 2023. The laminar pattern of proprioceptive activation in human primary motor cortex. bioRxiv. https://doi.org/10.1101/2023.10.29.564658

      We appreciate the reviewer’s suggestion. To validate the application of NORDIC denoising in our study, we compared the BOLD activation maps before and after denoising in the visual and motor cortices, as well as the depth-dependent activation profiles in M1. These results are presented in Figure 3. The activation patterns in the denoised maps were consistent with those in the non-denoised maps but exhibited higher statistical significance. Notably, BOLD activation within M1 was only observed after NORDIC denoising, underscoring the necessity of this approach. Figure 3c shows the depth-dependent activation profiles in M1, highlighted by the green contours in Figure 3b. Both denoised and non-denoised profiles followed similar trends; however, as expected, the non-denoised profile exhibited larger confidence intervals compared to the NORDIC-denoised profile. These results confirm that NORDIC denoising enhances sensitivity without introducing distortions in the functional signal. The corresponding text has been incorporated into the Results section.

      Regarding the implementation details of NORDIC denoising, the reconstructed images were denoised using a g-factor map (function name: NIFTI_NORDIC). The g-factor map was estimated from the image time series, and the input images were complex-valued. The width of the smoothing filter for the phase was set to 10, while all other hyperparameters were retained at their default values. This information has been integrated into the Methods section for clarity and reproducibility.

      Reviewer #2 (Public Review):

      This study developed a setup for laminar fMRI at 3T that aimed to get the best from all worlds in terms of brain coverage, temporal resolution, sensitivity to detect functional responses, and spatial specificity. They used a gradient-echo EPI readout to facilitate sensitivity, brain coverage and temporal resolution. The former was additionally boosted by NORDIC denoising and the latter two were further supported by parallel-imaging acceleration both in-plane and across slices. The authors evaluated whether the implementation of velocity-nulling (VN) gradients could mitigate macrovascular bias, known to hamper the laminar specificity of gradient-echo BOLD.

      The setup allows for 0.9 mm isotropic acquisitions with large coverage at a reasonable TR (at least for block designs) and the fMRI results presented here were acquired within practical scan-times of 12-18 minutes. Also, in terms of the availability of the method, it is favorable that it benefits from lower field strength (additional time for VN-gradient implementation, afforded by longer gray matter T2*).

      The well-known double peak feature in M1 during finger tapping was used as a test-bed to evaluate the spatial specificity. They were indeed able to demonstrate two distinct peaks in group-level laminar profiles extracted from M1 during finger tapping, which was largely free from superficial bias. This is rather intriguing as, even at 7T, clear peaks are usually only seen with spatially specific non-BOLD sequences. This is in line with their simple simulations, which nicely illustrated that, in theory, intravascular macrovascular signals should be suppressible with only minimal suppression of microvasculature when small b-values of the VN gradients are employed. However, the authors do not state how ROIs were defined making the validity of this finding unclear; were they defined from independent criteria or were they selected based on the region mostly expressing the double peak, which would clearly be circular? In any case, results are based on a very small sub-region of M1 in a single slice - it would be useful to see the generalizability of superficial-bias-free BOLD responses across a larger portion of M1.

      We appreciate and understand the reviewer’s concerns. Given the small size of the hand knob region within M1 and its intersubject variability in location, defining this region automatically remains challenging. However, we applied specific criteria to minimize bias during the delineation of M1: 1) the hand knob region was required to be anatomically located in the precentral sulcus or gyrus; 2) it needed to exhibit consistent BOLD activation across the majority of testing conditions; and 3) the region was expected to show BOLD activation in the deep cortical layers under the condition of b = 0 and TE = 30 ms. Once the boundaries across cortical depth were defined, the gray matter boundaries of hand knob region were delineated based on the T1-weighted anatomical image and the cortical ribbon mask but excluded the BOLD activation map to minimize potential bias in manual delineation. Based on the new criteria, the resulting depth-dependent profiles, as shown in Figure 4, are no longer superficial-bias-free.

      As repeatedly mentioned by the authors, a laminar fMRI setup must demonstrate adequate functional sensitivity to detect (in this case) BOLD responses. The sensitivity evaluation is unfortunately quite weak. It is mainly based on the argument that significant activation was found in a challenging sub-cortical region (LGN). However, it was a single participant, the activation map was not very convincing, and the demonstration of significant activation after considerable voxel-averaging is inadequate evidence to claim sufficient BOLD sensitivity. How well sensitivity is retained in the presence of VN gradients, high acceleration factors, etc., is therefore unclear. The ability of the setup to obtain meaningful functional connectivity results is reassuring, yet, more elaborate comparison with e.g., the conventional BOLD setup (no VN gradients) is warranted, for example by comparison of tSNR, quantification and comparison of CNR, illustration of unmasked-full-slice activation maps to compare noise-levels, comparison of the across-trial variance in each subject, etc. Furthermore, as NORDIC appears to be a cornerstone to enable submillimeter resolution in this setup at 3T, it is critical to evaluate its impact on the data through comparison with non-denoised data, which is currently lacking.

      We appreciate the reviewer’s comments and acknowledge that the LGN results from a single participant were not sufficiently convincing. In this revision, we have removed the LGN-related results and focused on cortico-cortical FC. To evaluate data quality, we opted to present BOLD activation maps rather than tSNR, as high tSNR does not necessarily translate to high functional significance. In Figure 3, we illustrate the effect of NORDIC denoising, including activation maps and depth-dependent profiles. Figure 4 presents activation maps acquired under different TE and b values, demonstrating that VN gradients effectively reduce the bias toward the pial surface without altering the overall activation patterns. The results in Figure 4 and Figure 5 provide evidence that VN gradients retain sensitivity while reducing superficial bias. The ability of the setup to obtain meaningful FC results was validated through seed-based analyses, identifying distinct connectivity patterns in the superficial and deep layers of the primary motor cortex (M1), with significant inter-layer differences (see Figure 7). Further analyses with a seed in the primary sensory cortex (S1) demonstrated the reliability of the method (see Figure 8). For further details on the results, including the impact of VN gradients and NORDIC denoising, please refer to Figures 3 to 8 in the Results section.

      Additionally, we acknowledge the limitations of our current protocol for submillimeter-resolution fMRI at the individual level. We found that robust layer-dependent functional mapping often requires group-level statistics to enhance reliability. This issue has been discussed in detail in the Limitations section.

      The proposed setup might potentially be valuable to the field, which is continuously searching for techniques to achieve laminar specificity in gradient echo EPI acquisitions. Nonetheless, the above considerations need to be tackled to make a convincing case.

      Reviewer #3 (Public Review):

      Summary:

      The authors are looking for a spatially specific functional brain response to visualise non-invasively with 3T (clinical field strength) MRI. They propose a velocity-nulled weighting to remove the signal from draining veins in a submillimeter multiband acquisition.

      Strengths:

      - This manuscript addresses a real need in the cognitive neuroscience community interested in imaging responses in cortical layers in-vivo in humans.

      - An additional benefit is the proposed implementation at 3T, a widely available field strength.

      Weaknesses:

      - Although the VASO acquisition is discussed in the introduction section, the VN-sequence seems closer to diffusion-weighted functional MRI. The authors should make it more clear to the reader what the differences are, and how results are expected to differ. Generally, it is not so clear why the introduction is so focused on the VASO acquisition (which, curiously, lacks a reference to Lu et al 2013). There are many more alternatives to BOLD-weighted imaging for fMRI. CBF-weighted ASL and GRASE have been around for a while, ABC and double-SE have been proposed more recently.

      The major distinction between diffusion-weighted fMRI (DW-fMRI) and our methodology lies in the b-value employed. DW-fMRI typically measures cellular swelling using b-values greater than 1000 s/mm<sup>2</sup> (e.g., 1800 s/mm(sup>2</sup>). In contrast, our VN-fMRI approach measures hemodynamic responses by employing smaller b-values specifically designed to suppress signals from fast-flowing draining veins rather than detecting microstructural changes.

      Regarding other functional contrasts, we agree that more layer-dependent fMRI approaches should be mentioned. In this revision, we have expanded the Introduction section to include discussions of the double spin-echo approach and CBV-based methods, such as MT-weighted fMRI, VAPER, ABC, and CBF-based method ASL. Additionally, the reference to Lu et al. (2013) has been cited in the revised manuscript. The corresponding text has been incorporated into the Introduction section to provide a more comprehensive overview of alternative functional imaging techniques.

      - The comparison in Figure 2 for different b-values shows % signal changes. However, as the baseline signal changes dramatically with added diffusion weighting, this is rather uninformative. A plot of t-values against cortical depth would be much more insightful.

      - Surprisingly, the %-signal change for a b-value of 0 is not significantly different from 0 in the gray matter. This raises some doubts about the task or ROI definition. A finger-tapping task should reliably engage the primary motor cortex, even at 3T, and even in a single participant.

      - The BOLD weighted images in Figure 3 show a very clear double-peak pattern. This contradicts the results in Figure 2 and is unexpected given the existing literature on BOLD responses as a function of cortical depth.

      - Given that data from Figures 2, 3, and 4 are derived from a single participant each, order and attention affects might have dramatically affected the observed patterns. Especially for Figure 4, neither BOLD nor VN profiles are really different from 0, and without statistical values or inter-subject averaging, these cannot be used to draw conclusions from.

      We appreciate the reviewer’s suggestions. In this revision, we have made significant updates to the participant recruitment, scan protocol, data processing, and M1 delineation. Please refer to the "General Responses" at the beginning of the rebuttal and the first response to Reviewer #2 for more details.

      Previously, the variation in depth-dependent profiles was calculated across upscaled voxels within a specific layer. However, due to the small size of the hand knob region, the number of within-layer voxels was limited, resulting in inaccurate estimations of signal variation. In the revised manuscript, the signal was averaged within each layer before performing the GLM analysis, and signal variation was calculated using the temporal residuals. The technical details of these changes are described in the "Materials and Methods" section. Furthermore, while the initial submission used percentage signal change for the profiles of M1, the dramatic baseline fluctuations observed previously are no longer an issue after the modifications. For this reason, we retained the use of percentage signal change to present the depth-dependent profiles. After these adjustments, the profiles exhibited a bias toward the pial surface, particularly in the absence of VN gradients.

      - In Figure 5, a phase regression is added to the data presented in Figure 4. However, for a phase regression to work, there has to be a (macrovascular) response to start with. As none of the responses in Figure 4 are significant for the single participant dataset, phase regression should probably not have been undertaken. In this case, the functional 'responses' appear to increase with phase regression, which is contra-intuitive and deserves an explanation.

      We agreed with reviewer’s argument. In the revised results, the issues mentioned by the reviewer are largely diminished. The updated analyses demonstrate that phase regression effectively reduces superficial bias, as shown in Figures 4 and 5.

      - Consistency of responses is indeed expected to increase by a removal of the more variable vascular component. However, the microvascular component is always expected to be smaller than the combination of microvascular + macrovascular responses. Note that the use of %signal changes may obscure this effect somewhat because of the modified baseline. Another expected feature of BOLD profiles containing both micro- and microvasculature is the draining towards the cortical surface. In the profiles shown in Figure 7, this is completely absent. In the group data, no significant responses to the task are shown anywhere in the cortical ribbon.

      We agreed with reviewer’s comments. In the revised manuscript, the results have been substantially updated to addressing the concerns raised. The original Figure 7 is no longer relevant and has been removed.

      - Although I'd like to applaud the authors for their ambition with the connectivity analysis, I feel that acquisitions that are so SNR starved as to fail to show a significant response to a motor task should not be used for brain wide directed connectivity analysis.

      We appreciate the reviewer’s comments and share the concern about SNR limitations. In the updated results presented in Figure 5, the activation patterns in the visual cortex were consistent across TEs and b values. At the motor cortex, stable activation in M1 was observed at the single-subject level across most scan protocols. However, the layer-dependent activation profiles in M1 exhibited spatial instability, irrespective of the application of VN gradients. This spatial instability is not entirely unexpected, as T2*-based contrast is inherently sensitive to factors that perturb the magnetic field, such as eye movements, respiration, and macrovascular signal fluctuations. Additionally, ICA-based artifact removal was intentionally omitted in Figure 4 to ensure fair comparisons across protocols, leaving some residual artifacts unaddressed. Variability in task performance during button-pressing sessions may have further contributed to the observed inconsistencies.

      Although these findings suggest that submillimeter-resolution fMRI may not yet be reliable for individual-level layer-dependent functional mapping, the group-level FC analyses can still yield robust results. In Figure 7, group-level statistics revealed distinct functional connectivity (FC) patterns associated with superficial and deep layers in M1. These FC maps exhibited significant differences between layers, demonstrating that VN fMRI enhances inter-layer independence. Additional FC analyses with a seed placed in S1 further validated these findings (see Figure 8).

      The claim of specificity is supported by the observation of the double-peak pattern in the motor cortex, previously shown in multiple non-BOLD studies. However, this same pattern is shown in some of the BOLD weighted data, which seems to suggest that the double-peak pattern is not solely due to the added velocity nulling gradients. In addition, the well-known draining towards the cortical surface is not replicated for the BOLD-weighted data in Figures 3, 4, or 7. This puts some doubt about the data actually having the SNR to draw conclusions about the observed patterns.

      We appreciate the reviewer’s comments. In the updated results, the efficacy of the VN gradients is evident near the pial surface, as shown in Figures 4 and 5. In Figure 4, comparing the second and third columns (b = 0 and b = 6 s/mm<sup>2</sup>, respectively, at TE = 38 ms), the percentage signal change in the superficial layers is generally lower with b = 6 s/mm<sup>2</sup> than with b = 0. This indicates that VN gradient-induced signal suppression is more pronounced in the superficial layers. Additionally, in Figure 5, the VN gradients effectively suppressed macrovascular signals as highlighted by the blue circles. These observations support the role of VN gradients in enhancing specificity by reducing superficial bias and macrovascular contamination. Furthermore, bias towards cortical surface was observed in the updated results in Figure 4.

      Recommendations for the authors:

      Reviewer #2 (Recommendations For The Authors):

      (1) L141: "depth dependent" is slightly misleading here. It could be misunderstood to suggest that the authors are assessing how spatial specificity varies as a function of depth. Rather, they are assessing spatial specificity based on depth-dependent responses (double peak feature). Perhaps "layer-dependent spatial specificity" could be substituted with laminar specificity?

      We thank the reviewer for the suggestion. The term “depth dependent” has been replaced by “layer dependent” in the revised manuscript.

      (2) L146-149: these do not validate spatial specificity.

      The original text is removed.

      (3) L180: Maybe helpful to describe what the b-value is to assist unfamiliar readers.

      We have clarified the b-value as “the strength of the bipolar diffusion gradients” where it is first mentioned in the manuscript.

      (4) Figure 1B: I think it would be appropriate with a sentence of how the authors define micro/macrovasculature. Figure 1B seems to suggest that large ascending veins are considered microvascular which I believe is a bit unconventional. Nevertheless, as long as it is clearly stated, it should be fine.

      In our context, macrovasculature refers to vessels that are distal to neural activation sites and contribute to extravascular contamination. These vessels are typically larger in size (e.g., > 0.1 mm in diameter) and exhibit faster flow rates (e.g., > 10 mm/s).

      (5) I think the authors could be more upfront with the point about non-suppressed extravascular effects from macrovasculature, which was briefly mentioned in the discussion. It could already be highlighted in the introduction or theory section.

      We thank the reviewer’s suggestions. We have expanded the discussion of extravascular effects from macrovasculature in both the Introduction (5th paragraph) and Discussion (3rd paragraph) sections.

      (6) The phase regression figure feels a bit misplaced to me. If the authors agree: rather than showing the TE-dependency of the effect of phase regression, it may be more relevant for the present study to compare the conventional setup with phase regression, with the VN setup without phase regression. I.e., to show how the proposed setup compares to existing 3T laminar fMRI studies.

      In this revision, both the TE-dependent and VN-dependent effects of phase regression were investigated. The results in Figure 4 and Figure 5 demonstrated that phase regression effectively suppresses macrovascular contributions primarily near the gray matter/CSF boundary, irrespective of TE or the presence of VN gradients.

      (7) L520: It might be beneficial to also cite the large body of other laminar studies showing the double peak feature to underscore that it is highly robust, which increases its relevance as a test-bed to assess spatial specificity.

      We agreed. More literatures have been cited (Chai et al., 2020; Huber et al., 2017a; Knudsen et al., 2023; Priovoulos et al., 2023).

      (8) L557: The argument that only one participant was assessed to reduce inter-subject variability is hard to buy. If significant variability exists across subjects, this would be highly relevant to the authors and something they would want to capture.

      We thank the reviewer for the suggestions. In this revision, we have increased the number of participants to 4 for protocol development and 14 for resting-state functional connectivity analysis, allowing us to better assess and account for inter-subject variability.

      (9) L637: add download link and version number.

      The download link has been added as requested. The version number is not applicable.

      (10) L638: How was the phase data coil-combined?

      The reconstructed multi-channel data, which were of complex values, were combined using the adaptive combination method (Walsh et al.; DOI: 10.1002/(sici)1522-2594(200005)43:5<682::aid-mrm10>3.0.co;2-g). The MATLAB code for this implementation was developed by Dr. Diego Hernando and is publicly available at https://github.com/welton0411/matlab . The phase data were then extracted using the MATLAB function ‘angle’.

      (11) L639: Why was the smoothing filter parameter changed (other parameters were default)?

      The smoothing filter parameter was set based on the suggestion provided in the help comments of the NIFTI_NORDIC function:

      function  NIFTI_NORDIC(fn_magn_in,fn_phase_in,fn_out,ARG)

      % fMRI

      %

      %  ARG.phase_filter_width=10;

      In other words, we simply followed the recommendation outlined in the NIFTI_NORDIC function’s documentation.

      (12) I assume the phase data was motion corrected after transforming to real and imaginary components and using parameters estimated from magnitude data? Maybe add a few sentences about this.

      Prior to phase regression, the time series of real and imaginary components were subjected to motion correction, followed by phase unwrapping. The phase regression was incorporated early in the data processing pipeline to minimize the discrepancy in data processing between magnitude and phase images (Stanley et al., 2021).

      (13) Was phase regression applied with e.g., a deming model, which accounts for noise on both the x and y variable? In my experience, this makes a huge difference compared with regular OLS.

      We appreciate the reviewer’s insightful comment. We are aware that the noise present in both magnitude and phase data therefore linear Deming regression would be a good fit to phase regression (Stanley et al., 2021). To perform Deming regression, however, the ratio of magnitude error variance to phase error variance must be predefined. In our initial tests, we found that the regression results were sensitive to this ratio. To avoid potential confounding, we opted to use OLS regression for the current analysis. However, we agreed Deming model could enhance the efficacy of phase regression if the ratio could be determined objectively and properly.

      (14) Figure 2: What is error bar reflecting? I don't think the across-voxel error, as also used in Figure 4, is super meaningful as it assumes the same response of all voxels within a layer (might be alright for such a small ROI). Would it be better to e.g. estimate single-trial response magnitude (percent signal change) and assess variability across? Also, it is not obvious to me why b=30 was chosen. The authors argue that larger values may kill signal, but based on this Figure in isolation, b=48 did not have smaller response magnitudes (larger if anything).

      We agreed with the reviewer’s opinion on the across-voxel error. In the revised manuscript, the signal was averaged within each layer before performing the GLM analysis, and signal variation was calculated using the temporal residuals. The technical details of these changes are described in the "Materials and Methods" section.

      Additionally, the bipolar diffusion gradients were modified from a single direction to three orthogonal directions. As a result, the questions and results related to b=30 or b=48 are no longer applicable.

      (15) Figure 5: would be informative to quantify the effect of phase regression over a large ROI and evaluate reduction in macrovascular influence from superficial bias in laminar profiles.

      We appreciate the reviewer’s suggestion. In the revised manuscript, the reduction in macrovascular influence from superficial bias across a large ROI is displayed in Figure 5. Additionally, the impact on laminar profiles is demonstrated in Figure 4.

      (16) L406-408: What kind of robustness?

      We acknowledge that describing the protocol as “robust” was an overstatement. The updated results indicate that the current protocol for submillimeter fMRI may not yet be suitable for reliable individual-level layer-dependent functional mapping. However, group-level functional connectivity (FC) analyses demonstrated clear layer-specific distinctions with VN fMRI, which were not evident in conventional fMRI. These findings highlight the enhanced layer specificity achievable with VN fMRI.

      (17) Figure 8: I think C) needs pointers to superficial, middle, and deep layers? Why is it not in the same format as in Figure 9C? The discussion of the FC results could benefit from more references supporting that these observations are in line with the literature.

      In the revised results, the layer pooling shown in Figure 9c has been removed, making the question regarding format alignment no longer applicable. Additionally, references supporting the FC results have been added to the revised Discussion section (7th paragraph).

      (18) L456-457: But correlation coefficients may also be biased by different CNR across layers.

      That is correct. In the updated FC results in Figure 7 to 9, we used group-level statistics rather than correlation coefficients.

      Reviewer #3 (Recommendations For The Authors):

      The results in Figure 2-6 should be repeated over, or averaged over, a (small) group of participants. N=6 is usual in this field. I would seriously reconsider the multiband acceleration - the acquisition seemingly cannot support the SNR hit.

      A few more specific points are given below:

      (1) Abstract: The sentence about LGN in the abstract came for me out of the blue - why would LGN be important here, it's not even a motor network node? Perhaps the aims of the study should be made more clear - if it's about networks as suggested earlier then a network analysis result would be expected too. Expanding the directed FC findings would improve the logical flow of the abstract. Given the many concerns, removing the connectivity analysis altogether would also be an option.

      We thank the reviewer for the suggestions. The LGN-related results indeed diluted the focus of this study and have been completely removed in this revision.

      (2) Line 105: in addition to the VASO method, ..

      The corresponding text has been revised, and as a result, the reviewer’s suggestion is no longer applicable.

      (3) If out of the set MB 4 / 5 / 6 MB4 was best, why did the authors not continue with a comparison including MB3 and MB2? It seems to me unlikely that the MB4 acquisition is actually optimal.

      Results: We appreciate the reviewer’s suggestions. In this revision, we decreased the MB factor to 3, as it allowed us to increase the in-plane acceleration rate to 3, thereby shortening the TE. The resulting sensitivity for both individual and group-level results is detailed in earlier responses, such as the response to Q16 for Reviewer #2.

      (4) The formatting of the references is occasionally flawed, including first names and/or initials. Please consider using a reliable reference manager.

      We used Zotero as our reference manager in this revision to ensure consistency and accuracy. The references have been formatted according to the APA style.

      (5) In the caption of Figure 5, corrected and uncorrected p values are identical. What multiple comparisons correction was made here? A multiple comparisions over voxels (as is standard) would usually lead to a cut-off ~z=3.2. That would remove most of the 'responses' shown in figure 5.

      We appreciate the reviewer’s comment. The original results presented in Figure 5 have been removed in the revised manuscript, making this comment no longer applicable.

    1. écrire un commentaire dans <body> </body> .

      Quel est l'intérêt d'écrire un commentaire seul dans une balise <body> ? L'intérêt du commentaire n'est-il pas justement de ne pas apparaître dans la page web et de ne pas avoir d'influence sur le fonctionnement du code ?

    1. For the hospital system: the new medicine 'without doctor orpatient' that singles out potential sick people and subjects at risk, which in noway attests to individuation - as they say - but substitutes for the individual ornumerical body the code of a 'dividual' material to be controlled

      digital doctors -- mels app. "one medical"

    Annotators

    1. Maven is built around the concept of build lifecycles. There are three built-in lifecycles: default: handling project building and deployment clean: project cleaning site: the creation of our project’s (documentation) site Each of the three built-in lifecycles has a list of build phases. For our testing example, the default lifecycle is important. The default lifecycle compromises a set of build phases to handle building, testing, and deploying our Java project. Each phase represents a stage in the build lifecycle with a central responsibility: In short, the several phases have the following responsibilities: validate: validate that our project setup is correct (e.g., we have the correct Maven folder structure) compile: compile our source code with javac test: run our unit tests package: build our project in its distributable format (e.g., JAR or WAR) verify: run our integration tests and further checks (e.g., the OWASP dependency check) install: install the distributable format into our local repository (~/.m2 folder) deploy: deploy the project to a remote repository (e.g., Maven Central or a company hosted Nexus Repository/Artifactory) These build phases represent the central phases of the default lifecycle.

      Maven 中比较重要的概念是生命周期,三个内置的周期是 default, clean, site 三个生命周期。default 是用来处理项目的构建和部署的,clean 是项目清理,site 是构建项目的(文档)站点。

      其中 default 生命周期比较重要,有一系列 phases,各个都代表构建的一个阶段: - validata 验证项目设置正确(文件夹结构) - compile 编译源代码 - test 运行单元测试 - package 打包 JAR 或 WAR - verify 执行集成测试或其他检查(比如 OWASP) - install 把分发包安装到本地仓库 - deploy 部署项目到远程仓库

    2. As a general recommendation, we should try to mirror the package structure of our production code (src/main/java). Especially if there’s a direct relationship between the test and a source class. The corresponding CustomerServiceTest for a CustomerService class inside the package com.company.customer should be placed in the same package within src/test/java. This improves the likelihood that our colleagues (and our future us) locate the corresponding test for a particular Java class without too many facepalms.

      Maven 项目,测试文件放在 src/text/java 文件夹下。作为一种约定和推荐,测试的目录结构和 Java 的要一致,这样方便找到(但实际上 Maven 是通过文件名来检测文件的)。

    1. Author response:

      The following is the authors’ response to the previous reviews

      Public Reviews:

      Reviewer #1 (Public review):

      Summary:

      The paper addresses the problem of optimising the mapping of serum antibody responses against a known antigen. It uses the croEM analysis of polyclonal Fabs to antibody genes, with the ultimate aim of getting complete and accurate antibody sequences. The method, commonly termed EMPEM, is becoming increasingly used to understand responses in convalescent sera and optimisation of the workflows and

      The authors do not address the experimental aspects of the methods and do not present novel computational tools, rather they use a series of established computational methods to provide workflows that simplify the interpretation of the EM map in terms of the sequences of dominant antibodies.

      We would like to thank the reviewer for this assessment. While indeed we implement ModelAngelo as published without changes to its algorithms or code, we did add new functionality to Stitch to read the generated output from ModelAngelo and assemble it against known databases of germline-encoded antibody sequences. Of note, ModelAngelo was not primarily developed to determine exact sequence from CryoEM images, but instead to provide input for sequence determination from sequence searches with profile HMMs. Such models are designed to handle ambiguous calls of residues at different positions of a protein sequence. We are of the opinion that one of the main contributions of our study is to finally benchmark the EMPEM approach against known sequences to build a framework for data quality requirements in the future. From our study in best-case scenario’s EM data alone will provide sequences at 80-90% accuracy. In other words, the sequences are riddled with errors and cannot be taken at face value without orthogonal sequencing data. We demonstrate that mass spectrometry data can fill this requirement and yield much improved accuracy of the sequences even against high backgrounds of unrelated antibody sequences. We are incredibly excited about the prospects and future developments for EMPEM and believe that its integration with orthogonal sequencing approaches like MS are critical moving forward. By developing this pipeline we hope to have taken steps in the right direction.

      Strengths:

      The paper is well-written and clearly argued. The tests constructed seem appropriate and fair and demonstrate that the workflow works pretty well. For a small subset (~17%) of the EMPEM maps analysed the workflow was able to get convincing assignments of the V-genes.

      Thanks for the kind assessment.

      Weaknesses:

      The AI methods used are not a substitute for high quality data and at present very few of the results obtained from EMPEM will be of sufficient quality to robustly assign the sequence of the antibody. However, rather more are likely to be good enough, especially in combination with MS data, to provide a pretty good indication of the V-gene family.

      We fully agree with the assessment of the reviewer, as this being a general limitation of the EMPEM field. If anything, we hope our benchmark study and developed pipeline to integrate with MS-based sequencing data have more clearly established the current limitations of the technique and the requirements/prospects for orthogonal sequencing data to fill the missing gaps.

      Reviewer #2 (Public review):

      In this manuscript, the authors seek to demonstrate that it is possible to sequence antibody variable domains from cryoEM reconstructions in combination with bottom-up LC-MSMS. In particular, they extract de novo sequences from single particle-cryo-EM-derived maps of antibodies using the "deep-learning tool ModelAngelo", which are run through the program Stitch to try to select the top scoring V-gene and construct a placeholder sequence for the CDR3 of both the heavy and light chain of the antibody under investigation. These reconstructed variable domains are then used as templates to guide the assembly of de novo peptides from LC-MS/MS data to improve the accuracy of the candidate sequence.

      Using this approach the authors claim to have demonstrated that "cryoEM reconstructions of monoclonal antigen-antibody complexes may contain sufficient information to accurately narrow down candidate V-genes and that this can be integrated with proteomics data to improve the accuracy of candidate sequences".

      WhiIe the approach is clearly a work in progress, the manuscript should made easier to understand for the general reader. Indeed, I had a hard time understanding the workflow until I got to Fig. 3. So re-ordering the figures, for example, may be helpful in this regard.

      It would be useful to provide additional concrete examples where the described workflow would assist in the elucidation of CDR3's, in cases where this isn't already known. (In the benchmark dataset from the Electron Microscopy Data Bank, all the antibodies and Fabs are presumably known, as is the case for the monoclonal antibody CR3022). I am having difficulty envisioning how one would prepare samples from actual plasma samples that would be appropriate for single particle cryo-EM and MS data on dominant antibodies of interest. In my experience, most of these samples tend to be quite complex mixtures. So additional discussion of this point would be helpful.

      We would like to thank the reviewer for their kind and critical assessment of our work. We have adopted the suggestion to reorder the graphical material, such that the workflow schematic is now Figure 1 in the main text. We hope this will improve the readability.

      Regarding the concrete examples where the workflow could aid in elucidating CDR3 sequences, we would like to refer to all published EMPEM studies and in particular those highlighted in Figure 6. We are also actively working to integrate EMPEM data with MS-based sequencing on novel samples, but those will be subject of later studies. We have added additional discussion regarding the experimental feasibility of the approach. We have highlighted several milestone results where functional antibodies were reconstructed from EMPEM and/or MS data. In the discussion we write:

      “While sample complexity remains an important bottleneck, and questions remain about the dynamic range of the true serum antibody repertoire and the depth of coverage from these novel experimental approaches, several studies have recently reached the important milestone of reconstructing functional antibodies from direct measurements of the secreted serum components.” (see references in manuscript)

      “We believe that both EMPEM and MS-based polyclonal antibody sequencing are still limited to the top 1-10 antibodies in the polyclonal mixture. The EMPEM approach is biased towards bigger and well-ordered target antigens, which calls for additional complementary approaches like HDX-MS for a comprehensive polyclonal epitope mapping exercise.”

      Recommendations for the authors:

      Reviewer #1 (Recommendations for the authors):

      Line 172: I am surprised the heavy chain is not worse than the light chain

      We have added the following sentence:

      “The length of the complete antigen binding loops was estimated with an average error of 0.5 ± 3.3 or 1.7 ± 6.0 residues for heavy and light chain, with average sequence identities of 0.63 and 0.41. While CDRH3 is the more challenging region in MS-based approaches to antibody sequencing, we believe that the moderately better length and sequence accuracy of CDRH3 compared to CDRL3 in ModelAngelo output reflects the CDRH3’s notoriously tight involvement in antigen binding, hence a greater relative stability in the antibody-antigen complex, resulting in better order in the reconstructed EM density maps.”

      Line 175: Global FSC is not going to be useful. Why not use a local value?

      We agree that local resolution estimates would be more appropriate, that is exactly why we added this remark to our initial analysis. However, local resolution estimates are non-trivial and raise the question about ‘how local’ we need to estimate the quality of the map (see for instance https://doi.org/10.1016/j.sbi.2020.06.005). At present, we believe that the required work for this local resolution analysis is not warranted, only to arrive at the rather intuitive if not tautological conclusion that a better map quality translates into more accurate sequences. While we agree that a better quantitative understanding of the data requirements for EMPEM could benefit the field, we opted to leave this, especially considering that the Stitch alignment score is already a good alternative predictor of sequence accuracy compared to map resolution as demonstrated in Figure 3,

      Line 259: 'of the 23 maps' .... Actually there were 46 maps originally, so I feel this is a tad misleading.

      The statistic of ‘46 total’ was added to the text.

    1. ecause of its statutory framework, the criminal code and juvenile code in Canada are federal. Therefore, changes that occurhappen on the level of a national perspective. The United States, on the other hand, has a less uniform approach. State by *193state, programs differ. While Canada still differs in approach by province, there is still a much more unified approach withinits legal structure.It is fair to conclude that the legislative framework in Canada provides for greater availability of restorative justice. Thedetermination that aboriginal people need to be provided for in a culturally sensitive way and the strong base of native practicesin restorative justice, lend themselves to utilization in Canada. Indeed, the fact that at every level of the criminal justice systemthere are legislative mandates for restorative justice supports the growth of its policies (Latimer & Kleinknecht, 2000)

      EXTERNAL, INTERNAL LAW: CANADA'S FEDERAL SYSTEM ADVOCATING FOR RESTORATIVE JUSTICE MAKES CANADA VERY UNIFIED IN HAVING RESTORATIVE JUSTICE

    2. ermont has developed an extensive system of community reparation boards. Statutes allow for the funding of these (13V.S.A. Sec. 7030 and 28 V.S.A. Sec. 2a, 28). In fact, Vermont has led the way in promoting the use of the community as part ofthe restorative justice process by utilizing these community panels (Karp, Bazemore, & Chesire, 2004; Boyes-Watson, 2004).Other states have utilized these laws to set up victim offender mediation programs for the use of victims and violent offenders.Texas has one of the largest programs for violent offenders in the country. It was established to provide for the needs of victimsto meet with the person who harmed them or a loved one (Umbreit, 2003).However, many of these states simply allow for the funding or the optional implementation of practices. In fact, this lack ofa comprehensive legislative framework has been cited as a reason that the United States is behind much of the rest of thedemocracies. Some support the idea that in order to create the practice of restorative justice in all states, there first needs tobe a legislative framework (Bazemore & Griffiths, 2003). Others in the United States feel that it must be a grass-roots effort,which is then supported by legislation (Pranis, 1998).The reality in the United States is that many programs have been developed without statutory authority. In Missouri, whileno restorative justice language is found in the juvenile code, many courts throughout the state have implemented programs.Utilizing the authority of the juvenile court, judges and/or juvenile officers have chosen to have restorative justice programs.Promoting this has been the state's determination that Title II money available from the Office of Juvenile Justice andDelinquency Prevention, Department of Justice, which passes through the Missouri Department of Public Safety, should beused for restorative justice and other innovative practices (Katz & Rempe, 2004). In addition, OJJDP Challenge Grant moneyhas been used to subsidize state-wide restorative justice research and training for juvenile court personnel (Katz, 2000)

      EXTERNAL LAW: VERMONT LEADS IN RESTORATIVE JUSTICE WITH COMMUNITY PANELS, OTHERS HAVE VICTIM-OFFENDER MEDIATION... BUT THEY'RE OPTIONAL, NOT EXPLICITLY ADVOCATED IN THE LAW LIKE THEY ARE IN CANADA. MANY PROGRAMS EXIST BUT AREN'T EVEN IN JUVENILE CODES. ALSO THEY'RE IN JUVENILE COURT, AS U SEE THEY AREN'T IN ADULT COURT...

    3. Code Sec. 718.2 (e). The Court held that when dealing with aboriginal offenders, the circumstances of their lives, i.e., poverty anddiscrimination, must be considered in sentencing. The Court continued that a different analysis for aboriginal people includingthe factors that had to be used, and different forms of sentencing had to be developed. The Court also mandated that restorativejustice be considered as part of the sentence in aboriginal cases, (Gladue, 1999). In R. v. Wells (2000) the Court reaffirmedGladue and held that restorative justice must be considered in imposing a sentence on an aboriginal defendant,While this part of the criminal code is focused on sentencing, with the offender being the focus, the Correctional Service ofCanada has also established a Victim Offender Mediation Program for violent offenders. In this program, victims or victim*190 families of those murder ed are allowed to meet with a remorseful offender, have their questions answered, and venttheir emotions directly to the perpetrator. Citing the need for victims to heal from “traumatic criminal offences,” a programoperated through the Fraser Region Community Justice Initiatives Association in Langley, British Columbia, is discussed onthe Canadian Corrections website (Correctional Service Canada, 2005). The Canadian Ministry of Justice has supported thisfor many years (Umbreit, Bradshaw, & Coates, 1999)

      INTERNAL LAW, EXTERNAL LAW: WE GOTTA SENTENCE ABORIGINALS WITH SPECIAL INTEREST TO RESTORATIVE JUSTICE! ALSO VICTIM OFFENDER MEDIATION IS IMPORTANT!

    4. This statute lays the framework for restorative justice in all adult sentencing. The Canadian Supreme Court, in case law, hasacknowledged that this part of the code can include restorative justice (Proulx, 2000; Wells, 2000). However, the dichotomyof this paragraph, which mixes traditional punishment with restorative alternatives, remains an issue within the Canadian legalsystem (Roach, 2000).Indeed, this section of the Criminal Code expands in Sec. 718.2, where it instructs the court to take into consideration manyaspects of the crime, i.e., aggravating and mitigating circumstances, when sentencing. However in subsection (e), a significantconsideration is added:718.2 A court that imposes a sentence shall also take into consideration the following principles:(e) all available sanctions other than imprisonment that are reasonable in the circumstances should be consideredfor all offenders, with particular attention to the circumstances of aboriginal offenders. (Canada Criminal CodeSec. 718.2, emphasis added

      EXTERNAL LAW: CANADIAN CRIMINAL CODE LOOOOOVES RESTORATIVE JUSTICE ESPECIALLY FOR ABORIGINALS!

    5. (d) to assist in rehabilitating offenders;*189 (e) to provide reparations from harm done to victims or to the community; and(f) to promote a sense of responsibility in offenders, and acknowledgment for the harm done to victims and to thecommunity. (Canada Criminal Code Sec. 718, emphasis added.)

      EXTERNAL LAW: CRIMINAL CODE SAYS WE LOVE REHABILITATIVE JUSTICE!!!

    6. The Criminal Code of Canada includes Sec. 718, which states:The fundamental purpose of sentencing is to contribute, along with crime prevention initiatives, to respect for thelaw and the maintenance of a just, peaceful and safe society by imposing just sanctions that have one or moreof the following objectives:(a) to denounce unlawful conduct;(b) to deter the offender and other persons form committing offences;(c) to separate offenders from society, where necessary;

      EXTERNAL LAW: CRIMINAL CODE OF CANADA SAYS THE PURPOSE OF SENTENCING IS 'JUST SANCTIONS' FOR DETERRENCE, PROTECTING SOCIETY, AND LOOK DOWN... REHABILITATION AND REPARATIONS FOR COMMUNITY AND SENSE OF RESPONSIBILITY

    7. anadian criminal law has a different structure than the United States. Canadian criminal law is federal, and its administrationis provincial. While the United States system has federal criminal laws, they are only relevant to a small group of crimes. Forexample, crimes occurring on federal land are covered by the federal code, as well as moving between states in the commissionof the crime. However, most of the criminal law in the United States is state law. By having a centralized source of law inCanada, the ability to mandate system-wide changes in their criminal justice system is more available on a national basis

      EXTERNAL LAW: !!!!!!!!!!!!!!!! OKAY SO CANADA'S CRIMINAL LAW IS FEDERAL WHILE ADMINISTRATION IS PROVINCIAL. SO THIS IS WHY CANADA HAS LITERALLY JUST ONE CRIMINAL CODE AFFECTING ALL THESE THINGS. MEANWHILE USA IS REALLY STATE LAW WITH A FEW FEDERAL THINGS INFLUENCING STUFF YKYK.

    Annotators

    1. The trick here is to dump the code into a long context model and start asking questions. My current favorite for this is the catchily titled gemini-2.0-pro-exp-02-05, a preview of Google’s Gemini 2.0 Pro which is currently free to use via their API.

      I would really like it if this could pair with static code analysis. I don't want to trust statistical mush to tell me what of my code is dead, but together with actual analysis I bet the mush machine could write up a pretty good plan (nice-sized tasks, dependency sequences noted) for pruning it out

    2. If I don’t like what an LLM has written, they’ll never complain at being told to refactor it! “Break that repetitive code out into a function”, “use string manipulation methods rather than a regular expression”, or even “write that better!”—the code an LLM produces first time is rarely the final implementation, but they can re-type it dozens of times for you without ever getting frustrated or bored.

      Queen mode code review feedback

    3. I find LLMs respond extremely well to function signatures like the one I use here. I get to act as the function designer, the LLM does the work of building the body to my specification. I’ll often follow-up with “Now write me the tests using pytest”. Again, I dictate my technology of choice—I want the LLM to save me the time of having to type out the code that’s sitting in my head already. If your reaction to this is “surely typing out the code is faster than typing out an English instruction of it”, all I can tell you is that it really isn’t for me any more. Code needs to be correct. English has enormous room for shortcuts, and vagaries, and typos, and saying things like “use that popular HTTP library” if you can’t remember the name off the top of your head.

      I think in boxes and lines, and I think in bodies, but I don't really think in signatures. Probably need to strengthen that

    1. nited States Code, and make a factual determination, on the record, for each factor. These factors include the age and socialbackground of the juvenile; the nature of the offense; the extent and nature of the juvenile's criminal or delinquency record; thejuvenile's intellectual development and psychological maturity; the nature of past treatment efforts and the juvenile's responseto such efforts; and the availability of programs designed to treat the juvenile's behavioral problems

      EXTERNAL LAW: CRIME BILL TAKES INTO ACCOUNT AGE, SOCIAL BACKGROUND, OFFENSE, RECORD, DEVELOPMENT, PAST TREATMENT, AVAILABILITY OF COMMUNITY PROGRAMS

    Annotators

    1. The status offender is a statutory creation, who occupies a unique position in the juvenile justice system. In contrast to theneglected, dependent or abused child, the status offender comes within the jurisdiction of the juvenile court because of hisor her behavior, rather than on a finding of improper parental care or guidance. Unlike children charged with or found guiltyof delinquency, alleged or adjudicated status offenders have not committed acts which would be considered criminal if doneby an adult. When status offenders are incarcerated, therefore, it is not for any violation of the penal code, but for behaviorwhich is considered unacceptable solely because of their age.

      CONTEXT: WHAT IS A STATUS OFFENDER

    Annotators

    1. Under the YOA, there were concerns that some youths were beingdetained before trial in situations where an adult would be released,for example in cases where a judge was concerned that a homelessyouth might be at risk of harm. The YCJA contains provisionsintended to reduce use of remand custody.Section 29(1) of the YCJA specifies that pre-trial detention shall not beused as a ‘‘substitute for appropriate child protection, mental health orother social measures.’’ Section 28 of the YCJA makes clear that ayouth should only be detained before sentencing in circumstanceswhere an adult could be detained, generally on the primary groundsof ensuring attendance in court or on the secondary grounds thatdetention is ‘‘necessary for the protection or safety of the public’’because of there is a ‘‘substantial likelihood’’ of offending or witnessintimidation (s. 515(10) Criminal Code). Further, s. 29(2) creates arebuttable presumption that detention on the secondary grounds, fo

      HISTORY/EXTERNAL LAW: INTENDED LESS STATUS OFFENDERS, NOT USING LAW IN PLACE OF APPROPRIATE CHILD PROTECTION

    2. he principles recognize,however, that this is to be a limited accountability in comparisonto that of adults, ‘‘consistent with the greater dependency of youngpersons and their reduced level of maturity.’’ Judicial concerns aboutthe heightened vulnerability and limited accountability of adolescentsare illustrated by R. v. R.W.C., the first Supreme Court decision inter-preting the YCJA, where the Court ruled that ‘‘young offender’’ statusis a mitigating factor when deciding how to apply the provisions of thes. 487.051 Criminal Code that govern taking a DNA sample from aperson found guilty of a primary designated offence. These concernsare also reflected in the Court’s 2008 decision in R. v. D.B., which heldunconstitutional provisions of the YCJA that create a presumption ofadult sentencing for the most serious offences; that decision is morefully discussed below

      EXTERNAL LAW, INTERNAL LAW: YCJA EMPHASIZES PUNISHMENT PROPORTIONATE TO CRIME, LESS ACCOUNTABILITY THAN ADULTS. LED TO INTERNAL LAW, YOUNG OFFENDER AS A MITIGATING FACTOR, ALSO STRIPPED YCJA PRESUMPTION THAT WORSE CRIME = ADULT SENTENCING

    3. The omission of any reference to deterrence in the YCJA statement ofsentencing purpose may have contributed to lowering the number ofcustodial sentences imposed in youth court (Cesaroni and Bala 2008).Its absence in the act, in contrast to the Criminal Code, suggests thatgeneral and specific deterrence are not to be objectives of sentencing inyouth court. A number of early judgments under the act emphasizedthe absence of explicit mention of deterrence in the act as a reason forimposing a non-custodial sentence (Roberts and Bala 2003). In 2006,the Supreme Court of Canada rendered its decision in R. v. B.W.P., oneof the first cases under the new act to reach the highest court. Theunanimous decision of the Court upheld a trial decision that empha-sized the importance of rehabilitation. The Court discussed the role ofdeterrence in sentencing, observing that for adults ‘‘general deterrenceis factored in the determination of the sentence, the offender is pun-ished more severely, not because he or she deserves it, but becausethe court decides to send a message to others who may be inclined toengage in similar criminal activity’’ (R. v. B.W.P. at para. 2). TheSupreme Court recognized that under the previous statute, the YOA,general deterrence had been an objective of sentencing youths, albeitto a lesser extent than for adults. The Court, accepted, however, thatthe YCJA established ‘‘a new sentencing regime’’ for young offendersin Canada. Justice Charron wrote that the act ‘‘sets out a detailed andcomplete code for sentencing young persons under which terms it isnot open to the youth sentencing judge to impose a punishment for thepurpose of warning, not the young person, but others against enga-ging in criminal conduct. Hence, general deterrence is not a principleof youth sentencing under the present regime’’ (R. v. B.W.P. at para. 4).The Supreme Court also recognized that, while general deterrenceshould not be an objective in sentencing youth offenders, the factthat a youth is to be held accountable in youth court undoubtedlyhas ‘‘the effect of deterring the young person and others from commit-ting crimes’’ (R. v. B.W.P. at para. 4

      EXTERNAL LAW, INTERNAL LAW: DETERRENCE IS NO LONGER A MOTIVATION BEHIND YOUTH SENTENCING

    Annotators

    1. Note: This response was posted by the corresponding author to Review Commons. The content has not been altered except for formatting.

      Learn more at Review Commons


      Reply to the reviewers

      Manuscript number: RC-2024-02713

      Corresponding author(s): Igor, Kramnik

      [Please use this template only if the submitted manuscript should be considered by the affiliate journal as a full revision in response to the points raised by the reviewers.

      If you wish to submit a preliminary revision with a revision plan, please use our "Revision Plan" template. It is important to use the appropriate template to clearly inform the editors of your intentions.]

      1. General Statements [optional]

      Dear Editors,

      We are grateful for constructive reviewers’ comments and criticisms and have thoroughly addressed all major and minor comments in the revised manuscript.

      Summary of new data.

      We have performed the following additional experiments to support our concept:

      1. The kinetcs of ROS production in B6 and B6.Sst1S macrophages after TNF stimulation (Fig. ____3I and J, Suppl. Fig. 3G)____;
      2. __ Time course of stress kinase activation (_Fig.3K)_ that clearly demonstrated the persistent stress kinase (phospho-ASK1 and phospho-cJUN) activation exclusively in. the B6.Sst1S macrophages;__
      3. New Fig.4 C – E panels include comparisons of the B6 and B6.Sst1S macrophage responses to TNF and effects of IFNAR1 blockade in both backgrounds.
      4. We performed new experiments demonstrating that the synthesis of lipid peroxidation products (LPO) occurs in TNF-stimulated macrophages earlier than the IFNβ super-induction (__Suppl.Fig.____4A and B). __
      5. We demonstrated that the IFNAR1 blockade 12, 24 and 32 h after TNF stimulation still reduced the accumulation of LPO product (4-HNE) in TNF-stimulated B6.Sst1S BMDMs (Suppl.Fig.4 E – G).
      6. We added comparison of cMyc expression between the wild type B6 and B6.Sst1S BMDMs during TNF stimulation for 6 – 24 h (Fig.__5I–J). __
      7. New data comparing 4-HNE levels in Mtb-infected B6 wild type and B6.Sst1S macrophages and quantification of replicating Mtb was added (Fig.____6B, Suppl.Fig.7C and D).
      8. In vivo data described in Fig.7 was thoroughly revised and new data was included. We demonstrated increased 4-HNE loads in multibacillary lesions (Fig.7A, Suppl. Fig.9A) and the 4-HNE accumulation in CD11b+ myeloid cells (Fig.7B __and __Suppl.Fig.9B). We demonstrated that the Ifnb – expressing cells are activated iNOS+ macrophages (Fig.7D and Suppl.Fig.13A). Using new fluorescent multiplex IHC, we have shown that stress markers phopho-cJun and Chac1 in TB lesions are expressed by Ifnb- and iNOS-expressing macrophages (Fig.7E and Suppl.Fig.13D – F).
      9. We performed additional experiment to demonstrate that naïve (non-BCG vaccinated) lymphocytes did not improve Mtb control by Mtb-infected macrophages in agreement with previously published data (Suppl.Fig.7H). Summary of updates

      Following reviewers requests we updated figures to include isotype control antibodies, effects of inhibitors on non-stimulated cells, positive and negative controls for labile iron pool, additional images of 4-HNE and live/dead cell staining.

      Isotype control for IFNAR1 blockade were included in Fig.3M, Fig.4C -E, Fig.6L-M

      Suppl.Fig.4F -G, 7I.

      Positive and negative controls for labile iron pool measurements were added to Fig.3E, Fig.5D, Suppl.Fig.3B

      Cell death staining images were added Suppl.Fig.3H

      Co-staining of 4-HNE with tubulin was added to Suppl.Fig.3A.

      High magnification images for Figure 7 __were added in __Suppl.Fig.8 to demonstrate paucibacillary and multibacillary image classification.

      Single-channel color images for individual markers were provided in Fig.____7E and Suppl.Fig.13B–F.

      Inhibitor effects on non-stimulated cells were included in Fig.____5 D – H, Suppl.Fig.6A and B.

      Titration of CSF1R inhibitors for non-toxic concentration determination are included in Suppl.Fig.6D.

      In addition, we updated the figure legends in the revised manuscript to include more details about the experiments. We also clarified our conclusions in the Discussion.

      Responses to every major and minor comment of the reviewers are provided below.

      2. Point-by-point description of the revisions

      This section is mandatory. *Please insert a point-by-point reply describing the revisions that were already carried out and included in the transferred manuscript. *

      Reviewer #1 (Evidence, reproducibility and clarity (Required)):

      Summary

      The study by Yabaji et al. examines macrophage phenotypes B6.Sst1S mice, a mouse strain with increased susceptibility to M. tuberculosis infection that develops necrotic lung lesions. Extending previous work, the authors specifically focus on delineating the molecular mechanisms driving aberrant oxidative stress in TNF-activated B6.Sst1S macrophages that has been associated with impaired control of M. tuberculosis. The authors use scRNAseq of bone marrow-derived macrophages to further characterize distinctions between B6.Sst1S and control macrophages and ascribe distinct trajectories upon TNF stimulation. Combined with results using inhibitory antibodies and small molecule inhibitors in in vitro experimentation, the authors propose that TNF-induced protracted c-Myc expression in B6.Sst1S macrophages disables the cellular defense against oxidative stress, which promotes intracellular accumulation of lipid peroxidation products, fueled at least in part by overexpression of type I IFNs by these cells. Using lung tissue sections from M. tuberculosis-infected B6.Sst1S mice, the authors suggest that the presence of a greater number of cells with lipid peroxidation products in lung lesions with high counts of stained M. tuberculosis are indicative of progressive loss of host control due to the TNF-induced dysregulation of macrophage responses to oxidative stress. In patients with active tuberculosis disease, the authors suggest that peripheral blood gene expression indicative of increased Myc activity was associated with treatment failure.

      __Major comments __ The authors describe differences in protein expression, phosphorylation or binding when referring to Fig 2A-C, 2G, 3D, 5B, 5C. However, such differences are not easily apparent or very subtle and, in some cases, confounded by differences in resting cells (e.g. pASK1 Fig 3L; c-Myc Fig 5B) as well as analyses across separate gels/blots (e.g. Fig 3K, Fig 5B). Quantitative analyses across different independent experiments with adequate statistical analyses are required to strengthen the associated conclusions.

      Author: We updated our Western blots as follows: 1. Densitometery of normalized bands is included above each lane (Fig.2A – C; Fig.3C – D and 3K; Fig.4A – B; Fig.5B,C,I,J). New data in Fig.3K is added to highlight differences between B6 and B6.Sst1S at individual timepoints after TNF stimulation. In Fig.5I we added new data comparing Myc levels in B6 and B6.Sst1S with and without JNK inhibitor and updated the results accordingly. New Fig.3K clearly demonstrates the persistent activation of p-cJun and p-Ask1 at 24 and 36h of TNF stimulation. In Fig.5B we clearly demonstrate that Myc levels were higher in B6.Sst1S after 12 h of TNF stimulation. At 6h, however, the basal differences in Myc levels are consistently higher in B6.Sst1S and the induction by TNF is 1.6-fold similar in both backgrounds. We noted this in the text.

      A representative experiment is shown in individual panels and the corresponding figure legend contains information on number of biological repeats. Each Western blot was repeated 2 – 4 times.

      The representative images of fluorescence microscopy in Fig 3H, 4H, 5H, S3C, S3I, S5A, S6A seem to suggest that under some conditions the fluorescence signal is located just around the nucleus rather than absent or diminished from the cytoplasm. It is unclear whether this reflects selective translocation of targets across the cell, morphological changes of macrophages in culture in response to the various treatments, or variations in focal point at which images were acquired. Control images (e.g. cellular actin, DIC) should be included for clarification. If cell morphology changes depending on treatments, how was this accounted for in the quantitative analyses? In addition, negative controls validating specificity of fluorescence signals would be warranted.

      Author: Our conclusion of higher LPO production is based on several parameters: 4-HNE staining, measurements of MDA in cell lysates and oxidized lipids using BODIPY C11. Taken together they demonstrate significant and reproducible increase in LPO accumulation in TNF-stimulated B6.Sst1S macrophages. This excludes imaging artefact related to unequal 4-HNE distribution noted by the reviewer. In fact, we also noted that the 4-HNE was spread within cell body of B6.Sst1S macrophages and confirmed it using co-staining with tubulin, as suggested by the reviewer (new Suppl.Fig.3A). Since low molecular weight LPO products, such as MDA and 4-HNE, traverse cell membranes, it is unlikely that they will be strictly localized to a specific membrane bound compartment. However, we agree that at lower concentrations, there might be some restricted localization, explaining a visible perinuclear ring of 4-HNE staining in B6 macrophages. This phenomenon may be explained just by thicker cytoplasm surrounding nucleus in activated macrophages spread on adherent plastic surface or by proximity to specific organelles involved in generation or clearance of LPO products and definitively warrants further investigation.

      We also included images of non-stimulated cells in Fig.3H, Suppl.Fig.3A and 3E. We used multiple fields for imaging and quantified fluorescence signals (Suppl. Fig.3D and 3F, Suppl.Fig.4G, Suppl.Fig.6A and B).

      We used negative controls without primary antibodies for the initial staining optimization, but did not include it in every experiment.

      To interpret the evaluation on the hierarchy of molecular mechanisms in B6.Sst1S macrophages, comparative analyses with B6 control cells should be included (e.g. Fig 4C-I, Fig 5, Fig 6B, E-M, S6C, S6E-F). This will provide weight to the conclusions that the dysregulated processes are specifically associated with the susceptibility of B6.Sst1S macrophages.

      Author: Understanding the sst1-mediated effects on macrophage activation is the focus of our previously published studies Bhattacharya et al., JCI, 2021) and this manuscript. The data comparing B6 and B6.Sst1S macrophage are presented in Fig.1, Fig.2, Fig.3, Fig.4, Fig.5A – C, I and J, Fig.6A – C, 6J and corresponding supplemental figures 1, 2, 3, 4A and B, Suppl.Fig.5, Suppl.Fig.6C, Suppl.Fig.7A-D,7F.

      Once we identified the aberrantly activated pathways in the B6.Sst1S, we used specific inhibitors to correct the aberrant response in B6.Sst1S.

      All experiments using inhibitory antibodies require comparison to the effect of a matched isotype control in the same experiment (e.g. Fig 3J, 4F, G, I; 6L, 6M, S3G, S6F).

      Author: Isotype control for IFNAR1 blockade were included in Fig.3M, Fig.4C -E, Fig.6L-M

      Suppl.Fig.4F -G, 7I.

      Experiments using inhibitors require inclusion of an inhibitor-only control to assess inhibitor effects on unstimulated cells (e.g. Fig 4I, 5D-I)

      Author: Inhibitor effects on non-stimulated cells were included in Fig.5 D – H, Suppl.Fig.6A and B.

      Fig 3K and Fig 5J appear to contain the same images for p-c-Jun and b-tubulin blots.

      Author: Fig.3K and 5J partially overlapped but had different focus – 3K has been updated to reflect the time course of stress kinase activation. Fig.5J is updated (currently Fig.5I and J) to display B6 and B6.Sst1S macrophage data including cMyc and p-cJun levels.

      Data of TNF-treated cells in Fig 3I appear to be replotted in Fig 3J.

      Author: Currently these data is presented in Fig.3L and 3M and has been updated to include comparison of B6 and B6.Sst1S cells (Fig.3L) and effects of inhibitors in Fig.3M.

      Rev.1: It is stated that lungs from 2 mice with paucibacillary and 2 mice with multi-bacillary lesions were analyses. There is contradicting information on whether these tissues were collected at the same time post infection (week 14?) or whether the pauci-bacillary lesions were in lungs collected at earlier time points post infection (see Fig S8A). If the former, how do the authors conclude that multi-bacillary lesions are a progression from paucibacillary lesions and indicative of loss of M. tuberculosis control, especially if only one lesion type is observed in an individual host? If the latter, comparison between lesions will likely be dominated by temporal differences in the immune response to infection. In either case, it is relevant to consider density, location, and cellular composition of lesions (see also comments on GeoMx spatial profiling). Is the macrophage number/density per tissue area comparable between pauci-bacillary and multi-bacillary lesions?

      Author: We did not collect lungs at the same time point. As described in greater detail in our preprints (Yabaji et al., https://doi.org/10.1101/2025.02.28.640830 and https://doi.org/10.1101/2023.10.17.562695) pulmonary TB lesions in our model of slow TB progression are heterogeneous between the animals at the same timepoint, as observed in human TB patients and other chronic TB animal models. Therefore, we perform analyses of individual TB lesions that are classified by a certified veterinary pathologist in a blinded manner based on their morphology (H&E) and acid fast staining of the bacteria, as depicted in Suppl.Fig.8. Currently it is impossible to monitor progression of individual lesions in mice. However, in mice TB is progressive disease and no healing and recovery from the disease have been observed in our studies or reported in literature. Therefore, we assumed that paucibacillary lesions preceded the multibacillary ones, and not vice versa, thus reflecting the disease progression. In our opinion, this conclusion most likely reflects the natural course of the disease. However, we edited the text : instead of disease progression we refer to paucibacillary and multibacillary lesions.

      Rev1: Does 4HNE staining align with macrophages and if so, is it elevated compared to control mice and driven by TNF in the susceptible vs more resistant mice?

      Author: We performed additional staining and analyses to demonstrate the 4-HNE accumulation in CD11b+ myeloid cells of macrophage morphology. Non-necrotic lesions contain negligible proportion of neutrophils (Fig.7B, Suppl.Fig.9B). B6 mice do not develop advanced multibacillary TB lesions containing 4-HNE+ cells. Also, 4-HNE staining was localized to TB lesions and was not found in uninvolved lung areas of the infected mice, as shown in Suppl.Fig.9A (left panel).

      It is well established that TNF plays a central role in the formation and maintenance of TB granulomas in humans and in all animal models. Therefore, TNF neutralization would lead to rapid TB progression, rapid Mtb growth and lesions destruction in both B6 and B6.Sst1S genetic backgrounds.

      Pathway analysis of spatial transcriptomic data (Suppl.Fig.11) identified TNF signaling via NF-kB among dominant pathways upregulated in multibacillary lesions, suggesting that the 4-HNE accumulation paralleled increased TNF signaling. In addition, in vivo other cytokines, including IFN-I, could activate macrophages and stimulate production of reactive oxygen and nitrogen species and lead to the accumulation of LPO products as shown in this manuscript.

      Rev.1: It would be relevant to state how many independent lesions per host were sampled in both the multiplex IHC as well as the GeoMx data. Can the authors show the selected regions of interest in the tissue overview and in the analyses to appreciate within-host and across-host heterogeneity of lesions. The nature of the spatial transcriptomics platform used is such that the data are derived from tissue areas that contain more than just Iba1+ macrophages. At later stages of infection, the cellular composition of such macrophage-rich areas will be different when compared to lesions earlier in the infection process. Hence, gene expression profiles and differences between tissue regions cannot be attributed to macrophages in this tissue region but are more likely a reflection of a mix of cellular composition and per-cell gene expression.

      Author: We used Iba1 staining to identify macrophages in TB lesions and programmed GeoMx instrument to collect spatial transcriptomics probes from Iba1+ cells within ROIs. Also, we selected regions of interest (ROI) avoiding necrotic areas (depicted in Suppl.Fig.10). We agree that Iba1+ macrophage population is heterogenous – some Iba1+ cells are activated iNOS+ macrophages, other are iNOS-negative (Fig.7C and D, and Suppl.Fig.13A). Multibacillary lesions contain larger areas occupied by activated (iNOS+) macrophages (Fig.7D, Suppl.Fig.13B and 13F). Although the GeoMx spatial transcriptomic platform does not provide single cell resolution, it allowed us to compare populations of Iba1+ cells in paucibacillary and multibacillary TB lesions and to identify a shift in their overall activation pattern.

      It is stated that loss of control of M. tuberculosis in multibacillary lesions was associated with "downregulation of IFNg-inducible genes". If the authors base this on the tissue expression of individual genes, this requires further investigation to support such conclusion (also see comment on GeoMx above). Furthermore, how might this conclusion be compatible with significantly elevated iNOS+ cells (Fig 7D) in multibacillary lesions?

      Author: We demonstrated that Ciita gene expression is specifically induced by IFN-gamma and is suppressed by IFN-I (Fig.6M). The expression of Ciita in paucibacillary lesions suggest the presence of the IFN-gamma activated cells and its disappearance in the multibacillary lesion is consistent with massive activation of IFN-I pathway (Fig.7C).

      Rev1. It is appreciated that the human blood signature analyses contain Myc-signatures but the association with treatment failure is not very strong based on the data in Fig 13B and C (Suppl.Fig.15B and C now). The authors indicate that they have no information on disease severity, but it should perhaps not be assumed that treatment failure is indicative of poor host control of the infection. Perhaps independent analyses in separate cohort/data set can add strength and provide -additional insights (e.g. PMID: 35841871; PMID: 32451443, PMID: 17205474, PMID: 22872737). In addition, the human data analyses could be strengthened by extension to additional signatures such as IFN, TNF, oxidative stress. Details of the human study design are not very clear and are lacking patient demographics, site of disease, time of blood collection relative to treatment onset, approving ethics committees.

      Author: X axis of Suppl.Fig.15A represent pre-defined molecular signature gene sets (MSigDB) in Gene Set Enrichment Analysis (GSEA) database (https://www.gsea-msigdb.org/gsea/msigdb). On Y axis is area under curve (AUC) score for each gene set. The Myc upregulated gene set myc_up was identified among top gene sets associated with treatment failure using unbiased ssGSEA algorithm. The upregulation of Myc pathway in the blood transcriptome associated with TB treatment failure most likely reflects greater proportion of immature cells in peripheral blood, possibly due to increased myelopoiesis.

      Pathway analysis of the differentially expressed genes revealed that treatment failures were associated with the following pathways relevant to this study: NF-kB Signaling, Flt3 Signaling in Hematopoietic Progenitor Cells (indicative of common myeloid progenitor cell proliferation), SAPK/JNK Signaling and Senescence (indicative of oxidative stress). The upregulation of these pathways in human patients with poor TB treatment outcomes correlates with our findings in TB susceptible mice. The detailed analysis of differentially regulated pathways in human TB patients is beyond the scope of this study and is presented in another manuscript entitled “ Tuberculosis risk signatures and differential gene expression predict individuals who fail treatment” by Arthur VanValkenburg et al., submitted for publication.

      Blood collection for PBMC gene expression profiling of TB patients was prior to TB treatment or within a first week of treatment commencement. Boxplot of bootstrapped ssGSEA enrichment AUC scores from several oncogene signatures ranked from lowest to highest AUC score, with myc_up and myc_dn genes highlighted in red.

      We agree with the reviewer that not every gene in the myc_up gene set correlates with the treatment outcome. But the association of the gene set is statistically significant, as presented in Suppl.Fig.15B – C.

      We updated the details of the study, including study sites and the ethics committee approval statement and references describing these cohorts. __ Other comments__

      It is excellent that the authors provide individual data points. Choosing a colour other than black would increase clarity when black bars are used.

      Author: We followed this useful suggestion and selected consistent color codes for B6 and B6.Sst1S groups to enhance clarity throughout the revised manuscript.

      Error bars are inconsistently depicted as either bi-directional or just unidirectional.

      Author: We used bi-directional error bars in the revised manuscript.

      Fig 1E, G, H- please include a scale to clarify what the heat map is representing.

      Author: We have included the expression key in Fig.1E,G and H and Suppl.Fig.1C and D in the revised version.

      Fig 2K, Fig S10A gene information cannot be deciphered.

      Author: We increased the font in previous Fig.2K and moved to supplement to keep larger fonts (current Suppl.Fig.2G).

      Fig S4A,B please add error bars.

      Author: These data are presented as Suppl.Fig.5 in the revised version. We performed one experiment to test the hypothesis. Because the data indicated no clear increase in transposon small RNAs in the sst1S macrophages, we did not pursue this hypothesis further, and therefore, the error bars were not included. However, we decided to include these negative data because it rejects a very attractive and plausible hypothesis.

      Please use gene names as per convention (e.g. Ifnb1) to distinguish gene expression from protein expression in figures and text.

      Author: We addressed the comment in the revised manuscript.

      Fig S8B. Contrary to the description of results, there seems to be minimal overlap between the signal for YFP and the Ifnb1 probe. Is the Ifnb1 reporter mouse a legacy reporter? If so, it is worth stating this and including such considerations in the data interpretation.

      Author: The YFP reporter expresses YFP protein under the control of the Ifnb1 promoter. The YFP protein accumulates within the cells and while Ifnb protein is rapidly secreted and does not accumulate in the producing cells in appreciable amounts. So YFP is not a lineage tracing reporter, but its accumulation marks the Ifnb1 promoter activity in cells, although the YFP protein half-life is longer than that of the Ifnb1 mRNA that is rapidly degraded (Witt et al., BioRxiv, 2024; doi:10.1101/2024.08.28.61018). Therefore, there is no precise spatiotemporal coincidence of these readouts.

      Please clarify what is meant by "normal interstitium" ? If the tissue is from uninfected mice, please state clearly.

      Author: In this context we refer to the uninvolved lung areas of the infected lungs. In every sample we compare uninvolved lung areas and TB lesions of the same animal. Also, we performed staining of lung of non-infected mice as additional controls.

      Rev1: If macrophage cultures underwent media changes every 48h, how was loss of liberated Mtb taken into account especially if differences in cell density/survival were noted? The assessment of M. tuberculosis load by qPCR is not well described. In particular, the method of normalization applied within the experiments (not within the qPCR) here remains unclear, even with reference to the authors' prior publication.

      Author: Our lab has many years of experience working with macrophage monolayers infected with virulent Mtb and uses optimized protocols to avoid cell losses and related artifacts. Recently we published a detailed protocol for this methodology in STAR Protocols (Yabaji et al., 2022; PMID 35310069). In brief, it includes preparation of single cell suspensions of Mtb by filtration to remove clumps, use of low multiplicity of infection, preparation of healthy confluent monolayers and use of nutrient rich culture medium and medium change every 2 days. We also rigorously control for cell loss using whole well imaging and quantification of cell numbers and live/dead staining.

      Please add citation for the limma package.

      Author: The references has been added (Ritchie et al, NAR 2015; PMID 25605792).

      The description of methodology relating to the "oncogene signatures" is unclear.

      Author: This signature was described in Bild etal, Nature, 2006 and McQuerry JA, et al, 2019 “Pathway activity profiling of growth factor receptor network and stemness pathways differentiates metaplastic breast cancer histological subtypes”. BMC Cancer 19: 881 and is cited in Methods section Oncogene signatures

      Please clearly state time points post infection for mouse analyses.

      Author: We collected lung samples from Mtb infected mice 12 – 20 weeks post infection. The lesions were heterogeneous and were individually classified using criteria described above.

      Reference is made to "a list of genes unique to type I [interferon] genes [....]" (p29). Can the authors indicate the source of the information used for compiling this list?

      Author: The lists were compiled from Reactome, EMBL's European Bioinformatics Institute and GSEA databases. The links for all datasets are provided in Suppl.Table 8 “Expression of IFN pathway genes in Iba1+ cells from pauci- and multi-bacillary lesions of Mtb infected B6.Sst1S mouse lungs” in the “Pool IFN I & II gene sets” worksheet.

      The discussion at present is very long, contains repetition of results and meanders on occasion.

      Author: Thank you for this suggestion, We critically revised the text for brevity and clarity.

      Reviewer #1 (Significance (Required)):

      Strengths and limitations

      Strengths: multi-pronged analysis approaches for delineating molecular mechanisms of macrophage responses that might underpin susceptibility to M. tuberculosis infection; integration of mouse tissues and human blood samples

      Weaknesses: not all conclusions supported by data presented; some concerns related to experimental design and controls; links between findings in human cohort and the mechanistic insights gained in mouse macrophage model uncertain

      Author: The revised manuscript addresses every major and minor comment of the reviewers, including isotype controls and naïve T cells, to provide additional support for our conclusions. Our study revealed causal links between Myc hyperactivity with the deficiency of anti-oxidant defense and type I interferon pathway hyperactivity. We have shown that Myc hyperactivity in TNF-stimulated macrophages compromises antioxidant defense leading to autocatalytic lipid peroxidation and interferon-beta superinduction that in turn amplifies lipid peroxidation, thus, forming a vicious cycle of destructive chronic inflammation. This mechanism offers a plausible mechanistic explanation of for the association of Myc hyperactivity with poorer treatment outcomes in TB patients and provide a novel target for host-directed TB therapy.

      Advance

      The study has the potential to advance molecular understanding of the TNF-driven state of oxidative stress previously observed in B6.Sst1S macrophages and possible implications for host control of M. tuberculosis in vivo.

      Audience

      Experts seeking understanding of host factors mediating M. tuberculosis control, or failure thereof, with appreciation for the utility of the featured mouse model in assessing TB diseases progression and severe manifestation. Interest is likely extended to audience more broadly interested in TNF-driven macrophage (dys)function in infectious, inflammatory, and autoimmune pathologies.

      Reviewer expertise

      In preparing this review, I am drawing on my expertise in assessing macrophage responses and host defense mechanisms in bacterial infections (incl. virulent M. tuberculosis) through in vitro and in vivo studies. This includes but is not limited to macrophage infection and stimulation assays, microscopy, intra-macrophage replication of M. tuberculosis, analyses of lung tissues using multi-plex IHC and spatial transcriptomics (e.g. GeoMx). I am familiar with the interpretation of RNAseq analyses in human and mouse cells/tissues, but can provide only limited assessment of appropriateness of algorithms and analysis frameworks.

      Reviewer #2 (Evidence, reproducibility and clarity (Required)):

      Yabaji et al. investigated the effects of BMDMs stimulated with TNF from both WT and B6.Sst1S mice, which have previously been identified to contain the sst1 locus conferring susceptibility to Mycobacterium tuberculosis. They identified that B6.Sst1S macrophages show a superinduction of IFNß, which might be caused by increased c-Myc expression, expanding on the mechanistic insights made by the same group (Bhattacharya et al. 2021). Furthermore, prolonged TNF stimulation led to oxidative stress, which WT BMDMs could compensate for by the activation of the antioxidant defense via NRF2. On the other hand, B6.Sst1S BMDMs lack the expression of SP110 and SP140, co-activators of NRF2, and were therefore subjected to maintained oxidative stress. Yabaji et al. could link those findings to in vivo studies by correlating the presence of stressed and aberrantly activated macrophages within granulomas to the failure of Mtb control, as well as the progression towards necrosis. As the knowledge regarding Mtb progression and necrosis of granulomas is not yet well understood, findings that might help provide novel therapy options for TB are crucial. Overall, the manuscript has interesting findings with regard to macrophage responses in Mycobacteria tuberculosis infection.

      However, in its current form there are several shortcomings, both with respect to the precision of the experiments and conclusions drawn. In particular a) important controls are often missing, e.g. T-cells form non-immune mice in Fig. 6J, in F, effectivity of BCG in B6 mice in 6N; b) single experiments are shown throughout the manuscript, in particular western blots and histology without proper quantification and statistics, this is absolutely not acceptable; c) very few repetitions are shown in in vitro experiments, where there is no evidence for limitation in resources (usually not more than 3), it is not clear what "independent experiment means" - i.e. the robustness of the findings is questionable; d) data are often normalized multiple times, e.g. in the case of qPCR, and the methods of normalization are not clear (what house-keeping gene exactly?);

      Moreover, experiments regarding IFN I signaling (e.g. short term TNF treatment of BMDMs to analyze LPO, making sure that the reporter mouse for IFNß works in vivo) and c-Myc (e.g. the increase after M-CSF addition might impact on other analysis as well and the experiments should be adjusted to control for this effect; MYC expression in the human samples) should be carefully repeated and evaluated to draw correct conclusions.

      In addition, we would like to strongly encourage the authors to more precisely outline the experimental set-ups and figure legends, so that the reader can easily understand and follow them. In other words: The legends are - in part very - incomplete. In addition, the authors should be mindful of gene names vs. protein names and italicize where appropriate.

      Author: We appreciate a very thorough evaluation of our manuscript by this reviewer. Their insightful comments helped us improve the manuscript. As outlined below in point-by-point responses 1) we added important controls including isotype control antibodies in IFNAR blocking experiments and non-vaccinated T cells in T cell – macrophage interactions experiments; updated figure legends to indicate number of repeated experiment where a representative experiment is shown, numbers of mouse lungs and individual lesions, methods of data normalization, where it was missing. We also explained our in vitro experimental design and how we analyzed and excluded effects of media change and fresh CSF1 addition, by using a rest period before TNF stimulation and Mtb infection. The data shown in Suppl. Fig. 6C (previously Suppl. Fig. 5B) demonstrate that Myc levels induced by CSF1 return to the basal level at 12 h after media change. Our detailed in vitro protocol that contains these details has been published (Yabaji et al., STAR Protocols, 2022). We added new data demonstrating the ROS and LPO production at 6h of TNF stimulation, while the Ifnb1 mRNA super-induction occurred at 16 – 18 h, and edited the text to highlight these dynamics. The upregulation of Myc pathway in human samples does not necessarily mean the upregulation of Myc itself, it could be due to the dysregulation of downstream pathways. The upregulation of Myc pathway in the blood transcriptome associated with TB treatment failure most likely reflects greater proportion of immature cells in peripheral blood, possibly due to increased myelopoiesis. The detailed analysis of this cell populations in human patients is suggested by our findings but it is beyond the scope of this study.

      The reviewer’s comments also suggested that a summary of our findings was necessary. The main focus of our study was to untangle connections between oxidative stress and Ifnb1 superinduction. It revealed that Myc hyperactivity caused partial deficiency of anti-oxidant defense leading to type I interferon pathway hyperactivity that in turn amplifies lipid peroxidation, thus establishing a vicious cycle driving inflammatory tissue damage.

      Our laboratory worked on mechanisms of TB granuloma necrosis over more than two decades using genetic, molecular and immunological analyses in vitro and in vivo. It provided mechanistic basis for independent studies in other laboratories using our mouse model and further expanding our findings, thus supporting the reproducibility and robustness of our results and our lab’s expertise.

      Specific comments to the experiments and data:

      • Fig. 1E: Evaluation of differences in up- and downregulation between B6 and B6.Sst1S cells should highlight where these cells are within the heatmap, as it is only labelled with the clusters, or it should be depicted differently (in particular for cluster 1 and 2). Furthermore, a more simple labelling of the pathways would increase the readability of the data.

      Author: For our scRNAseq data presentation, we used formats accepted by computational community. To clarify Fig.1E, we added labels above B6 and B6.Sst1S-specific clusters.

      • Fig. 2D, E: The staining legend is missing. For the quantification it is not clear what % total means. Is this based on the intensity or area? What do the dots represent in the bar chart? Is one data point pooled from several pictures? If not, the experiments need to be repeated, as three pictures might not be representative for evaluation.

      • Fig. 2E: Statistics comparing B6/ B6,SsT1S with TNF (different) is required: Absence of induction is not a proof for a difference!

      Author: We included staining with NRF2-specific antibodies and performed area quantification per field using ImageJ to calculate the NRF2 total signal intensity per field. Each dot in the graph represents the average intensity of 3 fields in a representative experiment. The experiment was repeated 3 times. We included pairwise comparison of TNF-stimulated B6 and B6.Sst1S macrophages and updated the figure legend.

      • Fig. 3E: Positive and negative control need to be depicted in the figure (see legend).

      Author: We have added the positive and negative controls for the determination of labile iron pool to the data in Fig. 3E and related Suppl. Fig. 3B and to Fig. 5D that also demonstrates labile iron determination.

      • Fig. 3I: A quantification by flow cytometry or total cell counts are important, as 6% cell death in cell culture is a very modest observation. Otherwise, confocal images of the quantification would be a good addition to judge the specificity of the viability staining.

      Author: To validate the specificity of the viability staining method, we have provided fluorescent images as Suppl.Fig.3H. The main point of this experiment was to demonstrate a modest, but reproducible, increase in cell death in the sst1-mutant macrophages that suggested an IFN-dependent oxidative damage. In our study, we did not focus on mechanisms of cell death, but on a state of chronic oxidative stress in the sst1 mutant live cells during TNF stimulation.

      • Fig. 3I, J: What does one dot represent?

      Author: We performed this assay in 96 well format and each dot represent the % cell death in an individual well.

      • Fig. 3K,L: For the B6 BMDMs it seems that p-cJun is highly increased at 12h in (L), while it is not in (K). On the other hand, for the B6.Sst1S BMDMs it peaks at 24h in (K), while in (L) it seems to at 12h. According to the data in (L) it seems that p-cJun is rather earlier and stronger activated in B6 BMDMs and has a weakened but prolonged activation in the B6.Sst1S BMDMs, which would not fit with your statement in the text that B6.Sst1S BMDMs show an upregulation. !These experiments need repetitions and quantification and statistiscs!

      Fig. 3L: ASK1 seems to be higher at 12h for the B6 BMDMs and similar for both lines at 24h, which is not fitting to the statement in the text. ("Also, the ASK1 - JNK - cJun stress kinase axis was upregulated in B6.Sst1S macrophages, as compared to B6, after 12 - 36 h of TNF stimulation")

      Author: These experiments were repeated, and new data were added to highlight differences in ASK1 and c-Jun phosphorylation between B6 and B6.Sst1S at individual timepoints after TNF stimulation (presented in new Fig.3K). It demonstrated that after TNF stimulation the activation of stress kinases ASK1 and c-Jun initially increased in both genetic backgrounds. However, their upregulation was maintained exclusively in the sst1-susceptible macrophages from 24 to 36 h of TNF stimulation, while in the resistant macrophages their upregulation was transient. Thus, during prolonged TNF stimulation, B6.Sst1S macrophages experience stress that cannot be resolved, as evidenced by this kinetic analysis. The quantification of the band intensity was added to Western blot images above individual lanes.

      Reviewer 2 pointed to missing isotype control antibodies in Fig.3 and Fig.4:

      • Figure 3J: the isotype control for the IFNAR antibody is missing

      • Figure 4E: It seems the isotype control itself has already an effect in the reduction of IFNb.

      • Fig. 4H: It seems that the Isotype control antibody had an effect to increase 4-HNE (compared to TNF stimulated only).

      Author: We always include isotype control antibodies in our experiments because antibodies are known to modulate macrophage activation via binding to Fc receptor. To address the reviewer’s comments, we updated all panels that present the effects of IFNAR1 blockade with isotype-matched non-specific control antibodies in the revised manuscript. Specifically, we included isotype control in Fig. 3M (previously Fig.3J), Fig.4I, Suppl.4E – G, Fig.6L-M), Suppl.Fig.7I (previously Suppl.Fig.6F).

      • Fig.4A - C: "IFNAR1 blockade, however, did not increase either the NRF2 and FTL protein levels, or the Fth, Ftl and Gpx1 mRNA levels above those treated with isotype control antibodies"

      Maybe not above the isotype but it is higher than the TNF alone stimulation at least for NRF2 at 8h and for Ftl at both time points. Why does the isotype already cause stimulation/induction of the cells? !These experiments need repetitions and quantification and statistics!

      Author: To determine specific effects of IFNAR blockade we compared effects of non-specific isotype control and IFNAR1-specific antibodies. In our experiments, the isotype control antibody modestly increased of Nrf2 and Ftl protein levels and the Fth and Ftl mRNA levels, but their effects were similar to the effect of IFNAR-specific antibody. The non-IFN -specific effects of antibodies, although are of potential biological significance, are modest in our model and their analysis is beyond the scope of this study.

      • Fig.4H Was the AB added also at 12h post stimulation? Figure legend should be adjusted.

      Author: The IFNAR1 blocking antibodies and isotype control antibodies were added at 2 h after TNF stimulation in Fig.4H and 4I, as described in the corresponding figure legend. The data demonstrating effects of IFNAR blockade after 12, 24,and 33h of TNF stimulation are presented in Suppl.Fig.4 E - G.

      • Figure 4I: How was the data measured here, i.e. what is depicted? The isotype control is missing. It seems a two-way ANOVA was used, yet it is stated differently. The figure legend should be revised, as Dunnett's multiple comparison would only check for significances compared to the control.

      Author: The microscopy images and bar graphs were updated to include isotype control and presented in Suppl. Fig.4E - G of the revised version. We also revised the statistical analysis to include correction for multiple comparisons.

      Figure 4C and subsequent: How exactly was the experiment done (house-keeping gene)?

      Author: We included the details in the figure legends of revised version. We quantified the gene expression by DDCt method using b-actin (for Fig. 4C-E) and 18S (For Fig. 4F and G) as internal controls.

      • Figure 4D,E: Information on cells used is missing. Why the change in stimulation time? Did it not work after 12h? Then the experiments in A-C should be repeated for 16h.

      Author: The updated Fig. 4D and E present comparison of B6 and B6.Sst1S BMDMs clearly demonstrating significant difference between these macrophages in Ifnb1 mRNA expression 16 h after TNF stimulation, in agreement with our previous publication(Bhattacharya, et al., 2021). There we studied the time course of responses of B6 and B6.Sst1S macrophages to TNF at 2h intervals and demonstrated the divergence between their activation trajectories starting at 12 h of TNF stimulation Therefore, to reveal the underlying mechanisms we focus our analyses on this critical timepoint, i.e. as close to the divergence as possible. However, the difference between the strains in Ifnb1 mRNA expression achieved significance only by 16h of TNF stimulation. That is why we have used this timepoint for the Ifnb1 and Rsad2 analyses. It clearly shows that the superinduction was not driven by the positive feedback via IFNAR, as has been shown by the Ivashkiv lab for B6 wild type macrophages previously PMID 21220349.

      • Figure 4E: It would be helpful to see if these transcripts are actually translated into protein levels, e.g. perform an ELISA. Authors state that IFNAR blockages does not alter the expression but you statistic says otherwise.

      -The data for Ifnb expression (or better protein level) should be provided for B6 BMDMs as well.

      Author: We have previously reported the differences in Ifnb protein secretion (He et al., Plos Pathogens, 2013 and Bhattacharya et al., JCI 2021). We use mRNA quantification by qRT-PCR as a more sensitive and direct measurement of the sst1-mediated phenotype. The revised Fig.4D and E include responses of B6 in addition to the B6.Sst1S to demonstrate that the IFNAR blockade does not reduce the Ifnb1 mRNA levels in TNF-stimulated B6.Sst1S mutant to the B6 wild type levels. A slight reduction can be explained by a known positive feedback loop in the IFN-I pathway (see above). In this experiment we emphasized that the effect of the sst1 locus is substantially greater, as compared to the effect of the IFNAR blockade (Fig.4D), and updated the text accordingly.

      • Fig. 4F: To what does the fold induction refer to? If it is again to unstimulated cells, then why is the induction now so much higher than in (E) where it was only 50x (now to 100x).

      • Figure 4G: Again to what is the fold induction referring to? It seems your Fer-1 treatment only contains 2 data points. This needs to be fixed.

      Author: Yes, the fold induction was calculated by normalizing mRNA levels to untreated control incubated for the same time. Regarding the variation in Ifnb1 mRNA levels - a two-fold variation is not unusual in these experiments that may result in the Ifnb1 mRNA superinduction ranging from 50 -200-fold at this timepoint (16h). The graph in Fig.4G was modified to make all datapoints more visible.

      • "These data suggest that type I IFN signaling does not initiate LPO in our model but maintains and amplifies it during prolonged TNF stimulation that, eventually, may lead to cell death". Data for a short term TNF stimulation are not shown, however, so it might impact also on the initiation of LPO.

      • The overall conclusion drawn from Fig. 3 and 4 is not really clear with regard that IFN does not initiate LPO. Where is that shown? Data on earlier stimulation time points should be added to make this clear.

      Author: We demonstrated ROS production (new Suppl.Fig.3G) and the rate of LPO biosynthesis (new Suppl.Fig.4E-F) at 6 h post TNF stimulation, while the Ifnb1 superinduction occurs between 12-18 h post TNF stimulation. This temporal separation supports our conclusion that IFN-β superinduction does not initiate LPO. We clarified it in the text:

      “Thus, Ifnb1 super-induction and IFN-I pathway hyperactivity in B6.Sst1S macrophages follow the initial LPO production, and maintain and amplify it during prolonged TNF stimulation”. (Previously: These data suggest that type I IFN signaling does not initiate LPO in our model). We also edited the conclusion in this section to explain the hierarchy of the sst1-regulated AOD and IFN-I pathways better:

      “Taken together, the above experiments allowed us to reject the hypothesis that IFN-I hyperactivity caused the sst1-dependent AOD dysregulation. In contrast, they established that the hyperactivity of the IFN-I pathway in TNF-stimulated B6.Sst1S macrophages was itself driven by the initial dysregulation of AOD and iron-mediated lipid peroxidation. During prolonged TNF stimulation, however, the IFN-I pathway was upregulated, possibly via ROS/LPO-dependent JNK activation, and acted as a potent amplifier of lipid peroxidation”.

      We believe that these additional data and explanation strengthen our conclusions drawn from Figures 3 and 4.

      • "A select set of mouse LTR-containing endogenous retroviruses (ERV's) (Jayewickreme et al, 2021), and non-retroviral LINE L1 elements were expressed at a basal level before and after TNF stimulation, but their levels in the B6.Sst1S BMDMs were similar to or lower than those seen in B6". This sentence should be revised as the differences between B6 and B6.Sst1S BMDMs seem small and are not there after 48h anymore. Are these mild changes really caused by the mutation or could they result from different housing conditions and/or slowly diverging genetically lines. How many mice were used for the analysis? Is there already heterogeneity between mice from the same line?

      Author: We agree with the reviewer that the data presented in Suppl.Fig.4 (Suppl.Fig.5 in the revised version) indicated no increase in single- and double-stranded transposon RNAs in the B6.Sst1S macrophages. The purpose of these experiment was to test the hypothesis that increased transposon expression might be responsible for triggering the superinduction of type I interferon response in TNF-stimulated B6.Sst1S macrophages. In collaboration with a transposon expert Dr. Nelson Lau (co-author of this manuscript) we demonstrated that transposon expression was not increased above the B6 level and, thus, rejected this attractive hypothesis. We explained the purpose of this experiment in the text and adequately described our findings as “the levels in the B6.Sst1S BMDMs were similar to or lower than those seen in B6”…and concluded that ” the above analyses allowed us to exclude the overexpression of persistent viral or transposon RNAs as a primary mechanism of the IFN-I pathway hyperactivity” in the sst1-mutant macrophages.

      • Fig. 5A: Indeed, it even seems that Myc is upregulated for the mutant BMDMs. Yet, there are only 2 data points for B6 12h. !These experiments need repetitions and quantification and statistics!

      Author: We observed these differences in c-Myc mRNA levels by independent methods: RNAseq and qRT-PCR. The qRT-PCR experiments were repeated 3 times. A representative experiment in Fig.5A shows 3 data points for each condition. We reformatted the panel to make all data points clearly visible.

      • Fig. 5B: Why would the protein level decrease in the controls over 6h of additional cultivation? Is this caused by fresh M-CSF? In this case maybe cells should be left to settle for one day before stimulating them to properly compare c-Myc induction. Comment on two c-Myc bands is needed. At 12h only the upper one seems increased for TNF stimulated mutant BMDMs compared to B6 BMDMs.

      Author: We agree with the reviewer’s point that cells need to be rested after media change that contains fresh CSF-1. Indeed, in Suppl.Fig.6C, we show that after media change containing 10% L929 supernatant (a source of CSF1) there is an increase in c-Myc protein levels that takes approximately 12 hours to return to baseline.

      Our protocol includes resting period of 18 – 24 h after medium change before TNF stimulation. We updated Methods to highlight this detail. Thus, the increase in c-Myc levels we observe at 12 h of TNF stimulation (Fig.5B) is induced by TNF, not the addition of growth factors, as further discussed in the text.

      The two c-Myc bands observed in Fig.5B,I and J, are similar to patterns reported in previous studies that used the same commercial antibodies (PMIDs: 24395249, 24137534, 25351955). Whether they correspond to different c-Myc isoforms or post-translational modifications is unknown.

      • Fig. 5A,B: It seems that not all the RNA is translated into protein, as c-Myc at 12h in the mutant BMDMs seems to be lower than at 6h, while the gene expression implicates it vice versa.

      Author: In addition to Fig.5B, the time course of Myc protein expression up to 24 h is presented in new panels Fig. 5I-5J. It demonstrates the gradual decrease of Myc protein levels. The observed dissociation between the mRNA and protein levels in the sst1-mutant BMDMs at 12 and 24 h is most likely due to translation inhibition as a result of the development of the integrated stress response, ISR (as shown in our previous publication by Bhattacharya et al., JCI, 2021). Translation of Myc is known to be particularly sensitive to the ISR (PMID18551192, PMID25079319, PMID28490664). Perhaps, the IFN-driven ISR may serve as a backup mechanism for Myc downregulation. We are planning to investigate these regulatory mechanisms in greater detail in the future.

      • Fig. 5J: Indeed, the inhibitor seems to cause the downregulation of the proteins. Explanation?

      Author: This experiment was repeated twice and the average normalized densitometry values are presented in the updated Fig.5J. The main question addressed in this experiment was whether hyperactivity of JNK in TNF-stimulated sst1 mutant macrophages contributed to Myc upregulation, as had been previously shown in cancer. Comparing effects of JNK inhibition on phospho-cJun and c-Myc protein levels in TNF stimulated B6.Sst1S macrophages (updated Fig.5J), we rejected the hypotghesis that JNK activity might have a major role in c-Myc upregulation in sst1 mutant macrophages.

      • "TNF stimulation tended to reduce the LPO accumulation in the B6 macrophages and to increase it in the B6.Sst1S ones" However, this is not apparent in Sup. Fig. 6B. Here it seems that there might be a significant increase.

      Author: Suppl.Fig.6B (currently Suppl.Fig.7B) shows the 4-HNE accumulation at day 3 post infection. The data obtained after 5 days of Mtb infection are shown in Fig.6A. We clarified this in the text: “By day 5 post infection, TNF stimulation induced significant LPO accumulation only in the B6.Sst1S macrophages (Fig.6A)”.

      • Fig. 6B: Mtb and 4-HNE should be shown in two different channels in order to really assign each staining correctly.

      What time point is this? Are the mycobacteria cleared at MOI1, since it looks that there are fewer than that? How does this look like for the B6 BMDMs? Are there even less mycobacteria?

      Author: We included B6 infection data to the updated Fig.6B and added Suppl.Fig.7C and 7D that address this reviewer’s comment. The data represent day 5 of Mtb infection as indicated in the updated Fig.6B and Suppl.Fig.7C and 7D legends. New Suppl.Fig.7D shows quantification of replicating Mtb using Mtb replication reporter stain expressing single strand DNA binding protein GFP fusion, as described in Methods. We observed fewer Mtb and a lower percentage of replicating Mtb in B6 macrophages, but we did not observe a complete Mtb elimination in either background.

      We used red fluorescence for both Mtb::mCherry and 4-HNE staining to clearly visualize the SSB-GFP puncta in replicating Mtb DNA. In the revised manuscript, we have included the relevant channels in Suppl. Fig.7C and D to demonstrate clearly distinct patterns of Mtb::mCherry and 4-HNE signals. We did not aim to quantify the 4-HNE signal intensity in this experiment. For the 4-HNE quantification we use Mtb that expressed no reporter proteins (Fig.6A-B and Suppl.Fig.7A-B).

      • Fig 6E: In the context of survival a viability staining needs to be included, as well as the data from day 0. Then it needs to be analyzed whether cell numbers remain the same from D0 or if there is a change.

      Author: We updated Fig.6 legend to indicate that the cell number percentages were calculated based on the number of cells at Day 0 (immediately after Mtb infection). We routinely use fixable cell death staining to enumerate cell death to exclude artifacts due to cell loss. Brief protocol containing this information is included in Methods section. The detailed protocol including normalization using BCG spike has been published – Yabaji et al, STAR Protocols, 2022. Here we did not present dead cell percentage as it remained low and we did not observe damage to macrophage monolayers. The fold change of Mtb was calculated after normalization using Mtb load at Day 0 after infection and washes.

      "The 3D imaging demonstrated that YFP-positive cells were restricted to the lesions, but did not strictly co-localize with intracellular Mtb, i.e. the Ifnb promoter activity was triggered by inflammatory stimuli, but not by the direct recognition of intracellular bacteria. We validated the IFNb reporter findings using in situ hybridization with the Ifnb probe, as well as anti-GFP antibody staining (Suppl.Fig.8B - E)." The colocalization is not present within the tissue sections. It seems that the reporter line does not show the same staining pattern in vivo as the IFNß probe or the anti GFP antibody staining. The reporter line has to be tested for the specificity of the staining. Furthermore, to state that it was restricted to the lesions, an uninvolved tissue area needs to be depicted.

      Author: The Ifnb secreting cells are notoriously difficult to detect in vivo using direct staining of the protein. Therefore, lineage tracing of reporter expression are used as surrogates. The Ifnb reporter used in our study has been developed by the Locksley laboratory (Scheu et al., PNAS, 2008, PMID: 19088190) and has been validated in many independent studies. The reporter mice express the YFP protein under the control of the Ifnb1 promoter. The YFP protein accumulates within the cells, while Ifnb protein is rapidly secreted and does not accumulate in the producing cells in appreciable amounts. Also, the kinetics of YFP protein degradation is much slower as compared to the endogenous Ifnb1 mRNA that was detected using in situ hybridization. Thus, there is no precise spatiotemporal coincidence of these readouts in Ifnb expressing cells in vivo. However, this methodology more closely reflect the Ifnb expressing cells in vivo, as compared to a Cre-lox mediated lineage tracing approach. In the revised manuscript we demonstrate that both YFP and mRNA signals partially overlap (Suppl.Fig.12B). In Suppl.Fig.12B. we also included a new panel showing no YFP expression in the uninvolved area of the reporter mice infected with Mtb. The YFP expression by activated macrophages is demonstrated by co-staining with Iba1- and iNOS-specific antibodies (new Fig.7D and Suppl.Fig.13A). Our specificity control also included TB lesions in mice that do not carry the YFP reporter and did not express the YFP signal, as reported elsewhere (Yabaji et al., BioRxiv, https://doi.org/10.1101/2023.10.17.562695).

      • Are paucibacillary and multibacillary lesions different within the same animal or does one animal have one lesion phenotype? If that is the case, what is causing the differences between mice? Bacterial counts for the mice are required.

      Author: The heterogeneity of pulmonary TB lesions has been widely acknowledged in clinic and highlighted in recent experimental studies. In our model of chronic pulmonary TB (described in detail in Yabaji et al., https://doi.org/10.1101/2025.02.28.640830 and https://doi.org/10.1101/2023.10.17.562695) the development of pulmonary TB lesions is not synchronized, i.e. the lesions are heterogeneous between the animals and within individual animals at the same timepoint. Therefore, we performed a lesion stratification where individual lesions were classified by a certified veterinary pathologist in a blinded manner based on their morphology (H&E) and acid fast staining of the bacteria, as depicted in Suppl.Fig.8.

      • "Among the IFN-inducible genes upregulated in paucibacillary lesions were Ifi44l, a recently described negative regulator of IFN-I that enhances control of Mtb in human macrophages (DeDiego et al, 2019; Jiang et al, 2021) and Ciita, a regulator of MHC class II inducible by IFNy, but not IFN-I (Suppl.Table 8 and Suppl.Fig.10 D-E)." Why is Sup. Fig. 10 D, E referred to? The figure legend is also not clear, e.g. what means "upregulated in a subset of IFN-inducible genes"? Input for the hallmarks needs to be defined.

      Author: These data is now presented in Suppl.Fig.11 and following the reviewer’s comment, we moved reference to panels 11D – E up to previous paragraph in the main text, where it naturally belongs . We also edited the figure legend to refer to the list of IFN-inducible genes compiled from the literature that is discussed in the text. We appreciate the reviewer’s suggestion that helped us improve the text clarity. The inputs for the Hallmark pathway analysis are presented in Suppl.Tables 7 and 8, as described in the text.

      • Fig. 7C: Single channel pictures are required as it is hard to see the differences in staining with so many markers. Why is there no iNOS expression in the bottom row? What does the rectangle indicate on the bottom right? As black is chosen for DAPI, it is not visible at all. In case the signal is needed a visible a color should be chosen.

      Author: We thoroughly revised this figure to address the reviewer’s concern about the lack of clarity. We provide individual channels for each marker in Fig.7D – E and Suppl.Fig.13F. We have to use DAPI in these presentation in gray scale to better visualize other markers.

      • "In the advanced lesions these markers were primarily expressed by activated macrophages (Iba1+) expressing iNOS and/or Ifny (YFP+)(Fig.7D)" Iba1 is needed in the quantification. Based on the images, iNOS seems to be highly produced in Iba1 negative cells. Which cells do produce it then? Flow cytometry data for this quantification are required. This would allow you to specifically check which cells express the markers and allow for a more precise analysis of double positive cells.

      Author: Currently these data demonstrating the co-localization of stress markers phospho-c-Jun and Chac1 with YFP are presented in Fig.7E (images) and Suppl.Fig.13D (quantification). The co-localization of stress markers phospho-cJun and Chac1 with iNOS is presented in Suppl.Fig.13F (images) and Suppl.Fig.13E (quantification). We agree that some iNOS+ cells are Iba1-negative (Fig.7D). We manually quantified percentages of Iba1+iNOS+ double positive cells and demonstrated that they represent the majority of the iNOS+ population(Suppl.Fig.13A). Regarding the required FACS analysis, we focus on spatial approaches because of the heterogeneity of the lesions that would be lost if lungs are dissociated for FACS. We are working on spatial transcriptomics at a single cell resolution that preserves spatial organization of TB lesions to address the reviewer’s comment and will present our results in the future.

      • Results part 6: In general, can you please state for each experiment at what time point mice were analyzed? You should include an additional macrophage staining (e.g. MerTK, F4/80), as alveolar macrophages are not staining well for Iba1 and you might therefore miss them in your IF microscopy. It would be very nice if you could perform flow cytometry to really check on the macrophages during infection and distinguish subsets (e.g. alveolar macrophages, interstitial macrophages, monocytes).

      Author: We have included the details of time post infection in figure legends for Fig.7, Suppl.Figures 8, 9, 12B, 13, 14A of the revised manuscript. We have performed staining with CD11b, CD206 and CD163 to differentiate the recruited and lung resident macrophages and determined that in chronic pulmonary TB lesions in our model the vast majority of macrophages are recruited CD11b+, but not resident (CD206+ and CD163+) macrophages. These data is presented in another manuscript (Yabaji et al., BioRxiv https://doi.org/10.1101/2023.10.17.562695).

      • Spatial sequencing: The manuscript would highly profit from more data on that. It would be very interesting to check for the DEGs and show differential spatial distribution. Expression of marker genes should be inferred to further define macrophage subsets (e.g. alveolar macrophages, interstitial macrophages, recruited macrophages) and see if these subsets behave differently within the same lesion but also between the lesions. Additional bioinformatic approaches might allow you to investigate cell-cell interactions. There is a lot of potential with such a dataset, especially from TB lesions, that would elevate your findings and prove interesting to the TB field.

      • "Thus, progression from the Mtb-controlling paucibacillary to non-controlling multibacillary TB lesions in the lungs of TB susceptible mice was mechanistically linked with a pathological state of macrophage activation characterized by escalating stress (as evidenced by the upregulation phospho-cJUN, PKR and Chac1), the upregulation of IFNβ and the IFN-I pathway hyperactivity, with a concurrent reduction of IFNγ responses." To really show the upregulation within macrophages and their activation, a more detailed IF microscopy with the inclusion of additional macrophage markers needs to be provided. Flow cytometry would enable analysis for the differences between alveolar and interstitial macrophages, as well as for monocytes. As however, it seems that the majority of iNOS, as well as the stress associated markers are not produced by Iba1+ cells. Analyzing granulocytes and T lymphocytes should be considered.

      Author: We appreciate the reviewer’s suggestion. Indeed, our model provides an excellent opportunity to investigate macrophage heterogeneity and cell interactions within chronic TB lesions. We are working on spatial transcriptomics at a single cell resolution that would address the reviewer’s comment and will present our results in the future.

      In agreement with classical literature the overwhelming majority of myeloid cells in chronic pulmonary TB lesions is represented by macrophages. Neutrophils are detected at the necrotic stage, but our study is focused on pre-necrotic stages to reveal the earlier mechanisms pre-disposing to the necrotization. We never observed neutrophils or T cells expressing iNOS in our studies.

      • It's mentioned in the method section that controls in the IF staining were only fixed for 10min, while the infected cells were fixed for 30min. Consistency is important as the PFA fixation might impact on the fluorescence signal. Therefore, controls should be repeated with the same fixation time.

      Author: We have carefully considered the impact of fixation time on fluorescence and have separately analyzed the non-infected and infected samples to address this concern.

      For the non-infected samples, we examined the effect of TNF in both B6 and B6.Sst1S backgrounds, ensuring that a consistent fixation protocol (10 min) was applied across all experiments without Mtb infection.

      For the Mtb infection experiments, we employed an optimized fixation protocol (30 min) to ensure that Mtb was killed before handling the plates, which is critical for preserving the integrity of the samples. In this context, we compared B6 and B6.Sst1S samples to evaluate the effects of fixation and Mtb infection on lipid peroxidation (LPO) induction.

      We believe this approach balances the need for experimental consistency with the specific requirements for handling infected cells, and we have revised the manuscript to reflect this clarification.

      • Reactive oxygen species levels should be determined in B6 and B6.Sst1S BMDMs (stimulated and unstimulated), as they are very important for oxidative stress.

      Author: We have conducted experiments to measure ROS production in both B6 and B6.Sst1S BMDMs and demonstrated higher levels of ROS in the susceptible BMDMs after prolonged TNF stimulation (new Fig.3I – J and Suppl. Fig. 3G). Additionally, we have previously published a comparison of ROS production between B6 and B6.Sst1S by FACS (PMID: 33301427), which also supports the findings presented here.

      • Sup. Fig 2C: The inclusion of an unstimulated control would be advisable in order to evaluate if there are already difference in the beginning.

      Author: We have included the untreated control to the Suppl. Fig. 2C (currently Suppl. Fig. 2D) in the revised manuscript.

      • Sup. Fig. 3F: Why is the fold change now lower than in Fig. 4D (fold change of around 28 compared to 120 in 4D)?

      Author: The data in Fig.4D (Fig.4E in the revised manuscript) and Suppl.Fig.3F (currently Suppl.Fig.4C) represent separate experiments and this variation between experiments is commonly observed in qRT-PCR that is affected by slight variations in the expression in unsimulated controls used for the normalization and the kinetics of the response. This 2-4 fold difference between same treatments in separate experiments, as compared to 30 – 100 fold and higher induction by TNF does not affect the data interpretation.

      • Sup. Fig. 5C, D: The data seems very interesting as you even observe an increase in gene expression. Data for the B6 mice should be evaluated for increase to a similar level as the TNF treated mutants. Data on the viability of the cells are necessary, as they no longer receive M-CSF and might be dying at this point already.

      Author: To ensure that the observed effects were not confounded by cytotoxicity, we determined non-toxic concentrations of the CSF1R inhibitors during 48h of incubation and used them in our experiments that lasted for 24h. To address this valid comment, we have included cell viability data in the revised manuscript to confirm that the treatments did not result in cell death (Suppl. Fig. 6D). This experiment rejected our hypothesis that CSF1 driven Myc expression could be involved in the Ifnb superinduction. Other effects of CSF1R inhibitors on type I IFN pathway are intriguing but are beyond the scope of this study.

      • Sup. Fig 12: the phospho-c-Jun picture for (P) is not the same as in the merged one with Iba1. Double positive cells are mentioned to be analyzed, but from the staining it appears that P-c-Jun is expressed by other cells. You do not indicate how many replicates were counted and if the P and M lesions were evaluated within the same animal. What does the error bar indicate? It seems unlikely from the plots that the double positive cells are significant. Please provide the p values and statistical analysis.

      Author: We thank the reviewer for bringing this inadvertent field replacement in the single phospho-cJun channel to our attention. However, the quantification of Iba1+phospho-cJun+ double positive cells in Suppl.Fig.12 and our conclusions were not affected. In the revised manuscript, images and quantification of phospho-cJun and Iba1 co-expression are shown in new Suppl.Fig.13B and C, respectively. We have also updated the figure legends to denote the number of lesions analyzed and statistical tests. Specifically, lesions from 6–8 mice per group (paucibacillary and multibacillary) were evaluated. Each dot in panels Suppl.Fig.13 represent individual lesions.

      • Sup. Fig. 13D (suppl.Fig.15D now): What about the expression of MYC itself? Other parts of the signaling pathway should be analyzed(e.g. IFNb, JNK)?

      Author: The difference in MYC mRNA expression tended to be higher in TB patients with poor outcomes, but it was not statistically significant after correction for multiple testing. The upregulation of Myc pathway in the blood transcriptome associated with TB treatment failure most likely reflects greater proportion of immature cells in peripheral blood, possibly due to increased myelopoiesis. Pathway analysis of the differentially expressed genes revealed that treatment failures were associated with the following pathways relevant to this study: NF-kB Signaling, Flt3 Signaling in Hematopoietic Progenitor Cells (indicative of common myeloid progenitor cell proliferation), SAPK/JNK Signaling and Senescence (possibly indicative of oxidative stress). The upregulation of these pathways in human patients with poor TB treatment outcomes correlates with our findings in TB susceptible mice.

      • In the mfIHC you he usage of anti-mouse antibodies is mentioned. Pictures of sections incubated with the secondary antibody alone are required to exclude the possibility that the staining is not specific. Especially, as this data is essential to the manuscript and mouse-anti-mouse antibodies are notorious for background noise.

      Author: We are well aware of the technical difficulties associated with using mouse on mouse staining. In those cases, we use rabbit anti-mouse isotype specific antibodies specifically developed to avoid non-specific background (Abcam cat#ab133469). Each antibody panel for fluorescent multiplexed IHC is carefully optimized prior to studies. We did not use any primary mouse antibodies in the final version of the manuscript and, hence, removed this mention from the Methods.

      • In order to tie the story together, it would be interesting to treat infected mice with an INFAR antibody, as well as perform this experiment with a Myc antibody. According to your data, you might expect the survival of the mice to be increased or bacterial loads to be affected.

      Author: In collaboration with the Vance laboratory, we tested effects of type I IFN pathway inhibition in B6.Sst1S mice on TB susceptibility: either type I receptor knockout or blocking antibodies increased their resistance to virulent Mtb (published in Ji et al., 2019; PMID 31611644). Unfortunately, blocking Myc using neutralizing antibodies in vivo is not currently achievable. Specifically blocking Myc using small molecule inhibitors in vivo is notoriously difficult, as recognized in oncology literature. We consider using small molecule inhibitors of either Myc translation or specific pathways downstream of Myc in the future.

      • It is surprising that you not even once cite or mention your previous study on bioRxiv considering the similarity of the results and topic (https://doi.org/10.1101/2020.12.14.422743). Is not even your Figure 1I and Figure 2 J, K the same as in that study depicted in Figure 4?

      Author: The reviewer refers to the first version of this manuscript uploaded to BioRxiv, but it has never been published. We continued this work and greatly expanded our original observations, as presented in the current manuscript. Therefore, we do not consider the previous version as an independent manuscript and, therefore, do not cite it.

      • Please revise spelling of the manuscript and pay attention to write gene names in italics

      Author: Thank you, we corrected the gene and protein names according to current nomenclature.

      Minor points: - Fig. 1: Please provide some DEGs that explain why you used this resolution for the clustering of the scRNAseq data and that these clusters are truly distinct from each other.

      Author: Differential gene expression in clusters is presented in Suppl.Fig.1C (interferon response) and Suppl.Fig.1D (stress markers and interferon response previously established in our studies).

      • Fig. 1F: What do the two lines represent (magenta, green)?

      Author: The lines indicate pseudotime trajectories of B6 (magenta) and B6.Sst1S (green) BMDMs.

      • Fig. 1F, G: Why was cluster 6 excluded?

      Author: This cluster was not different between B6 and B6.Sst1S, so it was not useful for drawing the strain-specific trajectories.

      • Fig. 1E, G, H: The intensity scales are missing. They are vital to understand the data.

      Author: We have included the scale in revised manuscript (Fig.1E,G,H and Suppl.Fig.1C-D).

      • Fig. 2G-I: please revise order, as you first refer to Fig. 2H and I

      Author: We revised the panels’ order accordingly

      • Fig. 5: You say the data represents three samples but at least in D and E you have more. Please revise. Why do you only include at (G) the inhibitor only control?

      Author: We added the inhibitor only controls to Fig. 5D - H. We also indicated the number of replicates in the updated Fig.5 legend.

      • Figure 7A, Sup. Fig. 8: Are these maximum intensity projection? Or is one z-level from the 3D stack depicted?

      Author: The Fig. 7A shows 3D images with all the stacks combined.

      • Fig. 7B: What do the white boxes indicate?

      Author: We have removed this panel in the revised version and replaced it with better images.

      • Sup. Fig. 1A: The legend for the staining is missing

      Author: The Suppl. Fig.1A shows the relative proportions of either naïve (R and S) or TNF-stimulated (RT and ST) B6 or B6.Sst1S macrophages within individual single cell clusters depicted in Fig.1B. The color code is shown next to the graph on the right.

      • Sup. Fig. 1B: The feature plots are not clear: The legend for the expression levels is missing. What does the heading means?

      Author: We updated the headings, as in Fig.1C. The dots represent individual cells expressing Sp110 mRNA (upper panels) and Sp140 mRNA (lower panels).

      • Sup. Fig. 3C: The scale bar is barely visible.

      Author: We resized the scale bar to make it visible and presented in Suppl. Fig.3E (previously Suppl. Fig.3C).

      • Sup. Fig. 3D: There is not figure legend or the legend to C-E is wrong.

      • Sup. Fig. 3F, G: You do not state to what the data is relative to.

      Author: We identified an error in the Suppl.Fig.3 legend referring to specific panels. The Suppl.Fig.3 legend has been updated accordingly. New panels were added and Suppl.Fig.3-G panels are now Suppl.Fig.4C-D.

      • Sup. Fig. 3H: It seems you used a two-way ANOVA, yet state it differently. Please revise the figure legend, as Dunnett's multiple comparison would only check for significances compared to the control.

      Author: Following the reviewer’s comment, we repeated statistical analysis to include correction for multiple comparisons and revised the figure and legend accordingly.

      • Sup. Fig. 4A, B: It is not clear what the lines depict as the legend is not explained. Names that are not required should be changed to make it clear what is depicted (e.g. "TE@" what does this refer to?)

      Author: This previous Sup. Fig 4 is now Sup. Fig. 5. The “TE@” is a leftover label from the bioinformatics pipeline, referring to “Transposable Element”. We apologize for this confusion and have removed these extraneous labels. We have also added transposon names of the LTR (MMLV30 and RTLV4) and L1Md to Suppl.Fig.5A and 5B legend, respectively.

      • Sup. 4B: What does the y-scale on the right refer to?

      Author: We apologize for the missing label for the y-scale on the right which represents the mRNA expression level for the SetDB1 gene, which has a much lower steady state level than the LINE L1Md, so we plotted two Y-scales to allow both the gene and transposon to be visualized on this graph.

      • Sup. 4C: Interpretation of the data is highly hindered by the fact that the scales differ between the B6 and B6.Sst1. The scales are barely visible.

      Author: We apologize for the missing labels for the y-scales of these coverage plots, which were originally meant to just show a qualitative picture of the small RNA sequencing that was already quantitated by the total amounts in Sup. 4B. We have added thee auto-scaled Y-scales to Sup. 4C and improved the presentation of this figure.

      • Sup. Fig. 5A, B: Is the legend correct? Did you add the antibody for 2 days or is the quantification from day 3?

      Author: We recognize that the reviewer refers to Suppl.Fig.6A-B (Suppl.Fig.7A-B in the revised manuscript). We did not add antibodies to live cells. The figure legend describes staining with 4-HNE-specific antibodies 3 days post Mtb infection.

      • Sup. Fig. 8A: Are the "early" and "intermediate" lesions from the same time points? What are the definitions for these stages?

      Author: We discussed our lesion classification according to histopathology and bacterial loads above. Of note, in the revised manuscript we simplified our classification to denote paucibacillary and multibacillary lesions only. We agree with reviewers that designation lesions as early, intermediate and advanced lesions were based on our assumptions regarding the time course of their progression from low to high bacterial loads.

      • Sup. Fig. 8E: You should state that the bottom picture is an enlargement of an area in the top one. Scale bars are missing.

      Author: We replaced this panel with clearer images in Suppl.Fig.12B.

      • Sup. Fig. 11A: The IF staining is only visible for Iba and iNOS. Please provide single channels in order to make the other staining visible.

      Author: Suppl.Fig.11A (now Suppl.Fig.13B) shows the low-magnification images of TB lesions. In the Fig. 7 and Suppl. Fig. 13F of the revised manuscript we provided images for individual markers.

      • Sup. Fig. 13A (Suppl.Fig.15A now): Your axis label is not clear. What do the numbers behind the genes indicate? Why did you choose oncogene signatures and not inflammatory markers to check for a correlation with disease outcome?

      Author: X axis of Suppl.Fig.15A represent pre-defined molecular signature gene sets MSigDB) in Gene Set Enrichment Analysis (GSEA) database (https://www.gsea-msigdb.org/gsea/msigdb). On Y axis is area under curve (AUC) score for each gene set.

      • Sup. 13D(Suppl.Fig.15D now):: Maybe you could reorder the patients, so that the impression is clearer, as right now only the top genes seem to show a diverging gene signature, while the rest gives the impression of an equal distribution.

      Author: The Myc upregulated gene set myc_up was identified among top gene sets associated with treatment failure using unbiased ssGSEA algorithm. We agree with the reviewer that not every gene in the myc_up gene set correlates with the treatment outcome. But the association of the gene set is statistically significant, as presented in Suppl.Fig.15B – C.

      • The scale bars for many microscopy pictures are missing.

      Author: We have included clearly visible scale bars to all the microscopy images in the revised version.

      • The black bar plots should be changed (e.g. in color), since the single data points cannot be seen otherwise.
      • It would be advisable that a consistent color scheme would be used throughout the manuscript to make it easier to identify similar conditions, as otherwise many different colours are not required and lead right now rather to confusion (e.g. sometimes a black bar refers to BMDMs with and sometimes without TNF stimulation, or B6 BMDMs). Furthermore, plot sizes and fonts should be consistent within the manuscript (including the supplemental data)

      Author: We followed this useful suggestion and selected consistent color codes for B6 and B6.Sst1S groups to enhance clarity throughout the revised manuscript.

      Within the methods section: - At which concentration did you use the IFNAR antibody and the isotype?

      Author: We updated method section by including respective concentrations in the revised manuscript.

      • Were mice maintained under SPF conditions? At what age where they used?

      Author: Yes, the mice are specific pathogen free. We used 10 - 14 week old mice for Mtb infection.

      • The BMDM cultivation is not clear. According to your cited paper you use LCCM but can you provide how much M-CSF it contains? How do you make sure that amounts are the same between experiments and do not vary? You do not mention how you actually obtain this conditioned medium. Is there the possibility of contamination or transferred fibroblasts that would impact on the data analysis? Is LCCM also added during stimulation and inhibitor treatment?

      Author: We obtain LCCM by collecting the supernatant from L929 cell line that form confluent monolayer according to well-established protocols for LCCM collection. The supernatants are filtered through 0.22 micron filters to exclude contamination with L929 cells and bacteria. The medium is prepared in 500 ml batches that are sufficient for multiples experiments. Each batch of L929-conditioned medium is tested for biological activity using serial dilutions.

      • How was the BCG infection performed? How much bacteria did you use? Which BCG strain was used?

      Author: We infected mice with M. bovis BCG Pasteur subcutaneously in the hock using 106 CFU per mouse.

      • At what density did you seed the BMDMs for stimulation and inhibitor experiments?

      Author: In 96 well plates, we seed 12,000 cells per well and allow the cells to grow for 4 days to reach confluency (approximately 50,000 cells per well). For a 6-well plate, we seed 2.5 × 10^5 cells per well and culture them for 4 days to reach confluency. For a 24-well plate, we seed 50,000 cells per well and keep the cells in media for 4 days before starting any treatments. This ensures that the cells are in a proliferative or near-confluent state before beginning the stimulation or inhibitor treatments. Our detailed protocol is published in STAR Protocols (Yabaji et al., 2022; PMID 35310069).

      • What machine did you use to perform the bulk RNA sequencing? How many replicates did you include for the sequencing?

      Author: For bulk sequencing we used 3 RNA samples for each condition. The samples were sequenced at Boston University Microarray & Sequencing Resource service using Illumina NextSeq™ 2000 instrument.

      • How many replicates were used for the scRNA sequencing? Why is your threshold for the exclusion of mitochondrial DNA so high? A typical threshold of less than 5% has been reported to work well with mouse tissue.

      Author: We used one sample per condition. For the mitochondrial cutoff, we usually base it off of the total distribution. There is no "universal" threshold that can be applied to all datasets. Thresholds must be determined empirically.

      • You do not mention how many PCAs were considered for the scRNA sequencing analysis.

      Author: We considered 50 PCAs, this information was added to Methods

      • You should name all the package versions you used for the scRNA sequencing (e.g. for the slingshot, VAM package)

      Author: The following package versions were used: Seurat v4.0.4, VAM v1.0.0, Slingshot v2.3.0, SingleCellTK v2.4.1, Celda v1.10.0, we added this information to Methods.

      • You mention two batches for the human samples. Can you specify what the two batches are?

      Author: Human blood samples were collected at five sites, as described in the updated Methods section and two RNAseq batches were processed separately that required batch correction.

      • At which temperature was the IF staining performed?

      Author: We performed the IF at 4oC. We included the details in revised version.

      Reviewer #2 (Significance (Required)):

      Overall, the manuscript has interesting findings with regard to macrophage responses in Mycobacteria tuberculosis infection. However, in its current form there are several shortcomings, both with respect to the precision of the experiments and conclusions drawn.

      Reviewer #3 (Evidence, reproducibility and clarity (Required)):

      Summary The authors use a mouse model designed to be more susceptible to M.tb (addition of sst1 locus) which has granulomatous lesions more similar to human granulomas, making this mouse highly relevant for M.tb pathogenesis studies. Using WT B6 macrophages or sst1B6 macrophages, the authors seek to understand the how the sst1 locus affects macrophage response to prolonged TNFa exposure, which can occur during a pro-inflammatory response in the lungs. Using single cell RNA-seq, revealed clusters of mutant macrophages with upregulated genes associated with oxidative stress responses and IFN-I signaling pathways when treated with TNF compared to WT macs. The authors go on to show that mutant macrophages have decreased NRF2, decreased antioxidant defense genes and less Sp110 and Sp140. Mutant macrophages are also more susceptible to lipid peroxidation and iron-mediated oxidative stress. The IFN-I pathway hyperactivity is caused by the dysregulation of iron storage and antioxidant defense. These mutant macrophages are more susceptible to M.tb infection, showing they are less able to control bacterial growth even in the presence of T cells from BCG vaccinated mice. The transcription factor Myc is more highly expressed in mutant macs during TNF treatment and inhibition Myc led to better control of M.tb growth. Myc is also more abundant in PBMCs from M.tb infected humans with poor outcomes, suggesting that Myc should be further investigated as a target for host-directed therapies for tuberculosis.

      Major Comments Isotypes for IF imaging and confocal IF imaging are not listed, or not performed. It is a concern that the microscopy images throughout the manuscript do not have isotype controls for the primary antibodies.

      Fig 4 (and later) the anti-IFNAR Ab is used along with the Isotype antibody, Fig 4I does not show the isotype. Use of the isotype antibody is also missing in later figures as well as Fig 3J. Why was this left off as the proper control for the Ab?

      Author: We addressed the comment in revised manuscript as described above in summary and responses to reviewers 1 and 2. Isotype controls for IFNAR1 blockade were included in Fig.3M (previously 3J), Fig. 4I, Suppl.Fig.4G (previously Fig.4I), and updated Fig.4C -E, Fig.6L-M, Suppl.Fig.4F -G, 7I.

      Conclusions drawn by the authors from some of the WB data are worded strongly, yet by eye the blots don't look as dramatically different as suggested. It would be very helpful to quantify the density of bands when making conclusions. (for example, Fig 4A).

      Author: We added the densitometry of Western blot values after normalization above each lane in Fig.2A – C, Fig.3C – D and 3K; Fig.4A – B, Fig5B,C,I,J.

      Fig 5A is not described clearly. If the gene expression is normalized to untreated B6 macs, then the level of untreated B6 macs should be 1. In the graph the blue bars are slightly below 1, which would not suggest that levels "initially increased and subsequently downregulated" as stated in the text. It seems like the text describes the protein expression but not the RNA expression. Please check this section and more clearly describe the results.

      Author: We appreciate the reviewer’s comment and modified the text to specify the mRNA and protein expression data, as follows:

      “We observed that Myc was regulated in an sst1-dependent manner: in TNF-stimulated B6 wild type BMDMs, c-Myc mRNA was downregulated, while in the susceptible macrophages c-Myc mRNA was upregulated (Fig.5A). The c-Myc protein levels were also higher in the B6.Sst1S cells in unstimulated BMDMs and 6 – 12 h of TNF stimulation (Fig.5B)”.

      Also, why look at RNA through 24h but protein only through 12h? If c-myc transcripts continue to increase through 24h, it would be interesting to see if protein levels also increase at this later time point.

      Author: The time-course of Myc expression up to 24 h is presented in new panels Fig. 5I-5J

      It demonstrates the decrease of Myc protein levels at 24 h. In the wild type B6 BMDMs the levels of Myc protein significantly decreased in parallel with the mRNA suppression presented in Fig.5A. In contrast , we observed the dissociation of the mRNA and protein levels in the sst1-mutant BMDMs at 12 and 24 h, most likely, because the mutant macrophages develop integrated stress response (as shown in our previous publication by Bhattacharya et al., JCI, 2021) that is known to inhibit Myc mRNA translation.

      Fig 5J the bands look smaller after D-JNK1 treatment at 6 and 12h though in the text is says no change. Quantifying the bands here would be helpful to see if there really is no difference.

      Author: This experiment was repeated twice, and the average normalized densitometry values are presented in the updated Fig.5J. The main question addressed in this experiment was whether the hyperactivity of JNK in TNF-stimulated sst1 mutant macrophages contributed to Myc upregulation, as was previously shown in cancer. Comparing effects of JNK inhibition on phospho-cJun and c-Myc protein levels in TNF stimulated B6.Sst1S macrophages (updated Fig.5J), we concluded that JNK did not have a major role in c-Myc upregulation in this context.

      Section 4, third paragraph, the conclusion that JNK activation in mutant macs drives pathways downstream of Myc are not supported here. Are there data or other literature from the lab that supports this claim?

      Author: This statement was based on evidence from available literature where JNK was shown to activate oncogens, including Myc. In addition, inhibition of Myc in our model upregulated ferritin (Fig.Fig.5C), reduced the labile iron pool, prevented the LPO accumulation (Fig.5D - G) and inhibited stress markers (Fig.5H). However, we do not have direct experimental evidence in our model that Myc inhibition reduces ASK1 and JNK activities. Hence, we removed this statement from the text and plan to investigate this in the future.

      Fig 6N Please provide further rationale for the BCG in vivo experiment. It is unclear what the hypothesis was for this experiment.

      Author: In the current version BCG vaccination data is presented in Suppl.Fig.14B. We demonstrate that stressed BMDMs do not respond to activation by BCG-specific T cells (Fig.6J) and their unresponsiveness is mediated by type I interferon (Fig.6L and 6M). The observed accumulation of the stressed macrophages in pulmonary TB lesions of the sst1-susceptible mice (Fig.7E, Suppl.Fig.13 and 14A) and the upregulation of type I interferon pathway (Fig.1E,1G, 7C), Suppl.Fig.1C and 11) suggested that the effect of further boosting T lymphocytes using BCG in Mtb-infected mice will be neutralized due to the macrophage unresponsiveness. This experiment provides a novel insight explaining why BCG vaccine may not be efficient against pulmonary TB in susceptible hosts.

      The in vitro work is all concerning treatment with TNFa and how this exposure modifies the responses in B6 vs sst1B6 macrophages; however, this is not explored in the in vivo studies. Are there differences in TNFa levels in the pauci- vs multi-bacillary lesions that lead to (or correlate with) the accumulation of peroxidation products in the intralesional macrophages. How to the experiments with TNFa in vitro relate back to how the macrophages are responding in vivo during infection?

      Author: Our investigation of mechanisms of necrosis of TB granulomas stems from and supported by in vivo studies as summarized below.

      This work started with the characterization necrotic TB granulomas in C3HeB/FeJ mice in vivo followed by a classical forward genetic analysis of susceptibility to virulent Mtb in vivo.

      That led to the discovery of the sst1 locus and demonstration that it plays a dominant role in the formation of necrotic TB granulomas in mouse lungs in vivo. Using genetic and immunological approaches we demonstrated that the sst1 susceptibility allele controls macrophage function in vivo (Yan, et al., J.Immunol. 2007) and an aberrant macrophage activation by TNF and increased production of Ifn-b in vitro (He et al. Plos Pathogens, 2013). In collaboration with the Vance lab we demonstrated that the type I IFN receptor inactivation reduced the susceptibility to intracellular bacteria of the sst1-susceptible mice in vivo (Ji et al., Nature Microbiology, 2019). Next, we demonstrated that the Ifnb1 mRNA superinduction results from combined effects of TNF and JNK leading to integrated stress response in vitro (Bhattacharya, JCI, 2021). Thus, our previous work started with extensive characterization of the in vivo phenotype that led to the identification of the underlying macrophage deficiency that allowed for the detailed characterization of the macrophage phenotype in vitro presented in this manuscript. In a separate study, the Sher lab confirmed our conclusions and their in vivo relevance using Bach1 knockout in the sst1-susceptible B6.Sst1S background, where boosting antioxidant defense by Bach1 inactivation resulted in decreased type I interferon pathway activity and reduced granuloma necrosis. We have chosen TNF stimulation for our in vitro studies because this cytokine is most relevant for the formation and maintenance of the integrity of TB granulomas in vivo as shown in mice, non-human primates and humans. Here we demonstrate that although TNF is necessary for host resistance to virulent Mtb, its activity is insufficient for full protection of the susceptible hosts, because of altered macrophages responsiveness to TNF. Thus, our exploration of the necrosis of TB granulomas encompass both in vitro and extensive in vivo studies.

      Minor comments Introduction, while well written, is longer than necessary. Consider shortening this section. Throughout figures, many graphs show a fold induction/accumulation/etc, but it is rarely specified what the internal control is for each graph. This needs to be added. Paragraph one, authors use the phrase "the entire IFN pathway was dramatically upregulated..." seems to be an exaggeration. How do you know the "entire" IFN pathway was upregulated in a dramatic fashion?

      Author: 1) We shortened the introduction and discussion; 2) verified that figure legends internal controls that were used to calculate fold induction; 3) removed the word “entire” to avoid overinterpretation.

      Figures 1E, G and H and supp fig 1C, the heat maps are missing an expression key Section 2 second paragraph refers to figs 2D, E as cytoplasmic in the text, but figure legend and y-axis of 2E show total protein.

      Author: The expression keys were added to Fig.1E,G,H, Fig.7C, Suppl.Fig.1C and 1D and Suppl.Fig.11A of the revised manuscript.

      Section 3 end of paragraph 1 refers to Fig 3h. Does this also refer to Supp Fig 3E?

      Author: Yes, Fig.3H shows microscopy of 4-HNE and Suppl.Fig.3H shows quantification of the image analysis. In the revised manuscript these data are presented in Fig.3H and Suppl.Fig.3F. The text was modified to reflect this change.

      Supplemental Fig 3 legend for C-E seems to incorrectly also reference F and G.

      Author: We corrected this error in the figure legend. New panels were added to Suppl.Fig.3 and previous Suppl.Fig.3F and G were moved to Suppl.Fig.4 panels C and D of the revise version.

      Fig 3K, the p-cJun was inhibited with the JNK inhibitor, however it’s unclear why this was done or the conclusion drawn from this experiment. Use of the JNK inhibitor is not discussed in the text.

      Author: The JNK inhibitor was used to confirm that c-Jun phosphorylation in our studies is mediated by JNK and to compare effects of JNK inhibition on phospho-cJun and Myc expression. This experiment demonstrated that the JNK inhibitor effectively inhibited c-Jun phosphorylation but not Myc upregulation, as shown in Fig.5I-J of the revised manuscript.

      Fig 4 I and Supp Fig 3 H seem to have been swapped? The graph in Fig 4I matches the images in Supp Fig 3I. Please check.

      Author: We reorganized the panels to provide microscopy images and corresponding quantification together in the revised the panels Fig. 4H and Fig. 4I, as well as in Suppl. Fig. 4F and Suppl. Fig. 4G.

      Fig 6, it is unclear what % cell number means. Also for bacterial growth, the data are fold change compared to what internal control?

      Author: We updated Fig.6 legend to indicate that the cell number percentages were calculated based on the number of cells at Day 0 (immediately after Mtb infection). We routinely use fixable cell death staining to enumerate cell death. Brief protocol containing this information is included in Methods section. The detailed protocol including normalization using BCG spike has been published – Yabaji et al, STAR Protocols, 2022. Here we did not present dead cell percentage as it remained low and we did not observe damage to macrophage monolayers. This allows us to exclude artifacts due to cell loss. The fold change of Mtb was calculated after normalization using Mtb load at Day 0 after infection and washes.

      Fig 7B needs an expression key

      Author: The expression keys was added to Fig.7C (previously Fig. 7B).

      Supp Fig 7 and Supp Fig 8A, what do the arrows indicate?

      Author: In Suppl.Fig.8 (previously Suppl.Fig.7) the arrows indicate acid fast bacilli (Mtb).

      In figures Fig.7A and Suppl.Fig.9A arrows indicate Mtb expressing fluorescent reporter mCherry. Corresponding figure legends were updated in the revised version.

      Supp Fig 9A, two ROI appear to be outlined in white, not just 1 as the legend says Methods:

      Author: we updated the figure legend.

      Certain items are listed in the Reagents section that are not used in the manuscript, such as necrostatin-1 or Z-VAD-FMK. Please carefully check the methods to ensure extra items or missing items does not occur.

      Author: These experiments were performed, but not included in the final manuscript. Hence, we removed the “necrostatin-1 or Z-VAD-FMK” from the reagents section in methods of revised version.

      Western blot, method of visualizing/imaging bands is not provided, method of quantifying density is not provided, though this was done for fig 5C and should be performed for the other WBs.

      Author: We used GE ImageQuant LAS4000 Multi-Mode Imager to acquire the Western blot images and the densitometric analyses were performed by area quantification using ImageJ. We included this information in the method section. We added the densitometry of Western blot values after normalization above each lane in Fig.2A – C, Fig.3C – D and 3K; Fig.4A – B, Fig5B,C,I,J.

      Reviewer #3 (Significance (Required)):

      The work of Yabaji et al is of high significance to the field of macrophage biology and M.tb pathogenesis in macrophages. This work builds from previously published work (Bhattacharya 2021) in which the authors first identified the aberrant response induced by TNF in sst1 mutant macrophages. Better understanding how macrophages with the sst1 locus respond not only to bacterial infection but stimulation with relevant ligands such as TNF will aid the field in identifying biomarkers for TB, biomarkers that can suggest a poor outcome vs. "cure" in response to antibiotic treatment or design of host-directed therapies. This work will be of interest to those who study macrophage biology and who study M.tb pathogenesis and tuberculosis in particular. This study expands the knowledge already gained on the sst1 locus to further determine how early macrophage responses are shaped that can ultimately determine disease progression. Strengths of the study include the methodologies, employing both bulk and single cell-RNA seq to answer specific questions. Data are analyze using automated methods (such as HALO) to eliminated bias. The experiments are well planned and designed to determine the mechanisms behind the increased iron-related oxidative stress found in the mutant macrophages following TNF treatment. Also, in vivo studies were performed to validate some of the in vitro work. Examining pauci-bacillary lesions vs multi-bacillary lesions and spatial transcriptomics is a significant strength of this work. The inclusion of human data is another strength of the study, showing increased Myc in humans with poor response to antibiotics for TB. Limitations include the fact that the work is all done with BMDMs. Use of alveolar macrophages from the mice would be a more relevant cell type for M.tb studies. AMs are less inflammatory, therefore treatment with TNF of AMs could result in different results compared to BMDMs. Reviewer's field of expertise: macrophage activation, M.tb pathogenesis in human and mouse models, cell signaling Limitations: not qualified to evaluate single cell or bulk RNA-seq technical analysis/methodology or spatial transcriptomics analysis.

    1. Note: This response was posted by the corresponding author to Review Commons. The content has not been altered except for formatting.

      Learn more at Review Commons


      Reply to the reviewers

      Reviewer #1:

      Major Comments:

      1. The data in the paper strongly suggests that the new copper shuttles are selective for copper and have faster binding kinetics (Fig 1) than the previous one. However, the data regarding the copper shuttling from the copper(Aβ) peptides is not very convincing. It appears to be due to the Cu effect alone (Fig.3), as the reduction in viability with Cu(II)+ AscH- is almost the same as the Cu(II)(Aβ)+AscH-. To convincingly show that the peptide shuttle can strip copper from (Aβ) peptides, the authors need to show that the copper is bound to the (Aβ) peptide before it is used in the experiment. Rightfully so, the effect of the toxicity of Cu(II)+ AscH- is similar to that of Cu(II)(Aβ16)+AscH-. This is due to the fact that Aβ16 is not toxic to the cells, so therefore there is no compounded effect of Cu and Aβ16 as seen for Cu(II)(Aβ40). As for the toxicity of Cu(II)+ AscH-, it is be similar to Cu(II)(Aβ)+AscH- because Cu(II) will be bound to a weaker ligand in the medium and such loosely bound Cu is also able to produce ROS with AscH- with similar rates as Cu-Ab.

      Data from our lab and others have shown that in HEPES solution at pH 7.4, Aβ forms a complex with Cu. The present work is also in line with Cu-binding to Ab, as in Figure 1C (GSH), the rate of Cu withdrawal by the shuttle can only be explained by Cu bound to Ab, as Cu in the buffer binds to the shuttle much faster. Also, the AscH- consumption rate measured in Fig S5D-E are congruent of Cu bound to Ab, unbound Cu has a much faster rate of AscH- consumption (Santoro et al. 2018, doi.org/10.1039/C8CC06040A).

      The concentrations of Aβ and Cu used in our experimental condition were determined with a UV-Vis spectrophotometer.

      Minor comments:

      1. The paper does not cite Figure 1A and some supplementary figures, especially Supp. Fig. 1-2. All the figures and supplementary figures should be cited. This has been rectified for all the concerned figures.

      The data presentation in Figures 3B and S8 is confusing."-" signs indicate no addition or the blank box means no addition. Also, the AKH-αR5W4 has no "-" sign in the first bar. For clarity, please indicate the -, +, or no sign means in the figure legends. Also, what does "Batch A" refer to in Figure 3B?

      The figures have been modified as suggested by the reviewer.

      Page 7, correct (Error! Referencesource not found.Figure 1C).

      This has been rectified.

      The Giantin staining in Figure 2B is making it hard to visualize ATP7A trafficking. If the Giantin image overlay is removed, it may be easier to see the movement of ATP7A from the perinuclear region to the vesicles.

      The images have been modified to better appreciate the ATP7A change in distribution upon the increase in intracellular Cu level. We have reduced the number of conditions for which images are provided and provided individual staining for clarity. Zoomed images are also provided. The remainder of the conditions are in Figure S7B

      In the introduction, the authors mention, "These molecules have, however, a major pitfall as is seen for Elesclemol, a candidate for Menkes disease treatments 32. The authors cite reference " Tsvetkov, P. et al. Copper induces cell death by targeting lipoylated TCA cycle proteins." The paper showing elesclomol as a candidate for Menkes disease treatments is Guthrie L et al., Elesclomol alleviates Menkes pathology and mortality by escorting Cu to cuproenzymes in mice. Science. 2020.

      We thank the reviewer for pointing this out, which was apparently not clearly explained. Our intention here was to show that a major pitfall of shuttles like Elesclomol, as seen in the study by Tsvetkov, P. et al. Science (2022), is cuprotoxicity. The sentence has been clarified and the work of Guthrie L et al is cited for Elesclomol as a candidate for Menkes disease.

      Reviewer #2 :

      Major issues:

      1. This reviewer is not convinced that the authors' experimental system is well suited for studies of glia activation and protective effects. With the exception of a couple of panels it is very hard to see differences. The authors should significantly improve the quality of images in Figure 5 to make this set of data convincing. We thank the reviewer for his/her detailed evaluation and for bringing to light the quality of the image in Figure 5. We have therefore improved the quality of the images by improving the signal to noise ratio to better show the differences between conditions.

      Similarly, the quality of giantin staining is low and needs to be improved and more experimental details are needed (see details below).

      As stated in our answer to reviewer 1, the images have been modified to better appreciate ATP7A redistribution upon increase of intracellular Cu levels. We have reduced the number of conditions for which images are provided and provided individual staining for clarity. Zoomed images are also provided. The remainder of the conditions are in Figure S7B.

      Given that shuttles are found within vesicles, the authors should discuss the mechanism through which Cu is released into the cytosol to trigger ATP7B trafficking.

      The mechanism of Cu escape from endosomes remains poorly understood. However, supported by our recent observations that Cu quickly (within 10 min) dissociates from the Cu-shuttle AKH-αR5W4NBD in endosomes (Okafor et al., 2024, /doi.org/10.3389/fmolb.2024.1355963), we discuss the potential involvement CTR1/2 and DMT1 (page 16).

      There are numerous small writing issues that make paper difficult to read. The authors are encouraged to carefully edit their manuscript.

      We thank the reviewer for pointing this out and several errors have been corrected whereas various sentences have been clarified.

      Minor issues

      * „A solution of monomerized Aβ complex in 10% DMEM (diluted with DMEM salt solution) was prepared in microcentrifuge tubes" - here and further the description of media composition is confusing What is the rest 90%?

      This has been rectified. The composition of the salt solution that makes up the 90% has been provided (page 4).

      * „Afterwards, AscH- was added to the tubes and vortexed, the mixture was then added to PC12 cells" - concentration of ascorbate is mentioned only once (later in the figure legend) where it can be barely found, also without explaining the choice of concentration. Additionally, ascorbate's product code is not listed. Please, correct.

      These points have been rectified.

      * Description of the cell (PC12 line) handling conditions is absent (growth medium, passage number used etc) and should be included.

      This information is now provided.

      * ATP7A delocalization assay. Details for the secondary antibodies are absent (full name (e.g. AlexaFluor 488), manufacturer, code) and should be added.

      Missing information has been added.

      * page 6: „Next, we investigated the capacity of the shuttles to withdraw Cu(II) from cell culture media, DMEM 10% and DMEM/F12 1:1 (D/F)." Here and further explanation is needed why the mixture of DMEM/F12 is needed (F12 is also not listed in the materials list).

      DMEM/F12 is a media that is commercially available used for some cell types, and it has been added to the materials list (page 4).

      * Page 7. Legend to the figure 1B: „Conditions: Cu(II)=AKH-αR5W4NBD=DapHH-αR5W4NBD=HDapH-αR5W4NBD= 5 μM, DMEM 10%, D/F 100%, 25{degree sign}C, n=3." - „DMEM/F12" ratio equals to „100%" is confusing, please clarify

      This has been clarified.

      * Page 8-9. Legend to the Figure 2A. „Similar observations were obtained with 5 different cell cultures." Same remark goes to the legend to supplementary figure 7 ("Similar observations were obtained with at least 3 different cell cultures"). Do the authors mean independent experiments or different cell lines? Please clarify. If different cell lines, consider including these data into the supplement.

      Indeed we meant independent experimentations. This has been clarified.

      * Page 8-9, figure 2B. Giantin is a cis-golgi marker, which should localize perinuclearly. In the cells shown the signal is diffuse and appears non-specific. Please improve the quality.

      We have reduced the number of conditions for which images are provides and are providing individual staining for clarity. Zoomed images are also provided allowing visualization of the typical cis-Golgi distribution of Giantin.

      * Page 8-9, figure 2B. ATP7A is shown in green. The authors did not specify the secondary antibody has been used for it. If the secondary antibody used for labeling of ATP7A has green fluorescence then how does one distinguish between the transporter signal and signal of the green fluorescent shuttle? Please provide more details.

      We thank the reviewer for pointing this point as we missed to mention this technical issue in the original manuscript. The Cu-shuttles labeled with NBD indeed emit in the green signal, but they are not fixable under our conditions and are washed out during ICC procedure. Accordingly, they do generate any background signal and do not interfere with the ICC as shown by the controls and test conditions (Figure S7B and Figure 2B). This is now mentioned (page 11).

      * Page 9 and Figure 2B. Why did authors use Cu(II)EDTA for the experiment? What was the concentration? Please, add this information as well as Cu(II)GTSM treatment conditions to the experiment description in materials and methods.

      EDTA is a strong chelator of Cu(II), however due to its negative charge it cannot penetrate the plasma membrane thus importing Cu. It is therefore used as a negative control, to eliminate the speculation of Cu non-specifically crossing the plasma membrane or through a channel.

      * Figure 2 and supplementary figure 7. It would be beneficial to have higher magnification images. Please, add them, if possible.

      These higher magnification images have been provided.

      * Page 11. „In conclusion, the novel Cu(II)-selective peptide shuttles .... capable of instantly preventing ... toxicity on PC12 cells, whereas ... instantly rescue Cu(II)Aβ1-42 toxicity". Authors should be more careful with terminology. According to the materials and methods, the survival assay was carried out after 24h of cells' treatment with the reagents. Effect visible after 24h and „instant rescue" is not the same, Please clarify or modify the wording

      In principle, the peptides cannot reverse the production of ROS, however they prevent ROS production. Therefore, for the peptides to have an effect, they have to instantly halt ROS production. This is justified by the novel shuttles being more effective than AKH-αR5W4NBD in preventing toxicity, given we modified just the Cu binding sequence. We have however restricted the use of the term instantly to ROS production.

      * Page 13, figure 5, panels C and D. In both quantitations Cu(II) was used as one of the control conditions. Why in panel D the percentage of activated microglial cells (second graphs from right) is several fold higher (appr. 150% vs >500%)?

      This variability was observed throughout our set of experiments and could be linked to the quality of the hippocampal slices used. Slight variations in the age of the animals or in the traces of metals in the mediums are likely explanations. However, the different groups that are compared represent experiments performed simultaneously.

      * Supplementary Figure S3B. The lowest solid line does not correspond to any color in the legend (please, check and correct). However, by the method of exclusion, one may conclude that it refers to Cu(II)+HDapH-shuttle. What could be a potential explanation for stronger quenching of this shuttle by binding Cu(II) directly from the spiked media comparing to when it is pre-complexed with copper (also supported by the panel D)?

      The stronger quenching of this shuttle by binding Cu(II) directly from the spiked media comparing to when it is pre-complexed with copper is not significant.

      * In discussion the authors mention that the designed shuttles are prone to degradation in 48 hours. In the viability assays, they treat cells for 24 hours, in the fluorescent and confocal microscopy experiments for one hour or less. What is the lifetime of these shuttle peptides in the cells?

      The lifetime of the shuttle peptide in the cells is currently unknown. However, after 24h incubation of PC12 cells with the AKH-αR5W4NBD, DapHH-αR5W4NBD and HDapH-αR5W4NBD, the Cu shuttles lose their punctate distribution and appear diffuse inside the cells. We have recently shown that AKH-αR5W4NBD cycles through different endosomal compartments and eventually reaches the lysosomes where it could be degraded (Okafor et al., 2024, /doi.org/10.3389/fmolb.2024.1355963). Therefore, the diffuse distribution of the fluorescence signal could suggest degradation of the Cu-shuttles.

      * From the microscopy observations, the mechanism of entry of apo-shuttles (with no Cu(II) in the complex) and in complex with Cu(II) looks quite different. Namely, in figure S7 the fluorescent signal is very strong in the plasma membrane with significantly less vesicular pattern when compared to figure 2A. It is especially apparent for DapHH shuttle at 15 minutes of incubation. Can authors hypothesize/discuss the reason for these differences?

      The difference of the shuttle’s signal in the presence or absence of Cu binding, is due to fluorescence quenching by Cu bound and was at the heart of the design of these shuttles. Hence a strong signal at the plasma membrane is seen in the absence of Cu as these CPP-based shuttles interact strongly with the plasma membrane. However in presence of Cu, they become less visible due to quenching by Cu. Interestingly however, is that when Cu dissociates from the shuttle inside the cells (likely in acid endosomes), this quenching is suppressed and the fluorescence reappears. This is now better explained (page 10).

      * Please, show the figures in the supplementary file in the same order as you refer to them.

      This has been rectified.

      * Introduction. Description of the shuttle peptides: „(3) a cell penetrating peptide (CPP), αR5W4, with sequence RRWWRRRWWR, for cell entry35" - one R is the middle is extra.

      This has been rectified.

      *Kd units are missing (pages 2, 3 and 15) and should be added.

      This has been added.

      * Figure 1A is either not referred at all or mislabeled.

      * Page 7, Figure 1B: x axis on the second panel (+Mn+) misses a label.

      * Page 8. „Upon addition of DapHH-αR5W4NBD or HDapH-αR5W4NBD, an immediate slow-down in ROS production was observed (Figure 1D and S1E), ..." - mislabeled supplementary figure, please, correct.

      * Page 11. „...but not in the presence of AKH-αR5W4NBD which required pre-incubation to prevent toxicity (Figure 3AFigure)." Please, correct the reference to the figure.

      * Page 11. „This is in line with the faster retrieval ... previously demonstrated in vitro (Figure 1)" - please, specify the panel.

      * Supplementary materials and methods, subsection „Retrieval of Cu by peptide shuttles from Aβ", page 2: „The same was done for 10 μM Cu(II)...to give the estimated 100% saturated emission level." - check the spelling of the shuttle species.

      * Supplementary Figure S4. By the behavior of AKH-shuttle in the presence of copper and other metals, it looks that panels are shuffled, i.e. panel C looks corresponding to the panel B with DMEM/F12 conditions, whish is also supported by the values in the Table S1. Please, check and correct, if needed.

      * Supplementary figure S9, panel A. Apparently, mislabeled images with Abeta1-42 and Cu(II)Abeta1-42. Please, correct.

      We apologize for the different issues in referencing figures. This has been rectified.

      Reviewer #3 (Evidence, reproducibility and clarity (Required)):

      Minor Concerns

      I think that authors can add some concepts of general interest on AD, as follows

      evidence showed that AD top-line disease-modifying drugs employing monoclonal antibodies (donanemab, lecanemab, and aducanumab) that tag Aβ, based on the 'Amyloid cascade hypothesis', are able to rid the brain of Aβ plaques, but the drug benefits consist in a reduction of 35% of cognitive decline. The remaining disease burden (more than 65%) has no disease-modifying therapeutic options, at the moment. Furthermore, monoclonal antibodies against Aβ have strong side- events (ARIA). On this basis, it could be suggested that removing Aβ plaque might not be sufficient to slow the 100% percentage of clinical decline in AD. This is why the Cu(II) shuttle invention presented by the candidate may represent a valid and concrete means to fight AD, since also meta-analyses demonstrate that Cu and more specifically non-Cp Cu is increased in AD (PMID: 34219710). The authors can add some of these clinical considerations in the Discussion.

      There is only a very brief description of the scenario of evidence of the involvement of copper in Alzheimer's, especially from a clinical point of view, I mean the scenario resulting from clinical studies carried out on AD patients. This would have highlighted the unmet medical need to which these new compounds (the Cu shuttles) can provide an answer. At least for a subpopulation of Alzheimer's patients, and we know that there are different subtypes of Alzheimer's disease (for example 10.1016/j.neurobiolaging.2004.04.001, but authors can find others), these Cu(II) selective shuttles could provide beneficial effects. Literature reports about a percentage of AD patients with increased levels of Cu (some papers on this topic e can be easily retrieved,), who may primarily benefit from these compounds. These can be easily identified as it is also characterized by a different biochemical, cognitive, and genetic profile. The current study is timely since AD patients with high Cu can be easily identified since they are characterized by a different biochemical, cognitive, and genetic profile as per recent findings (PMID: 37047347). This information can improve the quality of the manuscript by providing information about the unmet clinical need that this study can answer

      We thank the reviewer for his very positive evaluation and for his suggestion that gives more perspective to our work. Accordingly, we have added these parts to the introduction and discussion sections.

    2. Note: This preprint has been reviewed by subject experts for Review Commons. Content has not been altered except for formatting.

      Learn more at Review Commons


      Referee #2

      Evidence, reproducibility and clarity

      This is an interesting work characterizing a new generation of copper shuttles with an improved ability to retrieve copper intracellularly from amyloid beta (Ab). In the in-vitro experiments, the authors demonstrate that both DapHH-αR5W4NBD and HDapH-αR5W4NBD have faster Cu(II) retrieval kinetic than the previously characterized shuttle. The authors show the ability of on Cu(II)-DapHH-αR5W4NBD and Cu(II)-HDapH-αR5W4NBD to release copper intracellularly by monitoring changes in the intracellular pattern of the copper transporter ATP7A. Using PC12 cells, the author found that one of the shuttles, DapHH-αR5W4NBD can rescue Cu(II)Aβ1-42 toxicity, and this and other shuttles, show some protective effects in organotypic slices. Overall, the chemical and biochemical data are clear and the ability of new shuttles to deliver Cu to vesicles is convincingly demonstrated. Similarly, the protective effects on plasma membrane permeability in hippocampal staining are also apparent.

      Major issues:

      1. This reviewer is not convinced that the authors' experimental system is well suited for studies of glia activation and protective effects. With the exception of a couple of panels it is very hard to see differences. The authors should significantly improve the quality of images in Figure 5 to make this set of data convincing.
      2. Similarly, the quality of giantin staining is low and needs to be improved and more experimental details are needed (see details below)
      3. Given that shuttles are found within vesicles, the authors should discuss the mechanism through which Cu is released into the cytosol to trigger ATP7B trafficking.
      4. There are numerous small writing issues that make paper difficult to read. The authors are encouraged to carefully edit their manuscript

      Minor issues

      • „A solution of monomerized Aβ complex in 10% DMEM (diluted with DMEM salt solution) was prepared in microcentrifuge tubes" - here and further the description of media composition is confusing What is the rest 90%?
      • „Afterwards, AscH- was added to the tubes and vortexed, the mixture was then added to PC12 cells" - concentration of ascorbate is mentioned only once (later in the figure legend) where it can be barely found, also without explaining the choice of concentration. Additionally, ascorbate's product code is not listed. Please, correct.
      • Description of the cell (PC12 line) handling conditions is absent (growth medium, passage number used etc) and should be included.
      • ATP7A delocalization assay. Details for the secondary antibodies are absent (full name (e.g. AlexaFluor 488), manufacturer, code) and should be added
      • page 6: „Next, we investigated the capacity of the shuttles to withdraw Cu(II) from cell culture media, DMEM 10% and DMEM/F12 1:1 (D/F)." Here and further explanation is needed why the mixture of DMEM/F12 is needed (F12 is also not listed in the materials list).
      • Page 7. Legend to the figure 1B: „Conditions: Cu(II)=AKH-αR5W4NBD=DapHH-αR5W4NBD=HDapH-αR5W4NBD= 5 μM, DMEM 10%, D/F 100%, 25{degree sign}C, n=3." - „DMEM/F12" ratio equals to „100%" is confusing, please clarify
      • Page 8-9. Legend to the Figure 2A. „Similar observations were obtained with 5 different cell cultures." Same remark goes to the legend to supplementary figure 7 ("Similar observations were obtained with at least 3 different cell cultures"). Do the authors mean independent experiments or different cell lines? Please clarify. If different cell lines, consider including these data into the supplement
      • Page 8-9, figure 2B. Giantin is a cis-golgi marker, which should localize perinuclearly. In the cells shown the signal is diffuse and appears non-specific. Please improve the quality
      • Page 8-9, figure 2B. ATP7A is shown in green. The authors did not specify the secondary antibody has been used for it. If the secondary antibody used for labeling of ATP7A has green fluorescence then how does one distinguish between the transporter signal and signal of the green fluorescent shuttle? Please provide more details
      • Page 9 and Figure 2B. Why did authors use Cu(II)EDTA for the experiment? What was the concentration? Please, add this information as well as Cu(II)GTSM treatment conditions to the experiment description in materials and methods.
      • Figure 2 and supplementary fugure 7. It would be beneficial to have higher magnification images. Please, add them, if possible.
      • Page 11. „In conclusion, the novel Cu(II)-selective peptide shuttles .... capable of instantly preventing ... toxicity on PC12 cells, whereas ... instantly rescue Cu(II)Aβ1-42 toxicity". Authors should be more careful with terminology. According to the materials and methods, the survival assay was carried out after 24h of cells' treatment with the reagents. Effect visible after 24h and „instant rescue" is not the same, Please clarify or modify the wording
      • Page 13, figure 5, panels C and D. In both quantitations Cu(II) was used as one of the control conditions. Why in panel D the percentage of activated microglial cells (second graphs from right) is several fold higher (appr. 150% vs >500%)?
      • Supplementary Figure S3B. The lowest solid line does not correspond to any color in the legend (please, check and correct). However, by the method of exclusion, one may conclude that it refers to Cu(II)+HDapH-shuttle. What could be a potential explanation for stronger quenching of this shuttle by binding Cu(II) directly from the spiked media comparing to when it is pre-complexed with copper (also supported by the panel D)?
      • In discussion the authors mention that the designed shuttles are prone to degradation in 48 hours. In the viability assays, they treat cells for 24 hours, in the fluorescent and confocal microscopy experiments for one hour or less. What is the lifetime of these shuttle peptides in the cells?
      • From the microscopy observations, the mechanism of entry of apo-shuttles (with no Cu(II) in the complex) and in complex with Cu(II) looks quite different. Namely, in figure S7 the fluorescent signal is very strong in the plasma membrane with significantly less vesicular pattern when compared to figure 2A. It is especially apparent for DapHH shuttle at 15 minutes of incubation. Can authors hypothesize/discuss the reason for these differences?
      • Please, show the figures in the supplementary file in the same order as you refer to them.
      • Introduction. Description of the shuttle peptides: „(3) a cell penetrating peptide (CPP), αR5W4, with sequence RRWWRRRWWR, for cell entry35" - one R is the middle is extra.
      • Kd units are missing (pages 2, 3 and 15) and should be added
      • Figure 1A is either not referred at all or mislabeled
      • Page 7, Figure 1B: x axis on the second panel (+Mn+) misses a label
      • Page 8. „Upon addition of DapHH-αR5W4NBD or HDapH-αR5W4NBD, an immediate slow-down in ROS production was observed (Figure 1D and S1E), ..." - mislabeled supplementary figure, please, correct.
      • Page 11. „...but not in the presence of AKH-αR5W4NBD which required pre-incubation to prevent toxicity (Figure 3AFigure)." Please, correct the reference to the figure.
      • Page 11. „This is in line with the faster retrieval ... previously demonstrated in vitro (Figure 1)" - please, specify the panel.
      • Supplementary materials and methods, subsection „Retrieval of Cu by peptide shuttles from Aβ", page 2: „The same was done for 10 μM Cu(II)...to give the estimated 100% saturated emission level." - check the spelling of the shuttle species
      • Supplementary Figure S4. By the behavior of AKH-shuttle in the presence of copper and other metals, it looks that panels are shuffled, i.e. panel C looks corresponding to the panel B with DMEM/F12 conditions, whish is also supported by the values in the Table S1. Please, check and correct, if needed.
      • Supplementary figure S9, panel A. Apparently, mislabeled images with Abeta1-42 and Cu(II)Abeta1-42. Please, correct.

      Significance

      Delivering copper to various cells and tissue to improve cells function or removal excess copper to decrease pathology is an important and timely goal. This work describe new membrane-permeable reagents, "shuttles" with improved intracellular copper release and protective effects in PC12 cells. While, the results are overall interesting, the quality of writing and data presentation needs to be improved.

    1. The omission of any reference to deterrence in the YCJA statement ofsentencing purpose may have contributed to lowering the number ofcustodial sentences imposed in youth court (Cesaroni and Bala 2008).Its absence in the act, in contrast to the Criminal Code, suggests thatgeneral and specific deterrence are not to be objectives of sentencing inyouth court. A number of early judgments under the act emphasizedthe absence of explicit mention of deterrence in the act as a reason forimposing a non-custodial sentence (Roberts and Bala 2003). In 2006,the Supreme Court of Canada rendered its decision in R. v. B.W.P., oneof the first cases under the new act to reach the highest court. Theunanimous decision of the Court upheld a trial decision that empha-sized the importance of rehabilitation. The Court discussed the role ofdeterrence in sentencing, observing that for adults ‘‘general deterrenceis factored in the determination of the sentence, the offender is pun-ished more severely, not because he or she deserves it, but becausethe court decides to send a message to others who may be inclined toengage in similar criminal activity’’ (R. v. B.W.P. at para. 2). TheSupreme Court recognized that under the previous statute, the YOA,general deterrence had been an objective of sentencing youths, albeitto a lesser extent than for adults. The Court, accepted, however, thatthe YCJA established ‘‘a new sentencing regime’’ for young offendersin Canada. Justice Charron wrote that the act ‘‘sets out a detailed andcomplete code for sentencing young persons under which terms it isnot open to the youth sentencing judge to impose a punishment for thepurpose of warning, not the young person, but others against enga-ging in criminal conduct. Hence, general deterrence is not a principleof youth sentencing under the present regime’’ (R. v. B.W.P. at para. 4).The Supreme Court also recognized that, while general deterrenceshould not be an objective in sentencing youth offenders, the factthat a youth is to be held accountable in youth court undoubtedlyhas ‘‘the effect of deterring the young person and others from commit-ting crimes’’ (R. v. B.W.P. at para. 4)

      EXTERNAL LAW, INTERNAL LAW: DETERRENCE IS NO LONGER A MOTIVATION BEHIND YOUTH SENTENCING

    2. Under the YOA, there were concerns that some youths were beingdetained before trial in situations where an adult would be released,for example in cases where a judge was concerned that a homelessyouth might be at risk of harm. The YCJA contains provisionsintended to reduce use of remand custody.Section 29(1) of the YCJA specifies that pre-trial detention shall not beused as a ‘‘substitute for appropriate child protection, mental health orother social measures.’’ Section 28 of the YCJA makes clear that ayouth should only be detained before sentencing in circumstanceswhere an adult could be detained, generally on the primary groundsof ensuring attendance in court or on the secondary grounds thatdetention is ‘‘necessary for the protection or safety of the public’’because of there is a ‘‘substantial likelihood’’ of offending or witnessintimidation (s. 515(10) Criminal Code). Further, s. 29(2) creates arebuttable presumption that detention on the secondary grounds, fo

      EXTERNAL LAW, HISTORY: YCJA MEANT TO HELP STATUS OFFENDERS, LAW NOT A REPLACEMENT FOR HELPING KIDS

    3. Under the YOA, there were concerns that some youths were beingdetained before trial in situations where an adult would be released,for example in cases where a judge was concerned that a homelessyouth might be at risk of harm. The YCJA contains provisionsintended to reduce use of remand custody.Section 29(1) of the YCJA specifies that pre-trial detention shall not beused as a ‘‘substitute for appropriate child protection, mental health orother social measures.’’ Section 28 of the YCJA makes clear that ayouth should only be detained before sentencing in circumstanceswhere an adult could be detained, generally on the primary groundsof ensuring attendance in court or on the secondary grounds thatdetention is ‘‘necessary for the protection or safety of the public’’because of there is a ‘‘substantial likelihood’’ of offending or witnessintimidation (s. 515(10) Criminal Code). Further, s. 29(2) creates arebuttable presumption that detention on the secondary grounds, fo

      HISTORY/EXTERNAL LAW: INTENDED LESS STATUS OFFENDERS, NOT USING LAW IN PLACE OF APPROPRIATE CHILD PROTECTION

    4. he principles recognize,however, that this is to be a limited accountability in comparisonto that of adults, ‘‘consistent with the greater dependency of youngpersons and their reduced level of maturity.’’ Judicial concerns aboutthe heightened vulnerability and limited accountability of adolescentsare illustrated by R. v. R.W.C., the first Supreme Court decision inter-preting the YCJA, where the Court ruled that ‘‘young offender’’ statusis a mitigating factor when deciding how to apply the provisions of thes. 487.051 Criminal Code that govern taking a DNA sample from aperson found guilty of a primary designated offence. These concernsare also reflected in the Court’s 2008 decision in R. v. D.B., which heldunconstitutional provisions of the YCJA that create a presumption ofadult sentencing for the most serious offences; that decision is morefully discussed below.

      EXTERNAL LAW, INTERNAL LAW: YCJA EMPHASIZES PUNISHMENT PROPORTIONATE TO CRIME, LESS ACCOUNTABILITY THAN ADULTS. LED TO INTERNAL LAW, YOUNG OFFENDER AS A MITIGATING FACTOR, ALSO STRIPPED YCJA PRESUMPTION THAT WORSE CRIME = ADULT SENTENCING

    1. Reviewer #2 (Public review):

      Summary:

      The authors sought to evaluate whether analyses of large-scale electrophysiology data obtained from 10 different individual laboratories are reproducible when they use standardized procedures and quality control measures. They were able to reproduce most of their experimental findings across all labs. Despite attempting to target the same brain areas in each recording, variability in electrode targeting was a source of some differences between datasets.

      Strengths:

      This paper gathered a standardized dataset across 10 labs and performed a host of state-of-the-art analyses on it. Their ability to assess the reproducibility of each analysis across this kind of data is an important contribution to the field.

      Comments on revisions:

      The authors have addressed almost all of the concerns that I raised in this revised version. The new RIGOR notebook is helpful, as are the new analyses.

      This paper attributes much error in probe insertion trajectory planning to the fact that the Allen CCF and standard stereotaxic coordinate systems are not aligned. Consequently, it would be very helpful for the community if this paper could recommend software tools, procedures, or code to do trajectory planning that accounts for this.

      I think it would still be helpful for the paper to have some discussion comparing/contrasting the use of the RIGOR framework with existing spike sorting statistics. They mention in their response to reviewers that this is indeed a large space of existing approaches. Most labs performing Neuropixels recordings already do some type of quality control, but these approaches are not standardized. This work is well-positioned to discuss the advantages and disadvantages of these alternative approaches (even briefly) but does not currently do so-it does not need to run any of these competing approaches to helpfully mention ideas for what a reader of the paper should do for quality control with their own data.

    1. Every time you run your bundler, the JavaScript VM is seeing your bundler's code for the first time

      And of course this fares poorly if the input ("your bundler's code") is low-quality.

      It's important to make an apples-to-apples comparison, so you don't end up with the wrong takeaway, like, "Stuff written in JS is always going to be inherently as bad as e.g. Webpack," which is more or less the idea that this paragraph wants you to get behind.

      It shouldn't be surprising that if you reject the way of a bad example, then you avoid the problems that would have naturally followed if you'd have gone ahead and done things the bad way.

      Write JS that has the look of Java and broad shape of Objective-C, and feels as boring as Go (i.e. JS as it was intended; I'm never not surprised by NPM programmers' preference to write their programs as if willingly engaging in a continual wrestling match against a language they clearly hate...)

    2. Every time you run your bundler, the JavaScript VM is seeing your bundler's code for the first time without any optimization hints

      This is really a failure of the NodeJS &co and is not something that's inherent to the essence of JS or any other programming language.

      It makes sense for Web browsers to throw away everything and re-JIT every time since the inputs have just streamed in over the network microseconds ago. It doesn't make sense for a runtime that exclusively runs programs that are installed locally and read from disk instead of over the network; the runtime could do one of (or both): - accept AOT-compiled inputs - cache the results of the JITting