SlideShare a Scribd company logo
1 of 104
flankr: An R Package Implementing
Computational Models of Attentional
Selectivity
Jim Grange
j.a.grange@keele.ac.uk
<<><<
Eriksen & Eriksen (1974)
<<<<<
Flanker Task
• Response times are slower to incongruent
trials compared to congruent
– The “congruency effect”
• Attentional selectivity improves with
processing time (Gratton et al., 1998)
– Evidence for this gathered using so-called
Conditional Accuracy Functions (CAFs)
Improvement of Attentional Selectivity
• Continuous Improvement of attentional
selectivity
– Shrinking attentional spotlight reduces the effect
of flankers on response selection as processing
time progresses (Heitz & Engle, 2007; White et al.,
2011)
<<><<
e.g., Heitz & Engle (2007)
<<><<
e.g., Heitz & Engle (2007)
<<><<
e.g., Heitz & Engle (2007)
<<><<
e.g., Heitz & Engle (2007)
<<><<
e.g., Heitz & Engle (2007)
Improvement of Attentional Selectivity
• Discrete Improvement of attentional
selectivity
– Attentional selectivity rather poor in a first stage
of processing, but switches to a focussed
processing mode at discrete time-point (Huebner
et al., 2010).
<<><<
e.g., Huebner et al. (2010)
<<><<
e.g., Huebner et al. (2010)
ProportionCorrect
Probability of entering
second stage increases
with processing time
ProportionCorrect
Improvement of Attentional Selectivity
• Two competing theories for improvement of
attentional selectivity:
– Continuous improvement
– Discrete improvement
• These accounts are hard to disambiguate at
the behavioural level
– Both predict the observed improvement of
attentional selectivity with time
Computational Implementations
• Computational models are advantageous for
model comparison
– Precise, quantitative (cf., verbal models), model
predictions can be directly compared to observed
data
– Statistical competitive model comparison
techniques can be used to select best-fitting
model
Behavior Research Methods, in press
Dual-Stage, Two-
Phase Model
(Huebner et al.,
2010)
Shrinking Spotlight
Model (White et
al., 2011)
The Models
<<><<
<<><<
Correct Response Boundary
<<><<
Correct Response Boundary
Error Response Boundary
<<><<
<<><<
<<><<
<<><<
<<><<
Early Attentional Selection
<<><<
<<><<
<<><<
Late Attentional Selection
<<><<
<<><<
Time
Time
Time
Time
Overview of flankr
flankr
• flankr is a package which extends R statistics,
written with C++ and R
– Hence the “r” on flankr…
– R is a free statistical programming language
flankr
• You do NOT need to know R to use flankr
– The paper is written with an R-novice in mind
flankr
• You do NOT need to know R to use flankr
– The paper is written with an R-novice in mind
www.r-project.org
flankr
• You do NOT need to know R to use flankr
– The paper is written with an R-novice in mind
www.rstudio.com
flankr
• You do NOT need to know R to use flankr
– The paper is written with an R-novice in mind
www.rstudio.com
www.github.com/JimGrange/flankr
Overview of flankr
• Simulate data from the DSTP and SSP models
– Useful for exploring model characteristics
• Fit DSTP and SSP model to user data
– Fit to congruent & incongruent trials
– Fit group data or individual subjects
– Multiple parameter optimisation methods
supported
• Plot model fits to user data
• Model comparison via statistical tests
• Bootstrapping & Jack-knifing of model fits
Overview of flankr
• Simulate data from the DSTP and SSP models
– Useful for exploring model characteristics
• Fit DSTP and SSP model to user data
– Fit to congruent & incongruent trials
– Fit group data or individual subjects
– Multiple parameter optimisation methods
supported
• Plot model fits to user data
• Model comparison via statistical tests
• Bootstrapping & Jack-knifing of model fits
Simulating Data
Simulating Data
Simulating Data
Simulating Data
Simulating Data
Simulating Data
Overview of flankr
• Simulate data from the DSTP and SSP models
– Useful for exploring model characteristics
• Fit DSTP and SSP model to user data
– Fit to congruent & incongruent trials
– Fit group data or individual subjects
– Multiple parameter optimisation methods
supported
• Plot model fits to user data
• Model comparison via statistical tests
• Bootstrapping & Jack-knifing of model fits
Overview of flankr
• Simulate data from the DSTP and SSP models
– Useful for exploring model characteristics
• Fit DSTP and SSP model to user data
– Fit to congruent & incongruent trials
– Fit group data or individual subjects
– Multiple parameter optimisation methods
supported
• Plot model fits to user data
• Model comparison via statistical tests
• Bootstrapping & Jack-knifing of model fits
Fitting Empirical Data
Warning Signal
<<><<
Fitting Empirical Data
Cumulative Distribution
Function
Conditional Accuracy
Function
Fitting Empirical Data
Fitting Empirical Data
Fitting Empirical Data
Fitting Empirical Data
Overview of flankr
• Simulate data from the DSTP and SSP models
– Useful for exploring model characteristics
• Fit DSTP and SSP model to user data
– Fit to congruent & incongruent trials
– Fit group data or individual subjects
– Multiple parameter optimisation methods
supported
• Plot model fits to user data
• Model comparison via statistical tests
• Bootstrapping & Jack-knifing of model fits
Overview of flankr
• Simulate data from the DSTP and SSP models
– Useful for exploring model characteristics
• Fit DSTP and SSP model to user data
– Fit to congruent & incongruent trials
– Fit group data or individual subjects
– Multiple parameter optimisation methods
supported
• Plot model fits to user data
• Model comparison via statistical tests
• Bootstrapping & Jack-knifing of model fits
Overview of flankr
• Simulate data from the DSTP and SSP models
– Useful for exploring model characteristics
• Fit DSTP and SSP model to user data
– Fit to congruent & incongruent trials
– Fit group data or individual subjects
– Multiple parameter optimisation methods
supported
• Plot model fits to user data
• Model comparison via statistical tests
• Bootstrapping & Jack-knifing of model fits
Overview of flankr
• Simulate data from the DSTP and SSP models
– Useful for exploring model characteristics
• Fit DSTP and SSP model to user data
– Fit to congruent & incongruent trials
– Fit group data or individual subjects
– Multiple parameter optimisation methods
supported
• Plot model fits to user data
• Model comparison via statistical tests
• Bootstrapping & Jack-knifing of model fits
Model Comparison
• Fit DSTP model to data
– Get bBIC_DSTP
• Fit SSP model to data
– Get bBIC_SSP
• Fit with the lowest bBIC is to be preferred
– Parameters are penalised via M, so simpler
models are preferred, all else equal…
Overview of flankr
• Simulate data from the DSTP and SSP models
– Useful for exploring model characteristics
• Fit DSTP and SSP model to user data
– Fit to congruent & incongruent trials
– Fit group data or individual subjects
– Multiple parameter optimisation methods
supported
• Plot model fits to user data
• Model comparison via statistical tests
• Bootstrapping & Jack-knifing of model fits
Overview of flankr
• Simulate data from the DSTP and SSP models
– Useful for exploring model characteristics
• Fit DSTP and SSP model to user data
– Fit to congruent & incongruent trials
– Fit group data or individual subjects
– Multiple parameter optimisation methods
supported
• Plot model fits to user data
• Model comparison via statistical tests
• Bootstrapping & Jack-knifing of model fits
Bootstrapping
• Often, fits to individual subjects are too noisy
• Group fits are therefore preferred when trial
numbers are low
• How to examine differences of parameter
values between experimental conditions?
– We only have one set of parameter values for
each condition
Bootstrapping
Best Model
Parameters
(Condition
A)
Sim.
1
simDSTP Fit
1
fitDSTP
Best Model
Parameters
(Condition
A)
Sim.
1
simDSTP Fit
1
fitDSTP
Sim.
2
Sim.
3
Sim.
N
Fit
2
Fit
3
Fit
N
Best Model
Parameters
(Condition
A)
Sim.
1
simDSTP Fit
1
fitDSTP
Sim.
2
Sim.
3
Sim.
N
Fit
2
Fit
3
Fit
N
Current Work
• Due to ability to simulate data from each
model, flankr can be used for detailed model
comparison studies
• Current work examining model mimicry
– The extent to which each model makes unique
predictions of data
Model Mimicry
• If models make unique predictions, then data
simulated from one model should be better fit
by that generating model
DSTP
DSTP
Data
DSTP
bBIC
SSP
bBIC
DSTP Generated Data
DSTP Generated Data
DSTP Model
Preferred
DSTP Generated Data
SSP Model
Preferred
DSTP Generated Data
Model Mimicry
(Both models fit
equally well)
Model Mimicry
• 1,000 data sets simulated for each model
• Each data set then fit by each model & plotted
on landscape
DSTP
DSTP
Data
DSTP
bBIC
SSP
bBIC
DSTP Generating Model
56%
44%
SSP Generating Model
74%
26%
Model Mimicry
• The DSTP model generates data that is equally
well fit by the SSP model
– Some degree of model mimicry
• The SSP model generates relatively unique
data that the DSTP model cannot predict
– But SSP model not as well fit to human data,
generally
Model Mimicry
• More diagnostic data might be required to
establish the dynamics of attentional
selectivity
Incon.Con.
LEFT RIGHT
Congruent
Incongruent
<<><<<<><<
Thank You!
A copy of these slides will be available
on my website:
www.jimgrange.wordpress.com

