SlideShare a Scribd company logo
1 of 38
"'()*+!,&
  '$-$.()-")#(/"
        !"#"$!%&
Jano van Hemert
 research.nesc.ac.uk
Efficient distributed
         systems

Computer Science
       Research
    Effective
   algorithms       Data-intensive
                     computing
Efficient distributed                          Reusable computational
         systems                                         models

Computer Science                           Interdisciplinary
       Research                            Applications
    Effective                                             Intuitive
   algorithms       Data-intensive      Collaborative    interfaces
                     computing          environments
                            New conceptual
                           models for systems
Developmental Medical                                                                                Emergency
Chemistry                                                                                                       Response
             Biology    Genetics
              Reusable computational
                      models
              alpha release of a combined earth-
              quake selection and waveform selec-
              tion service combining the EMSC and
                                                         Real-time access to European BB
                                                         data successively increasing
                                                         The Virtual European Broad-band
              the ORFEUS services. The web por-          Seismograph Network (VEBSN) is
              tal also includes a first test version      steadily increasing its size. Currently
              of the underlying software structure       more then 270 stations are contrib-




     Interdisciplinary
              of the distributed archive services of     uting data to the VEBSN in near real-
              the Integrated European Distributed        time. For some tens of these stations
              Archive (EIDA) for waveform data.          we still need to compile the instru-
              The alpha release implies that a           mentation and data details (data-
              test version of the current service is     less Seed volumes). An example of
              made accessible for a selected group       the earthquake in Greece on Febru-




     Applications
              of scientist that are willing to test it   ary 14, 2008 illustrates the available
              and recommend modifications. In-            data. The VEBSN is a joint initiative
              terested seismologists, student, re-       of European-Mediterranean seismo-
              searcher or network operator, are          logical networks. More information
              encouraged to contact the NERIES           can be obtained from www.orfeus-
              Project Office if they are interested       eu.org/Data-info/vebsn.html.
              to test the services. A short video



                                                                  Intuitive
              presentation   is   available   (http://   Figure 3. The Greek earthquake of February 14, 2008
                                                         as recorded by the vertical component of broadband
              www.neries-eu.org/main.php/demo.           stations of the VEBSN (mainly in the European-Medi-
                                                         terranean area) and made available by ORFEUS. The
              wmv?fileitem=8798210).           Alessan-   VEBSN is currently still expanding.




  Collaborative                                                  Brain
              dro Spinuso, Sergio Rives, Luca Tra-


  Neuro-    Quantitative
              ni, Phetaphone Thomy, Rémy Bossu,

                                                                 interfaces
                                                                          Seismology
              Torild van Eck. (See figure 2 below.)




informatics  Genetics                                        Imaging
  environments
Computional                                              Domain
  Thinkers                                               Specialists
                            Creating
Formulation                                             Interaction
Data models &                                           Experiments &
computational                                            knowledge
  methods                                                  creation




                Mapping                      Steering


                           Data-Intensive
                            Engineers

                           Execution
                          Implementations,
                           compute & data
                             resources                              "'()*+!,&
                                                                '$-$.()-")#(/"
                                                                      !"#"$!%&
Computional                                              Domain
  Thinkers                                               Specialists
                            Creating
Formulation                                             Interaction
Data models &                                           Experiments &
computational                                            knowledge
  methods                                                  creation




                Mapping                      Steering


                           Data-Intensive
                            Engineers

                           Execution
                          Implementations,
                           compute & data
                             resources
Interaction
                            Experiments &
                             knowledge
                               creation




                 Steering


Data-Intensive
 Engineers

Execution
Interaction
                            Experiments &
                             knowledge
                               creation




                 Steering


Data-Intensive
 Engineers

Execution
!




!
!




Figure 3: Screenshots of the DGEMap Web Portal, showing the facility for adding new project
details to the database.

                                         Page 2                           Deliverable D2.8
                                      Design Study                 Contract number 011993




                                                                             !
?
                                                                                !




    Figure 3: Screenshots of the DGEMap Web Portal, showing the facility for adding new project
    details to the database.

                                             Page 2                           Deliverable D2.8
                                          Design Study                 Contract number 011993




                                                                                 !




?
Scaling
• More users able to join in
• Deal with more experiments
• Better reproducibility (in progress)

 Want your own scientific computing portal?
                Ask me!
Computional                                              Domain
  Thinkers                                               Specialists
                            Creating
Formulation                                             Interaction
Data models &                                           Experiments &
computational                                            knowledge
  methods                                                  creation




                Mapping                      Steering


                           Data-Intensive
                            Engineers

                           Execution
                          Implementations,
                           compute & data
                             resources
Formulation
Data models &
computational
  methods




                Mapping


                          Data-Intensive
                           Engineers

                          Execution
Formulation
Data models &
computational
  methods



Classification of Gene
        MappingPatterns
 Expression

                  Data-Intensive
                   Engineers

                  Execution
Testing phase    Training phase
    Manual            Image                             Image
  Annotations      integration                        processing
                                       Image
                                     processing


                                                       Feature


         Formulation
                                      Feature         generation
    Images                           generation


                                      Feature           Feature
                                     selection/        selection/
Deployment phase                                       extraction
                                     extraction
                     Apply
                   classifier
   Automatic                         Prediction        Classifier
  annotations                        evaluation       construction




                                                                     Java
Testing phase    Training phase
          Manual             Image                             Image
        Annotations       integration                        processing
                                              Image
                                            processing


                                                               Feature


              Formulation
                                             Feature          generation
          Images                            generation


                                             Feature           Feature
                                            selection/        selection/
     Deployment phase                                         extraction
                                            extraction
                           Apply
                         classifier
         Automatic                          Prediction        Classifier
        annotations                         evaluation       construction




Data-Intensive Systems Process
/* import non-universal components from the computational environment */
import uk.org.ogsadai.SQLQuery; //get definition of SQLQuery
Engineering Language
import uk.org.ogsadai.TupleToWebRowSetCharArrays; // serialisation
import uk.org.ogsadai.DeliverToRequestStatus;

/* construct and identify instances of the PE */
SQLQuery query = new SQLQuery();

                                                                                 Java
TupleToWebRowSetCharArrays wrs = new TupleToWebRowSetCharArrays();
DeliverToRequestStatus del = new DeliverToRequestStatus();

/* form connection c1 with an explicit literal stream expression as its source
and query as its destination */

String q1 = "SELECT * FROM weather";
|- q1 -| => expression->query;
String resourceID = "MySQLResource";
|- resourceID -| => resource->query;
query->data => data->wrs;
wrs->result => input->del;
Testing phase    Training phase
          Manual             Image                             Image
        Annotations       integration                        processing
                                              Image
                                            processing


                                                               Feature


              Formulation
                                             Feature          generation
          Images                            generation


                                             Feature           Feature
                                            selection/        selection/
     Deployment phase                                         extraction
                                            extraction
                           Apply
                         classifier
         Automatic                          Prediction        Classifier
        annotations                         evaluation       construction




Data-Intensive Systems Process
/* import non-universal components from the computational environment */
import uk.org.ogsadai.SQLQuery; //get definition of SQLQuery
Engineering Language
import uk.org.ogsadai.TupleToWebRowSetCharArrays; // serialisation
import uk.org.ogsadai.DeliverToRequestStatus;

/* construct and identify instances of the PE */
SQLQuery query = new SQLQuery();

                                                                                 Java
TupleToWebRowSetCharArrays wrs = new TupleToWebRowSetCharArrays();
DeliverToRequestStatus del = new DeliverToRequestStatus();

