diff --git a/img/map2023.png b/img/map2023.png index 2f9c727..14115a7 100644 Binary files a/img/map2023.png and b/img/map2023.png differ diff --git a/index.html b/index.html index 4b018b4..797c026 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,7 @@

Destinations

-

 44% Working

+

 52% Working

@@ -117,18 +117,18 @@

 44% Working

-

 17% Continuing +

 21% Continuing Education3

The Bay State Scholarship Program contributed to >55 undergraduates + style="font-weight: bold">>61 undergraduates returning to UMass Amherst for their MS.

-

 25% Looking

+

 17% Looking

These alumni are searching for their @@ -140,11 +140,11 @@

 25% Look

-

 14% Unknown

+

 10% Unknown

-

We know post-graduation outcomes for 86% of our undergraduates, but 71 have not done our Careers Survey yet

+

We know post-graduation outcomes for 90% of our undergraduates, but 48 have not done our Careers Survey yet.

@@ -174,7 +174,7 @@

95%

-

135+ Unique Employers (24 Hired Multiple)

+

170+ Unique Employers (24 Hired Multiple)

@@ -250,7 +250,7 @@

135+ Unique Employers (24 Hired Multiple)

-

Where Graduates Went To Work6

+

Where Graduates Went To Work4

Notes 17 undergraduate students graduated in August, 127 in December, and 355 in May.
  • - 2 + 3 Continuing Ed doesn't include MS/PhD track.
  • @@ -440,14 +440,14 @@
    Notes
    4 Many offers also include bonuses and equity in total compensation. --> -
  • +
  • - 6 - Remote work continues to be popular. + 4 + Remote work continues to be popular. Created with mapchart.net.
  • @@ -487,27 +487,27 @@

    Destinations

    -

     62% Working 75% Working2

    - View the list of employers that have made hires in the year 2023 on Destination Dashboard. + View filterable list of employers on Destination Dashboard.

    -

     5% Continuing +

     7% Continuing Education3

    -

    Indiana University, UT Dallas, and UCSD are among the institutions where advanced degrees are being pursued.

    +

    CMU, Indiana University, UT Dallas, and UCSD are among the institutions where advanced degrees are being pursued.

    -

     24% Looking

    +

     13% Looking

    These alumni are searching for their @@ -519,10 +519,10 @@

     24% Look

    -

     9% Unknown

    +

     5% Unknown

    -

    We know post-graduation outcomes for 91% of our undergraduates, but several have not done our Careers Survey yet

    +

    We know post-graduation outcomes for 95% of our undergraduates, but several have not done our Careers Survey yet.

    @@ -530,28 +530,31 @@

     9% Unknown

    - +
    + Median Salary
    -

    $129,000

    +

    $131,000 ($2k more than last year)

    -
    +
    -
    --> +
    -

    95+ Unique Employers (23 Hired Multiple)

    +

    110+ Unique Employers (24 Hired Multiple)

    Notes 4 Many offers also include bonuses and equity in total compensation. --> -
  • +
  • - 6 + 4 Remote work continues to be popular.
  • diff --git a/js/index.js b/js/index.js index 022d75b..e4bac59 100644 --- a/js/index.js +++ b/js/index.js @@ -55,7 +55,7 @@ const MSdata2023 = { labels: Labels, datasets: [{ label: ' Number of Students', - data: [166, 13, 64, 24], + data: [199, 18, 36, 14], backgroundColor: [ UMassColors.GREEN, UMassColors.TEAL, @@ -117,7 +117,7 @@ const UGdata2023 = { labels: Labels, datasets: [{ label: ' Number of Students', - data: [218, 83, 127, 71], + data: [260, 104, 87, 48], backgroundColor: [ UMassColors.GREEN, UMassColors.TEAL, diff --git a/js/wordcloud.js b/js/wordcloud.js index a16664a..d7fe9a4 100644 --- a/js/wordcloud.js +++ b/js/wordcloud.js @@ -183,6 +183,10 @@ let ms2023WordcloudData = { { "text": "Research Fellow", "count": "3" + }, + { + "text": "UX Designer", + "count": "3" } ] }