More Related Content

Similar to flankr: EPS presentation

Production-Ready BIG ML Workflows - from zero to hero
Production-Ready BIG ML Workflows - from zero to heroProduction-Ready BIG ML Workflows - from zero to hero
Production-Ready BIG ML Workflows - from zero to heroDaniel Marcous
 
Recommender Systems from A to Z – Model Training
Recommender Systems from A to Z – Model TrainingRecommender Systems from A to Z – Model Training
Recommender Systems from A to Z – Model TrainingCrossing Minds
 
Data analytcis-first-steps
Data analytcis-first-stepsData analytcis-first-steps
Data analytcis-first-stepsShesha R
 
10 -- Overfitting and Underfitting.pptx
10 -- Overfitting and Underfitting.pptx10 -- Overfitting and Underfitting.pptx
10 -- Overfitting and Underfitting.pptxkpcp
 
AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...
AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...
AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...Cambridge Semantics
 
CART Classification and Regression Trees Experienced User Guide
CART Classification and Regression Trees Experienced User GuideCART Classification and Regression Trees Experienced User Guide
CART Classification and Regression Trees Experienced User GuideSalford Systems
 
Using graphs for recommendations
Using graphs for recommendationsUsing graphs for recommendations
Using graphs for recommendationsRik Van Bruggen
 
