SlideShare a Scribd company logo
1 of 7
This is where you start actually writing. Section 1, as we have
discussed is about demonstrating your knowledge of core
principles, concepts and theories in your field. Key words in
that statement are "demonstrate"......ok, there's only one! :) The
most common mistake in this section is that you discuss but do
not demonstrate.
Another key to this sentence: Notice that there is nothing in
there about classes. We do not want class descriptions - we can
look those up in the catalog. We do not want lists of projects
you had to do in each class. Focus on the core skills,
principles, concepts.....In Graphics class, for example, what is
one of the theories you MUST know? Talk about - and then
demonstrate that you know it. Tell the story of that concept.
Be brief, be specific, then add an example to demonstrate. A
chart, a graph, a picture....You may use links as long as you
discuss the concept and lead people to the link.
This entire section is maybe 1 1/2 to 2 pages of writing. You
will add pictures, charts, graphs, etc.
Finally one more thing to focus on: Writing. Grammar.
English...this is a technical paper that might represent you and
OSU in the industry. Watch your grammar!
Skeleton Outline Format
Thesis/Central Idea
I. Attention: A sentence summarizing your attention-getting
strategy
Transition
II. Main Point 1 (A sentence summarizing the point. This might
be the need if you’re doing Monroe’s Motivated Sequence or the
problem if you’re doing problem cause solution, the standard of
judgment if you’re doing value, etc.).
A. A sentence or two indicating what you want to say/do in this
point. Do you want to establish how big/serious this problem is?
Show the harms or negative effects? Use one type of evidence
or support? Define and explain the issue?
Transition
III. Main Point 2 (A sentence summarizing the point you want
to make here. It might be Satisfaction if doing MMS, Cause if
doing problem cause solution, etc)
A. Sentence or two indicating what you want to say/do here.
Are you going to use a different type of evidence to make your
point? Show us why a problem is happening? Prove that your
plan/solution can work?
Transition
IV. Main Point 3 (if needed--most speeches will do 3 main
points, but it’s possible to have a speech work with just two big
ones). This might be solution, visualization, etc.
A. Sentence or two indicating what you want to do here. Do you
want to prove how this plan solve the problem, explain how to
fix the issue? Show why one solution is better than another?
Transition
V. Conclusion: A sentence indicating what you want to do in the
conclusion.
Research on Hand/Research Wanted
Here you should fill out what research/evidence (if any) you
already have and what kinds of evidence/research you would
still want. Do you want, for example statistics or studies
showing the scope of a problem? Expert testimony to explain
why something is happening? Examples to help illustrate a
complex idea?
Example: Persuasive Speech on NYC Boroughs
Central Idea: Queens is the superior borough in NYC due to its
economic vitality, ethnic diversity, and sports/arts profile
I. Attention: “Everyone knows NYC is the greatest city in the
world, and we ALL know that Staten Island is the worst of the
five boroughs. So far, we’re all in agreement, but I’m going to
swim upstream here a little bit and shows you today why it’s
not gentrified Brooklyn, unlivable Manhattan, or the empty
Bronx that’s the best of the rest. It is, in fact, Queens.
Transition: One of the most important ways to measure the
impact of a region is in its economic output and profile.
II. Queens has a superior economic profile because it has high
employment, lots of different types of jobs, the most jobs
outside of Manhattan, a high proportion of small businesses,
and low cost of living.
B. I want to use different statistics and examples to show that
Queens has the second-most jobs outside of Manhattan and that
it has the most small businesses of any borough (using census
data and a report from the City). I also want to compare cost of
living by using average rent for Queens to Brooklyn,
Manhattan, the Bronx, and SI. I will also show how Queens
contains JFK and La Guardia, so it has all the economic impact
of NYC’s only New York airports.
Transition: But being employed and livable are not the only
benefits to Queens--it also has more ethnic diversity than any
other borough. It actually has more than any other city in the
U.S.
III. Main Point 2 Queens has incredible ethnic diversity which
makes for a rich environment and amazing dining options.
Queens is the most diverse county in New York, and by some
measures in the whole US (2001 study from Claritas). I want to
show that it has the largest population of Columbians,
Ecuadorians, Peruvians, Salvadorians, and houses almost 50%
of NYC’s Asian population. I’ll use Flushing and Astoria as
examples of amazing ethnic food in Queens and introduce the
idea of “culinary diversity.” Essentially, you can get more and
better types of food in Queens than anywhere else. Sure,
Manhattan may have expensive restaurants and Brooklyn may
have hipster pop-ups, but Queens is where the good food and
international food is at. Use a couple of restaurants as
examples, and maybe bringing in some study or ranking of best
restaurants/best neighborhoods to eat in.
Transition: But eating and living aren’t all you get from
Queens, so I’d like to tell you all why Queens has the best
sports and arts out there.
IV. Queens has the most-accessible and affordable NYC sports
and arts.
B. I know most of you are thinking about the Garden, Yankee
Stadium, and Barclays Center. But Queens has Citi Field, the
Billie Jean King Tennis Center, and the Aqueduct Racetrack. I’d
compare Mets ticket prices to Yankees ticket prices, and argue
that it’s a superior experience because of all the good food at
Citi Field (like Mama’s of Corona and the brewery built in the
stadium) and because it’s so much more affordable than Yankee
Stadium. Plus, the Mets have been to a World Series a lot more
recently than the Yankees. The U.S. Open is one of the 4
biggest tennis tournaments in the world, and it happens here in
Queens! It’s an international spectacle and draws audiences in a
way that none of the basketball/hockey arenas do. The aqueduct
racetrack has horse racing, and the Belmont stakes are partially
in Queens, so that almost counts. Finally, there’s so many
accessible and good art museums and public parks.
Transition
V. Conclusion: I want to wrap up by talking about how at
Queens you could live affordably, go to a baseball game, get
amazing food, and still have money left over while chumps in
an upper east side apartment have half the space, none of the
food options, and don’t even get a good view. I hope you’ll
reconsider how you view Queens. I may not have sold you that
it’s better than your favorite, but I hope you’ll keep these facts
in mind the next time you’re having this perennial debate with
your friends.
This section demonstrates that I have met the graduate
requirement of Computer Science Meng degree. I will
demonstrate my core knowledge for following three different
fields.
· Computer Vision and Graphics
· Artificial Intelligence
· Software Engineering
In computer vision and graphics field, the major concept is to
use open graphic library to write a program that can show the
graphics. To fully understand the major concepts, there are
several things need to know and I also have learned all of them
which shows below.
1. Texture mapping: I can use different texture to map on
different objects that can make the objects have different
outlooks. (figure 1)
2. Lighting: I can set up points light, spotlight, and directional
light to light where I want in a graphics. (figure 2)
3. Animation: I can animate the objects I set up by using time
function.
4. Shaders: using GPU to show the 3D objects on the screen
which is much faster.
5. Transparency: I can adjust the parameters in transparency
function to transparent the objects.
Figure 1 using different texture to create different planets
Figure 2 using different lighting mode to light the objects
How we can use those techniques to generate a graph we want is
the main knowledge I learned in this field. Let me explain you
how we can do this by building a solar system. First, you need
to use texture to map the picture of each planet on the object
you create. Second, using lighting to set up the light point at the
location where sun is. After that, adding the animation to let
every planet do revolution and rotation. Now, you can get a
rough solar system.
In Artificial Intelligence field, the major concepts are the
different models of machine learning and deep learning. In this
field, the main idea is to teach computer to do things like
human, so we will use a lot of data to train the machine with
different models. After training, we can let the machine do
anything we want. For example, the image classification, house
price prediction, etc. There are a lot of different models
including SVM, Random Forest, CNN, LSTM, and so on that
can use to train the data. In general, the basic ideas of what the
models do is to use a lot of data features to make prediction or
generate the result by computation. For example, imaging that
you would like to predict the price of a house, and you must
have a lot of features of that house like the size of the house,
the number of rooms in the house, etc. I can use that
information as inputs to the model, and I can get the output
until I achieve certain accuracy after computing multiple times.
As you can see, in figure 3, it shows an CNN model with the
inputs of image information and generate the outputs after
computation. Figure 3 CNN model implementation
In Software engineering field, the main concept is the
software developing methods. Most of the software projects
need a group of people cooperate together, so there are a lot of
software developing methods come up including waterfall and
agile.
Waterfall is a method that uses in the software with high risky
and security that cannot modify frequently. During the
developing period, everything needs to be considered rigorously
because we will not go back to previous step to modify the
software application. For instance, the autopilot of airplane that
we can’t make any mistakes on it due to human’s safety.
On the contrast, agile is a totally different software developing
method. Developers will meet up frequently, and the application
can be modified frequently depending on users’ requirements.
Hence, members in the team will do self-examination frequently
and make adjustment to let all working become more efficient. I
have implemented this method to do team project, so I realize
what each position should do in this method and what things
need to be done in each sprint of the agile developing method.
The concepts I mentioned above show that I have the core
knowledge in these three fields.