/* form connection c1 with an explicit literal stream expression as its source
and query as its destination */

String q1 = "SELECT * FROM weather";
|- q1 -| => expression->query;
String resourceID = "MySQLResource";
|- resourceID -| => resource->query;
query->data => data->wrs;
wrs->result => input->del;
Testing phase    Training phase
          Manual             Image                             Image
        Annotations       integration                        processing
                                              Image
                                            processing


                                                               Feature


              Formulation
                                             Feature          generation
          Images                            generation




                                                                                 OGSA-DAI
                                             Feature           Feature
                                            selection/        selection/
     Deployment phase                                         extraction
                                            extraction
                           Apply
                         classifier
         Automatic                          Prediction        Classifier
        annotations                         evaluation       construction




Data-Intensive Systems Process
/* import non-universal components from the computational environment */
import uk.org.ogsadai.SQLQuery; //get definition of SQLQuery
Engineering Language
import uk.org.ogsadai.TupleToWebRowSetCharArrays; // serialisation
import uk.org.ogsadai.DeliverToRequestStatus;

/* construct and identify instances of the PE */
SQLQuery query = new SQLQuery();

                                                                                  Java
TupleToWebRowSetCharArrays wrs = new TupleToWebRowSetCharArrays();
DeliverToRequestStatus del = new DeliverToRequestStatus();

/* form connection c1 with an explicit literal stream expression as its source
and query as its destination */

String q1 = "SELECT * FROM weather";
|- q1 -| => expression->query;
String resourceID = "MySQLResource";
|- resourceID -| => resource->query;
query->data => data->wrs;
wrs->result => input->del;
                                                                     



                                                                                                                            
                                                                                                                   
                                          
                                                                                                                         
                                          
                                        
                                                
                                                                                                                      
                                                                                                                      
                                                                                                                    
                                                
                                                                                                                            
                                          
                                       
                                                                                                                            
                                                                                                                      
                             
                                                                                                                 
             
                           
                                                                                                          
                                                                                          
     
                                                                                                       
 

    
                                                                                   
                                                                                                                              
                                                                              
                                                                                                                       

                                                                                                                                                                                                                                                                            

                                                                                                                                                                  
                                                                                                                                                         
                                                                                                                                                                                                                                                                           
                                                                                                                                                                 
                                                   
                                                                                                                                                                                                                                                                
                                                         
                                                                                                                                                                                                                                                                           
                                                                                                                                                              
                                                                                                                                                            
                                                         
                                                                                                                                                                  
                                                                                                                                                                                                                                                                         
                                                      
                                                                                                                                                                                                                                                                               
                                                                                                                                                                  
                                                                                                                                                                                                                                                                             
                                                                                                                                                               
                                      
                                                                                                                                                                                                                                                  
                       
                                    
                                                                                                                                                
                                                                                                                                                                                                                                                        
     
                                                                                                                                                                                                                                                                 
 

    
                                                                                                                                                                                                                                                                                   
                                                                                                              
                                                                                                                                                                     
                                                                                                      
                                                                                                                                                                
                                                                                                     
                
                                                                                                                                                                  
             
                                                                                                                                                                                                                                                                   
                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                         
                                                                                                                                             
                                                                                                                                       
                                                              
                                                                                                                                                                                                                                     
                                                                                                                                                                                                                                                                                         
                                                                                                                                                                                                                         
                                                                                                                                                                                                                                                                         
                                                                                                                                                                                                        
                                                                                                                                                                                                                                                             
                        
                                                                                                                                                                                                                                     

                                                                                                                                           
                                                                                                       
                                       
                                                                                                                                                                                                                                                                                       
                                                                                                                                           
                                                                                                                                                                                                                                                                              
                                                                                                                                                                                                                                                                                                         
                                                                                                                                                                                
                                                                                                                                          
                                                                                                                                                                                                  
                                                                                                                                                                                                                                                                  
                                                                                                                                                                                                                                                      
                                                                                                                                             
                                                                                                                                                                         
                                                                                                                                                                   



                                                                                                                                                                                                                                                       
                                                                                       
                                                                                                                                                                                                                                                        
                                                                                  
                                                                                                                                                                                                                                                                   

                                                                                                                
                                                                                                                          
                                                                                                           
                                                                                                                                                                                                                                                                                                        
                                                                                                                                                                                                                                                                                 
                                                                                                                                                                                                                                                                                                      
                                                                                                                                         
                                                                                         
                                                                                                                                
                                                                                                          

                                                                                                                                                                                                                                                                                                  
                                                                                                                 
                                                                                                                                                                                                                                                        
                                                               
                                                                                                                                                                                                                                                                       
                                                                                                                                                          
                                                                                                                                            
                                                                                             
                                                                                                                                                         
                                                                                                                                                                                                                 
                                                                                                                                                                                                                    
                                                                                                                                                                                                                                                             
                                                                                              
                                                                                                                                                                     
                                                                 
                                                                                                                                                       
                                                                                           
                                                                                                                                                                                                                                                                                           
                                                                                                                                                                                                                                                     
                                                                                           
                                                                                                                                                                                                                                                                   
                                                                                                                                                            
                                                                                                                                                                             
                                                                                                                                                                                                                                                                                
                                                                                                                                                     
                                                                                                                                                                                               
                                                                                                                                                         
                                                                                                                                                                                                                                 
                                                                             
                                                                                                                                                                                               
                                                                                                                                                                                               
                                                                                                                                                                                                                                                                                                             
                                                                  
                                                                                                                                                                                                                                                                                                      
TS23.embryo.organ system.sensory
organ.nose.nasal cavity.epithelium.olfactory

TS23.embryo.organ system.visceral organ.alimentary
system.oral region.upper jaw.tooth.incisor
TS23.embryo.organ system.visceral organ.alimentary
system.oral region.lower jaw.tooth.incisor




TS23.embryo.organ system.visceral
organ.liver and biliary system.liver.lobe
Data mining results
Table 1. The preliminary result of classification performance using 10-fold validation
hhhh
    h      hhClassification Performance
                hhhh
                       hhhh                                              Sensitivity Specificity
Gene expression                  hh h
Humerus                                                                    0.7525     0.7921
Handplate                                                                  0.7105     0.7231
Fibula                                                                     0.7273      0.718
Tibia                                                                      0.7467     0.7451
Femur                                                                      0.7241     0.7345
Ribs                                                                       0.5614     0.7538
Petrous part                                                               0.7903     0.7538
Scapula                                                                    0.7882     0.7099
Head mesenchyme                                                            0.7857     0.5507
Note: Sensitivity: true positive rate. Specificity: true negative rate.

    How good we can predict it is there
5   Conclusion and Future Work
    How good we can predict it is not there
Scaling
    • Size of experiment
    • Volume of data
    • Available resources

Want your own (distributed) data integration & mining?
                      Ask me!
Computional                                              Domain
  Thinkers                                               Specialists
                            Creating
Formulation                                             Interaction
Data models &                                           Experiments &
computational                                            knowledge
  methods                                                  creation




                Mapping                      Steering


                           Data-Intensive
                            Engineers

                           Execution
                          Implementations,
                           compute & data
                             resources
D
                Sp
    Creating
n              Inte
&              Exp
l               kn
                  c
Spatial atlases for
    developmental biology
                              D
                             Sp
            Creating
n                           Inte
&                           Exp
l                            kn
                               c
Next Generation
                       Embryology

                                  ≈
               Google Maps for
            Developmental Biology


