Free Essay

Joel Hills Paper

In:

Submitted By wesjohnson
Words 2582
Pages 11
Wilson Electronics Cellular Booster Database Requirements
For

Cellular Booster O-14828 Version 1.06

Presented to:

Wilson Electronics

Approval Name Title Signature Date

Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

Change History Version # 1.00 1.01 1.02 1.03 Reason Author Date 2014/04/11 2014/04/16 2014/04/21 2014/04/22

Initial Release Condensed parameters Consensus reached on majority of parameters Added specifics about DB connection, changed AGC Test Parameters Moved some configuration items to test limit sections

Al Braga Al Braga Al Braga Al Braga Al Braga

1.04

2014/04/30

1.05 1.06

Merged RF Test Sections, added error, clarified Al Braga some parameter types. Removed all Station Name inputs Al Braga

2014/05/14 2014/05/15

Page 2 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

Table of content
Purpose and Scope ....................................................................................................................................... 4 Considerations .............................................................................................................................................. 4 Database Connectivity .................................................................................................................................. 5 Database Open ......................................................................................................................................... 5

Wilson API Inputs .................................................................................................................................. 5 Wilson API Outputs ............................................................................................................................... 5
Database Close ......................................................................................................................................... 5

Wilson API Inputs .................................................................................................................................. 5
Averna Test Station Inputs ............................................................................................................................ 6 RF Test Limits and Configuration .............................................................................................................. 6

Wilson API Inputs .................................................................................................................................. 6 Wilson API Outputs ............................................................................................................................... 6
Programming Test Configuration .............................................................................................................. 8

Wilson API Inputs .................................................................................................................................. 8 Wilson API Outputs ............................................................................................................................... 8
Station Calibration Test Limits and Configuration ..................................................................................... 9

Wilson API Inputs .................................................................................................................................. 9 Wilson API Outputs ............................................................................................................................... 9
Fixture Calibration Test Limits and Configuration ................................................................................... 10

Wilson API Inputs ................................................................................................................................ 10 Wilson API Outputs ............................................................................................................................. 10
Averna Test Station Outputs ....................................................................................................................... 11 Common Test Run Output....................................................................................................................... 11

Wilson API Inputs ................................................................................................................................ 11 Wilson API Outputs ............................................................................................................................. 12
Station Calibration Test Output ................................................................................................................ 13

Wilson API Inputs ................................................................................................................................ 13 Wilson API Outputs ............................................................................................................................. 13
Fixture Calibration Test Output ................................................................................................................ 14

Wilson API Inputs ................................................................................................................................ 14 Wilson API Outputs ............................................................................................................................. 14
Error Handling ......................................................................................................................................... 14

Wilson API Inputs ................................................................................................................................ 14 Wilson API Outputs ............................................................................................................................. 14
Page 3 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

Purpose and Scope
This document has been created as a means of communicating between Wilson Electronics and Averna Test Systems the shared responsibilities and requirements of using a single database with a shared design. Wilson is in the process or merging a number of segregated databases into unified single database architecture. At the same time Wilson has called out a number of requirements of the Averna provided test station that require integration into said database. The following considerations need resolution before Averna provided Cellular Booster Test Station architecture and design can be completed.

Considerations
As of release date of this document the design of the Wilson database is not complete. This document hopes to provide the necessary information required to integrate the Averna supplied test station. Averna does not have a representative amount of data within its local copy of the existing database to perform evaluative queries, as a result there is confusion regarding what is required to provide the exact records for any one query.

Page 4 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

Database Connectivity
Wilson shall provide a mechanism where multiple TestStand executions (threads) can independently communicate with the database. As a result the database API must allow for multiple calls to open, read, write, and close calls.

Database Open
Wilson will provide a single API call to connect to the database. This call returns a handle that all subsequent database calls will use. Wilson API Inputs Inputs to the Database open function shall be as follows: 1. 2. 3. 4. Database IP address (string provided from Configuration File) Database Name (string provided from Configuration File) User Name (string provided from Configuration File) Password (string provided from Configuration File)

Wilson API Outputs 1. Database Handle (integer)

Database Close
Wilson will provide a single API call to cleanup any resources associated with the database . Wilson API Inputs Inputs to the Database close function shall be as follows: 1. Database Handle (integer)

Page 5 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

