-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aerodynamics #73
Open
ghost
wants to merge
87
commits into
pageviewlimit
Choose a base branch
from
master
base: pageviewlimit
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Aerodynamics #73
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…fixing citationsController to use repository service
Fixing mysql error
merging SQL hotfix into repo
Commenting out hub urls
Slocation
roll back to a change to this file. allenai search should be like others, rather than a "redirect".
connection pooling tested by Douglas.
Slocation tested on csxweb01 by Douglas and Jian.
csx_logo and csx_logo_front from 6m to 7m
…directPDF SEVERE: Servlet.service() for servlet [viewdoc] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause java.lang.NullPointerException at edu.psu.citeseerx.dao2.logic.CSXDAOImpl.getPDFRedirect(CSXDAOImpl.java:1758) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:601) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:304) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:106) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204) at $Proxy10.getPDFRedirect(Unknown Source) at edu.psu.citeseerx.web.ViewDocController.handleRequest(ViewDocController.java:180) Error messages in localhost.log files were detected for documents flagged as "5" (IS_PDFREDIRECT) in citeseerx.papers. This is due to accidentally deleted lines in applicationContext-csx-jdbc.xml after commit 36b758d by Douglas.
the pageview filter (or governor) may have some issues that prohibits Google from indexing our paper, although we do not have evidence for it yet. But for safety, we want to comment out the filter at this time.
Transfer extraction results from extraction server to local drive, then create XML files.
ingestion bash script. it must be run after transfer_files.sh
changed a typo in indexupdateManager. FSrepo causes errors during ingestion. It should be named as "RESTrepo".
remove NSF logo from front page as it is not longer a sponsor
configuration file for Python scripts
This is just too many different issues that should be in grouped or separate pull requests. Getting through and dealing with this lot is several days work. People accept small properly documented pull requests and tend to ignore ones like this as they are too much workload in one go ! |
changes to handle grobid and warn when the extractors in the xml file doesnt belong to"svm header parse", "grobid" or "parscit"
Cite seer x grobid handling
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please Accept My Request.