diff --git a/Import Meta Reviewer Suggestions.ipynb b/Import Meta Reviewer Suggestions.ipynb index 580cc6e..3c37b2d 100644 --- a/Import Meta Reviewer Suggestions.ipynb +++ b/Import Meta Reviewer Suggestions.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:79f3bb5f07ee96043d94c2704282d63e7be257437a14638f3f486172d01f3aca" + "signature": "sha256:65ae527250f818c8e9ecf15964605780966060443cb6921071c0861448c96db7" }, "nbformat": 3, "nbformat_minor": 0, @@ -82,8 +82,7 @@ ], "language": "python", "metadata": {}, - "outputs": [], - "prompt_number": 16 + "outputs": [] }, { "cell_type": "markdown", @@ -150,6 +149,13 @@ "metadata": {}, "outputs": [] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "Once again we can check users have been loaded from the spreadsheet properly." + ] + }, { "cell_type": "code", "collapsed": false, @@ -160,6 +166,13 @@ "metadata": {}, "outputs": [] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "And now we can add them to the data base." + ] + }, { "cell_type": "code", "collapsed": false, @@ -170,6 +183,13 @@ "metadata": {}, "outputs": [] }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "We can check how many reviewers we've just added who are not currently meta reviewers with the following SQL command." + ] + }, { "cell_type": "code", "collapsed": false,