http://research.nesc.ac.uk/nextgenerationembryology
Annotating on-line
Scaling
• Larger collaborations
• Handle more & diverse knowledge
• Speed-up “Fourth Paradigm”
 (http://bit.ly/dwQzYe)

 Want your own 3D visualisation & annotation?
                 Ask me!
Multi-disciplinary
[1] D. Rodr´ıguez Gonz´lez, T. Carpenter, J.I. van Hemert, and J. Wardlaw. An open source toolkit for
                       a
    medical imaging de-identification. European Radiology, page First Online, 2010.

[2] R.R. Kitchen, V.S. Sabine, A.H. Sims, E.J. Macaskill, L. Renshaw, J.S. Thomas, J.I. van Hemert,
    J.M. Dixon, and J.M.S. Bartlett. Correcting for intra-experiment variation in illumina beadchip data is
    necessary to generate robust gene-expression profiles. BMC Genomics, 11, 2010.
[3] C.A. Morrison, N. Robertson, A. Turner, J. van Hemert, and J. Koetsier. Molecular Orbital Calculations
    of Inorganic Compounds, chapter 3.33, pages 261–267. Wiley-VCH, 3 edition, 2010.

[4] Ales Tichopad, Tzachi Bar, Ladislav Pecen, Robert R. Kitchen, Mikael Kubista, and Michael W. Pfaffl.
    Quality control for quantitative pcr based on amplification compatibility test. Methods, 50:308–312, 2010.
[5] Robert R. Kitchen, Mikael Kubista, and Ales Tichopad. Statistical aspects of quantitative real-time pcr
    experiment design. Methods, 50:231–236, 2010.

[6] J. Koetsier, A. Turner, P. Richardson, and J.I. van Hemert. Rapid chemistry portals through engaging
    researchers. In IEEE 5th International Conference on e-Science, page In press, 2009.
[7] Liangxiu Han, Jano van Hemert, Richard Baldock, and Malcolm P. Atkinson. Automating gene expression
    annotation for mouse embryo. In Ronghuai Huang; Qiang Yang; Jian Pei et al., editor, Advanced Data
    Mining and Applications, 5th International Conference, volume LNAI 5678. Springer, 2009.

[8] J. O’Donoghue and J.I. van Hemert. Using the DCC Lifecycle Model to curate a gene expression database:
    A case study. International Journal of Digital Curation, page In press, 2009.
[9] J.D. Armstrong and J.I. van Hemert.      Towards a virtual fly brain. Philosophical Transactions A,
    367(1896):2387–2397, June 2009.
Multi-disciplinary
[1] D. Rodr´ıguez Gonz´lez, T. Carpenter, J.I. van Hemert, and J. Wardlaw. An open source toolkit for
                       a
    medical imaging de-identification. European Radiology, page First Online, 2010.

[2] R.R. Kitchen, V.S. Sabine, A.H. Sims, E.J. Macaskill, L. Renshaw, J.S. Thomas, J.I. van Hemert,
    J.M. Dixon, and J.M.S. Bartlett. Correcting for intra-experiment variation in illumina beadchip data is
    necessary to generate robust gene-expression profiles. BMC Genomics, 11, 2010.
[3] C.A. Morrison, N. Robertson, A. Turner, J. van Hemert, and J. Koetsier. Molecular Orbital Calculations
    of Inorganic Compounds, chapter 3.33, pages 261–267. Wiley-VCH, 3 edition, 2010.

[4] Ales Tichopad, Tzachi Bar, Ladislav Pecen, Robert R. Kitchen, Mikael Kubista, and Michael W. Pfaffl.
    Quality control for quantitative pcr based on amplification compatibility test. Methods, 50:308–312, 2010.
[5] Robert R. Kitchen, Mikael Kubista, and Ales Tichopad. Statistical aspects of quantitative real-time pcr
    experiment design. Methods, 50:231–236, 2010.

[6] J. Koetsier, A. Turner, P. Richardson, and J.I. van Hemert. Rapid chemistry portals through engaging
    researchers. In IEEE 5th International Conference on e-Science, page In press, 2009.
[7] Liangxiu Han, Jano van Hemert, Richard Baldock, and Malcolm P. Atkinson. Automating gene expression
    annotation for mouse embryo. In Ronghuai Huang; Qiang Yang; Jian Pei et al., editor, Advanced Data
    Mining and Applications, 5th International Conference, volume LNAI 5678. Springer, 2009.

[8] J. O’Donoghue and J.I. van Hemert. Using the DCC Lifecycle Model to curate a gene expression database:
    A case study. International Journal of Digital Curation, page In press, 2009.
[9] J.D. Armstrong and J.I. van Hemert.      Towards a virtual fly brain. Philosophical Transactions A,
    367(1896):2387–2397, June 2009.
"'()*+!,&
   Jano van Hemert—j.vanhemert@ed.ac.uk                  '$-$.()-")#(/"
                                                               !"#"$!%&
            Academics
      Malcolm Atkinson
 Research Assistants
            Jos Koetsier
           Liangxiu Han
       David Rodriguez
    Gagarine Yaikhom
        Laura Valkonen
         PhD Students
        Thomas French
        Luna De Ferrari
            Rob Kitchen
        Chee-Sun Liew                IDEA Lab 29:
                Fan Zhu
   Research Students
                           A scientific gateway for real time
Gary, Vijay, Hwee, Yue,        geophysical experiments
    Charalampos, Jeff,
Gideon, Charis, Gareth,
        Harika, Andrejs     http://research.nesc.ac.uk/partners/

More Related Content

What's hot

PREVENTING COPYRIGHTS INFRINGEMENT OF IMAGES BY WATERMARKING IN TRANSFORM DOM...
PREVENTING COPYRIGHTS INFRINGEMENT OF IMAGES BY WATERMARKING IN TRANSFORM DOM...PREVENTING COPYRIGHTS INFRINGEMENT OF IMAGES BY WATERMARKING IN TRANSFORM DOM...
PREVENTING COPYRIGHTS INFRINGEMENT OF IMAGES BY WATERMARKING IN TRANSFORM DOM...ijistjournal
 
IRJET- Reversible Image Data Hiding in an Encrypted Domain with High Level of...
IRJET- Reversible Image Data Hiding in an Encrypted Domain with High Level of...IRJET- Reversible Image Data Hiding in an Encrypted Domain with High Level of...
IRJET- Reversible Image Data Hiding in an Encrypted Domain with High Level of...IRJET Journal
 
Conferencia Web semantica Mihai Datcu
Conferencia  Web semantica Mihai DatcuConferencia  Web semantica Mihai Datcu
Conferencia Web semantica Mihai DatcuIBCmass
 
Research Training Group METRIK
Research Training Group METRIKResearch Training Group METRIK
Research Training Group METRIKMarkus Scheidgen
 
Resume
ResumeResume
Resumebutest
 
Dataset creation for Deep Learning-based Geometric Computer Vision problems
Dataset creation for Deep Learning-based Geometric Computer Vision problemsDataset creation for Deep Learning-based Geometric Computer Vision problems
Dataset creation for Deep Learning-based Geometric Computer Vision problemsPetteriTeikariPhD
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
Video Denoising using Transform Domain Method
Video Denoising using Transform Domain MethodVideo Denoising using Transform Domain Method
Video Denoising using Transform Domain MethodIRJET Journal
 
Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...
Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...
Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...CubiCasa
 
Image Restoration for 3D Computer Vision
Image Restoration for 3D Computer VisionImage Restoration for 3D Computer Vision
Image Restoration for 3D Computer VisionPetteriTeikariPhD
 
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...csandit
 
Labeling fundus images for classification models
Labeling fundus images for classification modelsLabeling fundus images for classification models
Labeling fundus images for classification modelsPetteriTeikariPhD
 
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN csandit
 
Image Watermarking in Spatial Domain Using QIM and Genetic Algorithm
Image Watermarking in Spatial Domain Using QIM and Genetic AlgorithmImage Watermarking in Spatial Domain Using QIM and Genetic Algorithm
Image Watermarking in Spatial Domain Using QIM and Genetic Algorithmijsrd.com
 
Emerging 3D Scanning Technologies for PropTech
Emerging 3D Scanning Technologies for PropTechEmerging 3D Scanning Technologies for PropTech
Emerging 3D Scanning Technologies for PropTechPetteriTeikariPhD
 

What's hot (19)

PREVENTING COPYRIGHTS INFRINGEMENT OF IMAGES BY WATERMARKING IN TRANSFORM DOM...
PREVENTING COPYRIGHTS INFRINGEMENT OF IMAGES BY WATERMARKING IN TRANSFORM DOM...PREVENTING COPYRIGHTS INFRINGEMENT OF IMAGES BY WATERMARKING IN TRANSFORM DOM...
PREVENTING COPYRIGHTS INFRINGEMENT OF IMAGES BY WATERMARKING IN TRANSFORM DOM...
 
IRJET- Reversible Image Data Hiding in an Encrypted Domain with High Level of...
IRJET- Reversible Image Data Hiding in an Encrypted Domain with High Level of...IRJET- Reversible Image Data Hiding in an Encrypted Domain with High Level of...
IRJET- Reversible Image Data Hiding in an Encrypted Domain with High Level of...
 
Conferencia Web semantica Mihai Datcu
Conferencia  Web semantica Mihai DatcuConferencia  Web semantica Mihai Datcu
Conferencia Web semantica Mihai Datcu
 
Research Training Group METRIK
Research Training Group METRIKResearch Training Group METRIK
Research Training Group METRIK
 
Resume
ResumeResume
Resume
 
Dataset creation for Deep Learning-based Geometric Computer Vision problems
Dataset creation for Deep Learning-based Geometric Computer Vision problemsDataset creation for Deep Learning-based Geometric Computer Vision problems
Dataset creation for Deep Learning-based Geometric Computer Vision problems
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
Video Denoising using Transform Domain Method
Video Denoising using Transform Domain MethodVideo Denoising using Transform Domain Method
Video Denoising using Transform Domain Method
 
Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...
Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...
Indoor Point Cloud Processing - Deep learning for semantic segmentation of in...
 
Image Restoration for 3D Computer Vision
Image Restoration for 3D Computer VisionImage Restoration for 3D Computer Vision
Image Restoration for 3D Computer Vision
 
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
NEURAL NETWORKS FOR HIGH PERFORMANCE TIME-DELAY ESTIMATION AND ACOUSTIC SOURC...
 
2010 15 vo
2010 15 vo2010 15 vo
2010 15 vo
 
Labeling fundus images for classification models
Labeling fundus images for classification modelsLabeling fundus images for classification models
Labeling fundus images for classification models
 
Fashion AI
Fashion AIFashion AI
Fashion AI
 
20120140503009
2012014050300920120140503009
20120140503009
 
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
A NOVEL BACKGROUND SUBTRACTION ALGORITHM FOR PERSON TRACKING BASED ON K-NN
 
PointNet
PointNetPointNet
PointNet
 
Image Watermarking in Spatial Domain Using QIM and Genetic Algorithm
Image Watermarking in Spatial Domain Using QIM and Genetic AlgorithmImage Watermarking in Spatial Domain Using QIM and Genetic Algorithm
Image Watermarking in Spatial Domain Using QIM and Genetic Algorithm
 
Emerging 3D Scanning Technologies for PropTech
Emerging 3D Scanning Technologies for PropTechEmerging 3D Scanning Technologies for PropTech
Emerging 3D Scanning Technologies for PropTech
 

Viewers also liked

Macho Head Games
Macho Head GamesMacho Head Games
Macho Head GamesJan Bak
 
Додаток 28 Урок "Станковий живопис. Портрет". 6 клас
Додаток 28 Урок "Станковий живопис. Портрет". 6 класДодаток 28 Урок "Станковий живопис. Портрет". 6 клас
Додаток 28 Урок "Станковий живопис. Портрет". 6 класSchool 20, Zaporizhzhya
 
Malda District Court Recruitment 2016
Malda District Court Recruitment 2016Malda District Court Recruitment 2016
Malda District Court Recruitment 2016Govtjobsx
 
Silabo 5 to sec 2015
Silabo 5 to sec 2015Silabo 5 to sec 2015
Silabo 5 to sec 2015MicaelaVR
 
Dia tipico oriana gonzalez
Dia tipico oriana gonzalezDia tipico oriana gonzalez
Dia tipico oriana gonzalezcarlos reyes
 
Diagrama para la instalacion de una red
Diagrama para la instalacion de una red Diagrama para la instalacion de una red
Diagrama para la instalacion de una red david cruz salazar
 
Знаки компании (исследование корпоративной культуры)
Знаки компании (исследование корпоративной культуры)Знаки компании (исследование корпоративной культуры)
Знаки компании (исследование корпоративной культуры)Бути Ковец
 
Ten steps-to-technical-writing
Ten steps-to-technical-writingTen steps-to-technical-writing
Ten steps-to-technical-writingzubeditufail
 
Культура в пространстве. Убедительные послания
Культура в пространстве. Убедительные посланияКультура в пространстве. Убедительные послания
Культура в пространстве. Убедительные посланияБути Ковец
 
Silabo 5 to sec 2015
Silabo 5 to sec 2015Silabo 5 to sec 2015
Silabo 5 to sec 2015MicaelaVR
 
Додаток 28 Урок "Станковий живопис. Портрет"6 клас
Додаток 28 Урок "Станковий живопис. Портрет"6 класДодаток 28 Урок "Станковий живопис. Портрет"6 клас
Додаток 28 Урок "Станковий живопис. Портрет"6 класSchool 20, Zaporizhzhya
 
Public security and Punjab police Proformace
Public security and Punjab police ProformacePublic security and Punjab police Proformace
Public security and Punjab police Proformaceziauddin farooqui
 
Industrial project
Industrial projectIndustrial project
Industrial projectAsim Barman
 
The Future of Digital Marketing
The Future of Digital MarketingThe Future of Digital Marketing
The Future of Digital MarketingMark Appel
 
Susie Almaneih's Top 15 Inspiring Quotes From Oprah
Susie Almaneih's Top 15 Inspiring Quotes From Oprah Susie Almaneih's Top 15 Inspiring Quotes From Oprah
Susie Almaneih's Top 15 Inspiring Quotes From Oprah Susie Almaneih
 
Home automation
Home automationHome automation
Home automationNitesh Ray
 

Viewers also liked (19)

Macho Head Games
Macho Head GamesMacho Head Games
Macho Head Games
 
Apresentação do Programa Nascentes do Governo do Estado de SP - Palestra no C...
Apresentação do Programa Nascentes do Governo do Estado de SP - Palestra no C...Apresentação do Programa Nascentes do Governo do Estado de SP - Palestra no C...
Apresentação do Programa Nascentes do Governo do Estado de SP - Palestra no C...
 
Додаток 28 Урок "Станковий живопис. Портрет". 6 клас
Додаток 28 Урок "Станковий живопис. Портрет". 6 класДодаток 28 Урок "Станковий живопис. Портрет". 6 клас
Додаток 28 Урок "Станковий живопис. Портрет". 6 клас
 
Malda District Court Recruitment 2016
Malda District Court Recruitment 2016Malda District Court Recruitment 2016
Malda District Court Recruitment 2016
 
Silabo 5 to sec 2015
Silabo 5 to sec 2015Silabo 5 to sec 2015
Silabo 5 to sec 2015
 
Dia tipico oriana gonzalez
Dia tipico oriana gonzalezDia tipico oriana gonzalez
Dia tipico oriana gonzalez
 
Diagrama para la instalacion de una red
Diagrama para la instalacion de una red Diagrama para la instalacion de una red
Diagrama para la instalacion de una red
 
Знаки компании (исследование корпоративной культуры)
Знаки компании (исследование корпоративной культуры)Знаки компании (исследование корпоративной культуры)
Знаки компании (исследование корпоративной культуры)
 
Ten steps-to-technical-writing
Ten steps-to-technical-writingTen steps-to-technical-writing
Ten steps-to-technical-writing
 
Культура в пространстве. Убедительные послания
Культура в пространстве. Убедительные посланияКультура в пространстве. Убедительные послания
Культура в пространстве. Убедительные послания
 
Silabo 5 to sec 2015
Silabo 5 to sec 2015Silabo 5 to sec 2015
Silabo 5 to sec 2015
 
Додаток 28 Урок "Станковий живопис. Портрет"6 клас
Додаток 28 Урок "Станковий живопис. Портрет"6 класДодаток 28 Урок "Станковий живопис. Портрет"6 клас
Додаток 28 Урок "Станковий живопис. Портрет"6 клас
 
Making CCS happen: UK experience and developments - Trevor Drage, National CC...
Making CCS happen: UK experience and developments - Trevor Drage, National CC...Making CCS happen: UK experience and developments - Trevor Drage, National CC...
Making CCS happen: UK experience and developments - Trevor Drage, National CC...
 
Public security and Punjab police Proformace
Public security and Punjab police ProformacePublic security and Punjab police Proformace
Public security and Punjab police Proformace
 
Industrial project
Industrial projectIndustrial project
Industrial project
 
e-Science Research
e-Science Researche-Science Research
e-Science Research
 
The Future of Digital Marketing
The Future of Digital MarketingThe Future of Digital Marketing
The Future of Digital Marketing
 
Susie Almaneih's Top 15 Inspiring Quotes From Oprah
Susie Almaneih's Top 15 Inspiring Quotes From Oprah Susie Almaneih's Top 15 Inspiring Quotes From Oprah
Susie Almaneih's Top 15 Inspiring Quotes From Oprah
 
Home automation
Home automationHome automation
Home automation
 

Similar to Data-Intensive Research

Model-Based Visual Software Specification
Model-Based Visual Software SpecificationModel-Based Visual Software Specification
Model-Based Visual Software SpecificationThomas Memmel
 
Tim Malthus_Towards standards for the exchange of field spectral datasets
Tim Malthus_Towards standards for the exchange of field spectral datasetsTim Malthus_Towards standards for the exchange of field spectral datasets
Tim Malthus_Towards standards for the exchange of field spectral datasetsTERN Australia
 
Big Data Beyond Hadoop*: Research Directions for the Future
Big Data Beyond Hadoop*: Research Directions for the FutureBig Data Beyond Hadoop*: Research Directions for the Future
Big Data Beyond Hadoop*: Research Directions for the FutureOdinot Stanislas
 
Puneet Singla
Puneet SinglaPuneet Singla
Puneet Singlapsingla
 
Cassandra framework a service oriented distributed multimedia
Cassandra framework  a service oriented distributed multimediaCassandra framework  a service oriented distributed multimedia
Cassandra framework a service oriented distributed multimediaJoão Gabriel Lima
 
Microsoft HPC User Group
Microsoft HPC User Group Microsoft HPC User Group
Microsoft HPC User Group sjwoodman
 
Aplications for machine learning in IoT
Aplications for machine learning in IoTAplications for machine learning in IoT
Aplications for machine learning in IoTYashesh Shroff
 
1-s2.0-S0957417422020759-main.pdf
1-s2.0-S0957417422020759-main.pdf1-s2.0-S0957417422020759-main.pdf
1-s2.0-S0957417422020759-main.pdfarchurssu
 
IRJET- Hand Sign Recognition using Convolutional Neural Network
IRJET- Hand Sign Recognition using Convolutional Neural NetworkIRJET- Hand Sign Recognition using Convolutional Neural Network
IRJET- Hand Sign Recognition using Convolutional Neural NetworkIRJET Journal
 
Ubiquitous Computing and Context-Aware Services
Ubiquitous Computing and Context-Aware ServicesUbiquitous Computing and Context-Aware Services
Ubiquitous Computing and Context-Aware ServicesKuncoro Wastuwibowo
 
MICE: Monitoring and modelIng of Context Evolution
MICE: Monitoring and modelIng of Context EvolutionMICE: Monitoring and modelIng of Context Evolution
MICE: Monitoring and modelIng of Context EvolutionLuca Berardinelli
 
Application-Aware Big Data Deduplication in Cloud Environment
Application-Aware Big Data Deduplication in Cloud EnvironmentApplication-Aware Big Data Deduplication in Cloud Environment
Application-Aware Big Data Deduplication in Cloud EnvironmentSafayet Hossain
 
Data-intensive profile for the VAMDC
Data-intensive profile for the VAMDCData-intensive profile for the VAMDC
Data-intensive profile for the VAMDCAstroAtom
 
Unity: Because the Sum is Greater than the Parts
Unity: Because the Sum is Greater than the PartsUnity: Because the Sum is Greater than the Parts
Unity: Because the Sum is Greater than the PartsInside Analysis
 
Impact of Soft Errors in Silicon on Reliability and Availability of Servers
Impact of Soft Errors in Silicon on Reliability and Availability of ServersImpact of Soft Errors in Silicon on Reliability and Availability of Servers
Impact of Soft Errors in Silicon on Reliability and Availability of ServersIshwar Parulkar
 
Chi2011 Case Study: Interactive, Dynamic Sparklines
Chi2011 Case Study: Interactive, Dynamic SparklinesChi2011 Case Study: Interactive, Dynamic Sparklines
Chi2011 Case Study: Interactive, Dynamic SparklinesLeo Frishberg
 

Similar to Data-Intensive Research (20)

Model-Based Visual Software Specification
Model-Based Visual Software SpecificationModel-Based Visual Software Specification
Model-Based Visual Software Specification
 
Tim Malthus_Towards standards for the exchange of field spectral datasets
Tim Malthus_Towards standards for the exchange of field spectral datasetsTim Malthus_Towards standards for the exchange of field spectral datasets
Tim Malthus_Towards standards for the exchange of field spectral datasets
 
Big Data Beyond Hadoop*: Research Directions for the Future
Big Data Beyond Hadoop*: Research Directions for the FutureBig Data Beyond Hadoop*: Research Directions for the Future
Big Data Beyond Hadoop*: Research Directions for the Future
 
Leonid sheremetov
Leonid sheremetovLeonid sheremetov
Leonid sheremetov
 
Leonid sheremetov
Leonid sheremetovLeonid sheremetov
Leonid sheremetov
 
Sensor Data Management
Sensor Data ManagementSensor Data Management
Sensor Data Management
 
Puneet Singla
Puneet SinglaPuneet Singla
Puneet Singla
 
Cassandra framework a service oriented distributed multimedia
Cassandra framework  a service oriented distributed multimediaCassandra framework  a service oriented distributed multimedia
Cassandra framework a service oriented distributed multimedia
 
Microsoft HPC User Group
Microsoft HPC User Group Microsoft HPC User Group
Microsoft HPC User Group
 
Aplications for machine learning in IoT
Aplications for machine learning in IoTAplications for machine learning in IoT
Aplications for machine learning in IoT
 
1-s2.0-S0957417422020759-main.pdf
1-s2.0-S0957417422020759-main.pdf1-s2.0-S0957417422020759-main.pdf
1-s2.0-S0957417422020759-main.pdf
 
IRJET- Hand Sign Recognition using Convolutional Neural Network
IRJET- Hand Sign Recognition using Convolutional Neural NetworkIRJET- Hand Sign Recognition using Convolutional Neural Network
IRJET- Hand Sign Recognition using Convolutional Neural Network
 
Ubiquitous Computing and Context-Aware Services
Ubiquitous Computing and Context-Aware ServicesUbiquitous Computing and Context-Aware Services
Ubiquitous Computing and Context-Aware Services
 
MICE: Monitoring and modelIng of Context Evolution
MICE: Monitoring and modelIng of Context EvolutionMICE: Monitoring and modelIng of Context Evolution
MICE: Monitoring and modelIng of Context Evolution
 
Application-Aware Big Data Deduplication in Cloud Environment
Application-Aware Big Data Deduplication in Cloud EnvironmentApplication-Aware Big Data Deduplication in Cloud Environment
Application-Aware Big Data Deduplication in Cloud Environment
 
CLIM Program: Remote Sensing Workshop, An Introduction to Systems and Softwar...
CLIM Program: Remote Sensing Workshop, An Introduction to Systems and Softwar...CLIM Program: Remote Sensing Workshop, An Introduction to Systems and Softwar...
CLIM Program: Remote Sensing Workshop, An Introduction to Systems and Softwar...
 
Data-intensive profile for the VAMDC
Data-intensive profile for the VAMDCData-intensive profile for the VAMDC
Data-intensive profile for the VAMDC
 
Unity: Because the Sum is Greater than the Parts
Unity: Because the Sum is Greater than the PartsUnity: Because the Sum is Greater than the Parts
Unity: Because the Sum is Greater than the Parts
 
Impact of Soft Errors in Silicon on Reliability and Availability of Servers
Impact of Soft Errors in Silicon on Reliability and Availability of ServersImpact of Soft Errors in Silicon on Reliability and Availability of Servers
Impact of Soft Errors in Silicon on Reliability and Availability of Servers
 
Chi2011 Case Study: Interactive, Dynamic Sparklines
Chi2011 Case Study: Interactive, Dynamic SparklinesChi2011 Case Study: Interactive, Dynamic Sparklines
Chi2011 Case Study: Interactive, Dynamic Sparklines
 

More from Jano van Hemert

20130227 supa-pals-challenges-in-retinal-imaging
20130227 supa-pals-challenges-in-retinal-imaging20130227 supa-pals-challenges-in-retinal-imaging
20130227 supa-pals-challenges-in-retinal-imagingJano van Hemert
 
Advanced Data Mining and Integration Research for Europe (ADMIRE)
Advanced Data Mining and Integration Research for Europe (ADMIRE)Advanced Data Mining and Integration Research for Europe (ADMIRE)
Advanced Data Mining and Integration Research for Europe (ADMIRE)Jano van Hemert
 
Towards Supporting Data-Intensive Research
Towards Supporting Data-Intensive ResearchTowards Supporting Data-Intensive Research
Towards Supporting Data-Intensive ResearchJano van Hemert
 
Rapid Giving Computational Science A Friendly Face
Rapid Giving Computational Science A Friendly FaceRapid Giving Computational Science A Friendly Face
Rapid Giving Computational Science A Friendly FaceJano van Hemert
 
Next Generation Embryology
Next Generation EmbryologyNext Generation Embryology
Next Generation EmbryologyJano van Hemert
 

More from Jano van Hemert (6)

20130227 supa-pals-challenges-in-retinal-imaging
20130227 supa-pals-challenges-in-retinal-imaging20130227 supa-pals-challenges-in-retinal-imaging
20130227 supa-pals-challenges-in-retinal-imaging
 
Data-Intensive Research
Data-Intensive ResearchData-Intensive Research
Data-Intensive Research
 
Advanced Data Mining and Integration Research for Europe (ADMIRE)
Advanced Data Mining and Integration Research for Europe (ADMIRE)Advanced Data Mining and Integration Research for Europe (ADMIRE)
Advanced Data Mining and Integration Research for Europe (ADMIRE)
 
Towards Supporting Data-Intensive Research
Towards Supporting Data-Intensive ResearchTowards Supporting Data-Intensive Research
Towards Supporting Data-Intensive Research
 
Rapid Giving Computational Science A Friendly Face
Rapid Giving Computational Science A Friendly FaceRapid Giving Computational Science A Friendly Face
Rapid Giving Computational Science A Friendly Face
 
Next Generation Embryology
Next Generation EmbryologyNext Generation Embryology
Next Generation Embryology
 

Recently uploaded

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businesspanagenda
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024Rafal Los
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024The Digital Insurer
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherRemote DBA Services
 

Recently uploaded (20)

Why Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire businessWhy Teams call analytics are critical to your entire business
Why Teams call analytics are critical to your entire business
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024Manulife - Insurer Innovation Award 2024
Manulife - Insurer Innovation Award 2024
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Strategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a FresherStrategies for Landing an Oracle DBA Job as a Fresher
Strategies for Landing an Oracle DBA Job as a Fresher
 

Data-Intensive Research

  • 1. "'()*+!,& '$-$.()-")#(/" !"#"$!%& Jano van Hemert research.nesc.ac.uk
  • 2. Efficient distributed systems Computer Science Research Effective algorithms Data-intensive computing
  • 3. Efficient distributed Reusable computational systems models Computer Science Interdisciplinary Research Applications Effective Intuitive algorithms Data-intensive Collaborative interfaces computing environments New conceptual models for systems
  • 4. Developmental Medical Emergency Chemistry Response Biology Genetics Reusable computational models alpha release of a combined earth- quake selection and waveform selec- tion service combining the EMSC and Real-time access to European BB data successively increasing The Virtual European Broad-band the ORFEUS services. The web por- Seismograph Network (VEBSN) is tal also includes a first test version steadily increasing its size. Currently of the underlying software structure more then 270 stations are contrib- Interdisciplinary of the distributed archive services of uting data to the VEBSN in near real- the Integrated European Distributed time. For some tens of these stations Archive (EIDA) for waveform data. we still need to compile the instru- The alpha release implies that a mentation and data details (data- test version of the current service is less Seed volumes). An example of made accessible for a selected group the earthquake in Greece on Febru- Applications of scientist that are willing to test it ary 14, 2008 illustrates the available and recommend modifications. In- data. The VEBSN is a joint initiative terested seismologists, student, re- of European-Mediterranean seismo- searcher or network operator, are logical networks. More information encouraged to contact the NERIES can be obtained from www.orfeus- Project Office if they are interested eu.org/Data-info/vebsn.html. to test the services. A short video Intuitive presentation is available (http:// Figure 3. The Greek earthquake of February 14, 2008 as recorded by the vertical component of broadband www.neries-eu.org/main.php/demo. stations of the VEBSN (mainly in the European-Medi- terranean area) and made available by ORFEUS. The wmv?fileitem=8798210). Alessan- VEBSN is currently still expanding. Collaborative Brain dro Spinuso, Sergio Rives, Luca Tra- Neuro- Quantitative ni, Phetaphone Thomy, Rémy Bossu, interfaces Seismology Torild van Eck. (See figure 2 below.) informatics Genetics Imaging environments
  • 5. Computional Domain Thinkers Specialists Creating Formulation Interaction Data models & Experiments & computational knowledge methods creation Mapping Steering Data-Intensive Engineers Execution Implementations, compute & data resources "'()*+!,& '$-$.()-")#(/" !"#"$!%&
  • 6. Computional Domain Thinkers Specialists Creating Formulation Interaction Data models & Experiments & computational knowledge methods creation Mapping Steering Data-Intensive Engineers Execution Implementations, compute & data resources
  • 7. Interaction Experiments & knowledge creation Steering Data-Intensive Engineers Execution
  • 8. Interaction Experiments & knowledge creation Steering Data-Intensive Engineers Execution
  • 9. ! !
  • 10. ! Figure 3: Screenshots of the DGEMap Web Portal, showing the facility for adding new project details to the database. Page 2 Deliverable D2.8 Design Study Contract number 011993 !
  • 11. ? ! Figure 3: Screenshots of the DGEMap Web Portal, showing the facility for adding new project details to the database. Page 2 Deliverable D2.8 Design Study Contract number 011993 ! ?
  • 12.
  • 13.
  • 14.
  • 15.
  • 16. Scaling • More users able to join in • Deal with more experiments • Better reproducibility (in progress) Want your own scientific computing portal? Ask me!
  • 17. Computional Domain Thinkers Specialists Creating Formulation Interaction Data models & Experiments & computational knowledge methods creation Mapping Steering Data-Intensive Engineers Execution Implementations, compute & data resources
  • 18. Formulation Data models & computational methods Mapping Data-Intensive Engineers Execution
  • 19. Formulation Data models & computational methods Classification of Gene MappingPatterns Expression Data-Intensive Engineers Execution
  • 20. Testing phase Training phase Manual Image Image Annotations integration processing Image processing Feature Formulation Feature generation Images generation Feature Feature selection/ selection/ Deployment phase extraction extraction Apply classifier Automatic Prediction Classifier annotations evaluation construction Java
  • 21. Testing phase Training phase Manual Image Image Annotations integration processing Image processing Feature Formulation Feature generation Images generation Feature Feature selection/ selection/ Deployment phase extraction extraction Apply classifier Automatic Prediction Classifier annotations evaluation construction Data-Intensive Systems Process /* import non-universal components from the computational environment */ import uk.org.ogsadai.SQLQuery; //get definition of SQLQuery Engineering Language import uk.org.ogsadai.TupleToWebRowSetCharArrays; // serialisation import uk.org.ogsadai.DeliverToRequestStatus; /* construct and identify instances of the PE */ SQLQuery query = new SQLQuery(); Java TupleToWebRowSetCharArrays wrs = new TupleToWebRowSetCharArrays(); DeliverToRequestStatus del = new DeliverToRequestStatus(); /* form connection c1 with an explicit literal stream expression as its source and query as its destination */ String q1 = "SELECT * FROM weather"; |- q1 -| => expression->query; String resourceID = "MySQLResource"; |- resourceID -| => resource->query; query->data => data->wrs; wrs->result => input->del;
  • 22. Testing phase Training phase Manual Image Image Annotations integration processing Image processing Feature Formulation Feature generation Images generation Feature Feature selection/ selection/ Deployment phase extraction extraction Apply classifier Automatic Prediction Classifier annotations evaluation construction Data-Intensive Systems Process /* import non-universal components from the computational environment */ import uk.org.ogsadai.SQLQuery; //get definition of SQLQuery Engineering Language import uk.org.ogsadai.TupleToWebRowSetCharArrays; // serialisation import uk.org.ogsadai.DeliverToRequestStatus; /* construct and identify instances of the PE */ SQLQuery query = new SQLQuery(); Java TupleToWebRowSetCharArrays wrs = new TupleToWebRowSetCharArrays(); DeliverToRequestStatus del = new DeliverToRequestStatus(); /* form connection c1 with an explicit literal stream expression as its source and query as its destination */ String q1 = "SELECT * FROM weather"; |- q1 -| => expression->query; String resourceID = "MySQLResource"; |- resourceID -| => resource->query; query->data => data->wrs; wrs->result => input->del;
  • 23. Testing phase Training phase Manual Image Image Annotations integration processing Image processing Feature Formulation Feature generation Images generation OGSA-DAI Feature Feature selection/ selection/ Deployment phase extraction extraction Apply classifier Automatic Prediction Classifier annotations evaluation construction Data-Intensive Systems Process /* import non-universal components from the computational environment */ import uk.org.ogsadai.SQLQuery; //get definition of SQLQuery Engineering Language import uk.org.ogsadai.TupleToWebRowSetCharArrays; // serialisation import uk.org.ogsadai.DeliverToRequestStatus; /* construct and identify instances of the PE */ SQLQuery query = new SQLQuery(); Java TupleToWebRowSetCharArrays wrs = new TupleToWebRowSetCharArrays(); DeliverToRequestStatus del = new DeliverToRequestStatus(); /* form connection c1 with an explicit literal stream expression as its source and query as its destination */ String q1 = "SELECT * FROM weather"; |- q1 -| => expression->query; String resourceID = "MySQLResource"; |- resourceID -| => resource->query; query->data => data->wrs; wrs->result => input->del;
  • 24.                                                      
  • 25.                                                                                                                                                                                                                                                                                                                   
  • 26.
  • 27. TS23.embryo.organ system.sensory organ.nose.nasal cavity.epithelium.olfactory TS23.embryo.organ system.visceral organ.alimentary system.oral region.upper jaw.tooth.incisor TS23.embryo.organ system.visceral organ.alimentary system.oral region.lower jaw.tooth.incisor TS23.embryo.organ system.visceral organ.liver and biliary system.liver.lobe
  • 28. Data mining results Table 1. The preliminary result of classification performance using 10-fold validation hhhh h hhClassification Performance hhhh hhhh Sensitivity Specificity Gene expression hh h Humerus 0.7525 0.7921 Handplate 0.7105 0.7231 Fibula 0.7273 0.718 Tibia 0.7467 0.7451 Femur 0.7241 0.7345 Ribs 0.5614 0.7538 Petrous part 0.7903 0.7538 Scapula 0.7882 0.7099 Head mesenchyme 0.7857 0.5507 Note: Sensitivity: true positive rate. Specificity: true negative rate. How good we can predict it is there 5 Conclusion and Future Work How good we can predict it is not there
  • 29. Scaling • Size of experiment • Volume of data • Available resources Want your own (distributed) data integration & mining? Ask me!
  • 30. Computional Domain Thinkers Specialists Creating Formulation Interaction Data models & Experiments & computational knowledge methods creation Mapping Steering Data-Intensive Engineers Execution Implementations, compute & data resources
  • 31. D Sp Creating n Inte & Exp l kn c
  • 32. Spatial atlases for developmental biology D Sp Creating n Inte & Exp l kn c
  • 33. Next Generation Embryology ≈ Google Maps for Developmental Biology http://research.nesc.ac.uk/nextgenerationembryology
  • 35. Scaling • Larger collaborations • Handle more & diverse knowledge • Speed-up “Fourth Paradigm” (http://bit.ly/dwQzYe) Want your own 3D visualisation & annotation? Ask me!
  • 36. Multi-disciplinary [1] D. Rodr´ıguez Gonz´lez, T. Carpenter, J.I. van Hemert, and J. Wardlaw. An open source toolkit for a medical imaging de-identification. European Radiology, page First Online, 2010. [2] R.R. Kitchen, V.S. Sabine, A.H. Sims, E.J. Macaskill, L. Renshaw, J.S. Thomas, J.I. van Hemert, J.M. Dixon, and J.M.S. Bartlett. Correcting for intra-experiment variation in illumina beadchip data is necessary to generate robust gene-expression profiles. BMC Genomics, 11, 2010. [3] C.A. Morrison, N. Robertson, A. Turner, J. van Hemert, and J. Koetsier. Molecular Orbital Calculations of Inorganic Compounds, chapter 3.33, pages 261–267. Wiley-VCH, 3 edition, 2010. [4] Ales Tichopad, Tzachi Bar, Ladislav Pecen, Robert R. Kitchen, Mikael Kubista, and Michael W. Pfaffl. Quality control for quantitative pcr based on amplification compatibility test. Methods, 50:308–312, 2010. [5] Robert R. Kitchen, Mikael Kubista, and Ales Tichopad. Statistical aspects of quantitative real-time pcr experiment design. Methods, 50:231–236, 2010. [6] J. Koetsier, A. Turner, P. Richardson, and J.I. van Hemert. Rapid chemistry portals through engaging researchers. In IEEE 5th International Conference on e-Science, page In press, 2009. [7] Liangxiu Han, Jano van Hemert, Richard Baldock, and Malcolm P. Atkinson. Automating gene expression annotation for mouse embryo. In Ronghuai Huang; Qiang Yang; Jian Pei et al., editor, Advanced Data Mining and Applications, 5th International Conference, volume LNAI 5678. Springer, 2009. [8] J. O’Donoghue and J.I. van Hemert. Using the DCC Lifecycle Model to curate a gene expression database: A case study. International Journal of Digital Curation, page In press, 2009. [9] J.D. Armstrong and J.I. van Hemert. Towards a virtual fly brain. Philosophical Transactions A, 367(1896):2387–2397, June 2009.
  • 37. Multi-disciplinary [1] D. Rodr´ıguez Gonz´lez, T. Carpenter, J.I. van Hemert, and J. Wardlaw. An open source toolkit for a medical imaging de-identification. European Radiology, page First Online, 2010. [2] R.R. Kitchen, V.S. Sabine, A.H. Sims, E.J. Macaskill, L. Renshaw, J.S. Thomas, J.I. van Hemert, J.M. Dixon, and J.M.S. Bartlett. Correcting for intra-experiment variation in illumina beadchip data is necessary to generate robust gene-expression profiles. BMC Genomics, 11, 2010. [3] C.A. Morrison, N. Robertson, A. Turner, J. van Hemert, and J. Koetsier. Molecular Orbital Calculations of Inorganic Compounds, chapter 3.33, pages 261–267. Wiley-VCH, 3 edition, 2010. [4] Ales Tichopad, Tzachi Bar, Ladislav Pecen, Robert R. Kitchen, Mikael Kubista, and Michael W. Pfaffl. Quality control for quantitative pcr based on amplification compatibility test. Methods, 50:308–312, 2010. [5] Robert R. Kitchen, Mikael Kubista, and Ales Tichopad. Statistical aspects of quantitative real-time pcr experiment design. Methods, 50:231–236, 2010. [6] J. Koetsier, A. Turner, P. Richardson, and J.I. van Hemert. Rapid chemistry portals through engaging researchers. In IEEE 5th International Conference on e-Science, page In press, 2009. [7] Liangxiu Han, Jano van Hemert, Richard Baldock, and Malcolm P. Atkinson. Automating gene expression annotation for mouse embryo. In Ronghuai Huang; Qiang Yang; Jian Pei et al., editor, Advanced Data Mining and Applications, 5th International Conference, volume LNAI 5678. Springer, 2009. [8] J. O’Donoghue and J.I. van Hemert. Using the DCC Lifecycle Model to curate a gene expression database: A case study. International Journal of Digital Curation, page In press, 2009. [9] J.D. Armstrong and J.I. van Hemert. Towards a virtual fly brain. Philosophical Transactions A, 367(1896):2387–2397, June 2009.
  • 38. "'()*+!,& Jano van Hemert—j.vanhemert@ed.ac.uk '$-$.()-")#(/" !"#"$!%& Academics Malcolm Atkinson Research Assistants Jos Koetsier Liangxiu Han David Rodriguez Gagarine Yaikhom Laura Valkonen PhD Students Thomas French Luna De Ferrari Rob Kitchen Chee-Sun Liew IDEA Lab 29: Fan Zhu Research Students A scientific gateway for real time Gary, Vijay, Hwee, Yue, geophysical experiments Charalampos, Jeff, Gideon, Charis, Gareth, Harika, Andrejs http://research.nesc.ac.uk/partners/