Metrology sampling models using tool sensor data
Metrology sampling models using tool sensor dataMetrology sampling models using tool sensor data
Metrology sampling models using tool sensor dataArvind Mozumdar
 
An introduction to Elasticsearch's advanced relevance ranking toolbox
An introduction to Elasticsearch's advanced relevance ranking toolboxAn introduction to Elasticsearch's advanced relevance ranking toolbox
An introduction to Elasticsearch's advanced relevance ranking toolboxElasticsearch
 
Modeling at Scale: SigOpt at TWIMLcon 2019
Modeling at Scale: SigOpt at TWIMLcon 2019Modeling at Scale: SigOpt at TWIMLcon 2019
Modeling at Scale: SigOpt at TWIMLcon 2019SigOpt
 
Sparking Science up with Research Recommendations by Maya Hristakeva
Sparking Science up with Research Recommendations by Maya HristakevaSparking Science up with Research Recommendations by Maya Hristakeva
Sparking Science up with Research Recommendations by Maya HristakevaSpark Summit
 
Sparking Science up with Research Recommendations
Sparking Science up with Research RecommendationsSparking Science up with Research Recommendations
Sparking Science up with Research RecommendationsMaya Hristakeva
 
04-Data-Analysis-Overview.pptx
04-Data-Analysis-Overview.pptx04-Data-Analysis-Overview.pptx
04-Data-Analysis-Overview.pptxShree Shree
 