More Related Content

Similar to This is where you start actually writing.  Section 1, as we have d.docx

Charles Hackner, Felicia Anderson 6212-ECON-2302-Principles of Mic
Charles Hackner, Felicia Anderson 6212-ECON-2302-Principles of MicCharles Hackner, Felicia Anderson 6212-ECON-2302-Principles of Mic
Charles Hackner, Felicia Anderson 6212-ECON-2302-Principles of Mic
JinElias52
 

Similar to This is where you start actually writing.  Section 1, as we have d.docx (20)

Brief Essay Examples In 2021 Essay Examples, Essay,
Brief Essay Examples In 2021 Essay Examples, Essay,Brief Essay Examples In 2021 Essay Examples, Essay,
Brief Essay Examples In 2021 Essay Examples, Essay,
 
Guide On How To Write A Research Paper For Journa
Guide On How To Write A Research Paper For JournaGuide On How To Write A Research Paper For Journa
Guide On How To Write A Research Paper For Journa
 
Essay Outline Samples.pdf
Essay Outline Samples.pdfEssay Outline Samples.pdf
Essay Outline Samples.pdf
 
Sample Of Expository Essay Topics. Online assignment writing service.
Sample Of Expository Essay Topics. Online assignment writing service.Sample Of Expository Essay Topics. Online assignment writing service.
Sample Of Expository Essay Topics. Online assignment writing service.
 
