• Stars
    star
    288
  • Rank 140,649 (Top 3 %)
  • Language
    Java
  • Created over 11 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Docear's desktop version (GPL)

Desktop

Docear's desktop version (GPL)

Docear is an open source project. It is completely free, you can download and change the source code to your need and taste. If you want to share your developed features or bugfixes with us or if you want to test our software you will be highly welcome to do so. :-)

The wiki gives an introduction of how you can download the source code, compile it, extend it and share your work with us.

We highly appreciate any offer to help and would love to work closely with you!

Testing Docear

We will release experimental releases occasionally. Please note that our experimental releases were not thoroughly tested by us. You should not work with them on productive data or regularly make a backup of all your data. As a registered Sourceforge user you can subscribe to the forum to be notified about new posts. They contain new features which are to be integrated in our official version of Docear.

If you want to test our experimental releases you are highly welcome. Please tell us about any bugs and issues you can find.

Binaries can be found in a dropbox folder: https://www.dropbox.com/sh/qd0eangvw85ni9n/AADuDiRwUMdVoXn37NEgkIHMa?dl=0

Code Documentation

Docear is based on the mind mapping software Freeplane. Like Freeplane it consists of severall OSGi plugins which offer their functionality to the core components “freeplane” and “docear_plugin_core”. In general all Docear plugins use “docear_plugin_” as a prefix to their name whereas Freeplane plugins use “freeplane_plugin_” as a prefix.

Docear is not a competitor project to Freeplane but targets a different groups of users which results in a close relationship between both the Docear and the Freeplane team. All cross-project decisions are made together, Docear merges with the Freeplane code regularly and Docear will probably be included as an extension to future versions of Freeplane.

In addition the Docear team is actively contributing to the Freeplane code, which means that all features which are useful for a mind mapping software are directly developed as Freeplane plugins. For instance we have implented the workspace component. It does not depend on any Docear specific OSGi plugin and is named “freeplane_plugin_workspace”. All features which follow a scientfic purpose, like literate or reference management, are developed as Docear OSGi plugins.

If you need any help with Freeplane specific code, the developer’s wiki of the Freeplane project and Freelane’s developer forum would be a good location to start searching for answers. There is currently no counterpart for the Docear projects. If you need any help regarding Docear specific code, please contact us directly.

Finding a development task

Please visit the issues to get an idea of what we are currently working on.

If you want to help us developing Docear, please join our mailing list https://groups.google.com/forum/#!forum/docear-dev and describe what feature you want to implement or which bugfix you can provide. You can also ask us to find a task together with you.

When developing for Docear, please adhere to the following guide:

  1. Please see issues for what to work on. Before working on your task, please make sure that you have a clean and unchanged branch from our official Docear repository. During and at the end of your work you should merge with the Docear repository regularly to make sure that your code still works with a newer version of Docear. After you have done your work please clean your code from unnecessary methods or debugging messages.

  2. Please use Docear or freeplane methods in your code whenever possible. Do not create any unnecessary redundancies.

  3. Please add new classes to the right package in the right plugin. Keep in mind that Docear specific plugins only share common dependencies on the “docear_plugin_core” and the “freeplane” plugin.

  4. Please keep your code simple and well structured

More Repositories

1

Docear-PDF-Inspector

Java
37
star
2

Docear4Word

Source code of Docear4Word. See http://www.docear.org/software/add-ons/docear4word/overview/ for more details.
TeX
19
star
3

GIANT-The-1-Billion-Annotated-Synthetic-Bibliographic-Reference-String-Dataset

A script to generate tagged XML Citationstrings for citation parsing
JavaScript
18
star
4

Auto-Surprise

An AutoRecSys library for Surprise. Automate algorithm selection and hyperparameter tuning 🚀
Python
18
star
5

Mr.-DLib-Server

Java
12
star
6

Guided-Learning

We present the the concept of Guided Learning, which out-lines a framework in which a reinforcement learning agent can effectively’ask for help’ as it encounters stagnation. Either a human or expert agentsupervisor can then effectively ’guide’ the agent as to how to progressbeyond the point of stagnation. This guidance is then encoded in a novelway using a separately trained neural network referred to as a ’TaughtResponse Memory’ that can be recalled when another ’similar’ situa-tion arises in the future. This paper applies Guided Learning on topof an evolutionary algorithm but also shows how Guided Learning isalgorithm independent and can be applied in any reinforcement learn-ing context. The results show that our initial implementation of GuidedLearning provided in this paper gives superior performance and yields,on average, an increase of 136% in the rate of progression of the mostfit genome with best and worst case results yielding 137% and 110%respectively and an average increase of 112% in rate of progression forthe average genome with best and worst case results of 558% and 47%respectively. All results were achieved with minimal guidance. Such re-sults occur because the agent can exploit more information and thus,the need for exploration of the solution space is reduced. The results ob-tained show good promise for Guided Learnings potential as such resultswere obtained with only a partial implementation and much future workstill remains.
Python
5
star
7

Augmented-DonorsChoose.org-Dataset

Amending metadata to the DonorsChoose.org dataset as to facility research in meta-learning for recommender systems
Python
1
star