Averna Test Station Inputs
RF Test Limits and Configuration
Averna requires a mechanism (either .NET API or SQL statements) such that providing inputs similar to those below, the required outputs are retrieved from the Wilson database. Wilson API Inputs Inputs to the API call or SQL statement includes the following parameters. 1. 2. 3. 4. DB Handle (integer) Model Number (string as returned from UUT Barcode) Bom Name (string as return from the UUT Barcode) Band Number (integer as in 4,5,25,12,13 for the 460004 model)

Wilson API Outputs The API call shall return error code and error message along with the following parameters. Required Outputs include the following for each band. This should be returned as a 2 dimensional array of strings (Averna will be responsible for casting the data to the appropriate type): Each entry in the 2D array will be Name, Value, and TestSpecID such that a sample array would resemble the following: {{“POT_LEDMinColorLimit”, “NL”, “12345”},{POT_LEDMaxColorLimit”, “GR”, “12347”}…} 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. POT_LEDMinColorLimit (string) POT_LEDMaxColorLimit (string) TXG_InitialFrequency (integer) TXG_FinalFrequency (integer) TXG_MaxGainLimitLow (double) TXG_MaxGainLimitHigh (double) TXG_EEPROMGainLimitLow (integer) TXG_EEPROMGainLimitHigh (integer) TXG_PeakToPeakLimit (double) TXG_InputPower (double) TXG_FreqSweepStep (integer) TXG_MeasDelay (double) TXG_TargetGain (double) TXG_MGTestCount (integer) TXG_PeakToPeakTestCount (integer) TXG_RebootAfterChange (boolean) TXAGC _InitialPower (double) TXAGC _FinalPower (double) 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. TXAGC_AGCLimitLow (double) TXAGC_AGCLimitHigh (double) TXAGC _EepromAGCLimitLow (integer) TXAGC _EepromAGCLimitHigh (integer) TXAGC _LEDColorLimit (string) TXAGC _AdjacentLimit (double) TXAGC _AlternateLimit (double) TXAGC _PowerSweepStep (double) TXAGC _MeasDelay (double) TXAGC _TargetPower (double) TXAGC _RebootAfterChange (boolean) TXAGC _Averages (integer) TXAGC _AGCTestCount (integer) TXAGC _ACPRTestCount (integer) RXG_InitialFrequency (integer) RXG_FinalFrequency (integer) RXG_MaxGainLimitLow (double) RXG_MaxGainLimitHigh (double)

Page 6 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

37. 38. 39. 40. 41. 42. 43. 44. 45. 46. 47. 48. 49. 50. 51. 52.

RXG_EEPROMGainLimitLow (integer) RXG_EEPROMGainLimitHigh (integer) RXG_PeakToPeakLimit (double) RXG_InputPower (double) RXG_FreqSweepStep (integer) RXG_MeasDelay (double) RXG_TargetGain (double) RXG_MGTestCount (integer) RXG_PeakToPeakTestCount (integer) RXG_RebootAfterChange (boolean) RXAGC_InitialPower (double) RXAGC_FinalPower (double) RXAGC_AGCLimitLow (double) RXAGC_AGCLimitHigh (double) RXAGC_EepromAGCLimitLow (integer) RXAGC_EepromAGCLimitHigh (integer)

53. 54. 55. 56. 57. 58. 59. 60. 61. 62. 63. 64. 65. 66. 67.

RXAGC_LEDColorLimit (double) RXAGC_PowerSweepStep (double) RXAGC_MeasDelay (double) RXAGC_TargetPower (double) RXAGC_RebootAfterChange (boolean) RXAGC_TestCount (integer) RXEVM_EVMLimitLow (double) RXEVM_EVMLimitHigh (double) RXEVM_InputPower (double) RXEVM_MeasDelay (double) RXEVM_Averages (integer) TXOSC_LEDLimit (string) TXOSC_MeasLimit (double) RXOSC_LEDLimit (string) RXOSC_MeasLimit (double)

Page 7 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

Programming Test Configuration
In order to reduce the amount of data passed between the database and the test station and to provide additional flexibility, Wilson will be responsible for calculating the average EEPROM values that are loaded prior to testing. As a result only two values are required from the database, UUT Firmware and Averaged EEPROM values. Wilson API Inputs Possible inputs to the API call or SQL statement includes the following parameters. 1. 2. 3. 4. DB Handle (integer) Password (string provided by Wilson) Model Number (string as returned from UUT Barcode) Bom Name (string as return from the UUT Barcode)

