Easy peasy. Help (for example) this guy find funds for continuing his research: https://scholar.google.com/citations?hl=en&user=Q0w_e84AAAAJ
Edit: there are many like him.
151–160 of 179 posts
Easy peasy. Help (for example) this guy find funds for continuing his research: https://scholar.google.com/citations?hl=en&user=Q0w_e84AAAAJ
Edit: there are many like him.
Find any way to make a lot of money, gain a lot of political power or gain influence over those who have money or power and use it to fund research and make it more appealing culturally.
The biggest problem scientists in academia face is that they can’t do actual research. They spend most of their time doing stuff that doesn’t matter. So probably the biggest leverage you have is to reduce the time they spend doing stuff that doesn’t matter. The most effective way to do that is to establish an alternative form of institution that focuses only on research (and teaching if you like - teaching is not the…
This is what we're doing at OpenReview.net. Obviously we still have a lot of work to do, but we're making progress and are actively looking for more developers that want to help make researchers' lives easier.
Earlier quoted context omitted.
This is a very sad state of affairs, therefore I would like to bring your attention to a petition towards open sourcing all scientific (and generally tax-paid) software: https://publiccode.eu
This is a great initiative.It should not be limited to software: research papers, databases and many other things that are currently either not available at all or are behind pay walls should be released.
Slightly smaller-scale than most suggestions here, but for the average nonscientific HNer, the best way to help scientists is to improve their programming tools. In the Python ecosystem, for instance; numpy/scipy, scikit-learn, and matplotlib are widely used across dozens of disciplines, and are open-source projects relatively welcoming of new contributors. Julia is a whole new language for scientific computing, wher…
Earlier quoted context omitted.
This is a great initiative.It should not be limited to software: research papers, databases and many other things that are currently either not available at all or are behind pay walls should be released.
For research papers, there's also this open access initiative which is gaining support: https://www.coalition-s.org/ https://en.wikipedia.org/wiki/Plan_S
Earlier quoted context omitted.
This is a very sad state of affairs, therefore I would like to bring your attention to a petition towards open sourcing all scientific (and generally tax-paid) software: https://publiccode.eu
Does this call for avionics software for the F-22 (and similar taxpayer funded software) to be open sourced?
Earlier quoted context omitted.
Symbolic computation libraries for Python are lacking - there's SymPy, but it can throw a "NotImplementedException" at you if you try processing some more hairy formulas... Would be great if SymPy was improved.
Have you looked into SageMath? (Technically it's "Python-based" rather than "just" Python.) I'm also curious if you're specifically looking for something in Python, or if doing symbolic computation/computer algebra in other languages would work for you, barring license costs.
In the end, I used a hacky Mathematica script which converts a resulting Mathematica formula into a Python code (which I then pasted into my program). But, if SymPy was better, I could do all this in just Python.
BTW, according to Wikipedia, SageMath is just using SymPy for calculus.
One of the big challenges for university researchers is trying to find talent and dedication in the enormous pool of undergrads and masters students. Nearly every professor relies heavily on the recommendation system or grabbing from the pool of students in a class. The problem with this is that it's often hit or miss with a net-neutral return on investment. If I send a PhD student to spend a certain amount of time i…
I have a little project[2] related to LBD, which I'm working on here and there. There's still a long way to go, but I'm optimistic there's something to be accomplished in this space that could help.
And then you've got things like Robot Scientist[3] which is crazy interesting.
If AI, in the AGI sense, interests you, I might mention the possibility of contributing to / working with one of the popular "Cognitive Architecture" systems like ACT-R[4], SOAR[5], or OpenCog[6].
[1]: https://en.wikipedia.org/wiki/Literature-based_discovery
[2]: https://github.com/fogbeam/Valmont-F
[3]: https://en.wikipedia.org/wiki/Robot_Scientist
[4]: https://en.wikipedia.org/wiki/ACT-R
[5]: https://en.wikipedia.org/wiki/Soar_(cognitive_architecture)