MACHINE LEARNING YEAR DL SECOND PART.pptx
MACHINE LEARNING YEAR DL SECOND PART.pptxMACHINE LEARNING YEAR DL SECOND PART.pptx
MACHINE LEARNING YEAR DL SECOND PART.pptxNAGARAJANS68
 
FAIR Assessment for Repositories and Researchers
FAIR Assessment for Repositories and Researchers FAIR Assessment for Repositories and Researchers
FAIR Assessment for Repositories and Researchers EOSCpilot .eu
 
Evolving The Optimal Relevancy Scoring Model at Dice.com: Presented by Simon ...
Evolving The Optimal Relevancy Scoring Model at Dice.com: Presented by Simon ...Evolving The Optimal Relevancy Scoring Model at Dice.com: Presented by Simon ...
Evolving The Optimal Relevancy Scoring Model at Dice.com: Presented by Simon ...Lucidworks
 
Customer Churn Analytics using Microsoft R Open
Customer Churn Analytics using Microsoft R OpenCustomer Churn Analytics using Microsoft R Open
Customer Churn Analytics using Microsoft R OpenPoo Kuan Hoong
 
A Content Boosted Hybrid Recommendation System
A Content Boosted Hybrid Recommendation SystemA Content Boosted Hybrid Recommendation System
A Content Boosted Hybrid Recommendation SystemSeval Çapraz
 
Best Practices for Hyperparameter Tuning with MLflow
Best Practices for Hyperparameter Tuning with MLflowBest Practices for Hyperparameter Tuning with MLflow
Best Practices for Hyperparameter Tuning with MLflowDatabricks
 

Similar to flankr: EPS presentation (20)

Production-Ready BIG ML Workflows - from zero to hero
Production-Ready BIG ML Workflows - from zero to heroProduction-Ready BIG ML Workflows - from zero to hero
Production-Ready BIG ML Workflows - from zero to hero
 
Recommender Systems from A to Z – Model Training
Recommender Systems from A to Z – Model TrainingRecommender Systems from A to Z – Model Training
Recommender Systems from A to Z – Model Training
 
Data analytcis-first-steps
Data analytcis-first-stepsData analytcis-first-steps
Data analytcis-first-steps
 
10 -- Overfitting and Underfitting.pptx
10 -- Overfitting and Underfitting.pptx10 -- Overfitting and Underfitting.pptx
10 -- Overfitting and Underfitting.pptx
 
AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...
AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...
AnzoGraph DB: Driving AI and Machine Insights with Knowledge Graphs in a Conn...
 
CART Classification and Regression Trees Experienced User Guide
CART Classification and Regression Trees Experienced User GuideCART Classification and Regression Trees Experienced User Guide
CART Classification and Regression Trees Experienced User Guide
 
Using graphs for recommendations
Using graphs for recommendationsUsing graphs for recommendations
Using graphs for recommendations
 
Metrology sampling models using tool sensor data
Metrology sampling models using tool sensor dataMetrology sampling models using tool sensor data
Metrology sampling models using tool sensor data
 
An introduction to Elasticsearch's advanced relevance ranking toolbox
An introduction to Elasticsearch's advanced relevance ranking toolboxAn introduction to Elasticsearch's advanced relevance ranking toolbox
An introduction to Elasticsearch's advanced relevance ranking toolbox
 
Modeling at Scale: SigOpt at TWIMLcon 2019
Modeling at Scale: SigOpt at TWIMLcon 2019Modeling at Scale: SigOpt at TWIMLcon 2019
Modeling at Scale: SigOpt at TWIMLcon 2019
 