Wilson API Outputs The API call shall return error code and error message along with the following parameters. Required Outputs include: 1. 2. 3. 4. FirmwareRevision (integer) Microprocessor (string) Firmware (text) Averaged EEPROM values (array of bytes, EEPROM values 2-21 in EEPROM order) a. If NULL returned use initial values from firmware b. Else use the one returned record to write to the UUT EEPROM

Page 8 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

Station Calibration Test Limits and Configuration
This function shall provide configuration information for the calibration process. Throughout the calibration process, new calibrated values are compared to the “golden” values as stored on the station. The following test limits are used to judge whether or not the current calibration values have deviated too far from the golden (potentially indicating the station instrumentation may require calibration from the manufacturer). Wilson API Inputs Possible inputs to the API call or SQL statement includes the following parameters. 1. DB Handle (integer) 2. Configuration ID (string as return from the Station Configuration Barcode) Wilson API Outputs The API call shall return error code and error message along with the following parameters. The Wilson API function shall output as reference parameters the following individual items: 1. 2. 3. 4. 5. 6. 7. 8. 9. Golden Deviation High (double) Golden Deviation Low (double) Power Tolerance Interferer (double) Power Tolerance Generator (double) Power Averages (integer) Uplink Frequencies (array of doubles) Downlink Frequencies (array of doubles) Uplink Tone Powers (array of doubles) Downlink Tone Powers (array of doubles) 10. 11. 12. 13. 14. Uplink LTE Powers (array of doubles) Downlink LTE Powers (array of doubles) Interferer Powers (array of doubles) Uplink Tone Analysis Powers (array of doubles) Downlink Tone Analysis Powers (array of doubles) 15. Uplink LTE Analysis Powers (array of doubles) 16. Downlink LTE Analysis Powers (array of doubles)

Page 9 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

Fixture Calibration Test Limits and Configuration
This function shall provide configuration information for the calibration process. Throughout the calibration process, new calibrated values are compared to the “golden” values as stored in the database. The following test limits are used to judge whether or not the current calibration values have deviated too far from the golden (potentially indicating the fixture may require servicing). Wilson API Inputs Possible inputs to the API call or SQL statement includes the following parameters. 1. DB Handle (integer) 2. Model (string as returned from Fixture Calibration Barcode) 3. Configuration ID (string as return from the Fixture Configuration Barcode) Wilson API Outputs The API call shall return error code and error message along with the following parameters. The Wilson API function shall output as reference parameters the following individual items: 1. 2. 3. 4. 5. 6. 7. 8. Uplink Min Loss Limit (double) Uplink Max Loss Limit (double) Downlink Min Loss Limit (double) Downlink Max Loss Limit (double) Average Count (integer) Power (double) Frequencies(array of doubles) Uplink Loss Ratio (double)

Page 10 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

Averna Test Station Outputs
Common Test Run Output
Wilson API Inputs Wilson has requested the following output to accompany the common test results. This can be passed into a .NET API or SQL station. 1. 2. 3. 4. 5. 6. 7. 8. 9. DB Handle (integer) Fixture Position (integer) UUT Serial Number (string) Station Software Version (string) Operator ID (integer) Firmware Revision (integer) Final EEPROM Settings (array of shorts) // EEPROM values 2-21 in EEPROM order Overall Test Results (boolean) Individual Test Results (2D array of strings)

Averna sources these items from the following locations: Fixture Number UUT Serial Number Station Software Version Operator Name/ID Final EEPROM Settings Overall Test Result Individual Test Results Position 1-6, Provided from User Scan Parsed from UUT Barcode Scan (perhaps full barcode would be better) Global Variable within Test Stand Station Sequence File Collected from User Login to Station Saved within test script variable Saved within test script property Saved within test script variables

Page 11 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

Individual Test Results Individual test results will be stored in the form of a 2d array where each array corresponds to a single test result. Each test results array shall contain in this order. 1. 2. 3. 4. 5. 6. 7. 8. DB Handle (integer) Band (string) Direction (string) Test Name (string) Test Status (string) Test Results (string) Test Specification ID (string) Test Execution Times (string)