Honors English Application Essay
Honors English Application EssayHonors English Application Essay
Honors English Application Essay
 
Fascinating College Admission Essays Thats
Fascinating College Admission Essays ThatsFascinating College Admission Essays Thats
Fascinating College Admission Essays Thats
 
Lesson 10 Writing A Position Paper.Docx. Online assignment writing service.
Lesson 10 Writing A Position Paper.Docx. Online assignment writing service.Lesson 10 Writing A Position Paper.Docx. Online assignment writing service.
Lesson 10 Writing A Position Paper.Docx. Online assignment writing service.
 
The Game Of Writing -- Where On The Board Are Yo
The Game Of Writing -- Where On The Board Are YoThe Game Of Writing -- Where On The Board Are Yo
The Game Of Writing -- Where On The Board Are Yo
 
College Essay Editing Revi
College Essay Editing ReviCollege Essay Editing Revi
College Essay Editing Revi
 
College Scholarships Without Essays
College Scholarships Without EssaysCollege Scholarships Without Essays
College Scholarships Without Essays
 
Georgia Tech Essay Prompt
Georgia Tech Essay PromptGeorgia Tech Essay Prompt
Georgia Tech Essay Prompt
 
Critical Essay For Heart Of Darkness. Online assignment writing service.
Critical Essay For Heart Of Darkness. Online assignment writing service.Critical Essay For Heart Of Darkness. Online assignment writing service.
Critical Essay For Heart Of Darkness. Online assignment writing service.
 
Essay 400-450 Words
Essay 400-450 WordsEssay 400-450 Words
Essay 400-450 Words
 
Learning English Essay Blogspot
Learning English Essay BlogspotLearning English Essay Blogspot
Learning English Essay Blogspot
 
Nice Phrases For Essay Writing. Online assignment writing service.
Nice Phrases For Essay Writing. Online assignment writing service.Nice Phrases For Essay Writing. Online assignment writing service.
Nice Phrases For Essay Writing. Online assignment writing service.
 
5 Paragraph Essay.pdf
5 Paragraph Essay.pdf5 Paragraph Essay.pdf
5 Paragraph Essay.pdf
 
How To Write A Rhetorical Analysis E. Online assignment writing service.
How To Write A Rhetorical Analysis E. Online assignment writing service.How To Write A Rhetorical Analysis E. Online assignment writing service.
How To Write A Rhetorical Analysis E. Online assignment writing service.
 
How To Write A Rhetorical Analysis E
How To Write A Rhetorical Analysis EHow To Write A Rhetorical Analysis E
How To Write A Rhetorical Analysis E
 