Sparking Science up with Research Recommendations by Maya Hristakeva
Sparking Science up with Research Recommendations by Maya HristakevaSparking Science up with Research Recommendations by Maya Hristakeva
Sparking Science up with Research Recommendations by Maya Hristakeva
 
Sparking Science up with Research Recommendations
Sparking Science up with Research RecommendationsSparking Science up with Research Recommendations
Sparking Science up with Research Recommendations
 
04-Data-Analysis-Overview.pptx
04-Data-Analysis-Overview.pptx04-Data-Analysis-Overview.pptx
04-Data-Analysis-Overview.pptx
 
MACHINE LEARNING YEAR DL SECOND PART.pptx
MACHINE LEARNING YEAR DL SECOND PART.pptxMACHINE LEARNING YEAR DL SECOND PART.pptx
MACHINE LEARNING YEAR DL SECOND PART.pptx
 
FAIR Assessment for Repositories and Researchers
FAIR Assessment for Repositories and Researchers FAIR Assessment for Repositories and Researchers
FAIR Assessment for Repositories and Researchers
 
Evolving The Optimal Relevancy Scoring Model at Dice.com: Presented by Simon ...
Evolving The Optimal Relevancy Scoring Model at Dice.com: Presented by Simon ...Evolving The Optimal Relevancy Scoring Model at Dice.com: Presented by Simon ...
Evolving The Optimal Relevancy Scoring Model at Dice.com: Presented by Simon ...
 
Customer Churn Analytics using Microsoft R Open
Customer Churn Analytics using Microsoft R OpenCustomer Churn Analytics using Microsoft R Open
Customer Churn Analytics using Microsoft R Open
 
A Content Boosted Hybrid Recommendation System
A Content Boosted Hybrid Recommendation SystemA Content Boosted Hybrid Recommendation System
A Content Boosted Hybrid Recommendation System
 
Best Practices for Hyperparameter Tuning with MLflow
Best Practices for Hyperparameter Tuning with MLflowBest Practices for Hyperparameter Tuning with MLflow
Best Practices for Hyperparameter Tuning with MLflow
 
Text Analytics for Legal work
Text Analytics for Legal workText Analytics for Legal work
Text Analytics for Legal work
 

More from JimGrange

The effect of ageing on inhibition in task switching: Controlling for episodi...
The effect of ageing on inhibition in task switching: Controlling for episodi...The effect of ageing on inhibition in task switching: Controlling for episodi...
The effect of ageing on inhibition in task switching: Controlling for episodi...JimGrange
 
The effect of episodic retrieval on inhibition in task switching
The effect of episodic retrieval on inhibition in task switchingThe effect of episodic retrieval on inhibition in task switching
The effect of episodic retrieval on inhibition in task switchingJimGrange
 
The effect of episodic retrieval on inhibition in task switching
The effect of episodic retrieval on inhibition in task switchingThe effect of episodic retrieval on inhibition in task switching
The effect of episodic retrieval on inhibition in task switchingJimGrange
 
Inhibitory Control in Task Switching
Inhibitory Control in Task SwitchingInhibitory Control in Task Switching
Inhibitory Control in Task SwitchingJimGrange
 
Grange et al. (Durham EPS, 2016)
Grange et al. (Durham EPS, 2016)Grange et al. (Durham EPS, 2016)
Grange et al. (Durham EPS, 2016)JimGrange
 
EPS London (2012)
EPS London (2012)EPS London (2012)
EPS London (2012)JimGrange
 

More from JimGrange (6)

The effect of ageing on inhibition in task switching: Controlling for episodi...
The effect of ageing on inhibition in task switching: Controlling for episodi...The effect of ageing on inhibition in task switching: Controlling for episodi...
The effect of ageing on inhibition in task switching: Controlling for episodi...
 
The effect of episodic retrieval on inhibition in task switching
The effect of episodic retrieval on inhibition in task switchingThe effect of episodic retrieval on inhibition in task switching
The effect of episodic retrieval on inhibition in task switching
 