Averna can provide the following items for each testable item in each procedure: Band Direction Test Name Test Status Test Result Test Spec ID Test Execution Time Saved within test step variable Saved within test step variable Saved within test step property Saved within test step property Saved within test step property Saved within test step variable Saved within test sequence property (multiple results per test would have same value)

The Individual Test Results array contains arrays of single values. An example of the 2D array is as follows: {{“4”,“TX”,”LG_MAXGAIN”,“1”,“30.44”,“12345”,“13”}, {“4”, “TX”,” LG_EEPROM”, “1”, “10”, “12343”, “2”},…} Wilson API Outputs The API call shall return error code and error message along with the following parameters.

Page 12 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

Station Calibration Test Output
This section pertains to the Test portion of the calibration routine. Each Calibration compares its results to the Golden Calibration. Averna feels that the calibration data is station specific and contains many complex data structures (multidimensional arrays) that it is best to leave them as files on the station. These test results however could be stored within Wilson’s database in order to notify technicians when an issue arises. Wilson API Inputs 1. DB Handle (integer) 2. Fixture Number (integer) 3. Operator ID (integer) 4. Uplink High-Medium Gain Deviation (double) 5. Uplink Medium-Low Gain Deviation (double) 6. Uplink Tone Generation Deviation (double) 7. Uplink LTE Generation Deviation (double) 8. Downlink High-Medium Gain Deviation (double) 9. Downlink Medium-Low Gain Deviation (double) 10. Downlink Tone Generation Deviation (double) 11. Downlink LTE Generation Deviation (double) 12. Impairment Gain Deviation (double) 13. Impairment Power Deviation (double) 14. Impairment Rejecter Power Deviation (double) 15. Uplink Tone Analysis Deviation (double) 16. Uplink LTE Analysis Deviation (double) 17. Downlink Tone Analysis Deviation (double) 18. Downlink LTE Analysis Deviation (double)

Averna shall provide the configuration parameters as individual values to the Wilson API call. Wilson API Outputs The API call shall return error code and error message along with the following parameters.

Page 13 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Wilson Electronics Cellular Booster Database Requirements - v1.06

O-14828

Fixture Calibration Test Output
This section pertains to the Test portion of the calibration routine. Each Calibration compares its results to the Golden Calibration. Averna feels that the calibration data is station specific and contains many complex data structures (multidimensional arrays) that it is best to leave them as files on the station. These test results however could be stored within Wilson’s database in order to notify technicians when an issue arises. Wilson API Inputs 1. DB Handle (integer) 2. Fixture Number (integer) 3. Operator ID (integer) 4. Uplink Cable Losses (double) 5. Downlink Cable Losses (double)

Averna shall provide the configuration parameters as individual values to the Wilson API call. Wilson API Outputs The API call shall return error code and error message along with the following parameters.

Error Handling
Both calibration routines and RF Tests have the potential to throw and error. This needs to be captured and stored. Wilson API Inputs 1. DB Handle (integer) 2. Fixture Number (integer) 3. Operator ID (integer) 4. Error Code (integer) 5. Error Message (string) Averna shall provide the configuration parameters as individual values to the Wilson API call. Wilson API Outputs The API call shall return error code and error message along with the following parameters.

Page 14 of 14 Project File: Cellular Booster Database Requirements.docx

©Averna - Confidential

Similar Documents

Premium Essay

Hrm531 Week 1

...Unions Joel Salgado HRM 531 October 22, 2012 Rebecca Marek Unions The Puerto Rico Power Authority known as AEE (Autoridad de Energia Electrica de Puerto Rico) is a public corporation and the only electric power company in the island of Puerto Rico. In 1941, AEE received the tile of public corporation because of the recovery efforts from the great depression that affected Puerto Rico as well as the United States. This title gave the AEE the “self-regulator” authority as a public corporation. The AEE have a very well organized union called (in Spanish) Union Trabajadores Industria Electrica y Riego (Union of Electric and Power Laborers) or “UTIER.” The union is very well structured. They have general assembly, chapter’s assemblies and delegates in each of them that represent their chapters in the state assembly. They usually negotiate multi-year contracts or collective covenants with the AEE. The last published collective contract was for the term between August 24, 2008 and, August 24, 2010. On October 22, 2012 the corporation and the union initiated conversations for the new collective covenant in which they try to agree on salary raises and safety measures among the most important topics. The union representative said, “The agency does not want to negotiate, we have modify our proposal three times and they have not listened to us”...

Words: 1068 - Pages: 5