Charles Hackner, Felicia Anderson 6212-ECON-2302-Principles of Mic
Charles Hackner, Felicia Anderson 6212-ECON-2302-Principles of MicCharles Hackner, Felicia Anderson 6212-ECON-2302-Principles of Mic
Charles Hackner, Felicia Anderson 6212-ECON-2302-Principles of Mic
 
Topics For Cbse Essay Writing Competition
Topics For Cbse Essay Writing CompetitionTopics For Cbse Essay Writing Competition
Topics For Cbse Essay Writing Competition
 

More from glennf2

This is the other book link.Any questions please contact via[e.docx
This is the other book link.Any questions please contact via[e.docxThis is the other book link.Any questions please contact via[e.docx
This is the other book link.Any questions please contact via[e.docx
glennf2
 
This is two separate assignments that should agree with one another..docx
This is two separate assignments that should agree with one another..docxThis is two separate assignments that should agree with one another..docx
This is two separate assignments that should agree with one another..docx
glennf2
 
This is the second assignment.The file is attached.Due date is .docx
This is the second assignment.The file is attached.Due date is .docxThis is the second assignment.The file is attached.Due date is .docx
This is the second assignment.The file is attached.Due date is .docx
glennf2
 
This lab has two parts – please answer all parts.Lab 7 Biotechn.docx
This lab has two parts – please answer all parts.Lab 7 Biotechn.docxThis lab has two parts – please answer all parts.Lab 7 Biotechn.docx
This lab has two parts – please answer all parts.Lab 7 Biotechn.docx
glennf2
 
This is  a 2 part assignment.  Part 1The purpose of this as.docx
This is  a 2 part assignment.  Part 1The purpose of this as.docxThis is  a 2 part assignment.  Part 1The purpose of this as.docx
This is  a 2 part assignment.  Part 1The purpose of this as.docx
glennf2
 
This journal can be done as a stand-alone journal or in .docx
This journal can be done as a stand-alone journal or in .docxThis journal can be done as a stand-alone journal or in .docx
This journal can be done as a stand-alone journal or in .docx
glennf2
 
This journal assignment is a formative assignment for the current .docx
This journal assignment is a formative assignment for the current .docxThis journal assignment is a formative assignment for the current .docx
This journal assignment is a formative assignment for the current .docx
glennf2
 
THIS JOB IS A REPLY TO THE BELOW INFORMATION DONE BY STUDENT -(disc.docx
THIS JOB IS A REPLY TO THE BELOW INFORMATION DONE BY STUDENT -(disc.docxTHIS JOB IS A REPLY TO THE BELOW INFORMATION DONE BY STUDENT -(disc.docx
THIS JOB IS A REPLY TO THE BELOW INFORMATION DONE BY STUDENT -(disc.docx
glennf2
 
This is the text info pg 239 and 240 that the attached instructions .docx
This is the text info pg 239 and 240 that the attached instructions .docxThis is the text info pg 239 and 240 that the attached instructions .docx
This is the text info pg 239 and 240 that the attached instructions .docx
glennf2
 

More from glennf2 (20)

This is the other book link.Any questions please contact via[e.docx
This is the other book link.Any questions please contact via[e.docxThis is the other book link.Any questions please contact via[e.docx
This is the other book link.Any questions please contact via[e.docx
 
This is the second part to a team assignment. I have attach the fi.docx
This is the second part to a team assignment. I have attach the fi.docxThis is the second part to a team assignment. I have attach the fi.docx
This is the second part to a team assignment. I have attach the fi.docx
 
This is the prompt Explain the role of reason within theology as it.docx
This is the prompt Explain the role of reason within theology as it.docxThis is the prompt Explain the role of reason within theology as it.docx
This is the prompt Explain the role of reason within theology as it.docx
 
This is two separate assignments that should agree with one another..docx
This is two separate assignments that should agree with one another..docxThis is two separate assignments that should agree with one another..docx
This is two separate assignments that should agree with one another..docx
 
This is the second assignment.The file is attached.Due date is .docx
This is the second assignment.The file is attached.Due date is .docxThis is the second assignment.The file is attached.Due date is .docx
This is the second assignment.The file is attached.Due date is .docx
 
This is the worlds most famous operatic soprano at the moment, An.docx
This is the worlds most famous operatic soprano at the moment, An.docxThis is the worlds most famous operatic soprano at the moment, An.docx
This is the worlds most famous operatic soprano at the moment, An.docx
 
this is the second (of five)Critical Thinking Postsfor the c.docx
this is the second (of five)Critical Thinking Postsfor the c.docxthis is the second (of five)Critical Thinking Postsfor the c.docx
this is the second (of five)Critical Thinking Postsfor the c.docx
 
This lab has two parts – please answer all parts.Lab 7 Biotechn.docx
This lab has two parts – please answer all parts.Lab 7 Biotechn.docxThis lab has two parts – please answer all parts.Lab 7 Biotechn.docx
This lab has two parts – please answer all parts.Lab 7 Biotechn.docx
 
this journal have to talk about Movie the name of the movie is (Stai.docx
this journal have to talk about Movie the name of the movie is (Stai.docxthis journal have to talk about Movie the name of the movie is (Stai.docx
this journal have to talk about Movie the name of the movie is (Stai.docx
 
This is  a 2 part assignment.  Part 1The purpose of this as.docx
This is  a 2 part assignment.  Part 1The purpose of this as.docxThis is  a 2 part assignment.  Part 1The purpose of this as.docx
This is  a 2 part assignment.  Part 1The purpose of this as.docx
 
this journal have to talk about Movie the name of the movie is (Agur.docx
this journal have to talk about Movie the name of the movie is (Agur.docxthis journal have to talk about Movie the name of the movie is (Agur.docx
this journal have to talk about Movie the name of the movie is (Agur.docx
 
This journal can be done as a stand-alone journal or in .docx
This journal can be done as a stand-alone journal or in .docxThis journal can be done as a stand-alone journal or in .docx
This journal can be done as a stand-alone journal or in .docx
 
This journal assignment is a formative assignment for the current .docx
This journal assignment is a formative assignment for the current .docxThis journal assignment is a formative assignment for the current .docx
This journal assignment is a formative assignment for the current .docx
 
THIS JOB IS A REPLY TO THE BELOW INFORMATION DONE BY STUDENT -(disc.docx
THIS JOB IS A REPLY TO THE BELOW INFORMATION DONE BY STUDENT -(disc.docxTHIS JOB IS A REPLY TO THE BELOW INFORMATION DONE BY STUDENT -(disc.docx
THIS JOB IS A REPLY TO THE BELOW INFORMATION DONE BY STUDENT -(disc.docx
 
This is to be a 500 word discussion on the following Healthy people.docx
This is to be a 500 word discussion on the following Healthy people.docxThis is to be a 500 word discussion on the following Healthy people.docx
This is to be a 500 word discussion on the following Healthy people.docx
 
This is your fourth vocabulary quiz  It consists of the vocabulary .docx
This is your fourth vocabulary quiz  It consists of the vocabulary .docxThis is your fourth vocabulary quiz  It consists of the vocabulary .docx
This is your fourth vocabulary quiz  It consists of the vocabulary .docx
 
This is your final response essay. Sorry these last units could not .docx
This is your final response essay. Sorry these last units could not .docxThis is your final response essay. Sorry these last units could not .docx
This is your final response essay. Sorry these last units could not .docx
 
This is will a summary you cant not have more than 200 words. Pleas.docx
This is will a summary you cant not have more than 200 words. Pleas.docxThis is will a summary you cant not have more than 200 words. Pleas.docx
This is will a summary you cant not have more than 200 words. Pleas.docx
 
This is the text info pg 239 and 240 that the attached instructions .docx
This is the text info pg 239 and 240 that the attached instructions .docxThis is the text info pg 239 and 240 that the attached instructions .docx
This is the text info pg 239 and 240 that the attached instructions .docx
 
This is what I need, nothing more or less-All Is removed in th.docx
This is what I need, nothing more or less-All Is removed in th.docxThis is what I need, nothing more or less-All Is removed in th.docx
This is what I need, nothing more or less-All Is removed in th.docx
 

Recently uploaded

Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
PECB
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
ciinovamais
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 

Recently uploaded (20)

2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
2024-NATIONAL-LEARNING-CAMP-AND-OTHER.pptx
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
Ecological Succession. ( ECOSYSTEM, B. Pharmacy, 1st Year, Sem-II, Environmen...
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Python Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docxPython Notes for mca i year students osmania university.docx
Python Notes for mca i year students osmania university.docx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
Explore beautiful and ugly buildings. Mathematics helps us create beautiful d...
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104Nutritional Needs Presentation - HLTH 104
Nutritional Needs Presentation - HLTH 104
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 

This is where you start actually writing.  Section 1, as we have d.docx

  • 1. This is where you start actually writing. Section 1, as we have discussed is about demonstrating your knowledge of core principles, concepts and theories in your field. Key words in that statement are "demonstrate"......ok, there's only one! :) The most common mistake in this section is that you discuss but do not demonstrate. Another key to this sentence: Notice that there is nothing in there about classes. We do not want class descriptions - we can look those up in the catalog. We do not want lists of projects you had to do in each class. Focus on the core skills, principles, concepts.....In Graphics class, for example, what is one of the theories you MUST know? Talk about - and then demonstrate that you know it. Tell the story of that concept. Be brief, be specific, then add an example to demonstrate. A chart, a graph, a picture....You may use links as long as you discuss the concept and lead people to the link. This entire section is maybe 1 1/2 to 2 pages of writing. You will add pictures, charts, graphs, etc. Finally one more thing to focus on: Writing. Grammar. English...this is a technical paper that might represent you and OSU in the industry. Watch your grammar! Skeleton Outline Format Thesis/Central Idea I. Attention: A sentence summarizing your attention-getting strategy Transition II. Main Point 1 (A sentence summarizing the point. This might
  • 2. be the need if you’re doing Monroe’s Motivated Sequence or the problem if you’re doing problem cause solution, the standard of judgment if you’re doing value, etc.). A. A sentence or two indicating what you want to say/do in this point. Do you want to establish how big/serious this problem is? Show the harms or negative effects? Use one type of evidence or support? Define and explain the issue? Transition III. Main Point 2 (A sentence summarizing the point you want to make here. It might be Satisfaction if doing MMS, Cause if doing problem cause solution, etc) A. Sentence or two indicating what you want to say/do here. Are you going to use a different type of evidence to make your point? Show us why a problem is happening? Prove that your plan/solution can work? Transition IV. Main Point 3 (if needed--most speeches will do 3 main points, but it’s possible to have a speech work with just two big ones). This might be solution, visualization, etc. A. Sentence or two indicating what you want to do here. Do you want to prove how this plan solve the problem, explain how to fix the issue? Show why one solution is better than another? Transition V. Conclusion: A sentence indicating what you want to do in the conclusion. Research on Hand/Research Wanted Here you should fill out what research/evidence (if any) you
  • 3. already have and what kinds of evidence/research you would still want. Do you want, for example statistics or studies showing the scope of a problem? Expert testimony to explain why something is happening? Examples to help illustrate a complex idea? Example: Persuasive Speech on NYC Boroughs Central Idea: Queens is the superior borough in NYC due to its economic vitality, ethnic diversity, and sports/arts profile I. Attention: “Everyone knows NYC is the greatest city in the world, and we ALL know that Staten Island is the worst of the five boroughs. So far, we’re all in agreement, but I’m going to swim upstream here a little bit and shows you today why it’s not gentrified Brooklyn, unlivable Manhattan, or the empty Bronx that’s the best of the rest. It is, in fact, Queens. Transition: One of the most important ways to measure the impact of a region is in its economic output and profile. II. Queens has a superior economic profile because it has high employment, lots of different types of jobs, the most jobs outside of Manhattan, a high proportion of small businesses, and low cost of living. B. I want to use different statistics and examples to show that Queens has the second-most jobs outside of Manhattan and that it has the most small businesses of any borough (using census data and a report from the City). I also want to compare cost of living by using average rent for Queens to Brooklyn, Manhattan, the Bronx, and SI. I will also show how Queens contains JFK and La Guardia, so it has all the economic impact of NYC’s only New York airports.
  • 4. Transition: But being employed and livable are not the only benefits to Queens--it also has more ethnic diversity than any other borough. It actually has more than any other city in the U.S. III. Main Point 2 Queens has incredible ethnic diversity which makes for a rich environment and amazing dining options. Queens is the most diverse county in New York, and by some measures in the whole US (2001 study from Claritas). I want to show that it has the largest population of Columbians, Ecuadorians, Peruvians, Salvadorians, and houses almost 50% of NYC’s Asian population. I’ll use Flushing and Astoria as examples of amazing ethnic food in Queens and introduce the idea of “culinary diversity.” Essentially, you can get more and better types of food in Queens than anywhere else. Sure, Manhattan may have expensive restaurants and Brooklyn may have hipster pop-ups, but Queens is where the good food and international food is at. Use a couple of restaurants as examples, and maybe bringing in some study or ranking of best restaurants/best neighborhoods to eat in. Transition: But eating and living aren’t all you get from Queens, so I’d like to tell you all why Queens has the best sports and arts out there. IV. Queens has the most-accessible and affordable NYC sports and arts. B. I know most of you are thinking about the Garden, Yankee Stadium, and Barclays Center. But Queens has Citi Field, the Billie Jean King Tennis Center, and the Aqueduct Racetrack. I’d compare Mets ticket prices to Yankees ticket prices, and argue that it’s a superior experience because of all the good food at Citi Field (like Mama’s of Corona and the brewery built in the stadium) and because it’s so much more affordable than Yankee Stadium. Plus, the Mets have been to a World Series a lot more recently than the Yankees. The U.S. Open is one of the 4 biggest tennis tournaments in the world, and it happens here in
  • 5. Queens! It’s an international spectacle and draws audiences in a way that none of the basketball/hockey arenas do. The aqueduct racetrack has horse racing, and the Belmont stakes are partially in Queens, so that almost counts. Finally, there’s so many accessible and good art museums and public parks. Transition V. Conclusion: I want to wrap up by talking about how at Queens you could live affordably, go to a baseball game, get amazing food, and still have money left over while chumps in an upper east side apartment have half the space, none of the food options, and don’t even get a good view. I hope you’ll reconsider how you view Queens. I may not have sold you that it’s better than your favorite, but I hope you’ll keep these facts in mind the next time you’re having this perennial debate with your friends. This section demonstrates that I have met the graduate requirement of Computer Science Meng degree. I will demonstrate my core knowledge for following three different fields. · Computer Vision and Graphics · Artificial Intelligence · Software Engineering In computer vision and graphics field, the major concept is to use open graphic library to write a program that can show the graphics. To fully understand the major concepts, there are several things need to know and I also have learned all of them which shows below. 1. Texture mapping: I can use different texture to map on different objects that can make the objects have different outlooks. (figure 1) 2. Lighting: I can set up points light, spotlight, and directional
  • 6. light to light where I want in a graphics. (figure 2) 3. Animation: I can animate the objects I set up by using time function. 4. Shaders: using GPU to show the 3D objects on the screen which is much faster. 5. Transparency: I can adjust the parameters in transparency function to transparent the objects. Figure 1 using different texture to create different planets Figure 2 using different lighting mode to light the objects How we can use those techniques to generate a graph we want is the main knowledge I learned in this field. Let me explain you how we can do this by building a solar system. First, you need to use texture to map the picture of each planet on the object you create. Second, using lighting to set up the light point at the location where sun is. After that, adding the animation to let every planet do revolution and rotation. Now, you can get a rough solar system. In Artificial Intelligence field, the major concepts are the different models of machine learning and deep learning. In this field, the main idea is to teach computer to do things like human, so we will use a lot of data to train the machine with different models. After training, we can let the machine do anything we want. For example, the image classification, house price prediction, etc. There are a lot of different models including SVM, Random Forest, CNN, LSTM, and so on that can use to train the data. In general, the basic ideas of what the models do is to use a lot of data features to make prediction or generate the result by computation. For example, imaging that you would like to predict the price of a house, and you must have a lot of features of that house like the size of the house, the number of rooms in the house, etc. I can use that information as inputs to the model, and I can get the output until I achieve certain accuracy after computing multiple times. As you can see, in figure 3, it shows an CNN model with the inputs of image information and generate the outputs after
  • 7. computation. Figure 3 CNN model implementation In Software engineering field, the main concept is the software developing methods. Most of the software projects need a group of people cooperate together, so there are a lot of software developing methods come up including waterfall and agile. Waterfall is a method that uses in the software with high risky and security that cannot modify frequently. During the developing period, everything needs to be considered rigorously because we will not go back to previous step to modify the software application. For instance, the autopilot of airplane that we can’t make any mistakes on it due to human’s safety. On the contrast, agile is a totally different software developing method. Developers will meet up frequently, and the application can be modified frequently depending on users’ requirements. Hence, members in the team will do self-examination frequently and make adjustment to let all working become more efficient. I have implemented this method to do team project, so I realize what each position should do in this method and what things need to be done in each sprint of the agile developing method. The concepts I mentioned above show that I have the core knowledge in these three fields.