1. Last 7 days
    1. 哈希集合 HashSet

      什么情况下会选择使用 HashSet 而不是 HashMap:

      1. 只需要存储唯一元素时:
        • HashSet 只存储元素本身,而 HashMap 存储键值对。
        • 如果你只关心元素的唯一性,不需要与之关联的值,就应该使用 HashSet。
      2. 需要快速检查元素是否存在:
        • HashSet 提供了高效的 contains() 方法,用于检查元素是否存在。
        • 如果你经常需要检查某个元素是否在集合中,HashSet 是个好选择。
      3. 需要去重:
        • HashSet 自动确保所有元素都是唯一的。
        • 如果你有一个包含重复元素的集合,并且想要去除重复项,可以将其转换为 HashSet。
      4. 实现数学集合操作:
        • HashSet 适合执行并集、交集、差集等集合操作。因为唯一性
      5. 不需要保持插入顺序:
        • HashSet 不保证元素的顺序
      6. 内存效率:
        • 当你只需要存储元素而不需要额外的键时,HashSet 比 HashMap 更节省内存。
    2. 就是一定要用字符串的 equals 方法比较两个字符串是否相同,不要用 == 比较

      == 是在比较是否是同一个对象

    1. Author Leann Kim and Kass Traieh

      You can actually supply multiple authors!

    2. the

      I think I'd remove this

    3. Introduction

      I would just combine your introduction and background here. Your intro isn't long enough to really have its own section. Just make it the starting paragraph.

    4. our research question:

      remove

    5. Historically, homeownership has been a cornerstone of wealth accumulation for American families as it provides stability and financial security across generations.

      Do you have a source or citation for this?

    6. Research has shown that high levels of student debt can delay or reduce the likelihood of homeownership.

      Needs a citation (or few)

    7. can lead to more informed policies, enhanced educational programs, and a more equitable and prosperous future

      Some more specific examples here might be nice.

    8. proposed

      It's not just proposed! Because you did it!

    9. recent

      2024 (I think, or whatever year it actually is)

    10. generations

      generations? Or just generation?

    11. This scarcity was exacerbated by the fact that the raw data needed for our analysis was not available on any of the websites we consulted, including government portals and academic repositories.

      Isn't this kinda saying the same thing? The data was scarce, and thus it was hard to find...?

    12. predominantly aggregated

      in what ways?

    13. Figure 1: Original Tables

      Captions should be more expansive to describe exactly what you want a reader to be getting out of the image.

      Also, I can think of 0 situations where you need year to be a bigint. A smallint in fact would be MORE than enough.

    14. Furthermore, many of the existing studies and reports that addressed related topics did not provide explicit citations or source details for their data, making it difficult to trace the origins and verify the reliability of the information used in previous research.

      You only cited one or two things above. If you have a bigger trove of existing research on this, you should probably cite them.

    15. Original Tables

      This is not a subsection by itself.

    16. Data Dictionary - Features, Descriptions, and Sources (Click to Expand)

      This is really nice, but introduce it in the text. Don't just leave it up to a reader to randomly decide to click on it. Let them know it is there and what it contains.

    17. aggregated, ensuring no sensitive information was included within the datasets.

      I'm not sure just aggregating data means no sensitive information is available. It does probably mean that no personally identifying information is available though.

    18. Data Cleaning

      A lot of this feels like information that you would explain before showing your ERD?

    19. ease of joining the two tables together.

      Probably still need to explain how you were doing that.

    20. the join conditions account for overlapping age ranges

      I'd have to think of exactly how to show it, but a visual showing how your joined on the different overlapping regions might be very useful here.

    21. Additionally, overlaps or gaps in age ranges might lead to duplication of data, which would affect the overall quality and reliability of the dataset.

      Oh! Are you getting duplicated data? How much? Which overlaps are resulting in that duplication?

    22. Final Data Dictionary

      All sections should start with text introducing the section, not a figure or table, etc.

    23. integrate

      assign?

    24. Due to the limitations of our dataset,

      In our dataset,

    25. we created a formula to manage overlaps by comparing the minimum and maximum birth years to determine the closest generational boundary alignment for each row. We also created new columns for minimum and maximum graduation years. This was done by assuming the average college graduation age to be 21 and adding this to the minimum and maximum birth years.

      Barring a visual, a little example in here might be useful to confirm that a reader understands what you did and could replicate it themselves.

    26. However, despite these measures, the potential for bias remains a concern, as survey respondents may not fully represent the entire population, with certain demographics potentially being underrepresented.

      Coming from the census data, surely they have some data on how well their sample mimics the true population?

    27. a less reliable source

      I would just say that you were unable to trace back this data to the original source, and thus are having to rely on this particular analyst as trustworthy and reputable.

    28. Methods

      Introduce each section with at least a short paragraph of text. Here you could be explaining what the following subsections will be discussing.

    29. Summary

      You devolve a bit into a subheading swamp here. Ensure that you are only using headings when you have a significant amount of content in a that section. Otherwise paragraphs are perfectly fine!

    30. onsequently, we decided to exclude data for Generation Z from our analysi

      is this where the 50 rows vanished from? Or is this on top of that?

    31. Materials List (Software used)

      I think it is useful to state this up front as you did, but it needs some text introduction, and then I'd put everything in a table with the library and what you used that library for.

      Also, did you do everything in Python here?

    32. was refined to 92 rows

      what did we lose 50 rows to?

    33. homeownership data only dates back to 1989, it presents a challenge in directly comparing the homeownership rates of Baby Boomers with our graduation debt trend.

      Oof, yeah it does

    34. slope values of each generation

      Not 100% clear of what you mean by this. I could see this going a variety of ways.

    35. debt_at_grad, avg_debt_to_income, avg_start_salary, percent_mortgage, percent_education_loan, and generation_order

      while these names are pretty decent, if you are going to be relying on these heavily going forward, you should probably take the time to explain each.

    36. Where: to = total_owner ts = total_surveyed hr = homeownership_rate

      usually this would just be done in sentence structure. And then you need to follow it up with what you were using this equation for.

    37. formula

      I'd usually number important equations.

    38. Shows No Strong Curvature of Patterns

      No need to continue the caps! Also, you should mention your slight parabolic tendency here. And maybe changed Fitted values to home ownership percentage (because that is what it is isn't it?)

    39. These assumptions include linearity, independence, homoscedasticity, normality, and lack of multicollinearity.

      At the end of this: "We investigate each in the following sections."

    40. very slight parabolic tendency present

      Agreed

    41. we conclude that there is no statistically significant evidence of autocorrelation

      Good!

    42. In practice, DW values close to 2 (within a range of about 1.5 to 2.5) are often considered acceptable.

      Source/citation?

    43. no pronounced pattern of variance around the horizontal line, indicating that the homoscedasticity assumption is generally met.

      Would another way to evaluate this be to bin the fitted values and then look at the variance of each of the bins to see how consistent it is?

    44. Feature Value debt_at_grad 26.534943 avg_start_salary 21.435287 avg_debt_to_income 28.121863 percent_mortgage 1.411813 percent_education_loan 7.590111 generation_order 7.403381

      Tables should be labeled and captioned just like Figures (except with Table)

    45. Around the Horizontal Line

      no caps!

    46. Figure 4

      If you have multiple things on a plot, I think it is important to include a legend. Though good on you mentioning the 45 deg line in your caption.

    47. R-squared Adjusted R-squared Mean Absolute Error (MAE) Mean Squared Error (MSE) Root Mean Squared Error (RMSE) F-statistic

      You better be ready to explain why you are looking at each of these if you are going to list them here.

    48. Random Forest models, being ensemble methods based on decision trees, are less sensitive to multicollinearity and do not require the assumptions of linearity, homoscedasticity, or normality of residuals.

      Very nice.

    49. 2.41e+05

      Write this out in the more classic human readable form.

    50. relatively high

      compared to what?

    51. Although the other assumptions of the model are satisfied, the presence of multicollinearity necessitates cautious interpretation of our results.

      Can you tell what they are collinear with? Should you have dropped some of these variables?

    52. library to train and test the dataset.

      with what parameters? Using the same 70/30 split?

    53. R-squared Adjusted R-squared Mean Absolute Error (MAE) Mean Squared Error (MSE) Root Mean Squared Error (RMSE)

      Same comment as above. You better be ready to use and explain each of these if you are bringing them up here.

    54. Rising Average Debt Levels at Graduation Across Successive Generations.

      Don't just state what it is, but what a reader should conclude from looking at this image.

    55. Figure 5

      What happened in 1977-78??

    56. Generation Slope

      Presumably this is the slope of each of the above sections, but you don't introduce this part at all other than mentioning it in an earlier much earlier section. Introduce it, explain why it is interesting, etc. Why are you interested in slope here over raw average amount?

      Also, this is a table, and should be listed and referenced as such.

    57. Coefficient Results

      Why its own section? Is this not still about the model fit?

    58. approximately 65% by 2022. This recent increase might be due to various factors, including economic recovery and an increase in housing demand.

      This is super interesting to me, and not necessarily what I'd have expected to see. So home ownership rates are at their highest ever despite also seemingly at their most expensive ever? And with the most debt ever?

    59. A Reflection of Economic Conditions and Financial Barriers.

      no caps.

      And reiterate some of what you had in the text about what a reader should observe on this image.

    60. The linear regression model demonstrates a relatively good fit, with an R-squared value of 0.708, indicating that 70.8% of the variability in homeownership rates is explained by the predictors. The adjusted R-squared of 0.681 suggests that after accounting for the number of predictors in the model, about 68.1% of the variance is explained, which is still substantial. The F-statistic for the model is 26.67 with a p-value of 6.99e-16, indicating that the model as a whole is statistically significant and provides a good fit for the data.

      Well, you discussed some of them, but you still left off about half of them. Which isn't necessarily terrible, but you shouldn't make as big of a deal about what metrics you will be looking at earlier in that case.

    61. Metric Value

      Table!

    62. This counterintuitive finding may be attributable to factors such as high multicollinearity, sampling issues, or specific economic conditions that could influence the observed relationship.

      Could it be an indicator that getting a college education, despite the loans, ends up making more and thus still having the capacity to afford a home?

    63. The coefficient

      Just mentioning it here, but you have a lot of very small paragraphs in this section. I suspect several can be combined, and would make reading this flow a bit better.

    64. not provide a definitive answer

      Is there something that would give you a definitive answer?

    65. Feature Coefficient P-Value

      A) This is a table. B) I'd strongly suggest ordering these in some way to make this table easier to understand at a glance.

    66. Feature Importance Results Feature Importance

      Introduce and explain? Also, pretty sure this shouldn't be its own section, as it is part of the model fit.

      Also, as far as the table is concerned, you have this exact data represented visually below, which I tend to think is the better way to showcase it. Add the exact numbers if you want to the table, but otherwise I'd go with that instead of this table.

    67. Model test statistics: Metric Value

      Table!

    68. We excluded percent_mortgage from this visualization due to its dominance as the most significant feature.

      ok, good comment

    69. substantial

      Is substantial the correct word here? It is the dominant of what you have remaining, but I'd argue you already excluded the real substantial player...

    70. potentially delaying their entry into homeownership

      And yet home ownership is up! So it is older individuals that are buying all the homes?

    71. Figure 7

      reference properly in quarto to link

    72. percent_education_loan and debt_at_grad

      you have been monospace font-ing these variables the entire paper. Don't change it up now!

      Also, can you remind what the difference between these to is? Because they sound very similar.

    73. significantly

      Be careful throwing this word around unless you directly showed this

    74. The prominence of these variables implies that higher levels of student loan debt could be a considerable barrier to homeownership.

      I think you have this breakdown, but nowhere in this article do I recall seeing how home ownership is distributed across the generations. That feels like very useful context for understanding what you are trying to lay out here!

    75. has minimal impact on their likelihood of owning a home when compared to more direct financial factors, such as student loan debt.

      I think it is just mostly collinear with these more direct measures

    76. This result indicates that, according to the model, the generational sequence alone does not substantially influence homeownership rates. While generational trends and experiences might shape broader economic and social patterns, the specific cohort to which an individual belongs appears less relevant in this context than the tangible financial burdens they face.

      You have a lot of tiny paragraphs here again that can (and should) probably be combined.

    77. ebt at graduation (debt_at_grad) is a significant factor influencing homeownership rates. The data shows a clear increase in student loan debt across generations, with Millennials bearing the highest levels, which is likely contributing to the challenges they face in achieving homeownership. Despite the substantial debt load carried by recent graduates, the impact of debt at graduation on homeownership is relatively moderate.

      You say it is significant, and then you downplay it to relatively moderate? Which is it?

    78. In addressing our research question—how do differences in student loan debt between older and current generations affect homeownership trends?—our study offers both insightful and nuanced perspectives. The historical context and the analysis reveal a complex relationship between student loan debt and homeownership rates. Our findings indicate that student loan debt at graduation (debt_at_grad) is a significant factor influencing homeownership rates. The data shows a clear increase in student loan debt across generations, with Millennials bearing the highest levels, which is likely contributing to the challenges they face in achieving homeownership. Despite the substantial debt load carried by recent graduates, the impact of debt at graduation on homeownership is relatively moderate. Through linear regression and Random Forest analyses, we confirmed that debt_at_grad has a less pronounced but still notable effect. Percent_education_loan, while less influential than mortgage debt, also plays a role, suggesting that education loan debt does impact homeownership trends to a degree. Interestingly, generation_order, representing the sequence of generations, was found to be the least significant predictor of homeownership rates. This indicates that, within the context of our model, generational cohort alone does not substantially explain variations in homeownership rates compared to the financial burden of student loans and mortgages.

      This almost feels like the start of a conclusion, and then you can talk about other things?

    79. It is crucial to acknowledge that student loan debt is not the sole determinant of homeownership trends. Inflation, for instance, has affected purchasing power and contributed to rising housing costs, which can make homeownership more challenging for many.

      Now this feels like the start of a new paragraph

    80. References

      Look up how to properly cite websites in APA format. Or use a Bibtex entry and have Quarto do it for you.

    81. According to a study by the Federal Reserve Board, a $1,000 increase in student loan debt is associated with a 1.8 percent decrease in the homeownership rate for public four-year college graduates, resulting in a delay in purchasing a home.

      This feels extremely relevant to your study here, and thus should probably be brought up much earlier (and you need a citation)

    82. Furthermore and as addressed above, despite our efforts to mitigate bias, the potential for underrepresentation of certain demographics in the survey samples remains a concern. Student loan debt can exacerbate racial disparities. Racial wealth and income gaps are rooted in historical discriminatory housing policies - meaning that Black students, in particular, may face greater financial risks in pursuing higher education. Not adequately capturing the experiences of these underrepresented groups can affect our research and must be taken into consideration when evaluating our results.

      This also feels like a new paragraph

    83. We can reference this in our conclusion/limitations: https://housingmatters.urban.org/articles/how-student-loan-debt-affects-racial-homeownership-gap “Extensive evidence underscores how debt affects mortgage eligibility and credit score, erecting clear barriers to homeownership. A study by the Federal Reserve Board found that a $1,000 increase in student loan debt lowers the homeownership rate by about 1.8 percent for public four-year college goers; this amounts to an average delay in about four months for attaining homeownership. Student loan debt may reproduce and exacerbate the racial homeownership gap. Enduring racial disparities in wealth and income—which were, in part, created through decades of racist and discriminatory housing policies that blocked wealth building for many families—mean a greater proportion of Black students need to take on a greater and more enduring financial risk to pursue higher education. Therefore, reducing the impact of student loans on mortgage eligibility could be a critical component of ensuring a more equitable housing landscape.”

      What just happened down here?

    1. But do thou leave as unlawful these winnings, and deal with Cause and Effect, the chancellors of God. In the Will work and acquire, and thou hast chained the wheel of Chance, and shalt sit hereafter out of fear from her rotations.

      I take this simply as chance is temporary, or a "teach a man to fish" type of literary element. Winning the lottery is not as valuable as earning the title of a profession you have a passion for, possibly? I chose to believe it as this.

    2. There is no more deviation in the moral standard than in the standard of height or bulk. No greater men are now than ever were

      I see this as more of a "in the present over all else", rather than simply saying one generation or time of men is greater than another. The time to make one's impact is, in fact, the greatest time there is.

    3. The populace think that your rejection of popular standards is a rejection of all standard, and mere antinomianism; and the bold sensualist will use the name of philosophy to gild his crimes. But the law of consciousness abides.

      Emerson criticizes those who misuse philosophy to justify immoral behavior (the bold sensualist), emphasizing that true guidance comes from the "law of consciousness," or one's inner moral compass, which remains constant and true regardless of external pressures or justifications.

    4. I hope in these days we have heard the last of conformity and consistency. Let the words be gazetted and ridiculous henceforward. Instead of the gong for dinner, let us hear a whistle from the Spartan fife. Let us never bow and apologize more. A great man is coming to eat at my house. I do not wish to please him; I wish that he should wish to please me.

      In this metaphorical scenario, the great man represents societal expectations, influential figures, or those deemed important by society. Emerson rejects the idea of altering oneself to please others, no matter how powerful or influential they may be. Instead, he suggests that true greatness lies in being so self-assured and authentic that others feel compelled to conform to your way of being, or rid of the conformist concept altogether.

    5. Whoso would be a man must be a nonconformist. He who would gather immortal palms must not be hindered by the name of goodness, but must explore if it be goodness.

      Emerson asserts this central tenet of "Self-Reliance", that which underscores the conflict between individual authenticity and societal pressures. Emerson argues that true greatness arises from independence of thought and action, rather than blind adherence to norms.

    1. ,

      .

    2. ,

      ;

    3. r

      add .

    4. ;

      ,

    5. ,

      .

    6. ;

      ,

    7. ,

      Change to: .

    8. having

      have

    9. 1.

      Sentence. Wrong, no conjugated verb.

    10. by

      conjuction❌. Common mistake for me, by is not a conjuction but a proposition as it doesn't really link any clauses (subordinating or coordinating)

    11. internationally

      adverb. This time it does tell you how she was acclaimed (the international is modifiyng as it's before the verb)

    Annotators

    1. Shaping

      I have never thought about this kind of process and it makes me rethink the way I have been taught things. I am curious to know if parents or teachers consciously use this idea with children. I am also curious where else this idea could be applied in a useful way.

    1. Prejudice is a negative attitude and feeling toward an individual based solely on one’s membership in a particular social group

      This article talks about where prejudice may stem from. It explains that our brains feel the needs to simplify complex things, and one way of doing that is placing people in categories. Those mental categories help people to subconsciously build stereotypes and prejudices. https://www.psychologicalscience.org/news/releases/research-states-that-prejudice-comes-from-a-basic-human-need-and-way-of-thinking.html

    1. High congruence leads to a greater sense of self-worth and a healthy, productive life.

      How do you view yourself? How do you think about who you want to be? How similar are these two things? The closer they are, the better you will feel! Being what you think the best version of yourself is will help you stay healthy and happy.

    1. Obsessive-Compulsive Disorder

      I think this article does a good job of showing parts of OCD beyond the stereotype. Usually, people think of OCD as needing things neat and clean or counting all the time, but there is a whole other side to OCD besides the compulsions, half of this disorder is the thought process behind it, the obsessions. https://www.healthactionresearch.org.uk/selected-blogs/how-ocd-is-portrayed/

    1. The Text Annotation plugin lets you use Hypothesis within the Omeka interface.

    2. This page demonstrates the plugin for using Hypothesis within an Omeka website.

    3. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat

      Yep, this sentence is in Latin.

    4. some text

      Annotating this phrase to indicate that "some" is not a concise unit of measure.

    1. RRID:AB_2536180

      DOI: 10.1016/j.celrep.2021.108895

      Resource: (Thermo Fisher Scientific Cat# A-31570, RRID:AB_2536180)

      Curator: @Naa003

      SciCrunch record: RRID:AB_2536180


      What is this?

    2. RRID:AB_162543

      DOI: 10.1016/j.celrep.2021.108895

      Resource: (Thermo Fisher Scientific Cat# A-31572, RRID:AB_162543)

      Curator: @Naa003

      SciCrunch record: RRID:AB_162543


      What is this?

    1. antibodies

      DOI: 10.1101/2024.02.25.581951

      Resource: (Cell Signaling Technology Cat# 13969, RRID:AB_2798355)

      Curator: @vtello

      SciCrunch record: RRID:AB_2798355


      What is this?

    1. C57Bl6

      DOI: 10.1101/2024.01.29.577706

      Resource: RRID:IMSR_JAX:000664

      Curator: @vtello

      SciCrunch record: RRID:IMSR_JAX:000664


      What is this?

    2. Socs3fl/fl

      DOI: 10.1101/2024.01.29.577706

      Resource: (IMSR Cat# JAX_010944,RRID:IMSR_JAX:010944)

      Curator: @vtello

      SciCrunch record: RRID:IMSR_JAX:010944


      What is this?

    3. Ptenfl/fl

      DOI: 10.1101/2024.01.29.577706

      Resource: (IMSR Cat# JAX_006440,RRID:IMSR_JAX:006440)

      Curator: @vtello

      SciCrunch record: RRID:IMSR_JAX:006440


      What is this?

    1. AAV1-CaMKIIα-eNpHR 3.0-EYFP

      DOI: 10.1101/2024.01.06.574489

      Resource: RRID:Addgene_26971

      Curator: @vtello

      SciCrunch record: RRID:Addgene_26971


      What is this?

    2. AAV9.CaMkIIα-EGFP

      DOI: 10.1101/2024.01.06.574489

      Resource: RRID:Addgene_50469

      Curator: @vtello

      SciCrunch record: RRID:Addgene_50469


      What is this?

    1. RRID: N/A

      DOI: 10.1016/j.cmet.2017.10.006

      Resource: (Creative Biolabs Cat# NABL-079, RRID:AB_3111560)

      Curator: @bpowell22

      SciCrunch record: RRID:AB_3111560


      What is this?

    1. No. 42-6600

      DOI: 10.1016/j.scr.2024.103532

      Resource: (Thermo Fisher Scientific Cat# 42-6600, RRID:AB_2533534)

      Curator: @vtello

      SciCrunch record: RRID:AB_2533534


      What is this?

    2. No. A24881

      DOI: 10.1016/j.scr.2024.103532

      Resource: (Thermo Fisher Scientific Cat# A24881, RRID:AB_2889933)

      Curator: @vtello

      SciCrunch record: RRID:AB_2889933


      What is this?

    1. Cat# 12259

      DOI: 10.1016/j.stem.2024.07.006

      Resource: RRID:Addgene_12259

      Curator: @vtello

      SciCrunch record: RRID:Addgene_12259


      What is this?

    2. Cat# 12260

      DOI: 10.1016/j.stem.2024.07.006

      Resource: RRID:Addgene_12260

      Curator: @vtello

      SciCrunch record: RRID:Addgene_12260


      What is this?

    3. Cat# WA01

      DOI: 10.1016/j.stem.2024.07.006

      Resource: (RRID:CVCL_9771)

      Curator: @vtello

      SciCrunch record: RRID:CVCL_9771


      What is this?

    1. UAS-mito-GCaMP6

      DOI: 10.1093/pnasnexus/pgae319

      Resource: SCR_00645

      Curator: @anisehay

      SciCrunch record: RRID:SCR_00645


      What is this?

    2. R58E02-GAL4

      DOI: 10.1093/pnasnexus/pgae319

      Resource: SCR_00645

      Curator: @anisehay

      SciCrunch record: RRID:SCR_00645


      What is this?

    3. PINK1B9

      DOI: 10.1093/pnasnexus/pgae319

      Resource: SCR_00645

      Curator: @anisehay

      SciCrunch record: RRID:SCR_00645


      What is this?

    4. UAS-TDP-43-FLAG

      DOI: 10.1093/pnasnexus/pgae319

      Resource: SCR_00645

      Curator: @anisehay

      SciCrunch record: RRID:SCR_00645


      What is this?

    5. UAS-TBPH-FLAG

      DOI: 10.1093/pnasnexus/pgae319

      Resource: SCR_00645

      Curator: @anisehay

      SciCrunch record: RRID:SCR_00645


      What is this?

    6. TBPHG2

      DOI: 10.1093/pnasnexus/pgae319

      Resource: SCR_00645

      Curator: @anisehay

      SciCrunch record: RRID:SCR_00645


      What is this?

    7. hCHCHD2 T61I

      DOI: 10.1093/pnasnexus/pgae319

      Resource: SCR_00645

      Curator: @anisehay

      SciCrunch record: RRID:SCR_00645


      What is this?

    8. hCHCHD2 WT

      DOI: 10.1093/pnasnexus/pgae319

      Resource: SCR_00645

      Curator: @anisehay

      SciCrunch record: RRID:SCR_00645


      What is this?

    9. dCHCHD2 null

      DOI: 10.1093/pnasnexus/pgae319

      Resource: SCR_00645

      Curator: @anisehay

      SciCrunch record: RRID:SCR_00645


      What is this?

    1. BL 80580

      DOI: 10.3390/ijms25158429

      Resource: RRID:BDSC_80580

      Curator: @anisehay

      SciCrunch record: RRID:BDSC_80580


      What is this?

    2. BL 43632

      DOI: 10.3390/ijms25158429

      Resource: RRID:BDSC_43632

      Curator: @anisehay

      SciCrunch record: RRID:BDSC_43632


      What is this?

    3. BL 27730

      DOI: 10.3390/ijms25158429

      Resource: RRID:BDSC_27730

      Curator: @anisehay

      SciCrunch record: RRID:BDSC_27730


      What is this?

    4. BL 50783

      DOI: 10.3390/ijms25158429

      Resource: RRID:BDSC_50783

      Curator: @anisehay

      SciCrunch record: RRID:BDSC_50783


      What is this?

    5. BL 18052

      DOI: 10.3390/ijms25158429

      Resource: RRID:BDSC_18052

      Curator: @anisehay

      SciCrunch record: RRID:BDSC_18052


      What is this?

    6. BL 8765

      DOI: 10.3390/ijms25158429

      Resource: RRID:BDSC_8765

      Curator: @anisehay

      SciCrunch record: RRID:BDSC_8765


      What is this?

    1. BDSC:60078

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_60078

      Curator: @scibot

      SciCrunch record: RRID:BDSC_60078


      What is this?

    2. BDSC:35156

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_35156

      Curator: @scibot

      SciCrunch record: RRID:BDSC_35156


      What is this?

    3. BDSC:62869

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_62869

      Curator: @scibot

      SciCrunch record: RRID:BDSC_62869


      What is this?

    4. BDSC:60078

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_60078

      Curator: @scibot

      SciCrunch record: RRID:BDSC_60078


      What is this?

    5. BDSC:60102

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_60102

      Curator: @scibot

      SciCrunch record: RRID:BDSC_60102


      What is this?

    6. BDSC:53025

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_53025

      Curator: @scibot

      SciCrunch record: RRID:BDSC_53025


      What is this?

    7. BDSC:62869

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_62869

      Curator: @scibot

      SciCrunch record: RRID:BDSC_62869


      What is this?

    8. BDSC:60102

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_60102

      Curator: @scibot

      SciCrunch record: RRID:BDSC_60102


      What is this?

    9. BDSC:53025

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_53025

      Curator: @scibot

      SciCrunch record: RRID:BDSC_53025


      What is this?

    10. BDSC:41711

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_41711

      Curator: @scibot

      SciCrunch record: RRID:BDSC_41711


      What is this?

    11. BDSC:41711

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_41711

      Curator: @scibot

      SciCrunch record: RRID:BDSC_41711


      What is this?

    12. BDSC:55967

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_55967

      Curator: @scibot

      SciCrunch record: RRID:BDSC_55967


      What is this?

    13. BDSC:53321

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_53321

      Curator: @scibot

      SciCrunch record: RRID:BDSC_53321


      What is this?

    14. BDSC:55967

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_55967

      Curator: @scibot

      SciCrunch record: RRID:BDSC_55967


      What is this?

    15. BDSC:53321

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_53321

      Curator: @scibot

      SciCrunch record: RRID:BDSC_53321


      What is this?

    16. BDSC:38976

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_38976

      Curator: @scibot

      SciCrunch record: RRID:BDSC_38976


      What is this?

    17. BDSC:38976

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_38976

      Curator: @scibot

      SciCrunch record: RRID:BDSC_38976


      What is this?

    18. BDSC:55660

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_55660

      Curator: @scibot

      SciCrunch record: RRID:BDSC_55660


      What is this?

    19. BDSC:55660

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_55660

      Curator: @scibot

      SciCrunch record: RRID:BDSC_55660


      What is this?

    20. BDSC:60370

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_60370

      Curator: @scibot

      SciCrunch record: RRID:BDSC_60370


      What is this?

    21. BDSC:54823

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_54823

      Curator: @scibot

      SciCrunch record: RRID:BDSC_54823


      What is this?

    22. BDSC:60370

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_60370

      Curator: @scibot

      SciCrunch record: RRID:BDSC_60370


      What is this?

    23. BDSC:54823

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_54823

      Curator: @scibot

      SciCrunch record: RRID:BDSC_54823


      What is this?

    24. BDSC:57512

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_57512

      Curator: @scibot

      SciCrunch record: RRID:BDSC_57512


      What is this?

    25. BDSC:60369

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_60369

      Curator: @scibot

      SciCrunch record: RRID:BDSC_60369


      What is this?

    26. BDSC:57512

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_57512

      Curator: @scibot

      SciCrunch record: RRID:BDSC_57512


      What is this?

    27. BDSC:55989

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_55989

      Curator: @scibot

      SciCrunch record: RRID:BDSC_55989


      What is this?

    28. BDSC:61268

      DOI: 10.1534/g3.119.400581

      Resource: RRID:BDSC_61268

      Curator: @scibot

      SciCrunch record: RRID:BDSC_61268


      What is this?