Free Essay

Gap Analysis

...Running head: GAP ANALYSIS: GLOBAL COMMUNICATIONS Gap Analysis: Global Communications Brandi Cook University of Phoenix Gap Analysis: Global Communications In this paper I will discuss issues and opportunities that Global Communications are faced. There is an examination of stakeholder perspectives and ethical dilemmas. A brief statement of vision is presented in the paper. A gap analysis was performed and discussed. Situation Analysis Issue and Opportunity Identification Global Communications was faced with a problem; Global is currently are currently in a market that overridden with competition. In the effort to compete in the market and to increase profitability, Global Communications will implement a new strategy. The strategy will introduce new products and services and put into action a cost-cutting plan. The plan will close domestic cal centers and open new, cheaper call centers in India and Ireland. Global Communications plans to market itself aggressively in the international market. Global Communications prospectively could move into the international market while lowering cost, thus, making GC profitability increase. Another issue Global Communications faces when GC moves some technical call centers to India and Ireland most of the domestic call centers will be downsized. Some current call center representatives can be relocated can expect to take an average 10% salary cut. Many of the employees will lose their only source of income. Katrina Heinz...

Words: 1999 - Pages: 8

Premium Essay

Person Centered Counselling Theories

...CASE STUDY “Joel is a 36 year old man who has come to counselling because he feels unhappy and unsatisfied in his life. Joel’s mother died when he was 12 and Joel grew up with his Father, who he describes as a good man, who worked hard to support his son, but struggled with anger and alcohol issues and was never able to fully recover from the death of Joel’s mother. Joel felt that his father was distant and so caught up in his own grief that he was never able to love Joel. Joel describes himself as a rebel in his teens, who gave his father a hard time but that he worked hard and went to university, which he saw as a way out of the small town he grew up in and a way to escape his father. He now has a successful career in corporate law and is married with a young son, Oliver, who has just had his first birthday. Joel was initially happy in his career, as he enjoyed the challenge and the money that came with his job. He has been able to give his wife, Anna, all the things that he missed out on as a child: they have a big home in a good suburb and Oliver will go to private school. Anna does not have to work and they plan to try for a second child next year. Despite all of the positives in his life, Joel still feels unhappy. He loves his wife and son, but is feeling oppressed by the constant demands of parenthood and feels that is work is suffering because he has to commit more time at home. He enjoys work less than he did and he feels that his relationship with Anna is also suffering...

Words: 2477 - Pages: 10

Free Essay

Knowledge

...The purpose of this essay is to describe and analyze the cultural myths and ideologies that surround the knowledge that is being distributed to public schools by examining a history text. A cultural myth refers to “the dominant ideologies of our time” (Chandler). For example, a group of people could have a belief in a myth while another group might believe otherwise. I will analyze a seventh grade history by using the method of semiotics. An examination of the history book shows that children are being deprived from a lot of historical information. In this paper I will argue that the educational system only centers it’s purpose of education and learning on the human capital ideology. This subject is important because like Joel Spring states in “The Knowledge Industry: for many young children these textbook are the only source of knowledge and the information that’s is being distributed to our children is not necessarily true or complete. As a result students are being restricted from learning how to be thoughtful and productive because teachers are being forced to teach according to a strict curriculum. The method of semiotics refers to the study of the way people make meaning. According to Daniel Chandler in “Semiotics For Beginners, a sign is a fundamental unit in the method of semiotics. A sign has two components, a signifier (the carrier of meaning) and a signified (the meaning that has been made). To describe the relationship between the signifier and the signified...

Words: 2699 - Pages: 11

Free Essay

Driven by a Steam Engine

...and more comfortable, and the rapidly growing industry provided many North Americans with dreams of building the first transcontinental railway that would propel them into generations of prosperity. Two such North Americans were William Mackenzie and James J. Hill, Canadians who made it their lifelong goal to build the first transcontinental railway. Ultimately, Hill succeeded in achieving his dream while Mackenzie’s railway floundered through bankruptcy and shoddy assembly. The difference between Hill’s success and Mackenzie’s failure lay in their approaches to building railway empires. Where Hill was the single-minded perfectionist, relying only on himself in every aspect of his Great Northern Railway, Mackenzie treated his Canadian Northern Railway as one of his many hobbies, giving his attention only to facets of the railway that interested him and frequently relying on others for aid. Mackenzie and Hill’s different attitudes set them apart in their devotion to their dream, attention to detail, and varying levels of independence, and it was Hill’s superiority in all three areas that caused his eventual triumph over Mackenzie. Both Mackenzie and Hill shared a dream of building a transcontinental railroad, but whether Hill was exceptionally dedicated to his dream or Mackenzie simply wasn’t dedicated enough, it was clear that both railways were greatly influenced by the level of commitment their owners put...