Editor's Notes

  1. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  2. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  3. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  4. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  5. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  6. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  7. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  8. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  9. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  10. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  11. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  12. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  13. * Research focuses on progressing computer science * by evaluating both generic and tailored methodologies * in a multidisciplinary context with * rich use cases to test hypotheses
  14. * Formulation = an abstract description of the data-intensive challenge * Execution = an implementation of the challenge that runs on a computational platform * Interaction = necessary to manage the formulation process and to steer the execution
  15. * Formulation = an abstract description of the data-intensive challenge * Execution = an implementation of the challenge that runs on a computational platform * Interaction = necessary to manage the formulation process and to steer the execution
  16. * Formulation = an abstract description of the data-intensive challenge * Execution = an implementation of the challenge that runs on a computational platform * Interaction = necessary to manage the formulation process and to steer the execution
  17. * Formulation = an abstract description of the data-intensive challenge * Execution = an implementation of the challenge that runs on a computational platform * Interaction = necessary to manage the formulation process and to steer the execution
  18. * scaling 1: rapid to portal building * scaling 2: portal to gaussian use (140 students) * mention myExperiment
  19. * scaling 1: rapid to portal building * scaling 2: portal to gaussian use (140 students) * mention myExperiment
  20. * scaling 1: rapid to portal building * scaling 2: portal to gaussian use (140 students) * mention myExperiment
  21. * scaling 1: rapid to portal building * scaling 2: portal to gaussian use (140 students) * mention myExperiment
  22. * Formulation = an abstract description of the data-intensive challenge * Execution = an implementation of the challenge that runs on a computational platform * Interaction = necessary to manage the formulation process and to steer the execution
  23. * Formulation = an abstract description of the data-intensive challenge * Execution = an implementation of the challenge that runs on a computational platform * Interaction = necessary to manage the formulation process and to steer the execution
  24. * Formulation = an abstract description of the data-intensive challenge * Execution = an implementation of the challenge that runs on a computational platform * Interaction = necessary to manage the formulation process and to steer the execution
  25. * Formulation = an abstract description of the data-intensive challenge * Execution = an implementation of the challenge that runs on a computational platform * Interaction = necessary to manage the formulation process and to steer the execution
  26. * Formulation = an abstract description of the data-intensive challenge * Execution = an implementation of the challenge that runs on a computational platform * Interaction = necessary to manage the formulation process and to steer the execution
  27. * Formulation = an abstract description of the data-intensive challenge * Execution = an implementation of the challenge that runs on a computational platform * Interaction = necessary to manage the formulation process and to steer the execution