Issues in international management

Hi there Academic Shredder,
I hope you are doing well. I want your help in a case analysis, that requires a call of conduct.

This is a link to the case that the essay should be about

https://hbr.org/2001/06/go-global-or-no

also, the image provided has keen elements that need to be included in the essay, you can choose any from each section, but for the second section I would like you to use Hofstede’s cultural dimension.

also there’s a partial sample of the paper as a reference.

in case anything is needed from my part please don’t hesitate in contacting me

fitness tracker

Topics Covered
Objects
Classes
Methods and properties
Method overloading and overriding
Unit testing
Description
We are going to build the first stage of what will become the final project. The idea is to create a fitness tracker application that allows the user to track and view their fitness activities. For this first stage, we are going to build and test some basic classes that we will need in the next steps of this project.
Create an Eclipse project named FitnessTracker. For example, abc123_FitnessTracker.
1. Implement the following classes as represented in the class diagrams. Methods and constructors are explained below.
You will define 4 types of activities: Run, Bike, Swim and the fourth activity is of your choice. Note that the getter/setter methods for all properties are not included in the UML diagram.
 
  2. Override each of the toString() methods to format and output each type of activity. You should print out each property of the object.
Suppose that you have a running activity in the gym. You may create an instance of Run class and print out the running activity details in the terminal window. Here is one possible sample output from the toString() method of the Run class. Please note that the output format of your toString() method may not be the same as the sample, but you should print out each property of the object.
INFSCI 0017: Project 1 Description(Fitness Tracker) Page 2

3. Create an ActiveDay class that summarizes the activities for a given day. It should contain one object of each of the previously defined activities.
Note that the getter/setter methods for all properties are not included in the UML diagram. Also, only one constructor method is included here and you can add different constructors as illustrated.
Note: The integer variable dayOfYear is the numeric representation of the day of the year, starting with January 1 as 1 and December 31 as 365 (assuming it is not a leap year).
Methods in the class ActiveDay:
inttotalCaloriesBurned():sumsthecaloriesforeachactivitytheuser
performed during the day.
inttotalIntensityMinutes():sumstheminutesexercisingforeach
activity of the day.
StringdailySummary():concatenatesthedescriptionofeachactivity
performed during the day. Remember that a day does not have to contain every activity, so if a particular activity is null, then you should not output anything.
Suppose that a user has a Run a nd Bike activity on the 20th day. Here is a sample output of each function above:

Output of dailySummary()
Note that your summary format is not required as same as above. You can design by yourself, but all the properties of a class should be displayed.
Output of totalIntensityMinutes()
Output of totalCaloriesBurned()

There are at least 8 different constructors in the class ActiveDay setting different parts of an active day. All parts that are not passed in the constructor should be set to null. For example, in the constructor ActiveDay(int day, Run run) the other fields are set to null:
Bike bike = null; Swim swim = null; Other other = null;
ActiveDay(dayOfYear: int, run: Run, bike: Bike, swim: Swim, other: Other)
– Represents a day where the user ran, biked, swam and completed your self-defined activity.

ActiveDay(dayOfYear: int, run: Run, bike: Bike, swim: Swim)
– Represents a day where the user ran, biked and swam.
ActiveDay(dayOfYear: int, run: Run, bike: Bike)
– Represents a day where the user ran and biked.
ActiveDay(dayOfYear: int, run: Run)
– Represents a day where the user ran.
ActiveDay(dayOfYear: int, bike: Bike)
– Represents a day where the user biked.
ActiveDay(dayOfYear: int, swim: Swim)
– Represents a day where the user swam.
ActiveDay(dayOfYear: int, other: Other)

– Represents a day where the user performed your self-defined activity.
4. Add getters and setters for all properties in all classes. Getters and setters are not included in the diagram, as they are assumed.
5. Create a class ActiveDayTest which uses Junit to test your functionality. You should include a method that tests each of the methods – totalCaloriesBurned(), totalIntensityMinutes() and dailySummary().

Hint: use the assertEquals() method to test the output of each method.
6. Add comments. Add a comment just above each class definition (top of the file, but after imports and package lines) including your name, Pitt ID and a brief description of each class. Look at this example showing the JavaDoc format:
/**
* Defines a running activity * Author: Jane Doe jan123
*
*/

detailed report about UAE brand (Feathers) and comprising the theoretical models

Each student is required to identify a brand, which is operating in the UAE market( Feathers UAE) or any other brand , and submit a detailed report comprising the following theoretical models:
Assess the key Marketing Mix based of the chosen brand.
Apply the key marketing strategies implemented by the brand in UAE.
Evaluate the marketing mix based on your understanding and suggest suitable recommendations on each components of the marketing mix.
* Attached all lecture notes, and please read the report guideline carefully.

Silence in the Space Between

The space between exist in every single relationship we have
How do we negotiate that space, because that space is free, it’s open, it’s breathing, there is air, it’s not being inhabited by either finger but it could be inhabited by either finger, so it belongs to both, it’s shared even there is nothing to share except space, but what does all that means?

So picture every relationship you have in your life, it doesn’t matter if its romantic or friendship or co-worker. Every relationship you have in your life will have a space between you and them. How will you negotiate that space? If it’s a romantic relationship, how will you leave that space open as an expression of love that says “when you are feeling down or when you are feeling less than good, you take this space because it’s safe, and when I’m feeling less than good you give me the space, and when we are both good we will just let the space be. The space between us will always give us air to breathe, room to move and the ability to be free in that relationship”

Write a one-page paper on “Silence in the Space Between”