Words: 2441 - Pages: 10

Premium Essay

Case Study

...the elusive and long-desired number-one ranking, in 2001, SWU hired the legendary BoPitterno as its head coach. One of Pitterno’s demands on joining SWU had been a new stadium. With attendance increasing, SWU administrators began to face the issue head-on. After 6 months of study, much political arm wrestling, and some serious financial analysis, Dr. Joel Wisner, president of Southwestern University, had reached a decision to expand the capacity at its on-campus stadium. Adding thousands of seats, including dozens of luxury skyboxes, would not please everyone. The influential Pitterno had argued the need for a first-class stadium, one with built-in dormitory rooms for his players and a palatial office appropriate for the coach of a future NCAA champion team. But the decision was made, and everyone, including the coach, would learn to live with it. The job now was to get construction going immediately after the 2007 season ended. This would allow exactly 270 days until the 2008 season opening game. The contractor Hill Construction (Bob Hill being an alumnus, of course), signed his contract. Bob Hill looked at the tasks his engineers had outlined and looked President Wisner in the eye. “I guarantee the team will be able to take the field on schedule next year,” he said with a sense of confidence. “I sure hope...

Words: 1096 - Pages: 5

Free Essay

Fear of Crime

...Final Paper New York City is comprised of many different kind of people. It is considered one the most populated cities in the world. With more than 8 million people in NYC alone, one may argue that it has a higher population than most of the states in the US and some countries around the world. New York City is comprised of five distinct boroughs and each has its own neighborhoods that make up each borough. The five boroughs are Brooklyn, Manhattan, Queens, Bronx, and Staten Island. I did some research on my own neighborhood which is located in the borough of Brooklyn. My neighborhood is Sunset Park. Sunset Park has its own unique history in Brooklyn and is considered one the smaller neighborhoods in Brooklyn. Sometimes Sunset Park is confused with Bay Ridge or Park Slope which are the neighborhoods that surround it. However, it stretches from 15th street to 65th street, from 9th avenue to New York Harbor (which can be considered to some 1st, 2nd and 3rd Ave). It is demographically diverse and has approximately 150,000 people. Sunset Park in my opinion is growing everyday and there are many different changes that happen right before my eyes. Sunset Park was named in 1965 after the 25 acre park built in the 1890‘s which overlooks the entire neighborhood. The park itself consists of playgrounds, a pool, basketball/ handball courts and has a gorgeous view of Manhattan skyline from on top the hill in the park. Sunset Park was known by many as a huge migration area during the...

Words: 2833 - Pages: 12

Free Essay

Global Communications Problem Solution

... Communication is essential among the stakeholders to establish a firm foundation resources Global Communication has at its disposal to work with. Emotional Intelligence and its effect on the all interested stakeholders must be fully explored. In order for a cohesive plan to be effective, a consistent delivery to the stakeholders is required. Absence of consistency among stakholder communication and full understanding of emotions almost certainly ensures a plan is not set up for success. Creative thinking will be required on every level of leadership throughout the company. “This involves generating new ways to view a problem and seeking out novel alternatives to the problem” (DeJanasz, Dowd & Schneider, 2001, pg 404). This paper will explore possible solutions available to the senior management of Global Communication and make a recommendation to get them where they want to go tomorrow. Situation Analysis Issue and Opportunity Identification Global Communication faces numerous issues and an equal number of opportunities that arise as a result. The issues facing GC range from Loss in stock value to current and future communication challenges to organizational commitment. Global Communication seeing a drastic drop in stock prices has the stockholders and...

Words: 5597 - Pages: 23

Premium Essay

Educational Preparation

