Hi @dweinber ,
Can you share a screenshot of how your data table is structured? This might help to provide some more specific details on how to analyze it as you might need to split or stack your data, depending on how you've structured it.
But, I would agree to do an ANOVA where you use the publication score as your Y value and publication year as the X -- might be easier to treat it as an ordinal variable instead of continuous. If you leave it continuous, you won't be able to perform an ANOVA on Score.
In the below example, I created a fake data table with a column called score, which is a random normal number with mean of 12 and stdev of 3 and a publication year which was a random integer from 2000 to 2020 -- just to give an idea. Then, you do a Fit Y by X and cast Score as Y and Pub Year as X, and then You can do an ANOVA analysis of Score by Year (click on the red hot button next to Oneway... to get your statistical options to review). Be careful to be sure and understand the kinds of tests you need to be aware of for the ANOVA, and don't just take the output it gives as telling the whole story.
Hope this helps!,
DS