Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions packages/app-project/src/helpers/slugList.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ const PFE_SLUGS = [
'md68135/notes-from-nature-wedigflplants',
'md68135/notes-from-nature-natural-history-at-rom-revealed',
'meteonetwork/redata',
'mikewalmsley/galaxy-zoo-mobile',
'mollysimon/galaxy-zoo-crowdsourcing-activity', // Classrooms
'msbrhonclif/science-scribbler-key2cat', // Subject image sizes difficult in FEM's classifier layout
'msbrhonclif/science-scribbler-placenta-profiles', // Subject image sizes difficult in FEM's classifier layout
Expand All @@ -74,6 +73,7 @@ const PFE_SLUGS = [
'projectenigma/enigmatic-near-earth-visitors', // Video in a flipbook isn't supported in FEM
'rsengar/einstein-at-home-pulsar-seekers', // Feedback per step isn't supported in FEM
'sassydumbledore/chimp-and-see', // Video in a flipbook isn't supported in FEM
'sandorkruk/istrox', // Uses mini-course
'tawakitom/penguins-from-above', // Subject image sizes difficult in FEM's classifier layout
'tingard/galaxy-builder', // custom slider interface on finished project
'watchablewildlife/nebraska-wildlife-watch',
Expand All @@ -84,19 +84,6 @@ const PFE_SLUGS = [
'zooniverse/intro2astro-hubbles-law', // Classrooms
'zooniverse/measuring-the-anzacs', // Classrooms
'zooniverse/zooniverse-in-schools', // Classrooms

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think trailing commas matter in JS, but there wasn't one before.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trailing commas don't matter in this file, but this comment is on line 87 'zooniverse/zooniverse-in-schools', // Classrooms. Nothing changed on that line in this PR. Did you mean to reference something else?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, I see. You're pointing out that there is now a trailing comma at the end of the slugs list before the end of the array ]. It does not matter if there's a trailing comma to the compiler.

// Audio + Spectrogram Projects
'ceaeay/seabird-sounds',
'creisdorf/fire-and-birds',
'creisdorf/savanna-spy-sound',
'cslab-upm/sky-sounds',
'hannah-dot-slesinski/chirp-check',
'laaczooniverse/what-do-babies-say',
'lydiakatsis/forest-sounds',
'marywestwood/the-cricket-wing',
'sandorkruk/istrox',
'sladeaa/audioclassification',
'uw-leap/tots-and-tunes',
'yli/humbug'
]

export default PFE_SLUGS