...Educational Preparation Peggy A. Brunner Grand Canyon University: NRS430V November 8, 2012 Educational Preparation Entry levels into nursing practice have been the topic of discussion within the nursing profession for many years. The American Association of Colleges of Nursing (AACN), the national voice for baccalaureate and graduate nursing programs, believes that education has a significant impact on the knowledge and competencies of the nurse clinician, as it does for all health care providers. The healthcare systems of today are attempting to keep up with the ever changing world of health care needs. Independent decision making nurses are in demand. Much more is required of the Registered Nurse today in addition to carrying out a doctor’s orders or administering medications. Today’s nurse must be able to think critically, make decisions about a patient’s care, recognize when to question a physician about an order, and simultaneously be able to assist the patient and family members with challenging health care decisions. A BSN is a Bachelor of Science in Nursing, while an ADN is an Associate Degree in Nursing. Both degrees lead to getting your RN but there are some differences between the two. The main difference is the length of time and the amount of credits required to complete the program. An ADN typically takes 2 years to complete while a BSN will take 4 years to complete. Both the ADN and the BSN take the same NCLEX-RN licensure examination...

Words: 1109 - Pages: 5

Premium Essay

Professor

...DIEGO GARCIA Curriculum Vitae I. CONTACT INFORMATION Kenan-Flagler Business School University of North Carolina at Chapel Hill 4409 McColl Campus Box 3490 Chapel Hill, NC 27599-3490 USA Tel: (919) 962-8404 Fax: (919) 962-2068 diego garcia@unc.edu www.unc.edu/∼garciadi II. EDUCATION University of California at Berkeley Ph.D., Business Administration, Haas School of Business (2000). M.A., Department of Statistics (1999). Asturias Business School B.S., Business Administration (1995). III. PROFESSIONAL EXPERIENCE Kenan-Flagler Business School, University of North Carolina at Chapel Hill Associate Professor 2012–present Assistant Professor 2006–2012 Tuck School of Business, Dartmouth College Assistant Professor 2000–2006 IV. BIBLIOGRAPHY Refereed Journal Publications “Noise and aggregation of information in large markets,” (joint with Branko Uroˇevi´) forthcoming in the Journal of Financial Markets. sc “Sentiment during recessions,” forthcoming in the Journal of Finance. “Geographic dispersion and stock returns” (joint with Øyvind Norli), forthcoming in the Journal of Financial Economics. “Journalists and the stock market” (joint with Casey Dougal, Joey Engelberg, and Chris Parsons), Review of Financial Studies, 2012, 25(4), 639–679. 1 of 6 “Information sales and strategic trading” (joint with Francesco Sangiorgi), Review of Financial Studies, 2011, 24(9), 3069–3104. “Relative wealth concerns and complementarities in...

Words: 1244 - Pages: 5

Premium Essay

Hrm Zappos Case Study

...Zappos Case Study Introduction Zappos is a successful company with a unique corporate culture and impressively low turnover rate. This case study explores the human resources strategy employed by the company, focusing first upon the significance of the environment upon human resources. The paper then identifies how the Zappos strategy fits within the human resource management model. The final section discusses the core strengths and weaknesses of the Zappos HR strategy. While the Zappos human resource practices are characterized by many strengths, they could be improved by enhancing the accountability of managers responsible for conducting performance appraisals and inviting a greater degree of employee feedback into the appraisal system. Both of these relatively small opportunities for change are consistent with the company's overall company culture. Environment and HR The external environment plays an important role in determining the direction of a company's human resources strategy. "An organization's strategy must be appropriate for its resources, environment circumstances, and core objectives. The process involves matching the company's strategic advantage to the business environment."[1] Companies develop networks with external entities, such as customers, suppliers and investors, which must be cultivated to ensure longevity.[2] Human resources must ultimately support the business with practices that will enable it to interact and compete within the surrounding competitive...

Words: 1863 - Pages: 8

Premium Essay

Boeing 7e7

...Existing Schedule | |Proposed Schedule | | | |25 June 2011 8:00 AM -11:00 AM and 1:00 PM – 3:00 PM |5 |25 June 2011 8:00 AM -12:00 AM and 1:00 PM – 4:00 PM |7 | |02 July 2011 8:00 AM -11:00 AM and 1:00 PM – 3:00 PM |5 | | | |09 July 2011 8:00 AM -11:00 AM and 1:00 PM – 3:00 PM |5 |09 July 2011 8:00 AM -12:00 AM and 1:00 PM – 5:00 PM |8 | |16 July 2011 8:00 AM -11:00 AM and 1:00 PM – 3:00 PM |5 | | | |23 July 2011 8:00 AM -11:00 AM and 1:00 PM – 3:00 PM |5 |23 July 2011 8:00 AM -12:00 AM and 1:00 PM – 4:00 PM |7 | |30 July 2011 8:00 AM -11:00 AM and 1:00 PM – 3:00 PM |5 |30 July 2011 8:00 AM -12:00 AM and 1:00 PM – 5:00 PM |8 | | |30 hours | ...

