Title: How to make a presentation (Oral and Poster)
1How to make a presentation (Oral and Poster)
- Dr. Bernard Chen Ph.D.
- University of Central Arkansas
- July 5th
- HIT_at_UCA Applied Research in Healthy Information
2Outline
- Presentation Overview
- Poster Presentation
- Oral Presentation
- My presentation in conference
3Important things to look for conferences
- CFP call for papers
- Example http//www.cs.gsu.edu/BIBM2011/?qnode/6
- Relevant Topics
- Important Dates
-
4Presentation Overview
5Presentation Overview
- Accepted paper type
- Oral Presentation (usually 1520 minutes
presentation, 5 minutes for questions) - Regular research paper
- Short research paper
- Poster Presentation
- Poster paper
- Example http//acmbcb.org/accepted-regular-papers
/
6Presentation Overview
- Dress Code Business Casual
- Not necessary wear a suit
- Shirt, pant, with a tie would be perfect
7Outline
- Presentation Overview
- Poster Presentation
- Oral Presentation
- My presentation in conference
8Poster Presentation
- So what then makes for an effective poster?
9 10 11First of all title
- Title is the most important thing to attract
audience - Do NOT typeset the title in all capital letters
(Hard to read) - Put key words in Title
12Second the purpose
- 10 seconds is about the time that a person can
spend to recognize the work - Clearly define the purpose of the paper
- The type is large enough to read
13Third, sections
- Clearly separate each section
- Introduction (This part should include the main
research purpose) - Methods
- Results
- Conclusion
- Not everyone will read all sections
14Fourth, easy reading sections
- the poster should NOT contain large blocks of
text. - Nor the long sentences
15 16Making Poster
- Here is one poster template in power point format
- Use file gt page setup to change the size of
your poster
17Outline
- Presentation Overview
- Poster Presentation
- Oral Presentation
- My presentation in an actual conference
18Oral Presentation
- Understand the background of your audience
19Oral Presentation
- Presentation style
- Never read word to word in your slides
- Short sentences in your slides
- Eye contact
- Enthusiastic in your presentation
20Oral Presentation
- Contents
- Most important three pages
- First page Title page introduction
- Second page Outlines
- Last page Thank you and Question page
21Oral Presentation
- Contents
- Main Presentation Body
- The main purpose of your research
- Methods
- Data
- Results
- Conclusion and future works
22Oral Presentation
- Practice makes it perfect
- Finish the presentation slides two weeks before
the D-day - Rehearse at least two times with your advisor
- Practice at least once/day, start one week before
the D-day
23Oral Presentation
- Arrive the room at least 15 minutes prior to the
start of the session - Bring your laptop is always safe
- Make two copy of your presentation in your jump
drive and in your email
24Outline
- Presentation Overview
- Poster Presentation
- Oral Presentation
- My presentation in conference
25Clustering on Protein Sequence Motifs using SCAN
and Positional Association Rule Algorithms
- Dr. Bernard Chen Ph.D.
- Assistant Professor
- Department of Computer Science
- University of Central Arkansas
- USA
- July 18-21, Las Vegas, NV
26Outline
- Introduction
- Methods
- Positional Association Rule
- SCAN
- Dataset
- Results
- Conclusion
27Protein Primary, Secondary, and Tertiary Structure
28Protein Sequence Motif
- Although there are 20 amino acids, the
construction of protein primary structure is not
randomly choose among those amino acids - Sequence Motif
- A relatively small number of functionally or
structurally conserved sequence patterns that
occurs repeatedly in a group of related proteins.
29Goal of the our group
- The main purpose is trying to obtain and extract
protein sequence motifs which are universally
conserved and across protein family boundaries. - Discuss the hidden relation between protein
Primary sequences and their Tertiary structure
30The Main purpose of this paper
- In order to obtain the DNA/protein sequence
motifs information, fixing the length of sequence
segments is usually necessary. - Due to the fixed size, they might deliver a
number of similar motifs simply shifted by
several bases or including mismatches
31mismatches and shifted by several bases problem
- In this paper, we deal with mismatches problem
32Outline
- Introduction
- Methods
- Positional Association Rule
- SCAN
- Dataset
- Results
- Conclusion
33Association Rules
34Association Rules
- support, s, probability that a transaction
contains X ? Y - confidence, c, conditional probability that a
transaction having X also contains Y
35Association Rules
- Support (AgtB) 3/5
- Confidence (AgtB) 3/3
36Positional Association Rules Example
37Positional Association Rules
38Positional Association Rules AgtD minimum
distance assurance 60
39Positional Association Rules
- By applying positional association rules into our
data set, we obtain two type of rules - Rules with distance 0 , and
- Rules with distance not 0
40Directed graph generated from positional
association rules with distance 0
41Outline
- Introduction
- Methods
- Positional Association Rule
- SCAN
- Dataset
- Results
- Conclusion
42Structural Clustering Algorithm for Networks
(SCAN)
- SCAN was originally designed for Network
clustering
43Structural Clustering Algorithm for Networks
(SCAN)
- SCAN has two parameters
- e Similarity threshold
- µ Minimum number of members in a cluster
44Structural Clustering Algorithm for Networks
(SCAN)
- Similarity is calculated by
- G(E)E,B
- G(B)E,B,A,C,D
- which is the example of
- s(E,B)G(E) n G(B) / sqrt(num(G(E) )num(G(B)))
- 2/ sqrt(25) 0.63
45Outline
- Introduction
- Methods
- Positional Association Rule
- SCAN
- Dataset
- Results
- Conclusion
46Dataset
- In our previous work, we discovered 343 protein
sequence motifs from 2710 protein sequences - So we mapped those sequences back to those
protein sequences
47Dataset
- Therefore, the dataset we work on equals to 2710
transactions and 343 data items
48Evaluation of the cluster
- The quality of the cluster is evaluated by
secondary structural similarity - If the structural homology for a cluster exceeds
70, the cluster can be considered structurally
identical.
49Outline
- Introduction
- Methods
- Positional Association Rule
- SCAN
- Dataset
- Results
- Conclusion
50Distance Assurance effects most e0.3 seems
generating good results
EPS
51µs effect on the results
52Outline
- Introduction
- Methods
- Positional Association Rule
- SCAN
- Dataset
- Results
- Conclusion
53Conclusion
- In this paper, we combine positional association
rule and SCAN algorithm to alleviate the mismatch
problem caused by fixed window size approach. - We show that the positional association rule
algorithm can also be used as clustering manner
54Future work
- Find the optimal parameters
- Improve SCAN into directed graph
55Thanks!!