The effect of episodic retrieval on inhibition in task switching
The effect of episodic retrieval on inhibition in task switchingThe effect of episodic retrieval on inhibition in task switching
The effect of episodic retrieval on inhibition in task switching
 
Inhibitory Control in Task Switching
Inhibitory Control in Task SwitchingInhibitory Control in Task Switching
Inhibitory Control in Task Switching
 
Grange et al. (Durham EPS, 2016)
Grange et al. (Durham EPS, 2016)Grange et al. (Durham EPS, 2016)
Grange et al. (Durham EPS, 2016)
 
EPS London (2012)
EPS London (2012)EPS London (2012)
EPS London (2012)
 

Recently uploaded

Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptxanandsmhk
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |aasikanpl
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxkessiyaTpeter
 
Boyles law module in the grade 10 science
Boyles law module in the grade 10 scienceBoyles law module in the grade 10 science
Boyles law module in the grade 10 sciencefloriejanemacaya1
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoSérgio Sacani
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsAArockiyaNisha
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhousejana861314
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real timeSatoshi NAKAHIRA
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...Sérgio Sacani
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTSérgio Sacani
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PPRINCE C P
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Sérgio Sacani
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.aasikanpl
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfnehabiju2046
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfmuntazimhurra
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsSérgio Sacani
 

Recently uploaded (20)

Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptxUnlocking  the Potential: Deep dive into ocean of Ceramic Magnets.pptx
Unlocking the Potential: Deep dive into ocean of Ceramic Magnets.pptx
 
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
Call Us ≽ 9953322196 ≼ Call Girls In Mukherjee Nagar(Delhi) |
 
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptxSOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
SOLUBLE PATTERN RECOGNITION RECEPTORS.pptx
 
Boyles law module in the grade 10 science
Boyles law module in the grade 10 scienceBoyles law module in the grade 10 science
Boyles law module in the grade 10 science
 
Isotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on IoIsotopic evidence of long-lived volcanism on Io
Isotopic evidence of long-lived volcanism on Io
 
CELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdfCELL -Structural and Functional unit of life.pdf
CELL -Structural and Functional unit of life.pdf
 
Natural Polymer Based Nanomaterials
Natural Polymer Based NanomaterialsNatural Polymer Based Nanomaterials
Natural Polymer Based Nanomaterials
 
Orientation, design and principles of polyhouse
Orientation, design and principles of polyhouseOrientation, design and principles of polyhouse
Orientation, design and principles of polyhouse
 
Grafana in space: Monitoring Japan's SLIM moon lander in real time
Grafana in space: Monitoring Japan's SLIM moon lander  in real timeGrafana in space: Monitoring Japan's SLIM moon lander  in real time
Grafana in space: Monitoring Japan's SLIM moon lander in real time
 
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
PossibleEoarcheanRecordsoftheGeomagneticFieldPreservedintheIsuaSupracrustalBe...
 
Disentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOSTDisentangling the origin of chemical differences using GHOST
Disentangling the origin of chemical differences using GHOST
 
Engler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomyEngler and Prantl system of classification in plant taxonomy
Engler and Prantl system of classification in plant taxonomy
 
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Munirka Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
Artificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C PArtificial Intelligence In Microbiology by Dr. Prince C P
Artificial Intelligence In Microbiology by Dr. Prince C P
 
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
Discovery of an Accretion Streamer and a Slow Wide-angle Outflow around FUOri...
 
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
Call Girls in Mayapuri Delhi 💯Call Us 🔝9953322196🔝 💯Escort.
 
A relative description on Sonoporation.pdf
A relative description on Sonoporation.pdfA relative description on Sonoporation.pdf
A relative description on Sonoporation.pdf
 
Biological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdfBiological Classification BioHack (3).pdf
Biological Classification BioHack (3).pdf
 
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
9953056974 Young Call Girls In Mahavir enclave Indian Quality Escort service
 
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroidsHubble Asteroid Hunter III. Physical properties of newly found asteroids
Hubble Asteroid Hunter III. Physical properties of newly found asteroids
 

flankr: EPS presentation