Words: 1197 - Pages: 5

Free Essay

Execl

...LBS 3001: Introduction to Labor Studies (Section RXLA-55242) Summer A 2013 Instructor: Professor Alí R. Bustamante Schedule: Mondays and Wednesdays / 11:00am – 1:40pm Credits: 3 Location: PC 439 Office Hours: LC 315, one hour before class or by appointment. E-mail: albustam@fiu.edu Department Phone: (305) 348-1519 Course Description: This course will introduce you to the challenges and struggles of working people in the United States. In our readings and classroom discussions, we will pay close attention to the conditions faced by low-wage workers in industrial, agricultural, and service jobs, as well as the impact of globalization on labor markets in the U.S. and abroad. We will also look at some of the hidden dimensions of working-class life through the lens of slavery, immigration, and global economic competition. By the end of the course, you will understand and be able to analyze: 1. What class is and how it operates in American society; 2. What it is like to work at a various low-wage jobs while trying to sustain yourself; 3. The impact of race, ethnicity, and gender on conditions in the American workplace; 4. How management exerts control over industrial, agricultural, and service workers; 5. The impact of large retailers and other consumer-oriented industries in determining conditions in the modern American workplace; 6. The role of immigration and the immigrant experience in the American workplace; 7. The evolution of and relationship...

Words: 1601 - Pages: 7

Free Essay

The Lost City of Atlantis

...Sammie Williams Ms. Janine Hornung OCEA & 101 12 October 2012 The lost City of Atlantis “Long ago there existed an island, populated by a noble and powerful race. This beautiful place was a domain of Poseidon, god of the sea, who had fallen in love with a mortal woman, Cleito. He created a magnificent palace for her in the centre of the island. The people of this land possessed great wealth thanks to the abundant natural resources of the island, which was also a centre for trade and commerce. The rulers held sway not just over their own people but over the Mediterranean, Europe and North Africa” (Menzies). The Greek philosopher, Plato, wrote the above description of Atlantis in 355 B.C. Plato had originally planned to write a trilogy of books on subjects such as the creation of the world, the nature of man, the story of Atlantis as well as other subjects. The first book, Timaeus, was completed, Critias, which contains the story of Atlantis, was incomplete, and Hemocrates, was never written (Levy). The story of Atlantis is one of the oldest myths of mankind, a lost paradise and the most popular of all supposed advanced prehistoric lost civilizations. It’s location has been assigned to almost every possible place on earth including Sardinia, Crete, Cyprus, Malta, Turkey, Israel, Sinai, Sweden, Bahamas, Bermuda Triangle, Japan and even Kumari Kandam (“Lost Continent”). In Plato's book, Timaeus, a character named Kritias tells an account of Atlantis that has been in...

Words: 1210 - Pages: 5

Premium Essay

Samsung

...Strategy Recommendation Project: Samsung Group and Samsung Electronics MBA6004 Foundational Skills for Business Leaders Abstract This paper analyzes how Samsung can continue to maintain a competitive advantage over its competitors by incorporating social networking sites such as Instagram, Twitter, Pinterest, and Vine into its social media strategy. Samsung has a long track record of excellence and continues to be a powerful and reliable brand to millions of users. Presently, Samsung is marketing primarily through YouTube and television ads. Yet, with the rapid changes in technology, Samsung’s use of Instagram, Twitter and other social networking sites can allow the business to take its brand to significant levels. Taking advantage of multiple social networking sites can not only help Samsung maintain a competitive edge, it will allow the company to maximize its business and foster real brand advocates and loyal customers. With the undeniable popularity and rapid expansion of Instagram, Twitter and other social media sites, the benefits would be significantly worth Samsung using these platforms as a part of its social media strategy. The History of Samsung Samsung is a multi-million dollar technology company founded by Lee Byung-chul as a trading company in 1938 which sells everything from televisions to cell phones, to appliances and other commodity products. Samsung first...

Words: 1901 - Pages: 8