Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
ScaDS
/
OSTMap
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
25
Code
Issues
8
Pull requests
1
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Analytics
Jump to bottom
LiliyaA edited this page
May 31, 2016
·
5 revisions
Ideas
build a undirected weighted hashtag graph
visualize this graph for a given hashtag with depth 3
build a weighted directed user graph
userA mentioned userB
userA: "hello @userB"
weight is number of mentions
visualize user graph for a given user with depth 3
for a given time range: calculate the number of tweets per user
cluster places w.r.t. their top X hash tags over a certain time range
Do clusters change with time? Is there any temporal regularity?
How do clusters depend on the number of the top hash tags?
Is it possible to predict top hash tags for a place, a user, a user group?
Are there trend setters and trend followers? (among places and people)
in-work
for each hashtag calculate the most used neighbours (#79)
two hashtags are neighbours if both are mentioned in the same tweet
which user spans the largest area with his tweets (#36)
calculate the traveled distance between all pairs of subsequent tweets of a user (#78)
Which user has the largest accumulated distance?
Wiki pages
Pages
7
Loading
Home
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Accumulo schema
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Analytics
Ideas
in-work
Loading
Build UI local execution
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
example data from twitter streaming api (f.eg. in RawTwitterData values)
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Tokenizer
Uh oh!
There was an error while loading.
Please reload this page
.
Loading
Webservice API Documentation
Uh oh!
There was an error while loading.
Please reload this page
.
Clone this wiki locally
You can’t perform that action at this time.